commit:     8628f1b94506d4bf526977dbfbfd661f753aa176
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  3 12:04:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  3 12:04:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8628f1b9

dev-python/xlsxwriter: Remove old

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

 dev-python/xlsxwriter/Manifest                |  1 -
 dev-python/xlsxwriter/xlsxwriter-3.2.2.ebuild | 33 ---------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index 215f2fde6898..350b69d6242c 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,2 +1 @@
-DIST XlsxWriter-RELEASE_3.2.2.gh.tar.gz 24656384 BLAKE2B 
b1b7313d0b486ff1e612102a67530ac96ae672a577b2c2cf23be65e1a0d8a0698ba6060c127b3d45afaa7691a8f03f82352ada9cf3aff98771bc7537622c6d69
 SHA512 
21fa5e550123506e0777dd849aacfd0c2177a4b0f79c675a55361693c286d03a100cf09c29c4a434a7d9e43825d90506ed6a4f3beef36c054cd0fd805a7a9446
 DIST XlsxWriter-RELEASE_3.2.3.gh.tar.gz 24659662 BLAKE2B 
d6efb2a5e2df399b5cb05fc1efe790584a29c2d4d13303ca9d0b9f7c8b900339c347800e515d2c636f88c27b7a731c853aba081069c0c9023dc1ec15e66da07c
 SHA512 
1622420ab795a1b169569b1d5103f8f056fc3dbe741a46b21fee71d739738412d4c17d6822e8884f16bb37f47f4ced4b2eddf40850fa6d1d0bf0d951ec1ef820

diff --git a/dev-python/xlsxwriter/xlsxwriter-3.2.2.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-3.2.2.ebuild
deleted file mode 100644
index c5c382509edf..000000000000
--- a/dev-python/xlsxwriter/xlsxwriter-3.2.2.ebuild
+++ /dev/null
@@ -1,33 +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_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1
-
-TAG=RELEASE_${PV}
-MY_P=XlsxWriter-${TAG}
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="
-       https://github.com/jmcnamara/XlsxWriter/
-       https://pypi.org/project/XlsxWriter/
-"
-SRC_URI="
-       https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

Reply via email to