On 03/10/2019 06:07, Kurt Mosiejczuk wrote:
> On Wed, Sep 25, 2019 at 01:40:16PM +0200, clematis wrote:
>
>> Here's the results (amd64):
>> /usr/ports/security/py-cryptography
>> test: 96549 passed, 10427 skipped
>> install: OK
>> /usr/ports/security/py-service_identity
>> test: OK (total of 99 passed)
>> install: OK
>> /usr/ports/security/py-paramiko
>> test: 137 ran, 67errors
>> install: OK
>> /usr/ports/security/letsencrypt/py-acme
>> test: No regression tests for py-acme-0.38.0
>> install: OK
>> /usr/ports/www/py-ndg-httpsclient
>> test: run=14 errors=8 failures=1 (as before)
>> install: OK
>> /usr/ports/security/py-rsa
>> test: OK 74 passed 1 error
>> install: OK
>
> Looks good.
>
>> Comments? OK?
>
> There's no need for the do-test definition. Tests run just fine without it.
> Otherwise, OK kmos.
>
> benoit? Any comments or objections? I'm including a new copy of the diff.
No, ok benoit@
>
> --Kurt
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/py-asn1/Makefile,v
> retrieving revision 1.32
> diff -u -p -r1.32 Makefile
> --- Makefile 12 Jul 2019 20:45:17 -0000 1.32
> +++ Makefile 3 Oct 2019 04:07:21 -0000
> @@ -2,12 +2,11 @@
>
> COMMENT = ASN.1 library for Python
>
> -MODPY_EGG_VERSION = 0.3.7
> +MODPY_EGG_VERSION = 0.4.7
> DISTNAME = pyasn1-${MODPY_EGG_VERSION}
> PKGNAME = ${DISTNAME:S/py/py-/}
> CATEGORIES = devel
> EPOCH = 0
> -REVISION = 0
>
> HOMEPAGE = https://github.com/etingof/pyasn1
>
> @@ -25,8 +24,5 @@ FLAVORS = python3
> FLAVOR ?=
>
> TEST_ENV += PYTHONPATH=${WRKINST}/${MODPY_SITEPKG}
> -
> -do-test: fake
> - @${MODPY_TEST_TARGET}
>
> .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/py-asn1/distinfo,v
> retrieving revision 1.18
> diff -u -p -r1.18 distinfo
> --- distinfo 24 Oct 2017 05:53:09 -0000 1.18
> +++ distinfo 3 Oct 2019 04:07:21 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (pyasn1-0.3.7.tar.gz) = GH8qZtYXaD+OgtXAADO3yKAofh2oip1XeuvsMhytSWU=
> -SIZE (pyasn1-0.3.7.tar.gz) = 115350
> +SHA256 (pyasn1-0.4.7.tar.gz) = qUlTVsodZu0Zeg9ytB6xgjz36otb0HGRZz6BR67PhgQ=
> +SIZE (pyasn1-0.4.7.tar.gz) = 130424
> Index: pkg/DESCR
> ===================================================================
> RCS file: /cvs/ports/devel/py-asn1/pkg/DESCR,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 DESCR
> --- pkg/DESCR 28 Sep 2006 17:13:32 -0000 1.1.1.1
> +++ pkg/DESCR 3 Oct 2019 04:07:21 -0000
> @@ -1,4 +1,4 @@
> -pyasn1 is an implementation of ASN.1 types and codecs in Python
> -programming language. It has been first written to support particular
> -protocol (SNMP) but then generalized to be suitable for a wide range of
> -protocols based on ASN.1 specification.
> +pyasn1 is an implementation of ASN.1 types and DER/BER/CER codecs in
> +Python programming language. It has been first written to support
> +particular protocol (SNMP) but then generalized to be suitable for a
> +wide range of protocols based on ASN.1 specification.
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/devel/py-asn1/pkg/PLIST,v
> retrieving revision 1.10
> diff -u -p -r1.10 PLIST
> --- pkg/PLIST 24 Oct 2017 05:53:09 -0000 1.10
> +++ pkg/PLIST 3 Oct 2019 04:07:21 -0000
> @@ -77,6 +77,7 @@ lib/python${MODPY_VERSION}/site-packages
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}error.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}namedtype.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}namedval.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}opentype.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}tag.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}tagmap.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}univ.${MODPY_PYC_MAGIC_TAG}pyc
> @@ -87,6 +88,7 @@ lib/python${MODPY_VERSION}/site-packages
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/error.py
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/namedtype.py
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/namedval.py
> +lib/python${MODPY_VERSION}/site-packages/pyasn1/type/opentype.py
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/tag.py
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/tagmap.py
> lib/python${MODPY_VERSION}/site-packages/pyasn1/type/univ.py
>
No comments:
Post a Comment