summaryrefslogtreecommitdiff
path: root/dev-python/croniter
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-03 03:04:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-03 03:04:38 -0500
commit5f7788dcac066b42562f59afc4b79d7ed272bfcc (patch)
tree804b97d48d8a72268393597801a4ac780a51eac9 /dev-python/croniter
parent42e69f3ef953ee9c23b6aa5ec29c5f73e1e73fc1 (diff)
downloadbaldeagleos-repo-5f7788dcac066b42562f59afc4b79d7ed272bfcc.tar.gz
baldeagleos-repo-5f7788dcac066b42562f59afc4b79d7ed272bfcc.tar.xz
baldeagleos-repo-5f7788dcac066b42562f59afc4b79d7ed272bfcc.zip
Adding metadata
Diffstat (limited to 'dev-python/croniter')
-rw-r--r--dev-python/croniter/Manifest2
-rw-r--r--dev-python/croniter/croniter-6.2.3.ebuild32
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest
index a726a978ebb5..eeb3ba007783 100644
--- a/dev-python/croniter/Manifest
+++ b/dev-python/croniter/Manifest
@@ -1,2 +1,4 @@
DIST croniter-6.2.2.tar.gz 113762 BLAKE2B 6941307f8564dfcc2ad6a978632409d2d888943cbdee8e6121697cb75fadc090589ad9e8b08bf78306ffc517e329752d3b84e30a533901938ee874215d942544 SHA512 f7b32c0f2984a34f401e9e5017a5a51a81d63a07c7081ae0da7606e01d41ccc06fdafcf5e8b27543bc8711ecd0552fb9650bd5acafe182fd31b43a85e3c8e885
DIST croniter-6.2.2.tar.gz.provenance 9649 BLAKE2B 8590a4feaff44f76b5c9e8fbc3780f5b312d9353501da3b0a5c91ed92444d7e5cfedd4becec9585ed8131469e6a18a753f940f88e186ee6fb8b16f97743b1e86 SHA512 ba62d0527187c1526627fc6020d21344a198ed9f9d21a8312788360766dd495680431f1eb94e4bc062dda4519d03601f82d34553b4c715ed5914e93a48826f4b
+DIST croniter-6.2.3.tar.gz 166174 BLAKE2B 744a0319891d09187e1b85acae961afee954a330050e876650a2b99ff810f9f30b93c6adc1181138ae40b5908386380fa288de96b1653650d223db34446f2f92 SHA512 371d68d4edeb1830a9f4ad1a75788c6f4895e1236af106547838808b4e993ee7a5d47cf850c340483f33037eb7973d11d2e2b724b0855aa0332019e6b90c5e02
+DIST croniter-6.2.3.tar.gz.provenance 9763 BLAKE2B c2a33d6669ff50fab40369dc08262206e9052bd4f7884e8e2b40d428f241b9eb5667a788c7326f38e92a799052c602eb924ebf2df9d0829357731b3a53f94e1f SHA512 c356a9172dda273e94b7342b690b1428dabf03c27059323446161308d9c9d6e9b0f2e0a812c44942d5b620e619cf379fc5a9d43ce598b5fa66d1b08050ae4c75
diff --git a/dev-python/croniter/croniter-6.2.3.ebuild b/dev-python/croniter/croniter-6.2.3.ebuild
new file mode 100644
index 000000000000..d4abd1f0de2e
--- /dev/null
+++ b/dev-python/croniter/croniter-6.2.3.ebuild
@@ -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=hatchling
+PYPI_VERIFY_REPO=https://github.com/pallets-eco/croniter
+PYTHON_COMPAT=( python3_{13..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 ~sparc ~x86"
+
+RDEPEND="
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pytz[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest