diff options
author | 2012-08-27 15:35:47 +0000 | |
---|---|---|
committer | 2012-08-27 15:35:47 +0000 | |
commit | 688ff578df1cd66afd2092c9551e2d21565ee65f (patch) | |
tree | 969c456b9e3072f8cfe30e82b8c3aea6ecdb2a75 /dev-python/fabric/fabric-1.4.3.ebuild | |
parent | Add an USE flag to make picutils dependency optional (bug #432926), as well a... (diff) | |
download | historical-688ff578df1cd66afd2092c9551e2d21565ee65f.tar.gz historical-688ff578df1cd66afd2092c9551e2d21565ee65f.tar.bz2 historical-688ff578df1cd66afd2092c9551e2d21565ee65f.zip |
Use pypi tarball, which now contains all required files. Suggested by Arfrever.
Package-Manager: portage-2.2.0_alpha123/cvs/Linux x86_64
Diffstat (limited to 'dev-python/fabric/fabric-1.4.3.ebuild')
-rw-r--r-- | dev-python/fabric/fabric-1.4.3.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/fabric/fabric-1.4.3.ebuild b/dev-python/fabric/fabric-1.4.3.ebuild index 4fae9e5c0389..909aa53a433a 100644 --- a/dev-python/fabric/fabric-1.4.3.ebuild +++ b/dev-python/fabric/fabric-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.4.3.ebuild,v 1.2 2012/08/27 04:23:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.4.3.ebuild,v 1.3 2012/08/27 15:35:47 floppym Exp $ EAPI="4" PYTHON_DEPEND="2:2.5" @@ -11,11 +11,14 @@ DISTUTILS_SRC_TEST="nosetests" # Requires multiprocessing package from py2.6+ PYTHON_TESTS_RESTRICTED_ABIS="2.5" -inherit distutils eutils vcs-snapshot +inherit distutils eutils + +MY_PN="Fabric" +MY_P="${MY_PN}-${PV}" DESCRIPTION="Fabric is a simple, Pythonic tool for remote execution and deployment." HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric" -SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -28,6 +31,7 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) test? ( <dev-python/fudge-1.0 )" +S="${WORKDIR}/${MY_P}" PYTHON_MODULES="fabfile fabric" src_compile() { |