svn commit: r527509 - head/devel/py-zict
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 1 06:48:47 UTC 2020
Author: sunpoet
Date: Sun Mar 1 06:48:45 2020
New Revision: 527509
URL: https://svnweb.freebsd.org/changeset/ports/527509
Log:
Update to 2.0.0
Changes: https://github.com/dask/zict/blob/master/doc/source/changelog.rst
Modified:
head/devel/py-zict/Makefile
head/devel/py-zict/distinfo
Modified: head/devel/py-zict/Makefile
==============================================================================
--- head/devel/py-zict/Makefile Sun Mar 1 06:48:39 2020 (r527508)
+++ head/devel/py-zict/Makefile Sun Mar 1 06:48:45 2020 (r527509)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zict
-PORTVERSION= 1.0.0
+PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}heapdict>=0:devel/py-heapdict@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
Modified: head/devel/py-zict/distinfo
==============================================================================
--- head/devel/py-zict/distinfo Sun Mar 1 06:48:39 2020 (r527508)
+++ head/devel/py-zict/distinfo Sun Mar 1 06:48:45 2020 (r527509)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580562239
-SHA256 (zict-1.0.0.tar.gz) = e34dd25ea97def518fb4c77f2c27078f3a7d6c965b0a3ac8fe5bdb0a8011a310
-SIZE (zict-1.0.0.tar.gz) = 11360
+TIMESTAMP = 1582975677
+SHA256 (zict-2.0.0.tar.gz) = 8e2969797627c8a663575c2fc6fcb53a05e37cdb83ee65f341fc6e0c3d0ced16
+SIZE (zict-2.0.0.tar.gz) = 11571
More information about the svn-ports-head
mailing list