summaryrefslogtreecommitdiff
path: root/dev-python/elementpath/elementpath-2.0.3.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-06 20:48:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-06 20:48:33 +0000
commit2a77a2905ca47c8efdb70807d03244d40e0458f6 (patch)
tree416596b8d01b418a38f9015c4cee4733bc60c94d /dev-python/elementpath/elementpath-2.0.3.ebuild
parent490ee5c525512b1e72c9cfd0b1151fae2628b03d (diff)
downloadbaldeagleos-repo-2a77a2905ca47c8efdb70807d03244d40e0458f6.tar.gz
baldeagleos-repo-2a77a2905ca47c8efdb70807d03244d40e0458f6.tar.xz
baldeagleos-repo-2a77a2905ca47c8efdb70807d03244d40e0458f6.zip
Updating liguros repo
Diffstat (limited to 'dev-python/elementpath/elementpath-2.0.3.ebuild')
-rw-r--r--dev-python/elementpath/elementpath-2.0.3.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/elementpath/elementpath-2.0.3.ebuild b/dev-python/elementpath/elementpath-2.0.3.ebuild
deleted file mode 100644
index aa90b4e7af4a..000000000000
--- a/dev-python/elementpath/elementpath-2.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
-HOMEPAGE="https://github.com/sissaschool/elementpath
- https://pypi.org/project/elementpath/"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/xmlschema[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests unittest