Update devel/py-asn1 0.3.7 -> 0.4.7
Brings py-asn1 up to date. From Clem Atis. Thank you! OK benoit@ (maintainer)
This commit is contained in:
parent
6d7b2d106b
commit
536ccf1ece
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2019/07/12 20:45:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2019/10/03 20:10:30 kmos Exp $
|
||||
|
||||
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
|
||||
|
||||
@ -26,7 +25,4 @@ FLAVOR ?=
|
||||
|
||||
TEST_ENV += PYTHONPATH=${WRKINST}/${MODPY_SITEPKG}
|
||||
|
||||
do-test: fake
|
||||
@${MODPY_TEST_TARGET}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2017/10/24 05:53:09 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2019/10/03 20:10:30 kmos Exp $
|
||||
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
|
||||
@ -77,6 +77,7 @@ lib/python${MODPY_VERSION}/site-packages/pyasn1/type/${MODPY_PYCACHE}constraint.
|
||||
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/pyasn1/type/constraint.py
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user