From 382a3e23ef2a781256eb3357a468e55630bf956c Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 20 Dec 2019 15:46:34 -0500 Subject: [PATCH] pyaxmlparser: bump, python 3.7, fix man location --- dev-python/pyaxmlparser/Manifest | 3 +-- .../pyaxmlparser/pyaxmlparser-0.3.15.ebuild | 22 ------------------- ...3.13.ebuild => pyaxmlparser-0.3.24.ebuild} | 9 ++++++-- 3 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 dev-python/pyaxmlparser/pyaxmlparser-0.3.15.ebuild rename dev-python/pyaxmlparser/{pyaxmlparser-0.3.13.ebuild => pyaxmlparser-0.3.24.ebuild} (81%) diff --git a/dev-python/pyaxmlparser/Manifest b/dev-python/pyaxmlparser/Manifest index 9361e5744..7ae59e9a7 100644 --- a/dev-python/pyaxmlparser/Manifest +++ b/dev-python/pyaxmlparser/Manifest @@ -1,2 +1 @@ -DIST pyaxmlparser-0.3.13.tar.gz 38530 BLAKE2B e8ae8448ea6b0fa37fbb599a20929443858c58c60c792798e650e51ed9de09f7da9c5fbc55fe719515e31cf52b508bec4719fbb69ce051d583f7522b08298ea6 SHA512 0e24da99145a1628162a533fe4bf839820b8c524380a14e67c46b555b5659ed4f01034f2f7f8e884f246fd77fbdd575b29319eff41732e03f67c6fc9c530d5b1 -DIST pyaxmlparser-0.3.15.tar.gz 86146 BLAKE2B 2c42ae850f563ac6c773bd2b2cace9037b5f62e9419b3722c89e9342a31931edc22f0d3a3b2f8acf0a61751a7a9ea98ffada14f069418e76523a10bd5394714e SHA512 96de1845e77c8dc706a99fe66932e635624ca2729ef59554fe55821d6ccd30515a71d3d7ddd74345287c52ff21371125fd215bc236ad0a35a66d7fe88ebbfd4d +DIST pyaxmlparser-0.3.24.tar.gz 87400 BLAKE2B 2a82efe09219cd73121de29769f7277e9051f4957dbd82c764b80654b9a2893a596c43e46ce59d4feb312f0a5284110a273f4cf76a1202933937462590a388a6 SHA512 991b5831c68ed44efc1b4bb86a83e23b07d2b702f63eda56ed1f00d1b0929756fadb2f9b0b7172875223454e4c71f5b2cb7e34dea5955e618556bb2e8521686b diff --git a/dev-python/pyaxmlparser/pyaxmlparser-0.3.15.ebuild b/dev-python/pyaxmlparser/pyaxmlparser-0.3.15.ebuild deleted file mode 100644 index 5bbb9dd93..000000000 --- a/dev-python/pyaxmlparser/pyaxmlparser-0.3.15.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) -inherit distutils-r1 - -DESCRIPTION="Parser for Android XML file and get Application Name without using Androguard" -HOMEPAGE="https://github.com/appknox/pyaxmlparser" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND=">=dev-python/lxml-3.7.3 - >=dev-python/click-6.7 -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pyaxmlparser/pyaxmlparser-0.3.13.ebuild b/dev-python/pyaxmlparser/pyaxmlparser-0.3.24.ebuild similarity index 81% rename from dev-python/pyaxmlparser/pyaxmlparser-0.3.13.ebuild rename to dev-python/pyaxmlparser/pyaxmlparser-0.3.24.ebuild index 5bbb9dd93..4b1b153c3 100644 --- a/dev-python/pyaxmlparser/pyaxmlparser-0.3.13.ebuild +++ b/dev-python/pyaxmlparser/pyaxmlparser-0.3.24.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit distutils-r1 DESCRIPTION="Parser for Android XML file and get Application Name without using Androguard" @@ -20,3 +20,8 @@ RDEPEND=">=dev-python/lxml-3.7.3 " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" + +src_prepare() { + sed -i 's#man/man1#share/man/man1#' setup.py + default +}