From dbf7509fceb169ca01785ed85b13738d4722782a Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Mon, 12 Jan 2026 20:51:16 +0800 Subject: [PATCH] ipsw-parser-1.5.0.ebuild --- dev-python/ipsw-parser/Manifest | 2 +- .../ipsw-parser/ipsw-parser-1.5.0.ebuild | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 dev-python/ipsw-parser/ipsw-parser-1.5.0.ebuild diff --git a/dev-python/ipsw-parser/Manifest b/dev-python/ipsw-parser/Manifest index 5852a8ae2..694eb5b6b 100644 --- a/dev-python/ipsw-parser/Manifest +++ b/dev-python/ipsw-parser/Manifest @@ -1,2 +1,2 @@ -DIST ipsw_parser-1.4.1.tar.gz 50854 BLAKE2B 652b7f62b3a90093fd9224d009488e6cbcfa1995c98ee0d62c04f142bbfbf230caab133df9d8c960753914ec3c08c229dbda05ac283196e6d374db808759033b SHA512 661a5cb6f9a401bb05cf86bbb30c64aac98c5c5c2c412d3e2066a04e4c01579746d2151cc677042985d271e64e864c030d19e11aa073123fc48286e128a2bc47 DIST ipsw_parser-1.4.3.tar.gz 50913 BLAKE2B b6e1489e7d4732c4840f5772e71c887d28bc56d6b62bca4b1c3edc92c04209c25fbf2c59afc04376da40e06e085dfdea9f3c11c952d094a5a428dfed5773f3b1 SHA512 386e86fc5899bc3a32a878c2c483c2d22cfb956d234f4275c3501fe58a61998fca9826d7c618067fafc7c0b8567ec33185b77b853949c17c469fe0ab6ecba5c2 +DIST ipsw_parser-1.5.0.tar.gz 51957 BLAKE2B 66814a610a3a9073944d94975b2473441364adb98ac2eb67de664f1c382aaeb4ae3ced427344ebb7293858644d3fa8de1cd0aba65f4fd3b6813251e4595c66b7 SHA512 f3e459218862ebabc2d63bde8c00a2164eaa8a5318507c06850ab72ae077f5e81a84bd573dea83e62557ab552817120f9e619acdb37d2b20e302f08c2712c8c9 diff --git a/dev-python/ipsw-parser/ipsw-parser-1.5.0.ebuild b/dev-python/ipsw-parser/ipsw-parser-1.5.0.ebuild new file mode 100644 index 000000000..904a13381 --- /dev/null +++ b/dev-python/ipsw-parser/ipsw-parser-1.5.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{12..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Utility for parsing and extracting data from IPSW" +HOMEPAGE="https://github.com/doronz88/ipsw_parser" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 ~arm64 ~x86" + +RDEPEND=">=dev-python/construct-2.9.29[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + dev-python/coloredlogs[${PYTHON_USEDEP}] + dev-python/cached-property[${PYTHON_USEDEP}] + dev-python/plumbum[${PYTHON_USEDEP}] + >=dev-python/pyimg4-0.8.8[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/remotezip2[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +#distutils_enable_tests pytest