pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Forget about Python 3.6
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Thu Dec 30 14:22:49 2021 +0100
Changeset: a6f537abed20a6ce4ce0db2454f7eab79f9fa690
Modified Files:
firefox69-2019Q4/mozilla-common.mk
ntimed-git/Makefile
printrun/Makefile
pudb/Makefile
py-matrix-nio/Makefile
rtv/Makefile
Log Message:
Forget about Python 3.6
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6f537abed20a6ce4ce0db2454f7eab79f9fa690
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
firefox69-2019Q4/mozilla-common.mk | 2 +-
ntimed-git/Makefile | 1 -
printrun/Makefile | 1 -
pudb/Makefile | 1 -
py-matrix-nio/Makefile | 4 ----
rtv/Makefile | 5 ++---
6 files changed, 3 insertions(+), 11 deletions(-)
diffs:
diff --git a/firefox69-2019Q4/mozilla-common.mk b/firefox69-2019Q4/mozilla-common.mk
index bdf7c0252f..dd54ebfc60 100644
--- a/firefox69-2019Q4/mozilla-common.mk
+++ b/firefox69-2019Q4/mozilla-common.mk
@@ -9,7 +9,7 @@
# Python 2.7 and Python 3.6 or later are required simultaneously.
PYTHON_VERSIONS_ACCEPTED= 27
PYTHON_FOR_BUILD_ONLY= tool
-.if !empty(PYTHON_VERSION_DEFAULT:M37) || !empty(PYTHON_VERSION_DEFAULT:M36)
+.if !empty(PYTHON_VERSION_DEFAULT:M37)
TOOL_DEPENDS+= python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT}
ALL_ENV+= PYTHON3=${LOCALBASE}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./}
.else
diff --git a/ntimed-git/Makefile b/ntimed-git/Makefile
index aee9065d67..73f0e4f68d 100644
--- a/ntimed-git/Makefile
+++ b/ntimed-git/Makefile
@@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake
REPLACE_PYTHON+= plotgen.py
-#PYTHON_VERSIONS_INCOMPATIBLE= 36 # as of 20150109
INSTALLATION_DIRS+= sbin share/doc/ntimed
diff --git a/printrun/Makefile b/printrun/Makefile
index 75558903df..fca1457704 100644
--- a/printrun/Makefile
+++ b/printrun/Makefile
@@ -11,7 +11,6 @@ HOMEPAGE= https://www.pronterface.com/
COMMENT= 3D printing host suite
LICENSE= gnu-gpl-v3
-#PYTHON_VERSIONS_ACCEPTED= 36 27
PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= ${PYPKGPREFIX}-readline>=1.0:../../devel/py-readline
diff --git a/pudb/Makefile b/pudb/Makefile
index fecd20eccb..587e0b1e38 100644
--- a/pudb/Makefile
+++ b/pudb/Makefile
@@ -15,7 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.1.0:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-pygments>=1.0:../../textproc/py-pygments
#DEPENDS+= ${PYPKGPREFIX}-ipython>=0.9.1:../../devel/py-ipython
-#PYTHON_VERSIONS_INCOMPATIBLE= 36 # py-ipython
USE_LANGUAGES= # none
diff --git a/py-matrix-nio/Makefile b/py-matrix-nio/Makefile
index a07188c5c7..123e9a2d05 100644
--- a/py-matrix-nio/Makefile
+++ b/py-matrix-nio/Makefile
@@ -10,10 +10,6 @@ HOMEPAGE= https://github.com/poljar/matrix-nio
COMMENT= Matrix client library for Python
LICENSE= isc
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 36
-DEPENDS+= ${PYPKGPREFIX}-dataclasses>=0.7:../../devel/py-dataclasses
-.endif
DEPENDS+= ${PYPKGPREFIX}-aiofiles>=0.6.0:../../devel/py-aiofiles
DEPENDS+= ${PYPKGPREFIX}-aiohttp-socks>=0.6.0:../../www/py-aiohttp-socks
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.7.4:../../www/py-aiohttp
diff --git a/rtv/Makefile b/rtv/Makefile
index 1e1e354177..9b5083fe09 100644
--- a/rtv/Makefile
+++ b/rtv/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
DISTNAME= rtv-1.27.0
-CATEGORIES= www
+CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rtv/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
.include "../../lang/python/egg.mk"
-.if ${_PYTHON_VERSION} < 36
+.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-mailcap-fix-[0-9]*:../../wip/py-mailcap-fix
.endif
@@ -30,5 +30,4 @@ SUBST_SED.pkgmandir= -e 's,share/man,${PKGMANDIR},'
USE_LANGUAGES= # none
-.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index