pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-internetarchive: remove, newer version in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 23 08:13:06 2026 +0200
Changeset:	529994b3d9f99478a1d2e9b9edb67178c1cf1a17

Modified Files:
	Makefile
Removed Files:
	py-internetarchive/ALTERNATIVES
	py-internetarchive/COMMIT_MSG
	py-internetarchive/DESCR
	py-internetarchive/Makefile
	py-internetarchive/PLIST
	py-internetarchive/TODO
	py-internetarchive/distinfo

Log Message:
py-internetarchive: remove, newer version in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=529994b3d9f99478a1d2e9b9edb67178c1cf1a17

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                        |  1 -
 py-internetarchive/ALTERNATIVES |  1 -
 py-internetarchive/COMMIT_MSG   |  3 --
 py-internetarchive/DESCR        |  1 -
 py-internetarchive/Makefile     | 41 -------------------
 py-internetarchive/PLIST        | 91 -----------------------------------------
 py-internetarchive/TODO         |  2 -
 py-internetarchive/distinfo     |  5 ---
 8 files changed, 145 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 5bc4968806..0d5b4638f9 100644
--- a/Makefile
+++ b/Makefile
@@ -4096,7 +4096,6 @@ SUBDIR+=	py-influxdb
 SUBDIR+=	py-innerscope
 SUBDIR+=	py-inspyred
 SUBDIR+=	py-instant
-SUBDIR+=	py-internetarchive
 SUBDIR+=	py-ioTPy
 SUBDIR+=	py-ionize
 SUBDIR+=	py-iprogress
