mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/croniter: Bump to 6.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
DIST croniter-6.0.0.tar.gz 64481 BLAKE2B 912932b2919cf8b9d1ed027965ffa0225c29960c3373c40917a32c7a51b1f4f7074791e58c8ee18e301d5e48efc2e6a743d3d294a49ee2bddd5a28ed8ac45755 SHA512 189afd46439471be6f98e477f4a180c56de5b1640463de7a20a3a6c5ff36c121638183d4297be47bfd7fc33a4c38689c9f0d3578010117cf954043638d6a8fe4
|
||||
DIST croniter-6.2.0.tar.gz 47923 BLAKE2B ce98744ead68885e028ed4af25b065136b90c7fcaf88b57fbb7819d6e9e6989c9161d32a9ae54b0f0458e0fa0b9ff0220802ac6b29104ea2c069228c1510f5c0 SHA512 8c541995ff97ac9ebafb325987542e2a7e3adccfda7b2ae8b5ee70959d121aa20b7224e61afe27eb254b1e53f0e7ecffbedc414ab5d5d57316cc7c853c670cd4
|
||||
DIST croniter-6.2.0.tar.gz.provenance 9743 BLAKE2B da3580fa8a1e8db4536f1534b4f9b1d55143e3b024cca7ba03b8b2bb734e21b12cb2353070e0406ff7de49e87a1c20696b23a9235359de09e335d4ce438bfbc1 SHA512 ff43001c78822041855213a66c30f66ceeb287dea94f7c491f2c289a35ab81da7e332606c74f962e2c2ffaa97e6056c18292224a7e117e46bcd323b5fc70c458
|
||||
|
||||
32
dev-python/croniter/croniter-6.2.0.ebuild
Normal file
32
dev-python/croniter/croniter-6.2.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYPI_VERIFY_REPO=https://github.com/pallets-eco/croniter
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python module to provide iteration for datetime object"
|
||||
HOMEPAGE="
|
||||
https://github.com/pallets-eco/croniter/
|
||||
https://pypi.org/project/croniter/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
@@ -3,7 +3,7 @@
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="pypi">croniter</remote-id>
|
||||
<remote-id type="github">corpusops/croniter</remote-id>
|
||||
<remote-id type="github">pallets-eco/croniter</remote-id>
|
||||
</upstream>
|
||||
<stabilize-allarches/>
|
||||
<maintainer type="project">
|
||||
|
||||
Reference in New Issue
Block a user