Revert "pymobiledevice3/pycrashreport: remove, missing deps, unmaintained"

This reverts commit 7a72f3d7a7.
This commit is contained in:
Anton Bolshakov 2024-12-19 19:03:03 +08:00
parent 81e74b3d8c
commit 5db5b2c5d0
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
9 changed files with 343 additions and 0 deletions

View file

@ -0,0 +1,4 @@
DIST pymobiledevice3-2.27.1.tar.gz 567471 BLAKE2B 5ebbf494a24c36105f68cf067a9130bd5c3ecd8c6c8984c7889e81fcef9c2b1dd53da73326a94c119f253f8e5c3d03cd0a11ea393f5131208a0a0801ee0ad875 SHA512 1805c6ace2bb5c9429f52d28f03b4db18a5fd824e4f1d803de6e5ebf766cc2c8367cb6275a5eadd06940a4789999873d290cb6df1450f9893091ad13d2333c55
DIST pymobiledevice3-2.28.0.tar.gz 567642 BLAKE2B 15cc80dfba2ccdc1737c236787be9890bb14472e78265e1405251900f213fd960436d9239e21249b32612f05bb3a6678acd73fe7077de3edb106fc534f912a68 SHA512 aed4a0a880145cef4add5479c26afe11e24c3caf6bff4f79c3ace58b4f07b8f09ad32edb1b42b7a82fcc6a7df420b934c1bb41635002e079da0fca7186129f9e
DIST pymobiledevice3-2.29.4.tar.gz 568482 BLAKE2B f8e6d4a8bbdac32f72e65e20b81fb144c7d0437a20b0356309a9df807327c19c127652c49729ae3e263f953a7d37fbb870072308cca79a9494736c2520a02e34 SHA512 6b8c2d7ae23f9882121f5a2ca492aa73c459b1234f4404fd779e7412ee51ade37f8be9a40864701ce770837cb8e8f58166c6f62a5214ff39c3add603a18965b0
DIST pymobiledevice3-2.30.0.tar.gz 575932 BLAKE2B 2336a9ecb478d25f71dd573a45801ce112e7a05ca8d5f263da1e33aebb14b713700e44421bcf857c871d2c4aacfce0751be9beb0d7857d996cce4f9a482222ad SHA512 7e7bf57e677c94116d34c6532c9279244d1bd9ccc89a7a42b103edf9ef07dc15826a7d9558366799b0412a17525edb5be89316bbf3e891c40d43a267bf197c86

View file

