Port details |
- py-internetarchive Python interface to archive.org
- 5.0.0 www =3 4.1.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-03-10 22:43:52
- Last Update: 2024-11-08 06:37:35
- Commit Hash: 64443a4
- People watching this port, also watch:: woff2, libXdamage, sway, xcb-util-image, libevent
- 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.
- ¦ ¦ ¦ ¦
- 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 py311-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 py311-internetarchive listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-internetarchive
- Package flavors (<flavor>: <package>)
- py311: py311-internetarchive
- distinfo:
- TIMESTAMP = 1731039392
SHA256 (jjjake-internetarchive-v5.0.0_GH0.tar.gz) = 6a1ecf4bf2c58f1addfaa4cee5a9fbb354f9da15f22cf7bb089655dcb2c8000d
SIZE (jjjake-internetarchive-v5.0.0_GH0.tar.gz) = 147079
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-responses>=0.20.0 : devel/py-responses@py311
- ruff>=0.0.269 : devel/ruff
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-charset-normalizer>=2.1.1 : textproc/py-charset-normalizer@py311
- py311-docopt>=0.6.0,<0.7.0 : devel/py-docopt@py311
- py311-jsonpatch>=0.4 : devel/py-jsonpatch@py311
- py311-requests>=2.25.0,<3.0.0 : www/py-requests@py311
- py311-schema>=0.4.0 : devel/py-schema@py311
- py311-six>=1.13.0,<2.0.0 : devel/py-six@py311
- py311-tqdm>=4.0.0 : misc/py-tqdm@py311
- py311-urllib3>=1.26.0 : net/py-urllib3@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.0 08 Nov 2024 06:37:35 |
Yuri Victorovich (yuri) |
www/py-internetarchive: update 4.1.0 → 5.0.0
Reported by: portscout |
4.1.0 25 May 2024 04:12:11 |
Yuri Victorovich (yuri) |
www/py-internetarchive: update 4.0.1 → 4.1.0
Reported by: portscout |
4.0.1 17 Apr 2024 07:38:18 |
Yuri Victorovich (yuri) |
www/py-internetarchive: update 3.7.0 → 4.0.1
Reported by: portscout |
3.7.0 20 Mar 2024 08:59:50 |
Yuri Victorovich (yuri) |
www/py-internetarchive: update 3.5.0 → 3.7.0
Reported by: portscout |
3.5.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 3.0.2 → 3.5.0
Reported by: portscout |
3.0.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
3.0.2 17 Jun 2022 04:03:51 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 3.0.1 -> 3.0.2
Reported by: portscout |
3.0.1 04 Jun 2022 22:59:36 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 3.0.0 -> 3.0.1
Reported by: portscout |
3.0.0 20 Mar 2022 01:18:46 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 2.3.0 -> 3.0.0
Reported by: portscout |
2.3.0 25 Jan 2022 17:52:26 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 2.2.0 -> 2.3.0 |
2.2.0 25 Nov 2021 21:46:01 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 2.1.0 -> 2.2.0
Reported by: portscout |
2.1.0 26 Sep 2021 20:02:12 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 2.0.3 -> 2.1.0
Reported by: portscout |
2.0.3 04 May 2021 16:57:27 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 2.0.2 -> 2.0.3
Reported by: portscout |
2.0.2 09 Apr 2021 20:45:06 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 2.0.0 -> 2.0.2 |
2.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.0 06 Apr 2021 17:42:11 |
Yuri Victorovich (yuri) |
www/py-internetarchive: Update 1.9.9 -> 2.0.0
Reported by: portscout |
1.9.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.9 16 Feb 2021 00:37:09 |
yuri |
www/py-internetarchive: Update 1.9.6 -> 1.9.9 |
1.9.6 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.9.6 13 Nov 2020 05:15:37 |
yuri |
www/py-internetarchive: Update 1.9.5 -> 1.9.6
Reported by: portscout |
1.9.5 24 Sep 2020 04:29:31 |
yuri |
www/py-internetarchive: Update 1.9.4 -> 1.9.5
Reported by: portscout |
1.9.4_1 21 Jul 2020 22:46:44 |
yuri |
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 |
yuri |
www/py-internetarchive: Update 1.9.3 -> 1.9.4
Reported by: portscout |
1.9.3 30 May 2020 09:14:07 |
yuri |
www/py-internetarchive: Update 1.9.0 -> 1.9.3 |
1.9.0_1 18 Jan 2020 18:26:52 |
sunpoet |
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 |
yuri |
www/py-internetarchive: Update 1.8.5 -> 1.9.0
Reported by: portscout |
1.8.5 08 Jun 2019 06:10:27 |
yuri |
www/py-internetarchive: Update 1.8.4 -> 1.8.5
Reported by: portscout |
1.8.4 25 Apr 2019 05:25:12 |
yuri |
www/py-internetarchive: Update 1.8.1 -> 1.8.4
Reported by: portscout |
1.8.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.8.1 29 Jun 2018 21:27:16 |
yuri |
www/py-internetarchive: Update 1.7.7.3 -> 1.8.1
Reported by: portscout |
1.7.7.3 20 Jun 2018 17:05:44 |
mat |
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 |
yuri |
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 |
yuri |
New port: www/py-internetarchive: Python interface to archive.org
Approved by: tcberner (mentor, implicit) |