svn commit: r499947 - head/devel/py-pytrie
Kubilay Kocak
koobs at FreeBSD.org
Thu Apr 25 05:30:28 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list