summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/recurring-ical-events/Manifest1
-rw-r--r--dev-python/recurring-ical-events/recurring-ical-events-3.7.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/recurring-ical-events/Manifest b/dev-python/recurring-ical-events/Manifest
index 44ed6d0fbaf6..a7cfdddf47b9 100644
--- a/dev-python/recurring-ical-events/Manifest
+++ b/dev-python/recurring-ical-events/Manifest
@@ -1,2 +1 @@
-DIST recurring_ical_events-3.7.0.tar.gz 603282 BLAKE2B 365359d337c55a1cafbd7600e6a95ff8942d6ace14747def608f8afd8c815989ecd4d5630244b64d0dce78a520112cf2e794c4eeb0848545ad4bc22573b773a2 SHA512 2b27a4e222e9f13bcc49a53539afe64a6d4c25e8d5b72ca02432e7abe4cb2e0f3a5d85a48cdda5ae08e940c66b6a91f9791f4b5fa2d7abdb915cb4a8cc946cf7
DIST recurring_ical_events-3.8.0.tar.gz 602665 BLAKE2B eab970859257ad0b98a54a80b6524add28241f9540994b96daede6e001c61517a2c8bd8e175cb558fb5df001bebd0983c40204ecbc860358b6ce5bf470247474 SHA512 81cb7ed4562c677f039c954e6c96943ab2e726f0dd875a648c04638fec3f10edd367c33349453e9574fd8db8becc52232a2a98b1cf39ac8002eb5a66b96b9a60
diff --git a/dev-python/recurring-ical-events/recurring-ical-events-3.7.0.ebuild b/dev-python/recurring-ical-events/recurring-ical-events-3.7.0.ebuild
deleted file mode 100644
index 710e879f85b8..000000000000
--- a/dev-python/recurring-ical-events/recurring-ical-events-3.7.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Repeat ICalendar events by RRULE, RDATE and EXDATE"
-HOMEPAGE="
- https://github.com/niccokunzmann/python-recurring-ical-events/
- https://pypi.org/project/recurring-ical-events/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- <dev-python/icalendar-7[${PYTHON_USEDEP}]
- >=dev-python/icalendar-6.1.0[${PYTHON_USEDEP}]
- <dev-python/python-dateutil-3[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
- <dev-python/x-wr-timezone-3[${PYTHON_USEDEP}]
- >=dev-python/x-wr-timezone-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- >=dev-python/pytz-2023.3[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- {recurring_ical_events/,}test/test_readme.py
-)