diff options
Diffstat (limited to 'dev-python/keyring/keyring-1.0.ebuild')
-rw-r--r-- | dev-python/keyring/keyring-1.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/keyring/keyring-1.0.ebuild b/dev-python/keyring/keyring-1.0.ebuild deleted file mode 100644 index 24beecd..0000000 --- a/dev-python/keyring/keyring-1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 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=4 - -inherit distutils - -MY_PN=${PN#python-} -S="${WORKDIR}/${MY_PN}-${PV}" -DESCRIPTION="provides a easy way to access the system keyring service from -python." -HOMEPAGE="http://pypi.python.org/pypi/keyring" -SRC_URI="mirror://pypi/k/${MY_PN}/${MY_PN}-${PV}.zip" -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" -DEPEND="dev-python/setuptools" -RDEPEND="" - -src_install() { - distutils_src_install -} |