pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-bintrees py-bintrees: remove redundant depend...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c80edf1c2075
branches: trunk
changeset: 440442:c80edf1c2075
user: khorben <khorben%pkgsrc.org@localhost>
date: Thu Oct 08 21:46:26 2020 +0000
description:
py-bintrees: remove redundant dependency on setuptools
While there, allow building with Python >= 3.5.
diffstat:
devel/py-bintrees/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r d3272c9d2f2d -r c80edf1c2075 devel/py-bintrees/Makefile
--- a/devel/py-bintrees/Makefile Thu Oct 08 21:43:44 2020 +0000
+++ b/devel/py-bintrees/Makefile Thu Oct 08 21:46:26 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/10/08 17:13:12 khorben Exp $
+# $NetBSD: Makefile,v 1.4 2020/10/08 21:46:26 khorben Exp $
DISTNAME= bintrees-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bintrees/}
EXTRACT_SUFX= .zip
@@ -14,9 +14,7 @@
USE_LANGUAGES= c
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-
-PYTHON_VERSIONS_ACCEPTED= 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index