summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/mercurial-keyring/mercurial-keyring-0.5.2.ebuild')
-rw-r--r--dev-vcs/mercurial-keyring/mercurial-keyring-0.5.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-vcs/mercurial-keyring/mercurial-keyring-0.5.2.ebuild b/dev-vcs/mercurial-keyring/mercurial-keyring-0.5.2.ebuild
new file mode 100644
index 0000000..91c4e5c
--- /dev/null
+++ b/dev-vcs/mercurial-keyring/mercurial-keyring-0.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# Ebuild generated by g-pypi 0.2.2 (rev. 214)
+
+EAPI=3
+
+inherit distutils
+
+MY_PN="${PN/-/_}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Mercurial Keyring Extension"
+HOMEPAGE="http://bitbucket.org/Mekk/mercurial_keyring"
+SRC_URI="http://pypi.python.org/packages/source/m/${MY_PN}/${MY_P}.tar.gz"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+DEPEND="dev-python/setuptools"
+RDEPEND=">=dev-python/python-keyring-0.3"
+
+S="${WORKDIR}/${MY_P}"