From 7813a8a74857ef01cb12bd755ea0a94688a3efe2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Nov 2023 10:02:36 +0000 Subject: gentoo auto-resync : 04:11:2023 - 10:02:35 --- dev-python/icalendar/Manifest | 2 ++ dev-python/icalendar/icalendar-5.0.11.ebuild | 39 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 dev-python/icalendar/icalendar-5.0.11.ebuild (limited to 'dev-python/icalendar') diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest index bb8c90ed03fa..3dab38a41fe5 100644 --- a/dev-python/icalendar/Manifest +++ b/dev-python/icalendar/Manifest @@ -1,3 +1,5 @@ DIST icalendar-5.0.10.tar.gz 108657 BLAKE2B 99d5bd1c58f9413dcc5f0e2c2cabb6ed9bf29a24d3416aac7a56dc4e669012c9b7fab6a59cff2d93cea23b979492bda3a25834f79f97d9f3f562722085f1ab94 SHA512 0d03312d175a152a7c8bf6e574acb216e107eaeae197f2f10a904ce5ef40ecb156433e45ef5c8d3c1553842d1df0440363ed0f8d115337919139b7eae5b82796 +DIST icalendar-5.0.11.tar.gz 112178 BLAKE2B 6b71d0a391643435729ed39caadffb0aff6893be26d1e3bd887a69d9156df30d0b798fb3c5d2f268f602a9953400a30c3aae49698008108f2ba810d2bba1eb5e SHA512 ac567ac761fde076d5895a3353fff4de9244847689d4f5366d918223a49f1ffa87063f8bb55b7458092369482868e40d2c9925ea7d95e77feeaf3d9711a5b7d9 EBUILD icalendar-5.0.10.ebuild 888 BLAKE2B ab74fcf3b28d15ac30957433ed8231c4d9a4a63ad1305b908c15fb12198a7481775c6fbf43eb4f939672772948185a4d3ac9f60ccb55344acddd342752299f1f SHA512 490fc5dc76601fe8865304245a530974b4233f7e623895bd7f2f8d5e5989cb71523a6826c156c6e3aeb410b3c394b4de0e271c10621ee6943d9a4210cdd3352b +EBUILD icalendar-5.0.11.ebuild 890 BLAKE2B 39cf2b29f8b24f29a243576600cca1c2f28ef34ba752b5ed13040ed40687c9987338100e927ab886cc8033b96de85fcf8d1bccce3fea340df8180a1e9e0bfaf3 SHA512 d47fd275e4168517221ced690fe74d912ebb59011a45ba1e3d9413cde7aed246cf1a879318bb64633e6717de9da558cd882bcae5cef8b4de9fc1272ffff9a6ba MISC metadata.xml 503 BLAKE2B 284f63e95eb2d3015979a14774f8ff9df0df701b81f8aa2c7583f52d05973cfede1db8eb7904203b854165e10640cc50a0e3cf14d9aff090d9ff657c53098cee SHA512 d206db3c1255c8e475c4289c548f0224c7fc507aae513d3c15706998892ef8450400a97bd07dc7d52142a03cad4abae3595d5315d8912586440df74096edea67 diff --git a/dev-python/icalendar/icalendar-5.0.11.ebuild b/dev-python/icalendar/icalendar-5.0.11.ebuild new file mode 100644 index 000000000000..abbe040cb9ee --- /dev/null +++ b/dev-python/icalendar/icalendar-5.0.11.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +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" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/hypothesis[${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 +} -- cgit v1.2.3