summaryrefslogtreecommitdiff
path: root/dev-python/elementpath/elementpath-2.2.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-19 08:24:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-19 08:24:20 +0000
commit477d1ca0b505bee2e36d262b1071e4bf1500c7d1 (patch)
treedbe6a7dbbcc4efc12957dd7f09ab90307398fe9a /dev-python/elementpath/elementpath-2.2.1.ebuild
parent8160c36176e0c92e4af997f2110b9cc14ed2f7ed (diff)
downloadbaldeagleos-repo-477d1ca0b505bee2e36d262b1071e4bf1500c7d1.tar.gz
baldeagleos-repo-477d1ca0b505bee2e36d262b1071e4bf1500c7d1.tar.xz
baldeagleos-repo-477d1ca0b505bee2e36d262b1071e4bf1500c7d1.zip
Adding metadata
Diffstat (limited to 'dev-python/elementpath/elementpath-2.2.1.ebuild')
-rw-r--r--dev-python/elementpath/elementpath-2.2.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/elementpath/elementpath-2.2.1.ebuild b/dev-python/elementpath/elementpath-2.2.1.ebuild
deleted file mode 100644
index 4d595bed7294..000000000000
--- a/dev-python/elementpath/elementpath-2.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2019-2021 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="
- https://github.com/sissaschool/elementpath/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/xmlschema[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests unittest