diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-21 14:48:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-21 18:25:47 +0100 |
commit | 59e0fd544858169a2baebb066ae42205d2b90796 (patch) | |
tree | 7219913715f7ed89b4b1d752d9a6923f12c7bedf /dev-python/elementpath | |
parent | net-dns/nsd: Bump to version 4.2.3 (diff) | |
download | gentoo-59e0fd544858169a2baebb066ae42205d2b90796.tar.gz gentoo-59e0fd544858169a2baebb066ae42205d2b90796.tar.bz2 gentoo-59e0fd544858169a2baebb066ae42205d2b90796.zip |
dev-python/elementpath: New package
Add 'elementpath' package, as needed by to-be-added 'xmlschema'.
Skipping tests for now due to circular dep.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r-- | dev-python/elementpath/Manifest | 1 | ||||
-rw-r--r-- | dev-python/elementpath/elementpath-1.3.1.ebuild | 20 | ||||
-rw-r--r-- | dev-python/elementpath/metadata.xml | 7 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest new file mode 100644 index 000000000000..85cd00a56db0 --- /dev/null +++ b/dev-python/elementpath/Manifest @@ -0,0 +1 @@ +DIST elementpath-1.3.1.tar.gz 100631 BLAKE2B fb3238006afb5100ad03314bddb16e77ea2fc7a91acf95e479ad67308456f761c53c64920266aa251a3f1b9bb6c6bebe39faa6413dd840a19ca1e9b3293f5253 SHA512 3beea19fe431514630f3957d2005d5883fb496a7192a47ea593d4b0df7a0050a19756275af7f85c7807c929482ddaacaba76ec0f3a715b6779d4aec125ee5550 diff --git a/dev-python/elementpath/elementpath-1.3.1.ebuild b/dev-python/elementpath/elementpath-1.3.1.ebuild new file mode 100644 index 000000000000..09b5ee6f3ace --- /dev/null +++ b/dev-python/elementpath/elementpath-1.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) +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="~amd64 ~x86" +IUSE="" + +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/elementpath/metadata.xml b/dev-python/elementpath/metadata.xml new file mode 100644 index 000000000000..266e3f19ca59 --- /dev/null +++ b/dev-python/elementpath/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> +</pkgmetadata> |