summaryrefslogtreecommitdiff
path: root/dev-python/icalendar
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-09 00:12:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-09 00:12:01 +0000
commitb95a6fd4a7b591baa7cfc689f8ce5643592d07be (patch)
tree6a7c4722b40bdb6c409879ce253d8b42817fec14 /dev-python/icalendar
parent8b3c41ecef8a1cdd270ce3aabcfdfb991839699c (diff)
gentoo auto-resync : 09:02:2025 - 00:12:00
Diffstat (limited to 'dev-python/icalendar')
-rw-r--r--dev-python/icalendar/Manifest4
-rw-r--r--dev-python/icalendar/icalendar-6.1.0.ebuild43
-rw-r--r--dev-python/icalendar/icalendar-6.1.1.ebuild2
3 files changed, 2 insertions, 47 deletions
diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index 92929fa916fc..c6f9caf26e04 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1,5 +1,3 @@
-DIST icalendar-6.1.0.tar.gz 142307 BLAKE2B fb5b6e6c337aaf4f18b1d2237d3523cbd4502e61255ee3d3de0f335ca90da384119c1cda5843b455f3eb93540c17d9448a3745e6a09e27b35158b26ab6f7e01f SHA512 dbab2542371d038060be9e9d2ecccdf6db7d51c4ca80515e02798db1a0f96fc9b4a7eb8e098831d7da97c2c8ba715da2836badf872a0d5c206299fb78923b864
DIST icalendar-6.1.1.tar.gz 145256 BLAKE2B cf3cf5a79f25f6c2820e4a04fc02a1546949e99c4e3fa9e6a204b0e4eb13e475b0c5a1f3179009b77437a33ab360b561cdff59453bcd77b771fc223ad14a2494 SHA512 3afb10dcfd07d0348bb404e2bfef3b790e312764bed1147999a3322255d7c881a1513077b49b3ed6cfc03a22afa81a3211823d94a2414b00bc2c4503bed73264
-EBUILD icalendar-6.1.0.ebuild 1029 BLAKE2B 89e0801c07146041cddf71c7f379911f7febebf16125631a59e649bb94f1759a4425a910d461084d8f40cb7cd4be427597af1d345b1278eeb6b6bb41cea79b46 SHA512 fb0c01eec1603d4e43b4fb1082c7886aa375abdfca1a5e3399c18e59ca1aeb5d9a842e522833a4a6106c9df2b7d0671b6c1706bcc92425418dceb10671023720
-EBUILD icalendar-6.1.1.ebuild 1032 BLAKE2B e3fc4a39f8715e5f74040cfc79c6d3be5dab5d623f6b6f89ceded9ca00108b0c1145058b81b27c502cdbec8994c8b953de61c6dfee07c001a64d8ac5a82aef3f SHA512 5c0b9f34c6dacff0a7ecad24dd67de3b0da9ea00166de40ce8959952b01b9e885729f5772e76b7fbe5185534f306cbdbb59ebe9ede0763768fbd28f2d1bc08ba
+EBUILD icalendar-6.1.1.ebuild 1029 BLAKE2B a3240db6e0bb8f522bc1e38ff6d17abd25013c9d534bed3b676649f44b986add19a6a69fa376c76ce1dd975673016aa614994dd02633fdb17e501f9ecba0a0e2 SHA512 cfb78bf54930044b86666c94793d5299703a01b3f0b68bac35a15fc5d941df7d2467eb5ed5494876a6f3d346bb7085a882290691736fc93334bc3e8ede192cfc
MISC metadata.xml 503 BLAKE2B 284f63e95eb2d3015979a14774f8ff9df0df701b81f8aa2c7583f52d05973cfede1db8eb7904203b854165e10640cc50a0e3cf14d9aff090d9ff657c53098cee SHA512 d206db3c1255c8e475c4289c548f0224c7fc507aae513d3c15706998892ef8450400a97bd07dc7d52142a03cad4abae3595d5315d8912586440df74096edea67
diff --git a/dev-python/icalendar/icalendar-6.1.0.ebuild b/dev-python/icalendar/icalendar-6.1.0.ebuild
deleted file mode 100644
index 677a6c7878a1..000000000000
--- a/dev-python/icalendar/icalendar-6.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)"
-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}]
-"
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-copybutton \
- dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # reset conf.py to not read version from an installed instance
- sed -e "s:pkg_resources.get_distribution('icalendar').version:'${PV}':" \
- -i docs/conf.py || die
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/icalendar/icalendar-6.1.1.ebuild b/dev-python/icalendar/icalendar-6.1.1.ebuild
index bb9bf58e9f10..c60e1f7b1dcd 100644
--- a/dev-python/icalendar/icalendar-6.1.1.ebuild
+++ b/dev-python/icalendar/icalendar-6.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]