diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-02 05:29:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-02 06:46:50 +0200 |
commit | 6f5bd141e2a3f950a0225d0abeeef22b470a5285 (patch) | |
tree | 0ad1ed60fc12e2f9b6125a00f2712935bde050f7 /dev-python/untangle/untangle-1.2.0.ebuild | |
parent | dev-python/fixtures: Bump to 4.0.1 (diff) | |
download | gentoo-6f5bd141e2a3f950a0225d0abeeef22b470a5285.tar.gz gentoo-6f5bd141e2a3f950a0225d0abeeef22b470a5285.tar.bz2 gentoo-6f5bd141e2a3f950a0225d0abeeef22b470a5285.zip |
dev-python/untangle: Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/untangle/untangle-1.2.0.ebuild')
-rw-r--r-- | dev-python/untangle/untangle-1.2.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/untangle/untangle-1.2.0.ebuild b/dev-python/untangle/untangle-1.2.0.ebuild new file mode 100644 index 000000000000..afbb098c7cf3 --- /dev/null +++ b/dev-python/untangle/untangle-1.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Convert XML documents into Python objects" +HOMEPAGE=" + https://github.com/stchris/untangle/ + https://pypi.org/project/untangle/ +" +SRC_URI=" + https://github.com/stchris/untangle/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +distutils_enable_tests pytest |