mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/py-asn1: Update to 0.1.7
- Update to 0.1.7 - MASTER_SITES: Remove SF (CHEESESHOP is High-Available) - Remove Python3 ready comment - Add regression-test: target - pkg-descr: Update WWW: URL Changes: * http://pyasn1.sourceforge.net/changes.html QA: Ran 335 tests in 0.038s - OK Approved by: maintainer (via email)
This commit is contained in:
parent
857d72a021
commit
11e1602dfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361084
@ -2,12 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asn1
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.1.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -16,10 +14,11 @@ COMMENT= ASN.1 toolkit for Python
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
# Python3 ready
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pyasn1-0.1.4.tar.gz) = 19ff3b7f46c69ee9c20aa606de3fc152486e48aab3316f16427fda0cf9917bf5
|
||||
SIZE (pyasn1-0.1.4.tar.gz) = 74929
|
||||
SHA256 (pyasn1-0.1.7.tar.gz) = e4f81d53c533f6bd9526b047f047f7b101c24ab17339c1a7ad8f98b25c101eab
|
||||
SIZE (pyasn1-0.1.7.tar.gz) = 68120
|
||||
|
@ -1,4 +1,4 @@
|
||||
ASN.1 types and codecs (BER, CER, DER) implementation in Python programming
|
||||
language.
|
||||
|
||||
WWW: http://sourceforge.net/projects/pyasn1/
|
||||
WWW: http://pyasn1.sourceforge.net
|
||||
|
Loading…
Reference in New Issue
Block a user