diff --git a/py-internetarchive/ALTERNATIVES b/py-internetarchive/ALTERNATIVES
deleted file mode 100644
index 8cfae886dd..0000000000
--- a/py-internetarchive/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/ia @PREFIX@/bin/ia-@PYVERSSUFFIX@
diff --git a/py-internetarchive/COMMIT_MSG b/py-internetarchive/COMMIT_MSG
deleted file mode 100644
index 018c35c075..0000000000
--- a/py-internetarchive/COMMIT_MSG
+++ /dev/null
@@ -1,3 +0,0 @@
-net/py-internetarchive: Add v4.1.0
-
-Command line and Python interface to the internet archive.
diff --git a/py-internetarchive/DESCR b/py-internetarchive/DESCR
deleted file mode 100644
index 3dc3ba31f9..0000000000
--- a/py-internetarchive/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Command line and Python interface to the internet archive.
diff --git a/py-internetarchive/Makefile b/py-internetarchive/Makefile
deleted file mode 100644
index ecfbc9c0a7..0000000000
--- a/py-internetarchive/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	internetarchive-4.1.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	net python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=jjjake/}
-GITHUB_PROJECT=	internetarchive
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	mdehling%gmail.com@localhost
-HOMEPAGE=	https://github.com/jjjake/internetarchive
-COMMENT=	Interface to the internet archive
-LICENSE=	gnu-agpl-v3
-
-USE_LANGUAGES=	# none
-
-USE_PYTEST=	no	# XXX: tests require a connection to archive.org
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-.include "../../lang/python/pyversion.mk"
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=	${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
-.if ${PYTHON_VERSION} < 311
-DEPENDS+=	${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
-.endif
-DEPENDS+=	${PYPKGPREFIX}-jsonpatch-[0-9]*:../../wip/py-jsonpatch
-DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+=	${PYPKGPREFIX}-schema-[0-9]*:../../wip/py-schema
-DEPENDS+=	${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
-DEPENDS+=	${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
-TEST_DEPENDS+=	${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
-
-post-install:
-	cd ${DESTDIR}${PREFIX} &&					\
-		${MV} bin/ia bin/ia-${PYVERSSUFFIX}
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-internetarchive/PLIST b/py-internetarchive/PLIST
deleted file mode 100644
index e8b57a84ec..0000000000
--- a/py-internetarchive/PLIST
+++ /dev/null
@@ -1,91 +0,0 @@
-@comment $NetBSD$
-bin/ia-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/internetarchive/__init__.py
-${PYSITELIB}/internetarchive/__init__.pyc
-${PYSITELIB}/internetarchive/__init__.pyo
-${PYSITELIB}/internetarchive/__version__.py
-${PYSITELIB}/internetarchive/__version__.pyc
-${PYSITELIB}/internetarchive/__version__.pyo
-${PYSITELIB}/internetarchive/api.py
-${PYSITELIB}/internetarchive/api.pyc
-${PYSITELIB}/internetarchive/api.pyo
-${PYSITELIB}/internetarchive/auth.py
-${PYSITELIB}/internetarchive/auth.pyc
-${PYSITELIB}/internetarchive/auth.pyo
-${PYSITELIB}/internetarchive/catalog.py
-${PYSITELIB}/internetarchive/catalog.pyc
-${PYSITELIB}/internetarchive/catalog.pyo
-${PYSITELIB}/internetarchive/cli/__init__.py
-${PYSITELIB}/internetarchive/cli/__init__.pyc
-${PYSITELIB}/internetarchive/cli/__init__.pyo
-${PYSITELIB}/internetarchive/cli/argparser.py
-${PYSITELIB}/internetarchive/cli/argparser.pyc
-${PYSITELIB}/internetarchive/cli/argparser.pyo
-${PYSITELIB}/internetarchive/cli/ia.py
-${PYSITELIB}/internetarchive/cli/ia.pyc
-${PYSITELIB}/internetarchive/cli/ia.pyo
-${PYSITELIB}/internetarchive/cli/ia_configure.py
-${PYSITELIB}/internetarchive/cli/ia_configure.pyc
-${PYSITELIB}/internetarchive/cli/ia_configure.pyo
-${PYSITELIB}/internetarchive/cli/ia_copy.py
-${PYSITELIB}/internetarchive/cli/ia_copy.pyc
-${PYSITELIB}/internetarchive/cli/ia_copy.pyo
-${PYSITELIB}/internetarchive/cli/ia_delete.py
-${PYSITELIB}/internetarchive/cli/ia_delete.pyc
-${PYSITELIB}/internetarchive/cli/ia_delete.pyo
-${PYSITELIB}/internetarchive/cli/ia_download.py
-${PYSITELIB}/internetarchive/cli/ia_download.pyc
-${PYSITELIB}/internetarchive/cli/ia_download.pyo
-${PYSITELIB}/internetarchive/cli/ia_list.py
-${PYSITELIB}/internetarchive/cli/ia_list.pyc
-${PYSITELIB}/internetarchive/cli/ia_list.pyo
-${PYSITELIB}/internetarchive/cli/ia_metadata.py
-${PYSITELIB}/internetarchive/cli/ia_metadata.pyc
-${PYSITELIB}/internetarchive/cli/ia_metadata.pyo
-${PYSITELIB}/internetarchive/cli/ia_move.py
-${PYSITELIB}/internetarchive/cli/ia_move.pyc
-${PYSITELIB}/internetarchive/cli/ia_move.pyo
-${PYSITELIB}/internetarchive/cli/ia_reviews.py
-${PYSITELIB}/internetarchive/cli/ia_reviews.pyc
-${PYSITELIB}/internetarchive/cli/ia_reviews.pyo
-${PYSITELIB}/internetarchive/cli/ia_search.py
-${PYSITELIB}/internetarchive/cli/ia_search.pyc
-${PYSITELIB}/internetarchive/cli/ia_search.pyo
-${PYSITELIB}/internetarchive/cli/ia_tasks.py
-${PYSITELIB}/internetarchive/cli/ia_tasks.pyc
-${PYSITELIB}/internetarchive/cli/ia_tasks.pyo
-${PYSITELIB}/internetarchive/cli/ia_upload.py
-${PYSITELIB}/internetarchive/cli/ia_upload.pyc
-${PYSITELIB}/internetarchive/cli/ia_upload.pyo
-${PYSITELIB}/internetarchive/cli/py.typed
-${PYSITELIB}/internetarchive/config.py
-${PYSITELIB}/internetarchive/config.pyc
-${PYSITELIB}/internetarchive/config.pyo
-${PYSITELIB}/internetarchive/exceptions.py
-${PYSITELIB}/internetarchive/exceptions.pyc
-${PYSITELIB}/internetarchive/exceptions.pyo
-${PYSITELIB}/internetarchive/files.py
-${PYSITELIB}/internetarchive/files.pyc
-${PYSITELIB}/internetarchive/files.pyo
-${PYSITELIB}/internetarchive/iarequest.py
-${PYSITELIB}/internetarchive/iarequest.pyc
-${PYSITELIB}/internetarchive/iarequest.pyo
-${PYSITELIB}/internetarchive/item.py
-${PYSITELIB}/internetarchive/item.pyc
-${PYSITELIB}/internetarchive/item.pyo
-${PYSITELIB}/internetarchive/py.typed
-${PYSITELIB}/internetarchive/search.py
-${PYSITELIB}/internetarchive/search.pyc
-${PYSITELIB}/internetarchive/search.pyo
-${PYSITELIB}/internetarchive/session.py
-${PYSITELIB}/internetarchive/session.pyc
-${PYSITELIB}/internetarchive/session.pyo
-${PYSITELIB}/internetarchive/utils.py
-${PYSITELIB}/internetarchive/utils.pyc
-${PYSITELIB}/internetarchive/utils.pyo
diff --git a/py-internetarchive/TODO b/py-internetarchive/TODO
deleted file mode 100644
index 59c84d1725..0000000000
--- a/py-internetarchive/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-This package has known vulnerabilities, please investigate and fix if possible:
-  CVE-2025-58438
diff --git a/py-internetarchive/distinfo b/py-internetarchive/distinfo
deleted file mode 100644
index 6070bb3eaa..0000000000
--- a/py-internetarchive/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (internetarchive-4.1.0.tar.gz) = 6df6a7f375a05c6498c694d22654b1b3eb33f7f3e532b1c957a897e47eb30df1
-SHA512 (internetarchive-4.1.0.tar.gz) = 38fd46ab6af9e2f44deb05013b9e65ede3c0eed7ab62e04e4ba4dc80c22a6f4cea483078daeb398c86865ff7477b6a3f776f245e40c5cbee66f819159f254260
-Size (internetarchive-4.1.0.tar.gz) = 146793 bytes


Home | Main Index | Thread Index | Old Index