Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2018 17:49:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477969 - head/devel/py-sortedcontainers
Message-ID:  <201808241749.w7OHnC4r097578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808241749.w7OHnC4r097578>