summaryrefslogtreecommitdiff
path: root/dev-python/icalendar
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-15 14:28:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-15 14:28:19 +0100
commit1c3adf43f1b866276828623dd63f9e10d29421d3 (patch)
tree08af6cfc34a399a31fab99fe6691383651b7891c /dev-python/icalendar
parent49d7633bbfe37c8e50c9cd1815c4210ca0a38d49 (diff)
gentoo auto-resync : 15:08:2022 - 14:28:19
Diffstat (limited to 'dev-python/icalendar')
-rw-r--r--dev-python/icalendar/Manifest4
-rw-r--r--dev-python/icalendar/icalendar-4.0.9.ebuild29
-rw-r--r--dev-python/icalendar/icalendar-4.1.0.ebuild2
3 files changed, 2 insertions, 33 deletions
diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index f187b239ec7b..d8f19ddb34c3 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1,5 +1,3 @@
-DIST icalendar-4.0.9.tar.gz 84254 BLAKE2B c1ca7a7730404f7079e8fac8270f98a60ecd4e657f2b2b3d376d620f12c11a0db6dcd5713f7d2d4935c859d544497fa544b22ffb1a83be9c11ec2ea3923da93b SHA512 2eeb69da89207fe91661dfa6e9c2a623eb3be2fb5a48e999e87a881d7fecc1f339764124601b0610a14ce809f238c6731f30f2071bb4706206de10181365d1dd
DIST icalendar-4.1.0.tar.gz 78706 BLAKE2B a676b938101e901c45cfeceba031c35f26dc361832ca24877acefcbe9158e111d883b757a133d72901579f73b32e34adbcb47db6d8ccbaa49f013106c282401e SHA512 15bdf4fd22394836d120d7d7ee029e218247d731c51bd99d4e6df7dd6046b91ea0874b8a81bd6090d366fff035329eac98cabdf0ba5aead43efc82c1e6566b23
-EBUILD icalendar-4.0.9.ebuild 785 BLAKE2B 105b1a77659d6dbb2cdd4de563d2e32e81bf11e02fa984736756045a05622601a8d73413909bbba6b9e7f7bf5ce33d3510e3590f131c0b2e76e32a7db4e67ac6 SHA512 05e1614b92d6d360d2c9079bf20301d70784c702451de4eac57ef5a0559f1bf5b52bceb5b43869e59a7147a5810e2f9d68f2edb306fd42233e05ed8fb4cfc9a0
-EBUILD icalendar-4.1.0.ebuild 827 BLAKE2B b58b5e9c3bcd60d562355f52084b0b9af9b9ec5052b3353b4769e9a8ebf7000c5bc8bfb58ff9bb2a6f3bea7c3b4e0db3fb0b50b71b7d40b3d592ddbc43360e40 SHA512 7fdb359ac12038f2135e1ebf59535deae1d9f67f7abf6f5ce405ad383f4980873c91a6dac0e48ad8cecb9d0bb8b6b3a5c4901bc609fcb0f598629958b5bc7e41
+EBUILD icalendar-4.1.0.ebuild 825 BLAKE2B ddf5963f44d220af76b120999ee24bf424040a733f7e1b789b96bd2b4c288a68e7273785f263f6957c88d048ca4fc3209d2d8c2c4b0da70734d0513c884fda18 SHA512 af0526244f3ec2e344504b3cc4d9a78dd3ba44841afb893bdd4aaa7204883c93280cd312c8a241508edeea7b877f67578673e61e0b2d67c24cc8a61e0c4d0c03
MISC metadata.xml 503 BLAKE2B 284f63e95eb2d3015979a14774f8ff9df0df701b81f8aa2c7583f52d05973cfede1db8eb7904203b854165e10640cc50a0e3cf14d9aff090d9ff657c53098cee SHA512 d206db3c1255c8e475c4289c548f0224c7fc507aae513d3c15706998892ef8450400a97bd07dc7d52142a03cad4abae3595d5315d8912586440df74096edea67
diff --git a/dev-python/icalendar/icalendar-4.0.9.ebuild b/dev-python/icalendar/icalendar-4.0.9.ebuild
deleted file mode 100644
index 502789370766..000000000000
--- a/dev-python/icalendar/icalendar-4.0.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)"
-HOMEPAGE="https://github.com/collective/icalendar"
-SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs
-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-4.1.0.ebuild b/dev-python/icalendar/icalendar-4.1.0.ebuild
index cadfd9e2c317..1c649eb27c0d 100644
--- a/dev-python/icalendar/icalendar-4.1.0.ebuild
+++ b/dev-python/icalendar/icalendar-4.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]