diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-02 12:31:00 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-02 13:05:31 +0200 |
commit | abec25e82f89e1286b2b83622ea8d6ebe674bc27 (patch) | |
tree | 4f6745c67db79c4795ed7a90be4e99e9261f162f /dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | |
parent | sys-kernel/vanilla-sources: Linux patch 3.18.21. Remove old. (diff) | |
download | gentoo-abec25e82f89e1286b2b83622ea8d6ebe674bc27.tar.gz gentoo-abec25e82f89e1286b2b83622ea8d6ebe674bc27.tar.bz2 gentoo-abec25e82f89e1286b2b83622ea8d6ebe674bc27.zip |
dev-python/strict-rfc3339: New package, ebuild written by me
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild new file mode 100644 index 000000000000..2abdefb0225e --- /dev/null +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} ) + +inherit distutils-r1 + +DESCRIPTION="Strict, simple, lightweight RFC3339 functions" +HOMEPAGE="https://pypi.python.org/pypi/strict-rfc3339 https://github.com/danielrichman/strict-rfc3339" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" |