summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bottle/bottle-0.8.3.ebuild')
-rw-r--r--dev-python/bottle/bottle-0.8.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/bottle/bottle-0.8.3.ebuild b/dev-python/bottle/bottle-0.8.3.ebuild
index 93c74bb03..e8f25e2ab 100644
--- a/dev-python/bottle/bottle-0.8.3.ebuild
+++ b/dev-python/bottle/bottle-0.8.3.ebuild
@@ -4,14 +4,11 @@
EAPI="2"
-inherit python distutils
-
PYTHON_DEPEND="*:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4"
-PYTHON_MODNAME=${PN}.py
-IUSE=""
+inherit python distutils
DESCRIPTION="A fast and simple micro-framework for small web-applications"
HOMEPAGE="http://bottle.paws.de/"
@@ -20,3 +17,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PYTHON_MODNAME=${PN}.py