Skip to content

Commit

Permalink
Add dev-python/gfbi_core 0.5b6
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb committed Mar 23, 2012
1 parent d5f6534 commit e326620
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/gfbi_core/Manifest
@@ -0,0 +1 @@
DIST gfbi_core-0.5b6.tar.gz 28629 RMD160 112a2449afbdcca8dc4f61336576bfe60dc857d2 SHA1 1da07d83e3203a42479902d26c7ddc93f2ea6213 SHA256 e02fb878ed561366e128de070bce1f0311a63f9ecc5d10fdc5af238611320181
31 changes: 31 additions & 0 deletions dev-python/gfbi_core/gfbi_core-0.5.6.ebuild
@@ -0,0 +1,31 @@
# Copyright 2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=4
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

# I know. But it works.
MY_PV=${PV/./x}
MY_PV=${MY_PV/./b}
MY_PV=${MY_PV/x/.}
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"

inherit distutils

DESCRIPTION="Core files for interactive git filter branch."
HOMEPAGE="https://github.com/mike-perdide/gfbi_core
http://pypi.python.org/pypi/gfbi_core"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-python/git-python-0.3.1"

DOCS="*.txt README.rst CHANGELOG"

0 comments on commit e326620

Please sign in to comment.