apkid: metadata, random bumps in preparation fora newer mobsf

This commit is contained in:
Anton Bolshakov 2023-08-30 09:40:33 +08:00
parent cbe257fdb1
commit d3241ba6af
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
14 changed files with 163 additions and 13 deletions

View file

@ -0,0 +1,26 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python API for IP2Location database"
HOMEPAGE="https://pypi.org/project/IP2Location/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HASH_COMMIT="71828f8506cab07f8379faa815fc257ad9d8ca7a"
SRC_URI="https://github.com/chrislim2888/IP2Location-Python/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE=""
RESTRICT="test"
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/IP2Location-Python-${PV}"

View file

@ -3,6 +3,7 @@
EAPI=7
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1

View file

@ -1,2 +1,2 @@
DIST IP2Location-8.6.4.tar.gz 2501645 BLAKE2B 03728070f9772440153083f4bc264e707d373215146af8e98499b515554e77a57f460c7b4f675c9b7976393272af1bb267ad717b9c8f54a3c90266442c7debea SHA512 c423a3eeae2211c7175fa27411e3a0df543e6cd4c1b2a666e4e73173654a84fc9d6e73649e0b7af3f377af017df1ee697cee5a67b99a1e16eb381e34feb99580
DIST IP2Location-8.10.0.tar.gz 2504708 BLAKE2B 519def2250be7c2bfc653a377923ee16e7560d47695b280a3af4460536cb548499bc5f2d3f1854b7e3bd354e3d522e86a3bfa0dc1e8bdee48784cb39cae8274d SHA512 1313adf7ab5150a5af835a33f476bec90f8d0c8373694ef04fba90d12d00948d567acb922869ce80bb98af6ece15eb30ac6f375757f556cb02bc1c1b4d517293
DIST IP2Location-8.8.1.tar.gz 2503682 BLAKE2B f33ae2133897fcc314afb1ca659797d6ad06334488e9cc5e278c1db90caa99a533588ce2652fe1a7ace4b08dab8db75d87ffdfd710c56e5fefa72bf68f54285e SHA512 25df175ae66bca4d3875f42c5c88fff59f9cc782fe3381876f343219e02a0a3f6931ef1af0f6837ef065827fd7d6a711d7865438ef8d8d43dddb325c12778741

View file

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">rednaga/APKiD</remote-id>
</upstream>
</pkgmetadata>

1
dev-python/arpy/Manifest Normal file
View file

@ -0,0 +1 @@
DIST arpy-2.3.0.tar.gz 9572 BLAKE2B fd3f35fe4b7cf5e0fd31679a2bd181411b8e4e2952bd646795601cee1f42e6675c144e73da56715b4468d47e19b1c0a8e4f106ea789dcd4efaf490a90c956a6a SHA512 307275e1459751acf3f2faa17609a08428b20c65c03225c0787ac980ee5e59b84ab4e8266c72cf085a56fd23d8d95120fff9dd25a2e875dbf224905b62829086

View file

@ -0,0 +1,24 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="Library for accessing "ar" files"
HOMEPAGE="https://github.com/viraptor/arpy"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""
RESTRICT="test"
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#distutils_enable_tests pytest

View file

@ -1 +1,2 @@
DIST http-tools-2.1.0.tar.gz 540850 BLAKE2B a2d15f4150797734d9012a0cf85f9a4e68cd8dfd9a0c0f0bbc7f400d661b3bae22d83d7ef56896a8b571b7a7b2fe6e69399edcb1f66689a13c09df81ba7d8f74 SHA512 ddfc2456526c5f710a025e05bca471f88adf7aaf0af43445c896bfa0e8b40a2c67f0f10ed100785164b4212bcfecea502c06d60ef841a82a108bfbc7b0fcc37e
DIST http-tools-3.0.0.tar.gz 549933 BLAKE2B 6f19148ac58030bddbaee39de05d6d0089c880067dfaebd2acba5a72247fb25e88cee36e3f1b120512b6a3ebe8886fe514e0a78a22bb2a98b9dbeb0989e4ca2d SHA512 d0906434c532ee562cf92b3370472084f93750411b7656254cf591f3367ecae56e3b642963a74ead49c6287bedf6d1cbf88efdf9473b46400643baa5fcc34b9d

