svn commit: r537040 - in head/devel/py-datrie: . files

Yuri Victorovich yuri at FreeBSD.org
Sat May 30 05:31:45 UTC 2020


Author: yuri
Date: Sat May 30 05:31:44 2020
New Revision: 537040
URL: https://svnweb.freebsd.org/changeset/ports/537040

Log:
  devel/py-datrie: Update 0.8 -> 0.8.2

Deleted:
  head/devel/py-datrie/files/
Modified:
  head/devel/py-datrie/Makefile
  head/devel/py-datrie/distinfo

Modified: head/devel/py-datrie/Makefile
==============================================================================
--- head/devel/py-datrie/Makefile	Sat May 30 05:23:07 2020	(r537039)
+++ head/devel/py-datrie/Makefile	Sat May 30 05:31:44 2020	(r537040)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	datrie
-PORTVERSION=	0.8
+PORTVERSION=	0.8.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,13 @@ COMMENT=	Super-fast, efficiently stored Trie for Pytho
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils cython autoplist
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest

Modified: head/devel/py-datrie/distinfo
==============================================================================
--- head/devel/py-datrie/distinfo	Sat May 30 05:23:07 2020	(r537039)
+++ head/devel/py-datrie/distinfo	Sat May 30 05:31:44 2020	(r537040)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564209809
-SHA256 (datrie-0.8.tar.gz) = bdd5da6ba6a97e7cd96eef2e7441c8d2ef890d04ba42694a41c7dffa3aca680c
-SIZE (datrie-0.8.tar.gz) = 226077
+TIMESTAMP = 1590816284
+SHA256 (datrie-0.8.2.tar.gz) = 525b08f638d5cf6115df6ccd818e5a01298cd230b2dac91c8ff2e6499d18765d
+SIZE (datrie-0.8.2.tar.gz) = 63278


More information about the svn-ports-all mailing list