aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ordereddict')
-rw-r--r--dev-python/ordereddict/metadata.xml1
-rw-r--r--dev-python/ordereddict/ordereddict-1.1.ebuild5
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/ordereddict/metadata.xml b/dev-python/ordereddict/metadata.xml
index 5366461..d02cc23 100644
--- a/dev-python/ordereddict/metadata.xml
+++ b/dev-python/ordereddict/metadata.xml
@@ -7,5 +7,4 @@
<email>della5@iinet.com.au</email>
<name>Ian Delaney aka idella4 proxy maintainer</name>
</maintainer>
-
</pkgmetadata>
diff --git a/dev-python/ordereddict/ordereddict-1.1.ebuild b/dev-python/ordereddict/ordereddict-1.1.ebuild
index f2612b1..673dc7d 100644
--- a/dev-python/ordereddict/ordereddict-1.1.ebuild
+++ b/dev-python/ordereddict/ordereddict-1.1.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
-PYTHON_DEPEND="2:2.5:2.6"
+PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
@@ -16,8 +16,7 @@ IUSE="doc"
LICENSE="MIT"
SLOT="0"
-
-#PYTHON_MODNAME="appconf"
+PYTHON_MODNAME="ordereddict.py"
RDEPEND=""
DEPEND="${RDEPEND} dev-python/setuptools"