aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-07-07 21:30:34 +0800
committerKubilay Kocak <koobs@FreeBSD.org>2014-07-07 21:30:34 +0800
commit11e1602dfd3a56cd10ae6ee352ebd4adff658843 (patch)
tree421bf6d493408f281ddf21c1217af2f90a97e57b /devel
parent857d72a0211325e82e125adde1d55b95a3301c5b (diff)
downloadfreebsd-ports-gnome-11e1602dfd3a56cd10ae6ee352ebd4adff658843.tar.gz
freebsd-ports-gnome-11e1602dfd3a56cd10ae6ee352ebd4adff658843.tar.zst
freebsd-ports-gnome-11e1602dfd3a56cd10ae6ee352ebd4adff658843.zip
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-asn1/Makefile9
-rw-r--r--devel/py-asn1/distinfo4
-rw-r--r--devel/py-asn1/pkg-descr2
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/py-asn1/Makefile b/devel/py-asn1/Makefile
index 239f2708b3e1..6667c39c2956 100644
--- a/devel/py-asn1/Makefile
+++ b/devel/py-asn1/Makefile
@@ -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>
diff --git a/devel/py-asn1/distinfo b/devel/py-asn1/distinfo
index f5c8d33613d8..ddc0befaef32 100644
--- a/devel/py-asn1/distinfo
+++ b/devel/py-asn1/distinfo
@@ -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
diff --git a/devel/py-asn1/pkg-descr b/devel/py-asn1/pkg-descr
index 8a6eb183b907..0d46f8998982 100644
--- a/devel/py-asn1/pkg-descr
+++ b/devel/py-asn1/pkg-descr
@@ -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