mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pyaxmlparser: bump, python 3.7, fix man location
This commit is contained in:
parent
9192540b59
commit
382a3e23ef
3 changed files with 8 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}]"
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in a new issue