public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/caldav/
Date: Sat, 29 Oct 2022 06:46:49 +0000 (UTC)	[thread overview]
Message-ID: <1667026000.76fd021203fe6e007cb47f69ee276d64080937c5.arthurzam@gentoo> (raw)

commit:     76fd021203fe6e007cb47f69ee276d64080937c5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 06:14:48 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 06:46:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fd0212

dev-python/caldav: add 0.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/caldav/Manifest           |  1 +
 dev-python/caldav/caldav-0.10.ebuild | 42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/caldav/Manifest b/dev-python/caldav/Manifest
index c9fcc11e5abf..3636e1c04574 100644
--- a/dev-python/caldav/Manifest
+++ b/dev-python/caldav/Manifest
@@ -1,2 +1,3 @@
+DIST caldav-0.10.gh.tar.gz 121800 BLAKE2B 6398e2e94f40e6c0d8fa757a02ae2aedcdc2bef59be9b6499a9ff86304ee2280222ff4490b9cf6fe2b37bd1e5031e17f472afbd0e42da2a82a27aec87cfecd08 SHA512 1cd98a3f59381c238ba424a30a6596e969c04bcab74cd1f9cbf9bae1da32d23b12a718135252a12fc069091994ef451bf504a05097d9539a79b397370c55609f
 DIST caldav-0.9.1.gh.tar.gz 105578 BLAKE2B 3581bb0f40daf312b32ff2ef88a31502449e0727f8e6178574c5350fb0312726d62cc9e4be3b9e73b4ee55282a32fcc503da48d49c3e7f0639a96de8197e6f8b SHA512 9171a09aa81bd6ad885aaaa3dac4cb53cb05235b37aa5be72d641b1cd2ee27928213eb95358654e99adfdbf70bea4567977509f972f54b8747162e91c95e1397
 DIST caldav-0.9.2.gh.tar.gz 109877 BLAKE2B a5a4a2b4a75bafbed11e91bab6e8de14863a9a9acea2ac87ac9bb3bb2b4f2bb509bb3e898b6d276af50e2863c97b1686b9dc51a3a641345501a1295b77464791 SHA512 6e325d49d8560220bf6e7c001c7ea11b0a24c0059954be6780db0a3938c48a4931b7615f576f09a8817c618c3881ada9f4a21bf2bd441326010a98066de520d6

diff --git a/dev-python/caldav/caldav-0.10.ebuild b/dev-python/caldav/caldav-0.10.ebuild
new file mode 100644
index 000000000000..121066d6ce01
--- /dev/null
+++ b/dev-python/caldav/caldav-0.10.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/refs/tags/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( GPL-3 Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	dev-python/vobject[${PYTHON_USEDEP}]
+"
+# For now, really does use nose imports: bug #857738
+BDEPEND="
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/icalendar[${PYTHON_USEDEP}]
+		dev-python/tzlocal[${PYTHON_USEDEP}]
+		dev-python/pytz[${PYTHON_USEDEP}]
+		www-apps/radicale[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-10-29  6:46 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29  6:46 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-24  5:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/caldav/ Michał Górny
2025-05-31  5:17 Michał Górny
2025-05-31  5:17 Michał Górny
2025-05-25  3:22 Michał Górny
2025-05-23  8:36 Arthur Zamarin
2024-11-06  7:11 Michał Górny
2024-06-22 13:52 Petr Vaněk
2023-12-30 18:26 Michał Górny
2023-12-13  4:38 Michał Górny
2023-07-24 11:30 Michał Górny
2023-07-21  6:06 Michał Górny
2023-07-21  6:06 Michał Górny
2023-07-20 13:46 Michał Górny
2023-07-20 12:19 Sam James
2023-07-20 11:10 Michał Górny
2023-04-25 11:37 Andrew Ammerlaan
2023-03-08  4:44 Michał Górny
2023-03-08  4:44 Michał Górny
2023-02-27  5:38 Michał Górny
2023-02-23  6:19 Michał Górny
2023-02-19  4:32 Michał Górny
2023-02-02 12:46 Michał Górny
2023-01-21 13:34 Arthur Zamarin
2023-01-17 15:44 Michał Górny
2023-01-17  5:08 Michał Górny
2022-12-23 20:46 Arthur Zamarin
2022-11-26 18:59 Arthur Zamarin
2022-11-14  4:36 Michał Górny
2022-10-29  6:46 Arthur Zamarin
2022-10-10 23:40 Sam James
2022-07-12  6:56 Sam James
2022-07-12  3:03 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667026000.76fd021203fe6e007cb47f69ee276d64080937c5.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox