commit:     f39029da339743bff4929b8448040e0780347275
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 24 04:28:35 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 24 04:59:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39029da

dev-python/caldav: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/caldav/Manifest            |  1 -
 dev-python/caldav/caldav-1.5.0.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-python/caldav/Manifest b/dev-python/caldav/Manifest
index b90c21469f0f..dcad70a9f3da 100644
--- a/dev-python/caldav/Manifest
+++ b/dev-python/caldav/Manifest
@@ -1,2 +1 @@
-DIST caldav-1.5.0.tar.gz 157644 BLAKE2B 
731f6eea65d17b4a15d0c22f7fdc3dbfaab0e6ba69f81365b99caad8ad44189493606d7a025c692959d88d65d7b43e6f90f0af71979b467b4eb1ae922fcd9582
 SHA512 
2c61f5e1ca85b20035e8e033025fbfa782faa7eff3e0ce504a77480a87a62237aeb57b36c2f8821553acf472a9bcda5c5b82a6f6e004aa7c5f961c53a736aa2f
 DIST caldav-1.6.0.tar.gz 156248 BLAKE2B 
270a66f07e8c2374f42e5fc225f00c19f64f6fe4ad72a140f06da5931b910fbdddd028de0a44a5cfd65890374ebdd288d6056bfe592ac86e799d559531e55bc7
 SHA512 
966735f4de1a5759a64dacdc692f69d07bb86d07dfcb3da6988bfb18cc5bbc2430ebaaf0bda8fa2dd0100fb7a7dda75b1bdfa24475d0c4c2b5c1f9267de9367c

diff --git a/dev-python/caldav/caldav-1.5.0.ebuild 
b/dev-python/caldav/caldav-1.5.0.ebuild
deleted file mode 100644
index f92f9dfa20be..000000000000
--- a/dev-python/caldav/caldav-1.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-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

Reply via email to