commit:     25e544ba6a0d6f5f139cb9134172a2ddc02fdd98
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 07:16:12 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 07:19:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e544ba

dev-python/croniter: Bump to 1.0.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/croniter/Manifest               |  1 +
 dev-python/croniter/croniter-1.0.12.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest
index 483217435a2..0da37807543 100644
--- a/dev-python/croniter/Manifest
+++ b/dev-python/croniter/Manifest
@@ -1,3 +1,4 @@
 DIST croniter-1.0.10.tar.gz 31547 BLAKE2B 
7cb8d5c68fa567250c2d1a6aa7667bf07dff6864ee2d03308bd7d2348cc67c3254b74f97caa433e135746325170b8b75b7c84c45d2f93a535819e57391aea551
 SHA512 
46065a402e1d294104c564fc3229560499584eae1a2714e3760c547b24c1ab563c9bad73ef7510a7bda6dd4f3f3b4821ad56a0d51aeace96eea88079a5bf9973
 DIST croniter-1.0.11.tar.gz 34833 BLAKE2B 
b86992a10a80eb96c323a747c9c4ecf07afe0ede432d65f5c25f194c7421153cdc1ba3bdd37fac5832e99ca915a796662fd3aa360e4f6e9f4cf2ebe2791735a4
 SHA512 
8fcb68f51c0db9a3b9c038f6958b958734ea26613ed0c7c7dcabdadd71d33065c01ed99ddca5a849a1a235881233acf8b278e4510c6c4e3c37ef2a9fabeb2469
+DIST croniter-1.0.12.tar.gz 38763 BLAKE2B 
28bb662b05d893c782807687261b3bdafa0b1412d98dc8ceebcc0d9fff941f58b22a3abf9462c0f601bbe8701460350dad70d1239aa4f28978444698836b87b2
 SHA512 
ff5e35ddb0a6080ff95155de2ac5942fa1cab827a4cbb6e639553f8646b89063d0292b7fd69bc38fca90429da0272f3efeeefe0cbde0d83b9915ecb078340f08
 DIST croniter-1.0.8.tar.gz 31019 BLAKE2B 
a637f7df806a85aeb236c38a9fa19ed0929fd257268cbe98bf7b281f1c52a9bfe98c91063da48b1344946f6619c5ac8f0e89051c1672fa6997c830dd97b7d9f2
 SHA512 
cf620baa55709c2379cc7f8f0123bd79e03b7dabaecd539633b8f52f97aa617c48e5692e0a45c08f4b30b2fab52c47cfc502c2ea550329083db2353ecdc56635

diff --git a/dev-python/croniter/croniter-1.0.12.ebuild 
b/dev-python/croniter/croniter-1.0.12.ebuild
new file mode 100644
index 00000000000..0eecd9d8c05
--- /dev/null
+++ b/dev-python/croniter/croniter-1.0.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module to provide iteration for datetime object"
+HOMEPAGE="https://github.com/kiorky/croniter 
https://pypi.org/project/croniter/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       dev-python/python-dateutil[${PYTHON_USEDEP}]"
+BDEPEND="
+       test? (
+               dev-python/pytz[${PYTHON_USEDEP}]
+               dev-python/tzlocal[${PYTHON_USEDEP}]
+       )"
+
+distutils_enable_tests pytest

Reply via email to