diff --git a/dev-python/remotezip2/Manifest b/dev-python/remotezip2/Manifest new file mode 100644 index 000000000..a7288e3b3 --- /dev/null +++ b/dev-python/remotezip2/Manifest @@ -0,0 +1 @@ +DIST remotezip2-0.0.2.tar.gz 9967 BLAKE2B 983377f791999f5c1ecdfd8146ea106b800a543b1f445dd7bf102bca11677b7a7d752a83562966eed8989e251c30625ecc8d5b4c95f6b29ce731fa63e725aa84 SHA512 1221aac7bc9a92615f3985d4debdc58f467dbf5a2fcf16a87ef5c8b4750b10ea0f65220fd8af354ab2d0876eda10857a152e892ce1fa758268ec1811d0fc73c5 diff --git a/dev-python/remotezip2/metadata.xml b/dev-python/remotezip2/metadata.xml new file mode 100644 index 000000000..f4fe6d6ac --- /dev/null +++ b/dev-python/remotezip2/metadata.xml @@ -0,0 +1,12 @@ + + + + + unknown@pentoo.ch + Author Unknown + + + gtsystem/python-remotezip + remotezip2 + + diff --git a/dev-python/remotezip2/remotezip2-0.0.2.ebuild b/dev-python/remotezip2/remotezip2-0.0.2.ebuild new file mode 100644 index 000000000..83bfec789 --- /dev/null +++ b/dev-python/remotezip2/remotezip2-0.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 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="Access zip file content hosted remotely without downloading the full file." +HOMEPAGE="https://github.com/doronz88/python-remotezip2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/tabulate[${PYTHON_USEDEP}] + !dev-python/remotezip" + +DEPEND="${RDEPEND}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +#distutils_enable_tests pytest