@ -0,0 +1,67 @@
# 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..12} )
inherit distutils-r1 pypi
DESCRIPTION="python3 implementation for working with iDevices"
HOMEPAGE="https://github.com/doronz88/pymobiledevice3"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# dev-python/fastapi[all][${PYTHON_USEDEP}]
# dev-python/gnureadline[${PYTHON_USEDEP}]
RDEPEND="
>=dev-python/construct-2.9.29[${PYTHON_USEDEP}]
dev-python/asn1[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
>=dev-python/bpylist2-4.0.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/hexdump[${PYTHON_USEDEP}]
dev-python/arrow[${PYTHON_USEDEP}]
dev-python/daemonize[${PYTHON_USEDEP}]
dev-python/gpxpy[${PYTHON_USEDEP}]
>=dev-python/pykdebugparser-1.2.4[${PYTHON_USEDEP}]
>=dev-python/pyusb-1.2.1[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/cmd2[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/pygnuutils-0.0.7[${PYTHON_USEDEP}]
>=dev-python/cryptography-41.0.1[${PYTHON_USEDEP}]
>=dev-python/pycrashreport-1.2.2[${PYTHON_USEDEP}]
dev-python/fastapi[${PYTHON_USEDEP}]
>=dev-python/uvicorn-0.15.0[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
dev-python/wsproto[${PYTHON_USEDEP}]
>=dev-python/nest-asyncio-1.5.5[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
>=dev-python/inquirer3-0.1.0[${PYTHON_USEDEP}]
>=dev-python/pyimg4-0.8[${PYTHON_USEDEP}]
>=dev-python/ipsw-parser-1.1.2[${PYTHON_USEDEP}]
dev-python/remotezip[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]
dev-python/hyperframe[${PYTHON_USEDEP}]
dev-python/srptools[${PYTHON_USEDEP}]
>=dev-python/qh3-0.11.5[${PYTHON_USEDEP}]
>=dev-python/developer_disk_image-0.0.2[${PYTHON_USEDEP}]
dev-python/opack[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
>=dev-python/pytun-pmd3-1.0.0[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#distutils_enable_tests pytest

View file

@ -0,0 +1,67 @@
# 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..12} )
inherit distutils-r1 pypi
DESCRIPTION="python3 implementation for working with iDevices"
HOMEPAGE="https://github.com/doronz88/pymobiledevice3"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# dev-python/fastapi[all][${PYTHON_USEDEP}]
# dev-python/gnureadline[${PYTHON_USEDEP}]
RDEPEND="
>=dev-python/construct-2.9.29[${PYTHON_USEDEP}]
dev-python/asn1[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
>=dev-python/bpylist2-4.0.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/hexdump[${PYTHON_USEDEP}]
dev-python/arrow[${PYTHON_USEDEP}]
dev-python/daemonize[${PYTHON_USEDEP}]
dev-python/gpxpy[${PYTHON_USEDEP}]
>=dev-python/pykdebugparser-1.2.4[${PYTHON_USEDEP}]
>=dev-python/pyusb-1.2.1[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/cmd2[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/pygnuutils-0.0.7[${PYTHON_USEDEP}]
>=dev-python/cryptography-41.0.1[${PYTHON_USEDEP}]
>=dev-python/pycrashreport-1.2.2[${PYTHON_USEDEP}]
dev-python/fastapi[${PYTHON_USEDEP}]
>=dev-python/uvicorn-0.15.0[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
dev-python/wsproto[${PYTHON_USEDEP}]
>=dev-python/nest-asyncio-1.5.5[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
>=dev-python/inquirer3-0.1.0[${PYTHON_USEDEP}]
>=dev-python/pyimg4-0.8[${PYTHON_USEDEP}]
>=dev-python/ipsw-parser-1.1.2[${PYTHON_USEDEP}]
dev-python/remotezip[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]
dev-python/hyperframe[${PYTHON_USEDEP}]
dev-python/srptools[${PYTHON_USEDEP}]
>=dev-python/qh3-0.11.5[${PYTHON_USEDEP}]
>=dev-python/developer_disk_image-0.0.2[${PYTHON_USEDEP}]
dev-python/opack[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
>=dev-python/pytun-pmd3-1.0.0[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#distutils_enable_tests pytest

View file

@ -0,0 +1,68 @@
# 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..12} )
inherit distutils-r1 pypi
DESCRIPTION="python3 implementation for working with iDevices"
HOMEPAGE="https://github.com/doronz88/pymobiledevice3"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# dev-python/fastapi[all][${PYTHON_USEDEP}]
# dev-python/gnureadline[${PYTHON_USEDEP}]
RDEPEND="
>=dev-python/construct-2.9.29[${PYTHON_USEDEP}]
dev-python/asn1[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
>=dev-python/bpylist2-4.0.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/hexdump[${PYTHON_USEDEP}]
dev-python/arrow[${PYTHON_USEDEP}]
dev-python/daemonize[${PYTHON_USEDEP}]
dev-python/gpxpy[${PYTHON_USEDEP}]
>=dev-python/pykdebugparser-1.2.4[${PYTHON_USEDEP}]
>=dev-python/pyusb-1.2.1[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/xonsh[${PYTHON_USEDEP}]
dev-python/parameter-decorators[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/pygnuutils-0.0.7[${PYTHON_USEDEP}]
>=dev-python/cryptography-41.0.1[${PYTHON_USEDEP}]
>=dev-python/pycrashreport-1.2.2[${PYTHON_USEDEP}]
dev-python/fastapi[${PYTHON_USEDEP}]
>=dev-python/uvicorn-0.15.0[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
dev-python/wsproto[${PYTHON_USEDEP}]
>=dev-python/nest-asyncio-1.5.5[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
>=dev-python/inquirer3-0.1.0[${PYTHON_USEDEP}]
>=dev-python/pyimg4-0.8[${PYTHON_USEDEP}]
>=dev-python/ipsw-parser-1.1.2[${PYTHON_USEDEP}]
dev-python/remotezip[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]
dev-python/hyperframe[${PYTHON_USEDEP}]
dev-python/srptools[${PYTHON_USEDEP}]
>=dev-python/qh3-0.11.5[${PYTHON_USEDEP}]
>=dev-python/developer_disk_image-0.0.2[${PYTHON_USEDEP}]
dev-python/opack[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
>=dev-python/pytun-pmd3-1.0.0[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
dev-python/prompt-toolkit[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#distutils_enable_tests pytest

View file

@ -0,0 +1,68 @@
# 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..12} )
inherit distutils-r1 pypi
DESCRIPTION="python3 implementation for working with iDevices"
HOMEPAGE="https://github.com/doronz88/pymobiledevice3"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# dev-python/fastapi[all][${PYTHON_USEDEP}]
# dev-python/gnureadline[${PYTHON_USEDEP}]
RDEPEND="
>=dev-python/construct-2.9.29[${PYTHON_USEDEP}]
dev-python/asn1[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
>=dev-python/bpylist2-4.0.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/hexdump[${PYTHON_USEDEP}]
dev-python/arrow[${PYTHON_USEDEP}]
dev-python/daemonize[${PYTHON_USEDEP}]
dev-python/gpxpy[${PYTHON_USEDEP}]
>=dev-python/pykdebugparser-1.2.4[${PYTHON_USEDEP}]
>=dev-python/pyusb-1.2.1[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/xonsh[${PYTHON_USEDEP}]
dev-python/parameter-decorators[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/pygnuutils-0.0.7[${PYTHON_USEDEP}]
>=dev-python/cryptography-41.0.1[${PYTHON_USEDEP}]
>=dev-python/pycrashreport-1.2.2[${PYTHON_USEDEP}]
dev-python/fastapi[${PYTHON_USEDEP}]
>=dev-python/uvicorn-0.15.0[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
dev-python/wsproto[${PYTHON_USEDEP}]
>=dev-python/nest-asyncio-1.5.5[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
>=dev-python/inquirer3-0.1.0[${PYTHON_USEDEP}]
>=dev-python/pyimg4-0.8[${PYTHON_USEDEP}]
>=dev-python/ipsw-parser-1.1.2[${PYTHON_USEDEP}]
dev-python/remotezip[${PYTHON_USEDEP}]
dev-python/zeroconf[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]
dev-python/hyperframe[${PYTHON_USEDEP}]
dev-python/srptools[${PYTHON_USEDEP}]
>=dev-python/qh3-0.11.5[${PYTHON_USEDEP}]
>=dev-python/developer_disk_image-0.0.2[${PYTHON_USEDEP}]
dev-python/opack[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
>=dev-python/pytun-pmd3-1.0.0[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
dev-python/prompt-toolkit[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#distutils_enable_tests pytest

View file

@ -0,0 +1,2 @@
DIST pycrashreport-1.2.1.tar.gz 47236 BLAKE2B dfd09de0174d85d49f277d42f624d208abbbd5d82ce57ef4cf4e49b20029118dd955147008ef3afa33c6668df022343666ab4fc11a06447f3e0d32242a46b0f4 SHA512 3e81258a5ea5e749c34c28d011de8dad6c890f5bef211227961ddf9bab14b7833287fd21f2095461dc2901c96ed2420f8955e7e192d1661bf71c269ab80652a4
DIST pycrashreport-1.2.2.tar.gz 47300 BLAKE2B fbd51399053cac53992cdfb546fb7b8edaeaee7c70207c07ffb838c90d22cb7c2f3c5bfe45bc838657f9b66dfaef8e6e77681cbed1f9545c7d4b0fa83e8e2b1b SHA512 1fbbfe009e6bff91638b3b639c9eaf4b6f87fb2ad81c02cafdc4bb58f115e759cb4e110bcde8c43aa39c63d0f9cd8ffa449ca82e6b1f1dd361a8f50d644ef361

View file

@ -0,0 +1,33 @@
# 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..12} )
inherit distutils-r1 pypi
DESCRIPTION="Pure python3 for parsing Apple's crash reports"
HOMEPAGE="https://github.com/doronz88/pycrashreport"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/cached-property[${PYTHON_USEDEP}]
>=dev-python/la_panic-0.4.9[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"
#distutils_enable_tests pytest
src_prepare(){
sed -i -e 's|==|>=|g' requirements.txt || die
eapply_user
}

View file

@ -0,0 +1,33 @@
# 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..12} )
inherit distutils-r1 pypi
DESCRIPTION="Pure python3 for parsing Apple's crash reports"
HOMEPAGE="https://github.com/doronz88/pycrashreport"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/cached-property[${PYTHON_USEDEP}]
>=dev-python/la_panic-0.4.9[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="test"
#distutils_enable_tests pytest
src_prepare(){
sed -i -e 's|==|>=|g' requirements.txt || die
eapply_user
}

View file

@ -1,6 +1,7 @@
# List unstable packages here
# Pentoo (unstable Gentoo deps: dev-python/aiofiles etc)
app-pda/pymobiledevice3
dev-python/pykdebugparser
dev-python/ipsw-parser
dev-python/pyimg4