aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-24 00:45:55 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-24 00:45:55 +0800
commit55f22e172a716537c302afd01456339ef01e223d (patch)
tree647f569cb72319d9c247dd10c1786ad3a34cb84d
parent562e578a30fddf85927ea463e369357c05d17c6b (diff)
downloadfreebsd-ports-55f22e172a716537c302afd01456339ef01e223d.tar.gz
freebsd-ports-55f22e172a716537c302afd01456339ef01e223d.tar.zst
freebsd-ports-55f22e172a716537c302afd01456339ef01e223d.zip
Update to 0.3.0
- Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH Changes: https://github.com/edwardgeorge/virtualenv-clone/blob/master/changelog.md PR: 226774 Submitted by: sunpoet (myself) Approved by: nivit (maintainer)
Notes
Notes: svn path=/head/; revision=465382
-rw-r--r--devel/py-virtualenv-clone/Makefile7
-rw-r--r--devel/py-virtualenv-clone/distinfo5
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-virtualenv-clone/Makefile b/devel/py-virtualenv-clone/Makefile
index 007932d9ee84..97cb9d7294b2 100644
--- a/devel/py-virtualenv-clone/Makefile
+++ b/devel/py-virtualenv-clone/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= virtualenv-clone
-PORTVERSION= 0.2.5
-PORTREVISION= 0
+PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +13,8 @@ COMMENT= Python virtualenv cloning script
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-# Python3 ready
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/devel/py-virtualenv-clone/distinfo b/devel/py-virtualenv-clone/distinfo
index 476937497fcb..7deaaa69475f 100644
--- a/devel/py-virtualenv-clone/distinfo
+++ b/devel/py-virtualenv-clone/distinfo
@@ -1,2 +1,3 @@
-SHA256 (virtualenv-clone-0.2.5.tar.gz) = 7087ba4eb48acfd5209a3fd03e15d072f28742619127c98333057e32748d91c4
-SIZE (virtualenv-clone-0.2.5.tar.gz) = 5311
+TIMESTAMP = 1520177718
+SHA256 (virtualenv-clone-0.3.0.tar.gz) = b5cfe535d14dc68dfc1d1bb4ac1209ea28235b91156e2bba8e250d291c3fb4f8
+SIZE (virtualenv-clone-0.3.0.tar.gz) = 5868