notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-internetarchive Python interface to archive.org
3.5.0 www on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.5.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-03-10 22:43:52
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: ladspa, gstreamer1-plugins-pango, tmux, font-misc-meltho, py39-pycparser
Also Listed In: python
License: AGPLv3
WWW:
https://github.com/jjjake/internetarchive
Description:
This package installs a command-line tool named ia for using Archive.org from the command-line. It also installs the internetarchive Python module for programatic access to archive.org.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}internetarchive>0:www/py-internetarchive@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-internetarchive/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-internetarchive
  • pkg install py39-internetarchive
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-internetarchive listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-internetarchive
Package flavors (<flavor>: <package>)
  • py39: py39-internetarchive
distinfo:
TIMESTAMP = 1686633028 SHA256 (jjjake-internetarchive-v3.5.0_GH0.tar.gz) = c437d48f4838081c377f590250b7cf3049deaeabf7fbaf3adc19bef5ae0ca627 SIZE (jjjake-internetarchive-v3.5.0_GH0.tar.gz) = 144699

Packages (timestamps in pop-ups are UTC):
py37-internetarchive
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.9.6---1.9.6-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-internetarchive
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.5.03.5.0-3.5.03.5.0---
FreeBSD:13:quarterly3.5.03.5.03.5.03.5.03.5.03.5.03.5.03.5.0
FreeBSD:14:latest3.5.03.5.03.0.23.5.03.5.03.5.0-3.5.0
FreeBSD:14:quarterly3.5.03.5.0-3.5.03.5.03.5.03.5.03.5.0
FreeBSD:15:latest3.5.03.5.0n/a3.5.0n/a3.5.03.5.03.5.0
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-responses>=0.20.0 : devel/py-responses@py39
  2. ruff>=0.0.261 : devel/ruff
  3. py39-pytest>=7,1 : devel/py-pytest@py39
  4. python3.9 : lang/python39
Runtime dependencies:
  1. py39-docopt>=0.6.0,<0.7.0 : devel/py-docopt@py39
  2. py39-jsonpatch>=0.4 : devel/py-jsonpatch@py39
  3. py39-requests>=2.25.0,<3.0.0 : www/py-requests@py39
  4. py39-schema>=0.4.0 : devel/py-schema@py39
  5. py39-six>=1.13.0,<2.0.0 : devel/py-six@py39
  6. py39-tqdm>=4.0.0 : misc/py-tqdm@py39
  7. py39-urllib3>=1.26.0 : net/py-urllib3@py39
  8. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  9. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-internetarchive
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/jjjake/internetarchive/tar.gz/v3.5.0?dummy=/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.5.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
3.5.0
13 Jun 2023 06:07:40
commit hash: 481207cb6d9bae6ca2afdb9fe6f3ff35cab09ec7commit hash: 481207cb6d9bae6ca2afdb9fe6f3ff35cab09ec7commit hash: 481207cb6d9bae6ca2afdb9fe6f3ff35cab09ec7commit hash: 481207cb6d9bae6ca2afdb9fe6f3ff35cab09ec7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 3.0.2 → 3.5.0

Reported by:	portscout
3.0.2
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.0.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.2
17 Jun 2022 04:03:51
commit hash: 10d51200856c3a622f931a15f0b8ff1fdb953caecommit hash: 10d51200856c3a622f931a15f0b8ff1fdb953caecommit hash: 10d51200856c3a622f931a15f0b8ff1fdb953caecommit hash: 10d51200856c3a622f931a15f0b8ff1fdb953cae files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 3.0.1 -> 3.0.2

Reported by:	portscout
3.0.1
04 Jun 2022 22:59:36
commit hash: 9526957c3c9fc23788a7c5ef49cbb5099fcd5a3ccommit hash: 9526957c3c9fc23788a7c5ef49cbb5099fcd5a3ccommit hash: 9526957c3c9fc23788a7c5ef49cbb5099fcd5a3ccommit hash: 9526957c3c9fc23788a7c5ef49cbb5099fcd5a3c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 3.0.0 -> 3.0.1

Reported by:	portscout
3.0.0
20 Mar 2022 01:18:46
commit hash: c21bd91f92f7cb673259a73c41fbd9e09f5da1e7commit hash: c21bd91f92f7cb673259a73c41fbd9e09f5da1e7commit hash: c21bd91f92f7cb673259a73c41fbd9e09f5da1e7commit hash: c21bd91f92f7cb673259a73c41fbd9e09f5da1e7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 2.3.0 -> 3.0.0

