diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-12-26 07:10:52 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-12-26 07:10:52 +0000 |
commit | 8ad6db220eee3bba3f8548cdf2f6ebab301923a4 (patch) | |
tree | 64e1c54fbdb8cc91756240bfdbef26ea1fd58208 /textproc/py-mistune | |
parent | f0ee224b974a27d06c9cf4be0c7012a13805a62b (diff) |
textproc/py-mistune: Update to 0.7.1
- Update PORTVERSION and distinfo checksum (0.7.1) [1]
- Update test target to new convention
- Add NO_ARCH
Changes:
https://github.com/lepture/mistune/blob/v0.7.1/CHANGES.rst
PR: 205516 [1]
Submitted by: Yuri <yuri rawbw com> [1]
Notes
Notes:
svn path=/head/; revision=404495
Diffstat (limited to 'textproc/py-mistune')
-rw-r--r-- | textproc/py-mistune/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-mistune/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile index b54671b217ff..f9c87f257e8e 100644 --- a/textproc/py-mistune/Makefile +++ b/textproc/py-mistune/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mistune -PORTVERSION= 0.5 +PORTVERSION= 0.7.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose USES= python USE_PYTHON= autoplist distutils -regression-test: build +NO_ARCH= yes + +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> diff --git a/textproc/py-mistune/distinfo b/textproc/py-mistune/distinfo index 5621617706ee..68a7918bc36f 100644 --- a/textproc/py-mistune/distinfo +++ b/textproc/py-mistune/distinfo @@ -1,2 +1,2 @@ -SHA256 (mistune-0.5.tar.gz) = d53d868cfd10cf757160e88adb5760fce95f7026a243f15a02b7c604238e5869 -SIZE (mistune-0.5.tar.gz) = 184883 +SHA256 (mistune-0.7.1.tar.gz) = 6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7 +SIZE (mistune-0.7.1.tar.gz) = 48371 |