summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/d2to1/d2to1-0.2.5.ebuild')
-rw-r--r--dev-python/d2to1/d2to1-0.2.5.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/d2to1/d2to1-0.2.5.ebuild b/dev-python/d2to1/d2to1-0.2.5.ebuild
new file mode 100644
index 000000000000..3d2818a71b03
--- /dev/null
+++ b/dev-python/d2to1/d2to1-0.2.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/d2to1/d2to1-0.2.5.ebuild,v 1.1 2012/01/30 22:41:50 xarthisius Exp $
+
+EAPI=4
+
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Allows using distutils2-like setup.cfg files for a package metadata"
+HOMEPAGE="http://pypi.python.org/pypi/d2to1"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND="${DEPEND}"