commit:     65484c640a4401cb3db358fd79d08ef49915a636
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 06:01:09 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 06:43:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65484c64

dev-python/x-wr-timezone: Remove old

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

 dev-python/x-wr-timezone/Manifest                  |  1 -
 .../x-wr-timezone/x-wr-timezone-0.0.7.ebuild       | 34 ----------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-python/x-wr-timezone/Manifest 
b/dev-python/x-wr-timezone/Manifest
index e3df0f839d6f..fcf64821eccd 100644
--- a/dev-python/x-wr-timezone/Manifest
+++ b/dev-python/x-wr-timezone/Manifest
@@ -1,2 +1 @@
-DIST x-wr-timezone-0.0.7.gh.tar.gz 21988 BLAKE2B 
fa8ebf44de060b8e716dda0970dbf881f635d1fbaffb1f6fcfe1f847d4b3b765dbd89141a8aa96393cd205bdfd7e913f9405e22fdb22bbbe148ef0c0a75a291f
 SHA512 
6d37de592741a8786855a1f6c8b61165b3267869dcd86e0b9fe56de31f326ee2f7206ab35c45c21713d4cc808d1b14934d6b5b9daac90791d13b0363af5b5cbf
 DIST x-wr-timezone-1.0.1.gh.tar.gz 22182 BLAKE2B 
18ac9281b484de7eb1b4da9063743b98b63e259f7ad914c68194d49e27aa3528f0466e6e7c6c668e14e58ef1439f2c8db6bb8b8f94e51635a63f13af98db826b
 SHA512 
4c388efc2b5710f5db24de218d72ef4ddfd951186fa67631a34f48d49ffcd391195f0232104c586eeae18fb414eab61b3bb1f52d39416c2123eb452a44f20ad6

diff --git a/dev-python/x-wr-timezone/x-wr-timezone-0.0.7.ebuild 
b/dev-python/x-wr-timezone/x-wr-timezone-0.0.7.ebuild
deleted file mode 100644
index 2375360e0d07..000000000000
--- a/dev-python/x-wr-timezone/x-wr-timezone-0.0.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Convert calendars using X-WR-TIMEZONE to standard ones"
-HOMEPAGE="
-       https://github.com/niccokunzmann/x-wr-timezone/
-       https://pypi.org/project/x-wr-timezone/
-"
-SRC_URI="
-       https://github.com/niccokunzmann/x-wr-timezone/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-       >=dev-python/icalendar-5.0.11[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       test/test_readme.py
-)

Reply via email to