Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2018 16:45:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465382 - head/devel/py-virtualenv-clone
Message-ID:  <201803231645.w2NGjtLR009402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 23 16:45:55 2018
New Revision: 465382
URL: https://svnweb.freebsd.org/changeset/ports/465382

Log:
  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)

Modified:
  head/devel/py-virtualenv-clone/Makefile
  head/devel/py-virtualenv-clone/distinfo

Modified: head/devel/py-virtualenv-clone/Makefile
==============================================================================
--- head/devel/py-virtualenv-clone/Makefile	Fri Mar 23 16:45:50 2018	(r465381)
+++ head/devel/py-virtualenv-clone/Makefile	Fri Mar 23 16:45:55 2018	(r465382)
@@ -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>

Modified: head/devel/py-virtualenv-clone/distinfo
==============================================================================
--- head/devel/py-virtualenv-clone/distinfo	Fri Mar 23 16:45:50 2018	(r465381)
+++ head/devel/py-virtualenv-clone/distinfo	Fri Mar 23 16:45:55 2018	(r465382)
@@ -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



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