Skip to content

Commit

Permalink
g-pypi directly from my git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Miriup committed Oct 3, 2012
1 parent 6aae1be commit e8a2fd0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils
inherit git-2 distutils

DESCRIPTION="Manages ebuilds using information from Python Package Index"
HOMEPAGE="https://github.com/iElectric/g-pypi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
EGIT_REPO_URI="git@github.com:Miriup/${PN}.git"

LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
Expand Down

0 comments on commit e8a2fd0

Please sign in to comment.