mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/internetarchive: Drop old
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST internetarchive-3.7.0.gh.tar.gz 145990 BLAKE2B f4832193fde0afdfd6ea1af46d0dea08abd73e56b5d799eb4e9a1b6424f95dbb6b1d0bc3d25fe0ae2bda7edcd003cfbff97c941a313018d4fb83bb562e30c121 SHA512 56554c3001f21ce770fd44ed2628b2fac40b96bcd5370935604c1fec465fd5a44be4a89ffa119cbd6f01be805161fe2fac93375d96f59d2ed38ff6418d5da714
|
||||
DIST internetarchive-5.3.0.gh.tar.gz 152973 BLAKE2B 1ff3b3bb61d830a27738bded36346c599bd9adbe34c4627a88ed8a371249701c7219e798211e82f58a4e4207e83761154c1b43b4046d3cfbaeb2d0dfd414ad3f SHA512 8f0e07e5add97a8f4d194fef023388c702c17bdd1bf25b8b22e7962a53f2a8077577eb615d8eb74769a829bac5ec41aeb5617ea4fc8e38d4adb0be69b2a896f3
|
||||
DIST internetarchive-5.7.1.gh.tar.gz 165427 BLAKE2B 34e6c35feacbe60e228a6896486480b438db704dd63fcdb5529d4dc449d3db1075198a23fbef32defebb0855f9df18fcfa7f942c316500222c0b8ad5edf313e8 SHA512 be3035f047d5eb133cb490ddfbf3f773bc5e565d4142cc449345c814938571e02af21a3162e5f33746c53affe1a5389f3fc1fb442c7a0934fb2ce31d785f24a2
|
||||
DIST internetarchive-5.8.0.gh.tar.gz 170811 BLAKE2B 245cd7395637f097ab15f0b218b069726ab8589eafa75a5ce3ae9d545fb018631296f6992221ccb00413e73fbf4c8de3a5c10cb752287c8ff626af23e103d5f5 SHA512 13f9e580cb87f8128d3aeaf9def390706d19d54b125b49383140b39e6172428ad7a6866ff3f2aa7ec7a102ab6325c6a7bcee5efdf7b01e7a2ed5fe04d3bfa789
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Lib and CLI for archive.org - for search, uploading, downloading, rename..."
|
||||
HOMEPAGE="https://github.com/jjjake/internetarchive"
|
||||
SRC_URI="https://github.com/jjjake/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/charset-normalizer[${PYTHON_USEDEP}]
|
||||
dev-python/docopt[${PYTHON_USEDEP}]
|
||||
dev-python/jsonpatch[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/schema[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/responses[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# Because they want internet
|
||||
EPYTEST_DESELECT=(
|
||||
tests/cli/test_ia.py::test_ia
|
||||
tests/cli/test_ia_download.py::test_no_args
|
||||
tests/cli/test_ia_download.py::test_no_change_timestamp
|
||||
tests/cli/test_ia_download.py::test_https
|
||||
tests/cli/test_ia_download.py::test_dry_run
|
||||
tests/cli/test_ia_download.py::test_glob
|
||||
tests/cli/test_ia_download.py::test_exclude
|
||||
tests/cli/test_ia_download.py::test_format
|
||||
tests/cli/test_ia_download.py::test_on_the_fly_format
|
||||
tests/cli/test_ia_download.py::test_clobber
|
||||
tests/cli/test_ia_download.py::test_checksum
|
||||
tests/cli/test_ia_download.py::test_checksum_archive
|
||||
tests/cli/test_ia_download.py::test_no_directories
|
||||
tests/cli/test_ia_download.py::test_destdir
|
||||
tests/cli/test_ia_upload.py::test_ia_upload_invalid_identifier
|
||||
tests/test_api.py::test_get_item_with_kwargs
|
||||
tests/test_api.py::test_upload_validate_identifier
|
||||
tests/test_item.py::test_download_ignore_errors
|
||||
tests/test_item.py::test_upload_validate_identifier
|
||||
tests/test_item.py::test_upload_automatic_size_hint
|
||||
tests/test_session.py::test_s3_is_overloaded
|
||||
tests/test_session.py::test_cookies
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Lib and CLI for archive.org - for search, uploading, downloading, rename etc"
|
||||
HOMEPAGE="https://github.com/jjjake/internetarchive"
|
||||
SRC_URI="https://github.com/jjjake/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/charset-normalizer[${PYTHON_USEDEP}]
|
||||
dev-python/docopt[${PYTHON_USEDEP}]
|
||||
dev-python/jsonpatch[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/schema[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/responses[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# Because they want internet
|
||||
EPYTEST_DESELECT=(
|
||||
tests/cli/test_ia.py::test_ia
|
||||
tests/cli/test_ia_download.py::test_no_args
|
||||
tests/cli/test_ia_download.py::test_https
|
||||
tests/cli/test_ia_download.py::test_dry_run
|
||||
tests/cli/test_ia_download.py::test_glob
|
||||
tests/cli/test_ia_download.py::test_exclude
|
||||
tests/cli/test_ia_download.py::test_format
|
||||
tests/cli/test_ia_download.py::test_on_the_fly_format
|
||||
tests/cli/test_ia_download.py::test_clobber
|
||||
tests/cli/test_ia_download.py::test_checksum
|
||||
tests/cli/test_ia_download.py::test_checksum_archive
|
||||
tests/cli/test_ia_download.py::test_no_directories
|
||||
tests/cli/test_ia_download.py::test_destdir
|
||||
tests/cli/test_ia_upload.py::test_ia_upload_invalid_identifier
|
||||
tests/test_api.py::test_get_item_with_kwargs
|
||||
tests/test_api.py::test_upload_validate_identifier
|
||||
tests/test_item.py::test_download_ignore_errors
|
||||
tests/test_item.py::test_upload_validate_identifier
|
||||
tests/test_item.py::test_upload_automatic_size_hint
|
||||
tests/test_session.py::test_s3_is_overloaded
|
||||
tests/test_session.py::test_cookies
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user