Tue Nov 21 18:56:13 2023 UTC ()
py-asn1-modules: not for Python 2.7 anymore


(adam)
diff -r1.14 -r1.15 pkgsrc/security/py-asn1-modules/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/security/py-asn1-modules/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-asn1-modules/Makefile 2023/04/26 16:07:13 1.14
+++ pkgsrc/security/py-asn1-modules/Makefile 2023/11/21 18:56:13 1.15
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.14 2023/04/26 16:07:13 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2023/11/21 18:56:13 adam Exp $
2 2
3DISTNAME= pyasn1_modules-0.3.0 3DISTNAME= pyasn1_modules-0.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasn1-modules/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasn1-modules/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pyasn1/pyasn1-modules 9HOMEPAGE= https://github.com/pyasn1/pyasn1-modules
10COMMENT= Modules for ITU Abstract Syntax Notification for Python 10COMMENT= Modules for ITU Abstract Syntax Notification for Python
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-asn1>=0.5.0:../../security/py-asn1 13DEPENDS+= ${PYPKGPREFIX}-asn1>=0.5.0:../../security/py-asn1
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
 17PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-asn1
 18
17.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"