commit:     727a5e4f9daf8b76558b8ebec470b28e2c4961a6
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Oct 20 04:22:12 2025 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Oct 20 04:22:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=727a5e4f

dev-python/xunitparser: treeclean, was a dependency of woob

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-python/xunitparser/Manifest                 |  1 -
 dev-python/xunitparser/metadata.xml             | 11 -----------
 dev-python/xunitparser/xunitparser-1.3.4.ebuild | 21 ---------------------
 3 files changed, 33 deletions(-)

diff --git a/dev-python/xunitparser/Manifest b/dev-python/xunitparser/Manifest
deleted file mode 100644
index f584d4cd03..0000000000
--- a/dev-python/xunitparser/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xunitparser-v1.3.4.tar.bz2 12699 BLAKE2B 
9631e9e28a13c1770c2c18901037e8f3d69c7cb49233c81774ca053afa8818baad063e4e096a9848aee57ff7956f1b97887a8f77c051031fbfdfd6dbf747e77e
 SHA512 
2e763e322ce65fa5e25cd704857f20943bec0a8626d1b1c74b01e9e646e3868bf95aae07b3453004826223783739fce08dd8a2d281bc336cf05d68a76e36864c

diff --git a/dev-python/xunitparser/metadata.xml 
b/dev-python/xunitparser/metadata.xml
deleted file mode 100644
index ac9e2cd98a..0000000000
--- a/dev-python/xunitparser/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Haelwenn (lanodan) Monnier</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="gitlab">woob/xunitparser</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/xunitparser/xunitparser-1.3.4.ebuild 
b/dev-python/xunitparser/xunitparser-1.3.4.ebuild
deleted file mode 100644
index 09d7c43bde..0000000000
--- a/dev-python/xunitparser/xunitparser-1.3.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2012-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Read JUnit/XUnit XML files and map them to Python objects"
-HOMEPAGE="https://gitlab.com/woob/xunitparser/";
-SRC_URI="https://gitlab.com/woob/xunitparser/-/archive/v${PV}/xunitparser-v${PV}.tar.bz2";
-S="${WORKDIR}/xunitparser-v${PV}/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests unittest
-
-DOCS=( README LICENSE AUTHORS )

Reply via email to