aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <della5@iinet.com.au>2012-04-26 13:56:34 +0800
committerIan Delaney <della5@iinet.com.au>2012-04-26 13:56:34 +0800
commit4817cb8bc33e35af8481de204f9ed2b9d1e231cf (patch)
tree45fc7849d89203391856e39a3321581edea1ee7f /dev-python/ordereddict
parent[dev-python/[python-digest,multiprocessing] fixes to test, docs (diff)
downloadimprovise-4817cb8bc33e35af8481de204f9ed2b9d1e231cf.tar.gz
improvise-4817cb8bc33e35af8481de204f9ed2b9d1e231cf.tar.bz2
improvise-4817cb8bc33e35af8481de204f9ed2b9d1e231cf.zip
recaptcha-client,multiprocessing,ordereddict x86 added && refined
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"