Port details |
- py-pylast Python interface to Last.fm and Libre.fm
- 5.3.0 audio =2 5.3.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-03-24 20:09:17
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/pylast/pylast
- Description:
- pyLast is a Python interface to Last.fm and other API-compatible websites such
as Libre.fm.
- ¦ ¦ ¦ ¦
- 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}pylast>0:audio/py-pylast@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-pylast/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-pylast
- pkg install py311-pylast
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-pylast listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pylast
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1716448672
SHA256 (pylast-5.3.0.tar.gz) = 637943b1b0e6045dd85ed7389db6071a1fea45cc7ff90dc6126fd509ca6fae2f
SIZE (pylast-5.3.0.tar.gz) = 41552
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-hatch-vcs>=0 : devel/py-hatch-vcs@py311
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-flaky>=0 : devel/py-flaky@py311
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-pytest-random-order>=0 : devel/py-pytest-random-order@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-httpx>=0 : www/py-httpx@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- audio/lollypop
- for Run
-
- audio/beets
- audio/lollypop
- audio/pithos
Configuration Options:
- No options to configure
- Options name:
- audio_py-pylast
- 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.3.0 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
5.3.0 28 May 2024 10:21:28 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 5.3.0
Changes: https://github.com/pylast/pylast/releases |
5.2.0 30 Jun 2023 07:02:59 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 5.2.0
Changes: https://github.com/pylast/pylast/releases |
5.1.0_2 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> |
5.1.0_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
5.1.0_1 21 Mar 2023 19:20:29 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
5.1.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
5.1.0 30 Dec 2022 09:04:25 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 5.1.0
- Convert to USE_PYTHON=pytest
Changes: https://github.com/pylast/pylast/releases |
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) |
5.0.0 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 ) |
5.0.0 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
5.0.0 17 Apr 2022 23:58:14 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 5.0.0
Changes: https://github.com/pylast/pylast/releases |
4.5.0 07 Mar 2022 18:11:01 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 4.5.0
Changes: https://github.com/pylast/pylast/releases |
4.4.0 21 Dec 2021 18:47:54 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 4.4.0
Changes: https://github.com/pylast/pylast/releases |
4.3.0 13 Oct 2021 19:13:25 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 4.3.0
Changes: https://github.com/pylast/pylast/releases |
4.2.1 02 May 2021 19:44:36 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 4.2.1
Changes: https://github.com/pylast/pylast/releases |
4.2.0 18 Apr 2021 05:43:01 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pylast: Update to 4.2.0
Changes: https://github.com/pylast/pylast/releases |
4.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.0 06 Jan 2021 20:26:25 |
sunpoet |
Update to 4.1.0
Changes: https://github.com/pylast/pylast/releases |
4.0.0 10 Oct 2020 17:55:22 |
sunpoet |
Update to 4.0.0
Changes: https://github.com/pylast/pylast/releases |
3.3.0 26 Jun 2020 11:56:04 |
sunpoet |
Update to 3.3.0
Changes: https://github.com/pylast/pylast/releases |
3.2.1 28 Mar 2020 12:51:17 |
sunpoet |
Update to 3.2.1
Changes: https://github.com/pylast/pylast/releases |
3.2.0 05 Jan 2020 04:08:31 |
sunpoet |
Update to 3.2.0
Changes: https://github.com/pylast/pylast/releases |
3.1.0 07 Mar 2019 17:31:49 |
sunpoet |
Update to 3.1.0
Changes: https://github.com/pylast/pylast/releases
https://github.com/pylast/pylast/blob/master/CHANGELOG.md |
3.0.0_1 17 Feb 2019 19:39:53 |
sunpoet |
Remove RUN_DEPENDS: six is removed in 3.0.0
- Add NO_ARCH
- Update pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership |
3.0.0 11 Jan 2019 03:05:30 |
wen |
- Update to 3.0.0 |
2.4.0 12 Oct 2018 06:19:17 |
wen |
- Update to 2.4.0 |
1.4.2 02 Oct 2018 19:06:16 |
feld |
Reset maintainer on my python ports |
1.4.2 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.4.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.4.2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.4.2 08 Dec 2015 17:18:51 |
feld |
audio/py-pylast: Update to 1.4.2 |
1.2.1 16 Jun 2015 12:50:21 |
feld |
Update to 1.2.1
PR: 200879 |
0.5.11_1 26 Sep 2014 13:53:38 |
mva |
- Convert to USES=python
- Use USE_PYTHON=autoplist to remove deprecated INSTALLS_EGGINFO entry
Approved by: portmgr (implicit)
With hat: python@ |
0.5.11_1 12 Sep 2014 16:37:33 |
feld |
Needs EGGINFO for other ports to import
PR: 192096
Submitted by: Kris Moore |
0.5.11 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
0.5.11 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
0.5.11 27 Jan 2014 18:31:43 |
feld |
Support STAGE
Fix missing PYTHON_PKGNAMEPREFIX
Approved by: swills (mentor, implicit) |
0.5.11 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.5.11 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.5.11 29 Jul 2013 15:03:59 |
feld |
Fix my email address again, using proper @FreeBSD.org styling
Approved by: swills (mentor) |
0.5.11 25 Jul 2013 11:30:01 |
feld |
Update my email address throughout the tree
Approved by: swills (mentor) |
0.5.11 24 Mar 2013 20:09:01 |
swills |
A Python interface to Last.fm (and other API compatible social networks)
WWW: http://code.google.com/p/pylast/
PR: ports/176308
Submitted by: Mark Felder <feld@feld.me> |