From 3649b8ddca0f220e962705683badc691592a8289 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [feature/flatten]" Date: Sun, 12 Jul 2020 18:36:37 +0000 Subject: Updating liguros repo --- .../python-xmlsec/python-xmlsec-1.3.6.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild (limited to 'dev-python/python-xmlsec/python-xmlsec-1.3.6.ebuild') 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 -- cgit v1.3.1