pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Wave bye-bye to python34 and python35
Module Name: pkgsrc-wip
Committed By: Roy Marples <roy%marples.name@localhost>
Pushed By: roy
Date: Fri Apr 26 13:48:54 2019 +0100
Changeset: 0eafef04d28acdb2ff5fee3316ff866cdf96d929
Modified Files:
ansible/Makefile
elixir-cross-ref/Makefile
icestorm-git/Makefile
mailman3/Makefile
printrun/Makefile
py-algebraixlib/Makefile
py-cysignals/Makefile
py-okpy/Makefile
py-peru/Makefile
translate-toolkit/Makefile
yosys/Makefile
Log Message:
Wave bye-bye to python34 and python35
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0eafef04d28acdb2ff5fee3316ff866cdf96d929
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ansible/Makefile | 1 -
elixir-cross-ref/Makefile | 2 +-
icestorm-git/Makefile | 2 +-
mailman3/Makefile | 2 +-
printrun/Makefile | 2 +-
py-algebraixlib/Makefile | 2 +-
py-cysignals/Makefile | 2 --
py-okpy/Makefile | 2 +-
py-peru/Makefile | 2 +-
translate-toolkit/Makefile | 2 --
yosys/Makefile | 2 +-
11 files changed, 8 insertions(+), 13 deletions(-)
diffs:
diff --git a/ansible/Makefile b/ansible/Makefile
index 56d0d06af7..d62d7f1e60 100644
--- a/ansible/Makefile
+++ b/ansible/Makefile
@@ -23,7 +23,6 @@ DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32
.endif
USE_TOOLS+= gmake
-PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 27
EGDIR= ${PREFIX}/share/examples/ansible
diff --git a/elixir-cross-ref/Makefile b/elixir-cross-ref/Makefile
index ec8fa470ff..f84fb43a9f 100644
--- a/elixir-cross-ref/Makefile
+++ b/elixir-cross-ref/Makefile
@@ -14,7 +14,7 @@ LICENSE= gnu-agpl-v3 # Patches are from AGPLv3 version
USE_LANGUAGES= # none
USE_TOOLS+= gsed:run perl:run pax
-PYTHON_VERSIONS_ACCEPTED= 37 36 35
+PYTHON_VERSIONS_ACCEPTED= 37 36
NO_BUILD= yes
REPLACE_PYTHON= data.py
diff --git a/icestorm-git/Makefile b/icestorm-git/Makefile
index 282bb1756b..86772ef67c 100644
--- a/icestorm-git/Makefile
+++ b/icestorm-git/Makefile
@@ -14,7 +14,7 @@ LICENSE= mit
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config gmake
LIBS+= -lm -lstdc++
-PYTHON_VERSIONS_ACCEPTED= 37 36 35 34
+PYTHON_VERSIONS_ACCEPTED= 37 36
WRKSRC= ${WRKDIR}/icestorm-${GITHUB_TAG}
diff --git a/mailman3/Makefile b/mailman3/Makefile
index 9128e9f844..1faa4bf365 100644
--- a/mailman3/Makefile
+++ b/mailman3/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.list.org/
COMMENT= GNU mailing list manager
LICENSE= gnu-gpl-v3
-PYTHON_VERSIONS_ACCEPTED= 37 36 35 34
+PYTHON_VERSIONS_ACCEPTED= 37 36
DEPENDS+= ${PYPKGPREFIX}-aiosmtpd>=1.0.0:../../mail/py-aiosmtpd
DEPENDS+= ${PYPKGPREFIX}-alembic-[0-9]*:../../databases/py-alembic
diff --git a/printrun/Makefile b/printrun/Makefile
index aa480bcd63..6feb7f5e3b 100644
--- a/printrun/Makefile
+++ b/printrun/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.pronterface.com/
COMMENT= 3D printing host suite
LICENSE= gnu-gpl-v3
-#PYTHON_VERSIONS_ACCEPTED= 36 35 34 27
+#PYTHON_VERSIONS_ACCEPTED= 36 27
PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
diff --git a/py-algebraixlib/Makefile b/py-algebraixlib/Makefile
index b2e07f88de..82caeeab72 100644
--- a/py-algebraixlib/Makefile
+++ b/py-algebraixlib/Makefile
@@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 34 35 36 37
+PYTHON_VERSIONS_ACCEPTED= 37 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-cysignals/Makefile b/py-cysignals/Makefile
index c913a892fa..2fcb84b7cf 100644
--- a/py-cysignals/Makefile
+++ b/py-cysignals/Makefile
@@ -14,8 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.8.3:../../textproc/py-sphinx
GNU_CONFIGURE= NO
-PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 27
-
post-extract:
${MV} ${WRKSRC}/src/scripts/cysignals-CSI ${WRKSRC}/src/scripts/cysignals-CSI${PYVERSSUFFIX}
diff --git a/py-okpy/Makefile b/py-okpy/Makefile
index 6975c9c1d9..19f8c7e8cc 100644
--- a/py-okpy/Makefile
+++ b/py-okpy/Makefile
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 34 35 36 37
+PYTHON_VERSIONS_ACCEPTED= 37 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-peru/Makefile b/py-peru/Makefile
index 7e6b5d238a..16b98b7458 100644
--- a/py-peru/Makefile
+++ b/py-peru/Makefile
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
USE_TOOLS+= bash
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 34 35 36 37
+PYTHON_VERSIONS_ACCEPTED= 37 36
REPLACE_BASH+= peru/resources/plugins/rsync/rsync_plugin.sh
diff --git a/translate-toolkit/Makefile b/translate-toolkit/Makefile
index 80ef6b2eed..e9508857fb 100644
--- a/translate-toolkit/Makefile
+++ b/translate-toolkit/Makefile
@@ -33,8 +33,6 @@ DEPENDS+= ${PYPKGPREFIX}-diff-match-patch>=0:../../textproc/py-diff-match-patch/
USE_TOOLS+= bash:run
REPLACE_BASH= tools/*
-PYTHON_VERSIONS_ACCEPTED= 37 36 35 34 27
-
# We do not want to setup a build env to translate
# Firefox and Firefox Mobile.
post-extract:
diff --git a/yosys/Makefile b/yosys/Makefile
index 313d2f3ffc..270db34099 100644
--- a/yosys/Makefile
+++ b/yosys/Makefile
@@ -12,7 +12,7 @@ LICENSE= isc
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake pkg-config bison gawk flex
-PYTHON_VERSIONS_ACCEPTED= 37 36 35 34
+PYTHON_VERSIONS_ACCEPTED= 37 36
PKGCONFIG_CONFIG= ${PKG_CONFIG:Q}
DEPENDS+= py27-mercurial-[0-9]*:../../devel/py-mercurial
Home |
Main Index |
Thread Index |
Old Index