From owner-svn-ports-head@freebsd.org Fri Mar 23 16:45:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6BCEF58B91; Fri, 23 Mar 2018 16:45:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5FF7E9AA; Fri, 23 Mar 2018 16:45:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A0FF227E1; Fri, 23 Mar 2018 16:45:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2NGjtis009404; Fri, 23 Mar 2018 16:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2NGjtLR009402; Fri, 23 Mar 2018 16:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803231645.w2NGjtLR009402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 23 Mar 2018 16:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465382 - head/devel/py-virtualenv-clone X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-virtualenv-clone X-SVN-Commit-Revision: 465382 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2018 16:45:56 -0000 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 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