diff options
Diffstat (limited to 'dev-python/subunit/subunit-0.0.15.ebuild')
-rw-r--r-- | dev-python/subunit/subunit-0.0.15.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/subunit/subunit-0.0.15.ebuild b/dev-python/subunit/subunit-0.0.15.ebuild index db4d49e4f2bf..39f95f23ff0a 100644 --- a/dev-python/subunit/subunit-0.0.15.ebuild +++ b/dev-python/subunit/subunit-0.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.2 2013/10/25 07:01:46 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.3 2013/10/27 17:29:25 prometheanfire Exp $ EAPI=5 @@ -10,7 +10,9 @@ inherit autotools-utils python-r1 DESCRIPTION="A streaming protocol for test results" HOMEPAGE="https://launchpad.net/subunit http://pypi.python.org/pypi/python-subunit" -SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" +#SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz" +#S="${WORKDIR}/python-${P}" LICENSE="Apache-2.0 BSD" SLOT="0" |