From 7c334a9594ae315e537bf98259b95bafc60d479c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 21 Jul 2023 10:04:00 +0100 Subject: gentoo auto-resync : 21:07:2023 - 10:04:00 --- dev-python/caldav/Manifest | 2 ++ dev-python/caldav/caldav-1.3.6.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 dev-python/caldav/caldav-1.3.6.ebuild (limited to 'dev-python/caldav') diff --git a/dev-python/caldav/Manifest b/dev-python/caldav/Manifest index d828693125c6..fd20136ea096 100644 --- a/dev-python/caldav/Manifest +++ b/dev-python/caldav/Manifest @@ -1,5 +1,7 @@ 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 +DIST caldav-1.3.6.tar.gz 104671 BLAKE2B 9792074a91f54d9a300676b4a63ab3fc55650f94038863ebe9045b160f0936192cc597a9d3049d08e42023fe37498ab4fb7850680133ccd2f9ee5fb471fde690 SHA512 16b8b3c89efb97dc1629da075e3573cc87c7bbf5e7800008a02c0db339bdd5cdd72f3e939dd2581983cb6a6c5f1eb9d5715ef3c687cb73ff1777fdb778a51c81 EBUILD caldav-1.2.1-r1.ebuild 903 BLAKE2B 436c41d4e0c0e1dfbf24a414054742b5dfe04a412b4260cda7b328f930496518b00a88d553a32d40e02bebc12a8f808c255b62e12488fa8fb9acdd350987f266 SHA512 f91a00b17e349fe15e6cf01a4989d421dba23d1f5827dd117fd51c4c7cc7e9c198b71bae0217faa684b1144d94ab678709080492a1ed8e3cedf1afa1333f79af EBUILD caldav-1.3.5.ebuild 837 BLAKE2B 727565b7414d3455288d4774a578c1182d7a0348ab2c2aa66a405b2264de11c8bfd299234a64e403bafbb666a0bba18cf8eaa7a1898602946d56d5baab653bb0 SHA512 47781003cb2610a566af6b47e482e75d55db5900ee77f671d7a2b829632f91620b29feffdfaae7c9c8ac2038d38239146f3a6be7ddebc1f79925e2c7d338d17b +EBUILD caldav-1.3.6.ebuild 747 BLAKE2B e4088f5e3fc4d4086ec2f0ed6707041121738f6bfb8990a7c0d036388ac2d8063d036c3dbaf7eccfe4d96dfca526a26bfa77b2195f3a1d1ce78c63dd8c705ea0 SHA512 315810b6dc23259134d64a82a875bf77a64b3a93ec50b78100c7bf96e2c980587a8398af97e0806de4c3cddc9da75ad3646e224d10592109900befd8ad983b47 MISC metadata.xml 394 BLAKE2B f0b9c600418cbbc4c935d53b63f4e6c1235500984ed388ceb26c6e02fdb7200eec1464d8c4af17e6afdf3688479f0a0763e6e710f916c1c71dab2ca84df9509f SHA512 4f94039805c6cbfb97a667d555af39bcce7f10db8a7c61f3b8b48a903fcd52d3e30467c91c9ec13195be6dc3c4ccbfa088aeac390d5e1c64e9267527a8b77b6b diff --git a/dev-python/caldav/caldav-1.3.6.ebuild b/dev-python/caldav/caldav-1.3.6.ebuild new file mode 100644 index 000000000000..badd5aa55a31 --- /dev/null +++ b/dev-python/caldav/caldav-1.3.6.ebuild @@ -0,0 +1,34 @@ +# 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="CalDAV (RFC4791) client library for Python" +HOMEPAGE=" + https://github.com/python-caldav/caldav/ + https://pypi.org/project/caldav/ +" + +LICENSE="|| ( GPL-3 Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~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}] +" +BDEPEND=" + test? ( + dev-python/tzlocal[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.2.3