commit:     e4f7d88fb41ecf60d40a3f5135852e829cb2a482
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 13:47:14 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 18:34:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f7d88f

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.1.0.ebuild | 43 -----------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index f1b9e31dd638..ebd4c8facb8f 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1,2 +1 @@
-DIST icalendar-6.1.0.tar.gz 142307 BLAKE2B 
fb5b6e6c337aaf4f18b1d2237d3523cbd4502e61255ee3d3de0f335ca90da384119c1cda5843b455f3eb93540c17d9448a3745e6a09e27b35158b26ab6f7e01f
 SHA512 
dbab2542371d038060be9e9d2ecccdf6db7d51c4ca80515e02798db1a0f96fc9b4a7eb8e098831d7da97c2c8ba715da2836badf872a0d5c206299fb78923b864
 DIST icalendar-6.1.1.tar.gz 145256 BLAKE2B 
cf3cf5a79f25f6c2820e4a04fc02a1546949e99c4e3fa9e6a204b0e4eb13e475b0c5a1f3179009b77437a33ab360b561cdff59453bcd77b771fc223ad14a2494
 SHA512 
3afb10dcfd07d0348bb404e2bfef3b790e312764bed1147999a3322255d7c881a1513077b49b3ed6cfc03a22afa81a3211823d94a2414b00bc2c4503bed73264

diff --git a/dev-python/icalendar/icalendar-6.1.0.ebuild 
b/dev-python/icalendar/icalendar-6.1.0.ebuild
deleted file mode 100644
index 677a6c7878a1..000000000000
--- a/dev-python/icalendar/icalendar-6.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
-
-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_sphinx docs \
-       dev-python/sphinx-copybutton \
-       dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # reset conf.py to not read version from an installed instance
-       sed -e "s:pkg_resources.get_distribution('icalendar').version:'${PV}':" 
\
-               -i docs/conf.py || die
-       distutils-r1_python_prepare_all
-}

Reply via email to