commit:     351e452fa4fad1e41f4fe04e232e8ee48c5da35f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 09:39:36 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 09:39:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351e452f

dev-python/python-xmlsec: Remove old

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

 dev-python/python-xmlsec/Manifest                  |  1 -
 .../python-xmlsec/python-xmlsec-1.3.11.ebuild      | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/python-xmlsec/Manifest 
b/dev-python/python-xmlsec/Manifest
index d283c819e1cd..741cd6ebaccf 100644
--- a/dev-python/python-xmlsec/Manifest
+++ b/dev-python/python-xmlsec/Manifest
@@ -1,2 +1 @@
-DIST python-xmlsec-1.3.11.tar.gz 75023 BLAKE2B 
87fe4b47a9df6bc2fb2f1a459fa20240d9d5c92e0f7fa9bfc466e1fbfc0e3f12d90d01f5c7a6eac1389ea3252b8267a545203edf34c30117573bada9a7f5481a
 SHA512 
fe0144d67edcad366b1d0f4615983f5630afd8f22aa056f46d1e6564f1c3114c0a469675e64a06591540515b0d12b5bf9304845f5138b24e15acaf4e5b861961
 DIST python-xmlsec-1.3.12.tar.gz 77722 BLAKE2B 
b5ecece8063b823cdbe4d58967d10026bdc6f3774954021a3739d579ba3c5a08130af1792921c7892e6bc3d00f88ac83ab30e862775e419e0dad40b990b10cbe
 SHA512 
19c5e3bf58b4b0f8a1cca3e60c08348b02ae298620f8c02b8cfb325aecf0313cb2bd1af89507b754ebe4c35af3b031e232d15ddcd42deae0821c9c0d7571aa7c

diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.11.ebuild 
b/dev-python/python-xmlsec/python-xmlsec-1.3.11.ebuild
deleted file mode 100644
index 7ae6f52563c3..000000000000
--- a/dev-python/python-xmlsec/python-xmlsec-1.3.11.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the XML Security Library"
-HOMEPAGE="https://github.com/mehcode/python-xmlsec";
-SRC_URI="https://github.com/mehcode/python-xmlsec/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-
-DEPEND="
-       dev-libs/xmlsec:=
-"
-RDEPEND="${DEPEND}
-       dev-python/lxml[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-       dev-python/pkgconfig[${PYTHON_USEDEP}]
-       dev-python/wheel[${PYTHON_USEDEP}]
-       test? (
-               dev-python/hypothesis[${PYTHON_USEDEP}]
-       )"
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-xml-testfail.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       sed -e "s:use_scm_version=.*:version='${PV}',:" \
-               -e "/setup_requires/ d" \
-               -i setup.py || die
-
-       distutils-r1_python_prepare_all
-}

Reply via email to