On Wed, Sep 08, 2021 at 09:05:02PM +0100, Stuart Henderson wrote: > security/py-PyNaCl/Makefile:MAINTAINER = Jasper Lievisse > Adriaanse <[email protected]> > devel/py-asn1/Makefile:MAINTAINER = Benoit Lecocq > <[email protected]> > net/py-snmp/Makefile:MAINTAINER = Adam Wolk <[email protected]>
> Following paramiko/py-cryptography/etc moving to py3-only there are > some other modules which I think no longer need py2 builds. OK for these? ok kmos --Kurt > Index: net/Makefile > =================================================================== > RCS file: /cvs/ports/net/Makefile,v > retrieving revision 1.1267 > diff -u -p -r1.1267 Makefile > --- net/Makefile 8 Sep 2021 20:00:15 -0000 1.1267 > +++ net/Makefile 8 Sep 2021 20:02:54 -0000 > @@ -616,7 +616,6 @@ > SUBDIR += py-siphon,python3 > SUBDIR += py-slixmpp,python3 > SUBDIR += py-smbc,python3 > - SUBDIR += py-snmp > SUBDIR += py-snmp,python3 > SUBDIR += py-socketio-client,python3 > SUBDIR += py-socks > Index: devel/Makefile > =================================================================== > RCS file: /cvs/ports/devel/Makefile,v > retrieving revision 1.2124 > diff -u -p -r1.2124 Makefile > --- devel/Makefile 8 Sep 2021 09:14:32 -0000 1.2124 > +++ devel/Makefile 8 Sep 2021 20:02:54 -0000 > @@ -1292,7 +1292,6 @@ > SUBDIR += py-argcomplete,python3 > SUBDIR += py-argh > SUBDIR += py-argh,python3 > - SUBDIR += py-asn1 > SUBDIR += py-asn1,python3 > SUBDIR += py-asn1-modules,python3 > SUBDIR += py-astroid,python3 > Index: devel/quirks/Makefile > =================================================================== > RCS file: /cvs/ports/devel/quirks/Makefile,v > retrieving revision 1.1294 > diff -u -p -r1.1294 Makefile > --- devel/quirks/Makefile 8 Sep 2021 19:58:25 -0000 1.1294 > +++ devel/quirks/Makefile 8 Sep 2021 20:02:54 -0000 > @@ -5,7 +5,7 @@ CATEGORIES = devel databases > DISTFILES = > > # API.rev > -PKGNAME = quirks-4.47 > +PKGNAME = quirks-4.48 > PKG_ARCH = * > MAINTAINER = Marc Espie <[email protected]> > > Index: devel/quirks/files/Quirks.pm > =================================================================== > RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v > retrieving revision 1.1310 > diff -u -p -r1.1310 Quirks.pm > --- devel/quirks/files/Quirks.pm 8 Sep 2021 19:58:25 -0000 1.1310 > +++ devel/quirks/files/Quirks.pm 8 Sep 2021 20:02:54 -0000 > @@ -490,6 +490,9 @@ my $stem_extensions = { > 'py-bcrypt' => 'py3-bcrypt', > 'py-iso8601' => 'py3-iso8601', > 'py-asn1crypto' => 'py3-asn1crypto', > + 'py-asn1' => 'py3-asn1', > + 'py-snmp' => 'py3-snmp', > + 'py-PyNaCl' => 'py3-PyNaCl', > }; > > my $obsolete_reason = {}; > Index: security/py-PyNaCl/Makefile > =================================================================== > RCS file: /cvs/ports/security/py-PyNaCl/Makefile,v > retrieving revision 1.10 > diff -u -p -r1.10 Makefile > --- security/py-PyNaCl/Makefile 21 May 2021 19:50:34 -0000 1.10 > +++ security/py-PyNaCl/Makefile 8 Sep 2021 20:02:54 -0000 > @@ -5,7 +5,7 @@ COMMENT = Python binding to the NaCl li > MODPY_EGG_VERSION = 1.4.0 > DISTNAME = PyNaCl-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > -REVISION = 2 > +REVISION = 3 > > CATEGORIES = security > > @@ -22,7 +22,7 @@ MODPY_PI = Yes > MODPY_SETUPTOOLS = Yes > > FLAVORS = python3 > -FLAVOR ?= > +FLAVOR = python3 > > WANTLIB += ${MODPY_WANTLIB} pthread sodium > > Index: security/py-PyNaCl/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/security/py-PyNaCl/pkg/PLIST,v > retrieving revision 1.3 > diff -u -p -r1.3 PLIST > --- security/py-PyNaCl/pkg/PLIST 11 Jun 2020 20:00:56 -0000 1.3 > +++ security/py-PyNaCl/pkg/PLIST 8 Sep 2021 20:02:54 -0000 > @@ -1,4 +1,5 @@ > @comment $OpenBSD: PLIST,v 1.3 2020/06/11 20:00:56 jasper Exp $ > +@pkgpath security/py-PyNaCl > > lib/python${MODPY_VERSION}/site-packages/PyNaCl-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ > > lib/python${MODPY_VERSION}/site-packages/PyNaCl-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO > > lib/python${MODPY_VERSION}/site-packages/PyNaCl-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt > Index: devel/py-asn1/Makefile > =================================================================== > RCS file: /cvs/ports/devel/py-asn1/Makefile,v > retrieving revision 1.36 > diff -u -p -r1.36 Makefile > --- devel/py-asn1/Makefile 21 May 2021 19:50:23 -0000 1.36 > +++ devel/py-asn1/Makefile 8 Sep 2021 20:02:54 -0000 > @@ -7,7 +7,7 @@ DISTNAME = pyasn1-${MODPY_EGG_VERSION} > PKGNAME = ${DISTNAME:S/py/py-/} > CATEGORIES = devel > EPOCH = 0 > -REVISION = 1 > +REVISION = 2 > > HOMEPAGE = https://github.com/etingof/pyasn1 > > @@ -22,7 +22,7 @@ MODPY_PYTEST = Yes > > MODULES = lang/python > FLAVORS = python3 > -FLAVOR ?= > +FLAVOR = python3 > > TEST_ENV += PYTHONPATH=${WRKINST}/${MODPY_SITEPKG} > > Index: devel/py-asn1/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/devel/py-asn1/pkg/PLIST,v > retrieving revision 1.11 > diff -u -p -r1.11 PLIST > --- devel/py-asn1/pkg/PLIST 3 Oct 2019 20:10:30 -0000 1.11 > +++ devel/py-asn1/pkg/PLIST 8 Sep 2021 20:02:54 -0000 > @@ -1,4 +1,5 @@ > @comment $OpenBSD: PLIST,v 1.11 2019/10/03 20:10:30 kmos Exp $ > +@pkgpath devel/py-asn1 > lib/python${MODPY_VERSION}/site-packages/pyasn1/ > > lib/python${MODPY_VERSION}/site-packages/pyasn1-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ > > lib/python${MODPY_VERSION}/site-packages/pyasn1-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO > Index: net/py-snmp/Makefile > =================================================================== > RCS file: /cvs/ports/net/py-snmp/Makefile,v > retrieving revision 1.28 > diff -u -p -r1.28 Makefile > --- net/py-snmp/Makefile 21 May 2021 19:50:34 -0000 1.28 > +++ net/py-snmp/Makefile 8 Sep 2021 20:02:54 -0000 > @@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 4.4.12 > DISTNAME = pysnmp-${MODPY_EGG_VERSION} > PKGNAME = ${DISTNAME:S/py/py-/} > CATEGORIES = net > -REVISION = 1 > +REVISION = 2 > > HOMEPAGE = http://snmplabs.com/ > > @@ -28,7 +28,7 @@ DOCSDIR = ${PREFIX}/share/doc/${MODPY_PY > EXAMPLESDIR = ${PREFIX}/share/examples/${MODPY_PY_PREFIX}snmp > > FLAVORS = python3 > -FLAVOR ?= > +FLAVOR = python3 > > post-install: > ${INSTALL_DATA_DIR} ${DOCSDIR} ${EXAMPLESDIR} > Index: net/py-snmp/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/net/py-snmp/pkg/PLIST,v > retrieving revision 1.10 > diff -u -p -r1.10 PLIST > --- net/py-snmp/pkg/PLIST 26 Feb 2020 23:26:49 -0000 1.10 > +++ net/py-snmp/pkg/PLIST 8 Sep 2021 20:02:54 -0000 > @@ -1,4 +1,5 @@ > @comment $OpenBSD: PLIST,v 1.10 2020/02/26 23:26:49 awolk Exp $ > +@pkgpath net/py-snmp > lib/python${MODPY_VERSION}/site-packages/pysnmp/ > > lib/python${MODPY_VERSION}/site-packages/pysnmp-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ > > lib/python${MODPY_VERSION}/site-packages/pysnmp-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO >
