summaryrefslogtreecommitdiff
path: root/dev-python/icalendar
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/icalendar
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-python/icalendar')
-rw-r--r--dev-python/icalendar/Manifest4
-rw-r--r--dev-python/icalendar/icalendar-7.0.3.ebuild42
-rw-r--r--dev-python/icalendar/icalendar-7.1.0.ebuild42
-rw-r--r--dev-python/icalendar/icalendar-7.1.1.ebuild42
-rw-r--r--dev-python/icalendar/icalendar-7.1.2.ebuild42
-rw-r--r--dev-python/icalendar/metadata.xml10
6 files changed, 182 insertions, 0 deletions
diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
new file mode 100644
index 000000000000..21f575550d75
--- /dev/null
+++ b/dev-python/icalendar/Manifest
@@ -0,0 +1,4 @@
+DIST icalendar-7.0.3.tar.gz 443788 BLAKE2B 4af785c029194833bc9c9d0e0f966617a834524c5f2f6f497fb4870d7736440485ca3924738d6c54285eed488f692c2b7b44ed6a2edc81b62142c2ac3e07912b SHA512 ecdb49ee5e13e779279fcb94c77c174a63f2b2146abc09d6254e111b50207401e727848e331fd048899f755d35670a0bd70aef181d7ebd922fd42736a1d1008e
+DIST icalendar-7.1.0.tar.gz 467258 BLAKE2B 12082d8c80e395be1e6d759e5e207482adae62cb6a8abad6f57f3c288a3fd7998ded2c5e516c05512cdf79f6ef0d862b761ae68ba62ba4d73ba9d4415b4a01b3 SHA512 e266942a6baf9b9abe469db37e258bf78e07a5c439269b65f6aabcfede5803fb941c1d5f48361e919c75c91a98dbca2b9577dae7bfae235c695afc1509462343
+DIST icalendar-7.1.1.tar.gz 469560 BLAKE2B 223a2d69acc71efaf5f43e296993bb4b0a37a6e5d25a64b8cee4c9672e38786a73aa50b562d478b93203dab0813e6f897071c78241291e36a75e85e89dc041d4 SHA512 36a807d8482ebdd4f29ee367b4ba4227ff4baa24879f02c40123e40f835589b2c6059cd4752556a2bc4e837571de4f0b55417f25b5365e6f41fcefbabfa87857
+DIST icalendar-7.1.2.tar.gz 471132 BLAKE2B d87f3a72213ac3c93b83d3c5bb2adcebc960eda7808432a6d7b4de62215e51b6d34005ec62245dea6fd1187c1223abea9a678108e73988a1cdd554a655571cee SHA512 bd1ea4a536c90a80234fdca538d6d8a5ae715dd7581effb9427a33c6abb86a2166397d717ee6d6f336a9c6229a56c5c43bfd538d7ea5e8c749d7a0411ab0abbe
diff --git a/dev-python/icalendar/icalendar-7.0.3.ebuild b/dev-python/icalendar/icalendar-7.0.3.ebuild
new file mode 100644
index 000000000000..d40c3d3447c7
--- /dev/null
+++ b/dev-python/icalendar/icalendar-7.0.3.ebuild
@@ -0,0 +1,42 @@
+# 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.11 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
+)
diff --git a/dev-python/icalendar/icalendar-7.1.0.ebuild b/dev-python/icalendar/icalendar-7.1.0.ebuild
new file mode 100644
index 000000000000..d40c3d3447c7
--- /dev/null
+++ b/dev-python/icalendar/icalendar-7.1.0.ebuild
@@ -0,0 +1,42 @@
+# 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.11 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
+)
diff --git a/dev-python/icalendar/icalendar-7.1.1.ebuild b/dev-python/icalendar/icalendar-7.1.1.ebuild
new file mode 100644
index 000000000000..a97aa6f71f40
--- /dev/null
+++ b/dev-python/icalendar/icalendar-7.1.1.ebuild
@@ -0,0 +1,42 @@
+# 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.11 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
+)
diff --git a/dev-python/icalendar/icalendar-7.1.2.ebuild b/dev-python/icalendar/icalendar-7.1.2.ebuild
new file mode 100644
index 000000000000..a97aa6f71f40
--- /dev/null
+++ b/dev-python/icalendar/icalendar-7.1.2.ebuild
@@ -0,0 +1,42 @@
+# 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.11 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
+)
diff --git a/dev-python/icalendar/metadata.xml b/dev-python/icalendar/metadata.xml
new file mode 100644
index 000000000000..5e95859f915a
--- /dev/null
+++ b/dev-python/icalendar/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>