View file

@ -1,15 +1,16 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Capture, repeat and live intercept HTTP requests"
HOMEPAGE="https://github.com/MobSF/httptools"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

View file

@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="Capture, repeat and live intercept HTTP requests"
HOMEPAGE="https://github.com/MobSF/httptools"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="test"
RDEPEND="net-proxy/mitmproxy[${PYTHON_USEDEP}]
>=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare(){
sed -i "s|'mitmproxy.*'|'mitmproxy'|g" setup.py
eapply_user
}

View file

@ -1 +1,2 @@
DIST openstep_parser-1.5.3.tar.gz 3343 BLAKE2B 6ab9d13d95b9ce791748d55d94149f76d92f7b99379ef3a6da281a191071c32bbbbe222299b024f84808896d8ed3e9740df07a0f305dded82a5f430565a10ddc SHA512 739d7790ef6e9132da33fce8310b72cb022dcdb766598f88d8bd559f9bdca0d2de1ec81aa78fc6eff352241a2751a3dfeb5a1905cae1e49c42e402a592beff30
DIST openstep_parser-1.5.4.tar.gz 4121 BLAKE2B 80716b513c104819a4e0409c5e20b27c6736a5022b14d22fc403713aa6a6a8d38b8e142c0e4974c13ebe65b5acc5580eb7ca52e5fed451321147659cdc6ed00b SHA512 95d6050a365ab96550caf19bbef02c08e4f8923d52f67404c5092768c9af50f7d5709aa4272bafe6486f06fb2c04fc64caac5f5aeb3068793b40c8e5898a5571

View file

@ -3,15 +3,14 @@
EAPI=8
#https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="OpenStep plist reader into python objects"
HOMEPAGE="https://github.com/kronenthaler/openstep-parser"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"

View file

@ -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=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="OpenStep plist reader into python objects"
HOMEPAGE="https://github.com/kronenthaler/openstep-parser"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RDEPEND="dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#distutils_enable_tests pytest

View file

@ -1,2 +1,3 @@
DIST quark-engine-22.9.1.tar.gz 84385 BLAKE2B bcefbee834521af73e21c39dd9f7dbb19aae99214983ce60d6e078509d75066776f663fc30dd84c1da89970a6c587c870a535124e26121b50b84b19a97a4234e SHA512 69abe4e8a01f3a13061100fe34b87e88c2cd5a9f48367448f9c733b0760533fc7bdd06672d65f2367a2f5ef887bf68c4c3ed56a64dbc9000f8e4d1110b80956b
DIST quark-engine-23.3.1.tar.gz 81906 BLAKE2B 3e6199b714d84048b74f0a90e1c6d4190c2d3cd5eb976ce4cfb54b3a9d64628a4bf426cc0674f4b23f7d8ba6e1ecc3e0bdc14a282a1eac781ca905282db5f993 SHA512 e9c8733cb1555a4b8d84981b617d3a618c995eb957635749fd5d31d9af3885f24c5ea405adc8a7d9ff78a6f177e45f27d9eba16d9fd82d623e13f345b5a10cbb
DIST quark-engine-23.7.1.tar.gz 80854 BLAKE2B cb075e568d6718745482ec6c3ad4212eddcfce60eadf7c0c86bbb65899e2af7e85f5fe7ce9eec65005277267f4e4fe32f9e785902ca20b951bff88e9f6ba142e SHA512 2de9d217d7f384064b88f4e4f4f0c9a30b45a8f479c0f2450f48c1b7b3fb73ef3a2a63f6b2733b3e6b6a0aa82cb6e6ffc5c476bea95c7bd2db1c3aca9efcb3d8

View file

@ -0,0 +1,39 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="An Obfuscation-Neglect Android Malware Scoring System"
HOMEPAGE="https://github.com/quark-engine/quark-engine"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64"
IUSE=""
RDEPEND="dev-python/prettytable[${PYTHON_USEDEP}]
dev-util/androguard[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/graphviz[${PYTHON_USEDEP}]
dev-python/prompt-toolkit[${PYTHON_USEDEP}]
dev-python/plotly[${PYTHON_USEDEP}]
dev-python/rzpipe[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare(){
#relax deps
sed "s|==|>=|g" -i setup.py || die
rm -r tests
default
}