Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 05:30:26 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499947 - head/devel/py-pytrie
Message-ID:  <201904250530.x3P5UQfj060456@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Thu Apr 25 05:30:26 2019
New Revision: 499947
URL: https://svnweb.freebsd.org/changeset/ports/499947

Log:
  devel/py-pytrie: Update to 0.3.1
  
  Changelog:
  
    https://github.com/gsakkis/pytrie/blob/0.3.1/README.md

Modified:
  head/devel/py-pytrie/Makefile
  head/devel/py-pytrie/distinfo
  head/devel/py-pytrie/pkg-descr

Modified: head/devel/py-pytrie/Makefile
==============================================================================
--- head/devel/py-pytrie/Makefile	Thu Apr 25 05:27:36 2019	(r499946)
+++ head/devel/py-pytrie/Makefile	Thu Apr 25 05:30:26 2019	(r499947)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytrie
-PORTVERSION=	0.2
+PORTVERSION=	0.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,16 @@ MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	Pure Python implementation of the trie data structure
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
+#LICENSE_FILE=	${WRKSRC}/LICENSE # Not packaged (yet) in sdist
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR}
+
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>

Modified: head/devel/py-pytrie/distinfo
==============================================================================
--- head/devel/py-pytrie/distinfo	Thu Apr 25 05:27:36 2019	(r499946)
+++ head/devel/py-pytrie/distinfo	Thu Apr 25 05:30:26 2019	(r499947)
@@ -1,2 +1,3 @@
-SHA256 (PyTrie-0.2.tar.gz) = b272021351efadc6757591aac03ed4794bdfd091122204a4673e94bfb66cc500
-SIZE (PyTrie-0.2.tar.gz) = 96378
+TIMESTAMP = 1556169940
+SHA256 (PyTrie-0.3.1.tar.gz) = 3bb7d122a549d8006c9cba2feecac20bceda9f8c0e2a3fa99a5584cfe0dec523
+SIZE (PyTrie-0.3.1.tar.gz) = 94678

Modified: head/devel/py-pytrie/pkg-descr
==============================================================================
--- head/devel/py-pytrie/pkg-descr	Thu Apr 25 05:27:36 2019	(r499946)
+++ head/devel/py-pytrie/pkg-descr	Thu Apr 25 05:30:26 2019	(r499947)
@@ -4,4 +4,4 @@ addition to implementing the mapping interface, tries 
 items for a given prefix, and vice versa, finding the items whose keys
 are prefixes of a given key.
 
-WWW: https://bitbucket.org/gsakkis/pytrie
+WWW: https://github.com/gsakkis/pytrie



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