commit:     5ac441184e593f2ae5606a149b60080ce50e0d23
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 17:07:52 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 17:37:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac44118

dev-python/aniso8601: version bump to 1.2.1

 dev-python/aniso8601/Manifest               |  1 +
 dev-python/aniso8601/aniso8601-1.2.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest
index 6d4b65700a4..5250c049abb 100644
--- a/dev-python/aniso8601/Manifest
+++ b/dev-python/aniso8601/Manifest
@@ -1 +1,2 @@
 DIST aniso8601-1.2.0.tar.gz 59998 SHA256 
502400f82574afa804cc915d83f15c67533d364dcd594f8a6b9d2053f3404dd4 SHA512 
1918ee5a22c0ca3fd7cf331ca4f06dff93b73cc7865276e0e276b70e7ade7db0cbc10020619be23d73d646dc15764cb597084e0b5d632c1ee5dd21d29fb33311
 WHIRLPOOL 
3e62c9b82ef54132fabc4ba20b2ce8711926cb2e162cdd083de1ffdb986b46dfa2608a928e7f0231552507d4c4c144dcd1458491e269ed81283c06ac23414bee
+DIST aniso8601-1.2.1.tar.gz 62369 SHA256 
e7ba4f42d3aea75909c79b1f4c4614768b4f13fbb98fc658a7b6061ddb0be47c SHA512 
92a323ee4d275437a02936c396da483dd064e0756fc38f869f5e3fa3b1dde59bd1b285f5602efb4ea7c6ced1a633008898c832d6fcd3b9d7f996dbaf25e061e7
 WHIRLPOOL 
fb75d112c30aa951d7c44a00a86fc231e359e6c2a5b2457219ff8214de528a651304044d92414e066ce48a400f31fea139abe6f04d7a88c20fd22e492e2ded50

diff --git a/dev-python/aniso8601/aniso8601-1.2.1.ebuild 
b/dev-python/aniso8601/aniso8601-1.2.1.ebuild
new file mode 100644
index 00000000000..97eb7aae14b
--- /dev/null
+++ b/dev-python/aniso8601/aniso8601-1.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for parsing ISO 8601 strings"
+HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ 
https://pypi.python.org/pypi/aniso8601/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+
+python_test() {
+       "${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with 
${EPYTHON}"
+}

Reply via email to