summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-04-18 16:59:57 +0000
committerIan Delaney <idella4@gentoo.org>2013-04-18 16:59:57 +0000
commitf6fd14d56957da01d198c69f213e7ac9d7804443 (patch)
tree441212b867aa74c8d8afdd845a6e5a7be9a1ecc5 /dev-python/timelib
parentFix mistyped gcc version number. (diff)
downloadgentoo-2-f6fd14d56957da01d198c69f213e7ac9d7804443.tar.gz
gentoo-2-f6fd14d56957da01d198c69f213e7ac9d7804443.tar.bz2
gentoo-2-f6fd14d56957da01d198c69f213e7ac9d7804443.zip
migration -> distutils-r1
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/timelib')
-rw-r--r--dev-python/timelib/ChangeLog9
-rw-r--r--dev-python/timelib/timelib-0.2.4-r1.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/timelib/ChangeLog b/dev-python/timelib/ChangeLog
index 20928c2351a2..0e1d3ffaaf40 100644
--- a/dev-python/timelib/ChangeLog
+++ b/dev-python/timelib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/timelib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.8 2012/10/09 13:07:41 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.9 2013/04/18 16:59:57 idella4 Exp $
+
+*timelib-0.2.4-r1 (18 Apr 2013)
+
+ 18 Apr 2013; Ian Delaney <idella4@gentoo.org> +timelib-0.2.4-r1.ebuild:
+ migration -> distutils-r1
*timelib-0.2.4 (09 Oct 2012)
diff --git a/dev-python/timelib/timelib-0.2.4-r1.ebuild b/dev-python/timelib/timelib-0.2.4-r1.ebuild
new file mode 100644
index 000000000000..cc214e776ddd
--- /dev/null
+++ b/dev-python/timelib/timelib-0.2.4-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.1 2013/04/18 16:59:57 idella4 Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
+
+inherit distutils-r1
+
+DESCRIPTION="parse english textual date descriptions"
+HOMEPAGE="http://pypi.python.org/pypi/timelib"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="PHP-3.01 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""