commit:     10420f77f245724b9eaaaee647b397668d58b877
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 21:23:44 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 22:07:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10420f77

dev-python/croniter: 0.3.17 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/croniter/Manifest               |  1 +
 dev-python/croniter/croniter-0.3.17.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest
index 2cc808261da..1c9aad63fd5 100644
--- a/dev-python/croniter/Manifest
+++ b/dev-python/croniter/Manifest
@@ -1,2 +1,3 @@
 DIST croniter-0.3.11.tar.gz 13647 SHA256 
38fa316e95990a2d7f45bc7c29edb0c4777e87ac5dd49b102e67d0dae304492b SHA512 
3413df2df1ad19e15a6914b387f841112bb65c87e9c315cb70a7b4b83ba737e17b1663950d4d5a758d231e1ac3a2dfda92814fb4506b0c5291641d64a0a79be1
 WHIRLPOOL 
68233a5844f645ee096d1967eb0b00f9bc593b0e4c2e92e29636140b705c683c32c9cb2d361c95cb0f879c2a0f88f24c3fc159fcc2068044ff06fec0e56c5e3f
 DIST croniter-0.3.15.tar.gz 15953 SHA256 
ac0c9811ebdecd27bc29eb0711e2d87c8c280a53d0e92c48b600654d23b1d541 SHA512 
88ade63242cc5f0038809c67ba3e5adf36457628eb01f1db8dc99a2d59db8f36b1b0beb9e1ecfa4d8d2bdd1c4f7d9b1cb6d7677851489f64b55ee5fd3fa91304
 WHIRLPOOL 
5a6bde0eafb737e6971c3fde74e23eb5d2c984d7bba22925e7bfabbd470b67d68e98c5b162a32055534566ea8c36063c05cdbcf3a89171fe21f8fd882a0f8b37
+DIST croniter-0.3.17.tar.gz 17362 SHA256 
9db0f313db21e38c6861e88f3649cb828dfc0d450994fb1ed20c279727fc811b SHA512 
4215fc7461843cc2c62fca05424d5eb7d0c80c21cc1e637f5ce3c4891da458cd609d6ed501fab7fe244bbb234e9834ec8a12b76289eec10808ed6c30c1b4d45a
 WHIRLPOOL 
740739a439222f8629bd2b05e8a04c6132c9e95c4dea53c7fee4ac02375ed15b4c541b12ac7044e4927fbd6ad1ba1b4de30a80e6b795800b35811c388d6aee0c

diff --git a/dev-python/croniter/croniter-0.3.17.ebuild 
b/dev-python/croniter/croniter-0.3.17.ebuild
new file mode 100644
index 00000000000..469efb0a491
--- /dev/null
+++ b/dev-python/croniter/croniter-0.3.17.ebuild
@@ -0,0 +1,23 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module to provide iteration for datetime object"
+HOMEPAGE="https://github.com/kiorky/croniter 
https://pypi.python.org/pypi/croniter";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+python_test() {
+       py.test -v src/croniter/tests || die "tests failed"
+}

Reply via email to