commit:     a363b343f27fc8571ad18478271b6ce17b5c7503
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 12 05:22:44 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 05:46:58 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a363b343

dev-python/icalendar: Remove old

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

 dev-python/icalendar/Manifest               |  1 -
 dev-python/icalendar/icalendar-6.3.1.ebuild | 38 -----------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index 6a91f96e75c3..fa6c88e8c4ac 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1,2 +1 @@
-DIST icalendar-6.3.1.tar.gz 177169 BLAKE2B 
00b3c5b0f4e8e670b73dd556c71b6796308b27ff0216acde647cdcbe87c5cf92ab1cdfd538c5290ca9b7fff7d3cb1908e7c7c877d26cbef2b7ac6e8547e3214e
 SHA512 
f9762f4fc5827433e3ef8892dfd3252fa081d2db4f8ee5d0092c280f52944c564a230beea04b2b1a7db66bd2538416b5f5ae9a9253a87c62397caa64d8fc82b8
 DIST icalendar-6.3.2.tar.gz 178422 BLAKE2B 
e3c34b8b9372f66c42ea1be609e77e45c03a17585157699cd6aa4c521cf9b35d78e3d3821811b1fbd828c1add81b26ff3047565c826229cfbf1a3dab42fc96ea
 SHA512 
a74067a527d46e26a8c50c6ef1ec9a264534349fae624df75388c9167b509d829f6a60340975b6aaeff1f7544bf5318ab24cc33e2bf7189fb8f57c00fea44bd8

diff --git a/dev-python/icalendar/icalendar-6.3.1.ebuild 
b/dev-python/icalendar/icalendar-6.3.1.ebuild
deleted file mode 100644
index 65de32871ef4..000000000000
--- a/dev-python/icalendar/icalendar-6.3.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..14} )
-
-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-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               dev-python/hypothesis[${PYTHON_USEDEP}]
-               dev-python/pytz[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

Reply via email to