summaryrefslogtreecommitdiff
path: root/dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:44:42 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:54:58 +0200
commitcbb0b5742a378226664cc035b6ad824a637e2b0c (patch)
tree3fda6be0c7ea5f4a9b2718f9a0400492372eeef8 /dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild
parent817944361014af1553327ecb02a63d35f21c64af (diff)
downloadgentoo-cbb0b5742a378226664cc035b6ad824a637e2b0c.tar.gz
gentoo-cbb0b5742a378226664cc035b6ad824a637e2b0c.tar.bz2
gentoo-cbb0b5742a378226664cc035b6ad824a637e2b0c.zip
dev-python/python-xmlsec: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild')
-rw-r--r--dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild b/dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild
deleted file mode 100644
index 1604a70c861b..000000000000
--- a/dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-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}]
-"
-
-# tests fail, has been reported upstream
-# https://github.com/mehcode/python-xmlsec/issues/84
-RESTRICT=test
-
-distutils_enable_tests pytest