Skip to content

Commit

Permalink
app-portage/gpyutils: Flatten the live ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 14, 2017
1 parent eb83886 commit 49c275f
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions app-portage/gpyutils/gpyutils-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 49c275f

Please sign in to comment.