summaryrefslogtreecommitdiff
path: root/dev-python/icalendar
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-19 03:02:32 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-19 03:02:32 -0500
commit1e827c97be50f4e8e4da3697da898689b2bde9d5 (patch)
tree126489920a753b20360b4801da163ba2f01850ec /dev-python/icalendar
parentfc641028004011c6d8f1a4db9cd571823b825eab (diff)
downloadbaldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.tar.gz
baldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.tar.xz
baldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.zip
Adding metadata
Diffstat (limited to 'dev-python/icalendar')
-rw-r--r--dev-python/icalendar/Manifest1
-rw-r--r--dev-python/icalendar/icalendar-7.1.3.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index eeb48f79c903..2a547e6be601 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1,3 +1,2 @@
-DIST icalendar-7.1.3.tar.gz 472734 BLAKE2B 4bd73502055c8156d6f4a952b5349ab0285fce727620d96a118ec78b4e588adaeeff3d24ce62f9e5efde8bc621a9553893f1dac163c1d287dd1ad7ab63255244 SHA512 0c98ca1353e77488ca8d6a2d6c10bdb0518b4c0ae77047f7004b8b5f650cb80f619a17936e67e053d152812ed5e36b1585bc1d0667961b79941c8ede7441add1
DIST icalendar-7.2.2.tar.gz 491618 BLAKE2B b5b257898e4b2a6501856289a753eabf9f4613d32e379d0a7d0d24188fb0782bf7245c029d8bce188fd42b1067ee592a64e64ef71fcbf425ddd2b4cf0be318be SHA512 dd809f2b3b71269d06e07543407f9a769c2662385b1da9a81a4f031657fb624b783ad443a09a4faa35980c748f9a45d89c64e1a3e76e039abed5d83b4b101aad
DIST icalendar-7.3.0.tar.gz 525811 BLAKE2B ef126b0e807cecc9ee545f393b670ef8a5744e2798d42b535327c77004426fec8c85b165b58d3d5e3affd8d3ae5f97702a7531f764e1f43ea6148483901c630c SHA512 8680e4b4bdf568e2d3a976ff6cd61558c4ad968cef64bb1d2716e4ccb3a989fb01a730ab73c12b8081ef3078e4e4b304bf6f5835600aa86ffe3fb435d07f4467
diff --git a/dev-python/icalendar/icalendar-7.1.3.ebuild b/dev-python/icalendar/icalendar-7.1.3.ebuild
deleted file mode 100644
index 5073a72c44e6..000000000000
--- a/dev-python/icalendar/icalendar-7.1.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="RFC 5545 compatible parser and generator of iCalendar files"
-HOMEPAGE="
- https://github.com/collective/icalendar/
- https://pypi.org/project/icalendar/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/typing-extensions-4.10[${PYTHON_USEDEP}]
- ' 3.12 3.13)
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- >=dev-python/pytz-2025.2[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=( hypothesis )
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # upstream puts quite an effort for funding.json, but failed to
- # include it in sdist
- src/icalendar/tests/test_funding_json.py
-)