mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
remotezip2-0.0.2.ebuild
This commit is contained in:
parent
b94ea847c8
commit
2d3b77e520
3 changed files with 39 additions and 0 deletions
1
dev-python/remotezip2/Manifest
Normal file
1
dev-python/remotezip2/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST remotezip2-0.0.2.tar.gz 9967 BLAKE2B 983377f791999f5c1ecdfd8146ea106b800a543b1f445dd7bf102bca11677b7a7d752a83562966eed8989e251c30625ecc8d5b4c95f6b29ce731fa63e725aa84 SHA512 1221aac7bc9a92615f3985d4debdc58f467dbf5a2fcf16a87ef5c8b4750b10ea0f65220fd8af354ab2d0876eda10857a152e892ce1fa758268ec1811d0fc73c5
|
||||
12
dev-python/remotezip2/metadata.xml
Normal file
12
dev-python/remotezip2/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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>
|
||||
<upstream>
|
||||
<remote-id type="github">gtsystem/python-remotezip</remote-id>
|
||||
<remote-id type="pypi">remotezip2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
26
dev-python/remotezip2/remotezip2-0.0.2.ebuild
Normal file
26
dev-python/remotezip2/remotezip2-0.0.2.ebuild
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue