svn commit: r410083 - head/devel/py-iso8601
Kubilay Kocak
koobs at FreeBSD.org
Fri Mar 4 05:22:27 UTC 2016
Author: koobs
Date: Fri Mar 4 05:22:26 2016
New Revision: 410083
URL: https://svnweb.freebsd.org/changeset/ports/410083
Log:
devel/py-iso8601: Update to 0.1.11
- Update PORTVERSION and distinfo checksum (0.1.11)
- Update test target using new framework bits
- Remove TESTS option bits accordingly
- Enable NO_ARCH (architecture independent)
Modified:
head/devel/py-iso8601/Makefile
head/devel/py-iso8601/distinfo
Modified: head/devel/py-iso8601/Makefile
==============================================================================
--- head/devel/py-iso8601/Makefile Fri Mar 4 04:39:40 2016 (r410082)
+++ head/devel/py-iso8601/Makefile Fri Mar 4 05:22:26 2016 (r410083)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= iso8601
-PORTVERSION= 0.1.10
+PORTVERSION= 0.1.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,15 +15,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:${PORTSDIR}/devel/py-pytest
-OPTIONS_DEFINE= TESTS
-
-TESTS_DESC= Install tools to run test suite
-TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
-
USES= python
USE_PYTHON= distutils autoplist
-regression-test: extract
- @cd ${WRKSRC} && py.test
+NO_ARCH= yes
+
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest iso8601
.include <bsd.port.mk>
Modified: head/devel/py-iso8601/distinfo
==============================================================================
--- head/devel/py-iso8601/distinfo Fri Mar 4 04:39:40 2016 (r410082)
+++ head/devel/py-iso8601/distinfo Fri Mar 4 05:22:26 2016 (r410083)
@@ -1,2 +1,2 @@
-SHA256 (iso8601-0.1.10.tar.gz) = e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1
-SIZE (iso8601-0.1.10.tar.gz) = 8405
+SHA256 (iso8601-0.1.11.tar.gz) = e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30
+SIZE (iso8601-0.1.11.tar.gz) = 8725
More information about the svn-ports-head
mailing list