diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-12 16:43:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-12 16:43:50 +0000 |
commit | 9dff116e7d7c531ecbbae979de14a970cd34fbf7 (patch) | |
tree | b08ea28c63fa86daa8dff660970af4a803a425e2 /dev-python/isodate | |
parent | Move from cat kde-misc. (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/isodate/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/isodate/isodate-0.4.9-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-python/isodate/metadata.xml | 10 |
3 files changed, 34 insertions, 6 deletions
diff --git a/dev-python/isodate/ChangeLog b/dev-python/isodate/ChangeLog index a06d2a5ad64a..9c0ddc30bd3b 100644 --- a/dev-python/isodate/ChangeLog +++ b/dev-python/isodate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/isodate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.11 2013/02/02 22:28:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.12 2013/05/12 16:43:50 jlec Exp $ + +*isodate-0.4.9-r1 (12 May 2013) + + 12 May 2013; Justin Lecher <jlec@gentoo.org> +isodate-0.4.9-r1.ebuild, + metadata.xml: + Move to new python r1 eclasses 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> isodate-0.4.9.ebuild: Add ~arm, wrt bug #449220 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 ) diff --git a/dev-python/isodate/metadata.xml b/dev-python/isodate/metadata.xml index 331553a92cdb..1a5711f648c5 100644 --- a/dev-python/isodate/metadata.xml +++ b/dev-python/isodate/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> - <longdescription> + <herd>python</herd> + <longdescription> This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If @@ -15,7 +15,7 @@ fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds. </longdescription> - <upstream> - <remote-id type="pypi">isodate</remote-id> - </upstream> + <upstream> + <remote-id type="pypi">isodate</remote-id> + </upstream> </pkgmetadata> |