pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove some dead code, python-3.3 is no more.
details: https://anonhg.NetBSD.org/pkgsrc/rev/391d7518175e
branches: trunk
changeset: 353353:391d7518175e
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 03 12:25:36 2016 +0000
description:
Remove some dead code, python-3.3 is no more.
diffstat:
math/py-rpy/Makefile | 4 ++--
pkgtools/pkglint/files/vardefs.go | 2 +-
pkgtools/pkglint4/files/makevars.map | 4 ++--
security/py-cryptography/Makefile | 6 ++----
www/py-tornado/Makefile | 6 +-----
5 files changed, 8 insertions(+), 14 deletions(-)
diffs (90 lines):
diff -r 9284eeafbbd8 -r 391d7518175e math/py-rpy/Makefile
--- a/math/py-rpy/Makefile Mon Oct 03 12:22:35 2016 +0000
+++ b/math/py-rpy/Makefile Mon Oct 03 12:25:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2016/06/08 17:43:35 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2016/10/03 12:25:36 wiz Exp $
DISTNAME= rpy2-2.5.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/}
@@ -24,7 +24,7 @@
.include "../../lang/python/pyversion.mk"
PLIST_VARS= sd
-.if ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33"
+.if ${PYPKGPREFIX} == "py27"
PLIST.sd= yes
DEPENDS+= ${PYPKGPREFIX}-singledispatch-[0-9]*:../../devel/py-singledispatch
.endif
diff -r 9284eeafbbd8 -r 391d7518175e pkgtools/pkglint/files/vardefs.go
--- a/pkgtools/pkglint/files/vardefs.go Mon Oct 03 12:22:35 2016 +0000
+++ b/pkgtools/pkglint/files/vardefs.go Mon Oct 03 12:25:36 2016 +0000
@@ -640,7 +640,7 @@
acl("PTHREAD_OPTS", lkShell, enum("native optional require"), "Makefile: set, append; Makefile.common, buildlink3.mk: append")
sys("PTHREAD_TYPE", lkNone, BtIdentifier) // Or "native" or "none".
pkg("PY_PATCHPLIST", lkNone, BtYes)
- acl("PYPKGPREFIX", lkNone, enum("py27 py33 py34 py35"), "pyversion.mk: set; *: use-loadtime, use")
+ acl("PYPKGPREFIX", lkNone, enum("py27 py34 py35"), "pyversion.mk: set; *: use-loadtime, use")
pkg("PYTHON_FOR_BUILD_ONLY", lkNone, BtYes)
pkglist("REPLACE_PYTHON", lkShell, BtPathmask)
pkg("PYTHON_VERSIONS_ACCEPTED", lkShell, BtVersion)
diff -r 9284eeafbbd8 -r 391d7518175e pkgtools/pkglint4/files/makevars.map
--- a/pkgtools/pkglint4/files/makevars.map Mon Oct 03 12:22:35 2016 +0000
+++ b/pkgtools/pkglint4/files/makevars.map Mon Oct 03 12:25:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.2 2016/06/19 18:03:05 wiz Exp $
+# $NetBSD: makevars.map,v 1.3 2016/10/03 12:25:37 wiz Exp $
#
# This file contains the guessed type of some variables, according to
@@ -658,7 +658,7 @@
PTHREAD_TYPE Identifier [$system]
# ^^ or "native" or "none".
PY_PATCHPLIST Yes [$package]
-PYPKGPREFIX { py27 py33 py34 } [*:pu, pyversion.mk:s, *:]
+PYPKGPREFIX { py27 py34 py35 } [*:pu, pyversion.mk:s, *:]
PYTHON_FOR_BUILD_ONLY Yes [$package]
REPLACE_PYTHON List of Pathmask [$package_list]
PYTHON_VERSIONS_ACCEPTED List of Version [$package]
diff -r 9284eeafbbd8 -r 391d7518175e security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Mon Oct 03 12:22:35 2016 +0000
+++ b/security/py-cryptography/Makefile Mon Oct 03 12:25:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2016/10/03 12:21:16 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2016/10/03 12:25:37 wiz Exp $
DISTNAME= cryptography-1.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -24,11 +24,9 @@
.include "../../lang/python/pyversion.mk"
.if ${PYPKGPREFIX} == "py27"
+DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress
.endif
-.if ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33"
-DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.endif
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
diff -r 9284eeafbbd8 -r 391d7518175e www/py-tornado/Makefile
--- a/www/py-tornado/Makefile Mon Oct 03 12:22:35 2016 +0000
+++ b/www/py-tornado/Makefile Mon Oct 03 12:25:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 17:43:46 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/10/03 12:25:37 wiz Exp $
DISTNAME= tornado-4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -29,10 +29,6 @@
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch
.endif
-.if "${PYPKGPREFIX}" == "py33"
-DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
-DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch
-.endif
.if "${PYPKGPREFIX}" != "py35"
PLIST.requires= yes
.endif
Home |
Main Index |
Thread Index |
Old Index