svn commit: r477969 - head/devel/py-sortedcontainers
Antoine Brodin
antoine at FreeBSD.org
Fri Aug 24 17:49:13 UTC 2018
Author: antoine
Date: Fri Aug 24 17:49:12 2018
New Revision: 477969
URL: https://svnweb.freebsd.org/changeset/ports/477969
Log:
Update to 2.0.4
Modified:
head/devel/py-sortedcontainers/Makefile
head/devel/py-sortedcontainers/distinfo
Modified: head/devel/py-sortedcontainers/Makefile
==============================================================================
--- head/devel/py-sortedcontainers/Makefile Fri Aug 24 17:46:52 2018 (r477968)
+++ head/devel/py-sortedcontainers/Makefile Fri Aug 24 17:49:12 2018 (r477969)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sortedcontainers
-PORTVERSION= 1.5.10
+PORTVERSION= 2.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,8 @@ COMMENT= Python Sorted Container Types: SortedList, So
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
-
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-sortedcontainers/distinfo
==============================================================================
--- head/devel/py-sortedcontainers/distinfo Fri Aug 24 17:46:52 2018 (r477968)
+++ head/devel/py-sortedcontainers/distinfo Fri Aug 24 17:49:12 2018 (r477969)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524383514
-SHA256 (sortedcontainers-1.5.10.tar.gz) = 566cf5f8dbada3aed99737a19d98f03d15d76bf2a6c27e4fb0f4a718a99be761
-SIZE (sortedcontainers-1.5.10.tar.gz) = 11989719
+TIMESTAMP = 1535129504
+SHA256 (sortedcontainers-2.0.4.tar.gz) = 607294c6e291a270948420f7ffa1fb3ed47384a4c08db6d1e9c92d08a6981982
+SIZE (sortedcontainers-2.0.4.tar.gz) = 29757
More information about the svn-ports-all
mailing list