From 30114ae8ef07a32fea1e44a10b61f98c84142645 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 20 Jul 2023 13:07:51 +0100 Subject: gentoo auto-resync : 20:07:2023 - 13:07:51 --- dev-python/caldav/Manifest | 2 ++ dev-python/caldav/caldav-1.3.5.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-python/caldav/caldav-1.3.5.ebuild (limited to 'dev-python/caldav') diff --git a/dev-python/caldav/Manifest b/dev-python/caldav/Manifest index 7f22e93d070b..e8932b041f9c 100644 --- a/dev-python/caldav/Manifest +++ b/dev-python/caldav/Manifest @@ -1,3 +1,5 @@ DIST caldav-1.2.1.gh.tar.gz 122700 BLAKE2B 21b8ddf512371d192aa2360a0f7bba4b7377defb1cdd830a4c78be86bf3a44689733cd742337a60894b99d0e80615b4005b620a7e8159d7ca708eb9fe1401402 SHA512 788b92a92f4d986b37fa8e237a5cbb3e18a7f596f7799362cf999b7b4981572de7982b352ffd835a51a583bc61eaf8d62fb5bdd31d07377197db887c54ce65bd +DIST caldav-1.3.5.gh.tar.gz 122421 BLAKE2B 049ca9bfa2aee3475a15b388c7ba07f0bdf4c51893fb4cb16ce3d56df269e4514727b28540c2e84176242f8ad5216635885fda5d9ee3789235093136f9a6e586 SHA512 d249548542f70fd15b08275cf9fc086843263d4b54b45816542a01cfeba78cc869623cc8fe010acc31faaa301b7b163e85ff4899e4be1282bd3869cb2c2c2b8e EBUILD caldav-1.2.1-r1.ebuild 903 BLAKE2B 436c41d4e0c0e1dfbf24a414054742b5dfe04a412b4260cda7b328f930496518b00a88d553a32d40e02bebc12a8f808c255b62e12488fa8fb9acdd350987f266 SHA512 f91a00b17e349fe15e6cf01a4989d421dba23d1f5827dd117fd51c4c7cc7e9c198b71bae0217faa684b1144d94ab678709080492a1ed8e3cedf1afa1333f79af +EBUILD caldav-1.3.5.ebuild 767 BLAKE2B a2a3a6d8665f5224cb00f10b68fd7169ed27e51f1561cb3b106a76874e9fea36b8b3f03275d8a595384f78a1b6d30b3a3abf6b7604e41f82c108ea79f3bbfd35 SHA512 bf1d0794891fb79cc49723050cdf1a58a973296c02fd5708e0c085dac63481e0897fd38b97eaa596178fc1933846340608b33a76410aed130627df89011a9fcf MISC metadata.xml 394 BLAKE2B f0b9c600418cbbc4c935d53b63f4e6c1235500984ed388ceb26c6e02fdb7200eec1464d8c4af17e6afdf3688479f0a0763e6e710f916c1c71dab2ca84df9509f SHA512 4f94039805c6cbfb97a667d555af39bcce7f10db8a7c61f3b8b48a903fcd52d3e30467c91c9ec13195be6dc3c4ccbfa088aeac390d5e1c64e9267527a8b77b6b diff --git a/dev-python/caldav/caldav-1.3.5.ebuild b/dev-python/caldav/caldav-1.3.5.ebuild new file mode 100644 index 000000000000..15e769c20e0b --- /dev/null +++ b/dev-python/caldav/caldav-1.3.5.ebuild @@ -0,0 +1,33 @@ +# 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..11} ) + +inherit distutils-r1 + +DESCRIPTION="CalDAV (RFC4791) client library for Python" +HOMEPAGE=" + https://github.com/python-caldav/caldav/ + https://pypi.org/project/caldav/ +" +SRC_URI=" + https://github.com/python-caldav/caldav/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="|| ( GPL-3 Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/icalendar[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + >=dev-python/recurring-ical-events-2.0.0[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/vobject[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest -- cgit v1.2.3