svn commit: r439567 - head/devel/py-ordered-set

Antoine Brodin antoine at FreeBSD.org
Thu Apr 27 21:12:48 UTC 2017


Author: antoine
Date: Thu Apr 27 21:12:47 2017
New Revision: 439567
URL: https://svnweb.freebsd.org/changeset/ports/439567

Log:
  - Update to 2.0.2
  - Add LICENSE_FILE
  - Add do-test target

Modified:
  head/devel/py-ordered-set/Makefile
  head/devel/py-ordered-set/distinfo

Modified: head/devel/py-ordered-set/Makefile
==============================================================================
--- head/devel/py-ordered-set/Makefile	Thu Apr 27 20:34:19 2017	(r439566)
+++ head/devel/py-ordered-set/Makefile	Thu Apr 27 21:12:47 2017	(r439567)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ordered-set
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +11,15 @@ MAINTAINER=	antoine at FreeBSD.org
 COMMENT=	MutableSet that remembers its order, so that every entry has an index
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose
 
 NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+do-test:
+	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER})
+
 .include <bsd.port.mk>

Modified: head/devel/py-ordered-set/distinfo
==============================================================================
--- head/devel/py-ordered-set/distinfo	Thu Apr 27 20:34:19 2017	(r439566)
+++ head/devel/py-ordered-set/distinfo	Thu Apr 27 21:12:47 2017	(r439567)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477213204
-SHA256 (ordered-set-2.0.1.tar.gz) = 55567f094481ba204ffede0117ab563e19af050c7cbf33a9a23292b8cb2b0a0e
-SIZE (ordered-set-2.0.1.tar.gz) = 3407
+TIMESTAMP = 1493231479
+SHA256 (ordered-set-2.0.2.tar.gz) = 942cad5d7d5b0760d5cbe93dfb385ac2ed402ca1d48c9f4e102d7d5cce3a90eb
+SIZE (ordered-set-2.0.2.tar.gz) = 4881


More information about the svn-ports-head mailing list