summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-12 16:43:50 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-12 16:43:50 +0000
commit9dff116e7d7c531ecbbae979de14a970cd34fbf7 (patch)
treeb08ea28c63fa86daa8dff660970af4a803a425e2 /dev-python/isodate/isodate-0.4.9-r1.ebuild
parentMove from cat kde-misc. (diff)
downloadgentoo-2-9dff116e7d7c531ecbbae979de14a970cd34fbf7.tar.gz
gentoo-2-9dff116e7d7c531ecbbae979de14a970cd34fbf7.tar.bz2
gentoo-2-9dff116e7d7c531ecbbae979de14a970cd34fbf7.zip
dev-python/isodate: Move to new python r1 eclasses
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python/isodate/isodate-0.4.9-r1.ebuild')
-rw-r--r--dev-python/isodate/isodate-0.4.9-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/isodate/isodate-0.4.9-r1.ebuild b/dev-python/isodate/isodate-0.4.9-r1.ebuild
new file mode 100644
index 000000000000..e7f85aee04df
--- /dev/null
+++ b/dev-python/isodate/isodate-0.4.9-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.4.9-r1.ebuild,v 1.1 2013/05/12 16:43:50 jlec Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} jython2_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="ISO 8601 date/time/duration parser and formater"
+HOMEPAGE="http://pypi.python.org/pypi/isodate"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+
+DOCS=( CHANGES.txt README.txt TODO.txt )