Reported by:	portscout
2.3.0
25 Jan 2022 17:52:26
commit hash: 0cf24395d2542ed0eaee0148618710c1b2852606commit hash: 0cf24395d2542ed0eaee0148618710c1b2852606commit hash: 0cf24395d2542ed0eaee0148618710c1b2852606commit hash: 0cf24395d2542ed0eaee0148618710c1b2852606 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 2.2.0 -> 2.3.0
2.2.0
25 Nov 2021 21:46:01
commit hash: 92067a34e6876e18267346fc892002d866618ffbcommit hash: 92067a34e6876e18267346fc892002d866618ffbcommit hash: 92067a34e6876e18267346fc892002d866618ffbcommit hash: 92067a34e6876e18267346fc892002d866618ffb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 2.1.0 -> 2.2.0

Reported by:	portscout
2.1.0
26 Sep 2021 20:02:12
commit hash: 033a896efdbd8195d15adc562070a2850fab4ce6commit hash: 033a896efdbd8195d15adc562070a2850fab4ce6commit hash: 033a896efdbd8195d15adc562070a2850fab4ce6commit hash: 033a896efdbd8195d15adc562070a2850fab4ce6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 2.0.3 -> 2.1.0

Reported by:	portscout
2.0.3
04 May 2021 16:57:27
commit hash: 2a283dcbff57df0d843fe2405ba8d1dfa83e9bd7commit hash: 2a283dcbff57df0d843fe2405ba8d1dfa83e9bd7commit hash: 2a283dcbff57df0d843fe2405ba8d1dfa83e9bd7commit hash: 2a283dcbff57df0d843fe2405ba8d1dfa83e9bd7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 2.0.2 -> 2.0.3

Reported by:	portscout
2.0.2
09 Apr 2021 20:45:06
commit hash: 45a2253da304fb1029316aebbbc8044b8cef3300commit hash: 45a2253da304fb1029316aebbbc8044b8cef3300commit hash: 45a2253da304fb1029316aebbbc8044b8cef3300commit hash: 45a2253da304fb1029316aebbbc8044b8cef3300 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 2.0.0 -> 2.0.2
2.0.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.0.0
06 Apr 2021 17:42:11
commit hash: fe0125898b04db57595f681c45adc9e14aff18aacommit hash: fe0125898b04db57595f681c45adc9e14aff18aacommit hash: fe0125898b04db57595f681c45adc9e14aff18aacommit hash: fe0125898b04db57595f681c45adc9e14aff18aa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/py-internetarchive: Update 1.9.9 -> 2.0.0

Reported by:	portscout
1.9.9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.9.9
16 Feb 2021 00:37:09
Revision:565374Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.9.6 -> 1.9.9
1.9.6
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.9.6
13 Nov 2020 05:15:37
Revision:555004Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.9.5 -> 1.9.6

Reported by:	portscout
1.9.5
24 Sep 2020 04:29:31
Revision:549886Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.9.4 -> 1.9.5

Reported by:	portscout
1.9.4_1
21 Jul 2020 22:46:44
Revision:542814Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Fix python dependencies

Particularly, tqdm was missing.

PR:		248156
Reported by:	sdalu@sdalu.com
1.9.4
26 Jun 2020 01:48:37
Revision:540414Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.9.3 -> 1.9.4

Reported by:	portscout
1.9.3
30 May 2020 09:14:07
Revision:537067Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.9.0 -> 1.9.3
1.9.0_1
18 Jan 2020 18:26:52
Revision:523473Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix py-backports.csv dependency

- While I'm here, change MASTER_SITES from GitHub to CHEESESHOP
- Bump PORTREVISION for dependency change

py-backports.csv supports all Python versions. It was fixed in r519566.

PR:		243340
Submitted by:	sunpoet (myself)
Approved by:	yuri (maintainer)
1.9.0
06 Dec 2019 05:44:43
Revision:519117Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.8.5 -> 1.9.0

Reported by:	portscout
1.8.5
08 Jun 2019 06:10:27
Revision:503706Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.8.4 -> 1.8.5

Reported by:	portscout
1.8.4
25 Apr 2019 05:25:12
Revision:499945Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.8.1 -> 1.8.4

Reported by:	portscout
1.8.1_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
1.8.1
29 Jun 2018 21:27:16
Revision:473579Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update 1.7.7.3 -> 1.8.1

Reported by:	portscout
1.7.7.3
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
1.7.7.3
13 Mar 2018 21:10:07
Revision:464434Original commit files touched by this commit
yuri search for other commits by this committer
www/py-internetarchive: Update to 1.7.7-3; Add RUN_DEPENDS

The upstream fixed the dependencies, so now they work in
all python versions.
Switched to github to use the intermediate revision.
1.7.7
10 Mar 2018 22:43:38
Revision:464094Original commit files touched by this commit
yuri search for other commits by this committer
New port: www/py-internetarchive: Python interface to archive.org

Approved by:	tcberner (mentor, implicit)

Number of commits found: 32