diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-14 12:01:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-14 12:12:00 +0200 |
commit | 49c275f390a5dd19937ff84774a18cd85db08030 (patch) | |
tree | dee174b9554aca492c5fbfa95e3c01f98e72998e /app-portage | |
parent | app-portage/gpyutils: Drop old (diff) | |
download | gentoo-49c275f390a5dd19937ff84774a18cd85db08030.tar.gz gentoo-49c275f390a5dd19937ff84774a18cd85db08030.tar.bz2 gentoo-49c275f390a5dd19937ff84774a18cd85db08030.zip |
app-portage/gpyutils: Flatten the live ebuild
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/gpyutils-9999.ebuild | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild index 0f2b157dba22..400278e91b4c 100644 --- a/app-portage/gpyutils/gpyutils-9999.ebuild +++ b/app-portage/gpyutils/gpyutils-9999.ebuild @@ -1,31 +1,22 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) -inherit distutils-r1 - -#if LIVE EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" -inherit git-r3 -#endif +inherit distutils-r1 git-r3 DESCRIPTION="Utitilies for maintaining Python packages" HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]" -#if LIVE - -KEYWORDS= -SRC_URI= -#endif python_test() { esetup.py test |