diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-01-04 18:54:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-01-04 18:54:09 +0000 |
| commit | e1e67a5d95d606250a2ca98dec076ecd6e0062d8 (patch) | |
| tree | 90984b16cea88cb9f1b36e111cf808588f9e9a13 /dev-python/croniter | |
| parent | 92629f2f4536ac235fc005fbfa176526369acbe0 (diff) | |
| download | baldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.tar.gz baldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.tar.xz baldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/croniter')
| -rw-r--r-- | dev-python/croniter/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/croniter/croniter-5.0.1.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/croniter/croniter-6.0.0.ebuild | 6 |
3 files changed, 3 insertions, 35 deletions
diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest index ce8e7cb7b126..a50fa25ac9d0 100644 --- a/dev-python/croniter/Manifest +++ b/dev-python/croniter/Manifest @@ -1,2 +1 @@ -DIST croniter-5.0.1.tar.gz 57084 BLAKE2B 5417d548c103dca87e9dff2ad521e82d5cb468332f3dc11bdff74f331ea23f49753cc9135b22ab1c269e8aa96a05dc04e9b92269b5bbb7334688143daad4664b SHA512 410a3b0ada979259bcd9b82d1b83f3384714645bae642ffaf9e118d65417b716b0efaa3a8c592cc3cc8a9a2694d6f70aa8d36af83aab0c8461493ce96f457bbb DIST croniter-6.0.0.tar.gz 64481 BLAKE2B 912932b2919cf8b9d1ed027965ffa0225c29960c3373c40917a32c7a51b1f4f7074791e58c8ee18e301d5e48efc2e6a743d3d294a49ee2bddd5a28ed8ac45755 SHA512 189afd46439471be6f98e477f4a180c56de5b1640463de7a20a3a6c5ff36c121638183d4297be47bfd7fc33a4c38689c9f0d3578010117cf954043638d6a8fe4 diff --git a/dev-python/croniter/croniter-5.0.1.ebuild b/dev-python/croniter/croniter-5.0.1.ebuild deleted file mode 100644 index a41378f7360e..000000000000 --- a/dev-python/croniter/croniter-5.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python module to provide iteration for datetime object" -HOMEPAGE=" - https://github.com/kiorky/croniter/ - https://pypi.org/project/croniter/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" - -RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/tzlocal[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/croniter/croniter-6.0.0.ebuild b/dev-python/croniter/croniter-6.0.0.ebuild index f8bda937f684..6223bbf85d89 100644 --- a/dev-python/croniter/croniter-6.0.0.ebuild +++ b/dev-python/croniter/croniter-6.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,13 +10,13 @@ inherit distutils-r1 pypi DESCRIPTION="Python module to provide iteration for datetime object" HOMEPAGE=" - https://github.com/kiorky/croniter/ + https://github.com/corpusops/croniter/ https://pypi.org/project/croniter/ " LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~riscv x86" RDEPEND=" dev-python/python-dateutil[${PYTHON_USEDEP}] |
