aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pylast
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 4.1.0Sunpoet Po-Chuan Hsieh2021-01-062-4/+4
| | | | | | | Changes: https://github.com/pylast/pylast/releases Notes: svn path=/head/; revision=560588
* Update to 4.0.0Sunpoet Po-Chuan Hsieh2020-10-102-6/+6
| | | | | | | Changes: https://github.com/pylast/pylast/releases Notes: svn path=/head/; revision=551944
* Update to 3.3.0Sunpoet Po-Chuan Hsieh2020-06-262-4/+4
| | | | | | | Changes: https://github.com/pylast/pylast/releases Notes: svn path=/head/; revision=540497
* Update to 3.2.1Sunpoet Po-Chuan Hsieh2020-03-282-4/+4
| | | | | | | Changes: https://github.com/pylast/pylast/releases Notes: svn path=/head/; revision=529383
* Update to 3.2.0Sunpoet Po-Chuan Hsieh2020-01-052-4/+6
| | | | | | | Changes: https://github.com/pylast/pylast/releases Notes: svn path=/head/; revision=522101
* Update to 3.1.0Sunpoet Po-Chuan Hsieh2019-03-072-5/+4
| | | | | | | | Changes: https://github.com/pylast/pylast/releases https://github.com/pylast/pylast/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=494967
* Remove RUN_DEPENDS: six is removed in 3.0.0Sunpoet Po-Chuan Hsieh2019-02-172-5/+7
| | | | | | | | | | - Add NO_ARCH - Update pkg-descr - Bump PORTREVISION for dependency change - Take maintainership Notes: svn path=/head/; revision=493201
* - Update to 3.0.0Wen Heping2019-01-112-5/+5
| | | | Notes: svn path=/head/; revision=489935
* - Update to 2.4.0Wen Heping2018-10-122-3/+4
| | | | Notes: svn path=/head/; revision=481877
* Reset maintainer on my python portsMark Felder2018-10-021-1/+1
| | | | Notes: svn path=/head/; revision=481127
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio/py-pylast: Update to 1.4.2Mark Felder2015-12-082-3/+3
| | | | Notes: svn path=/head/; revision=403310
* Update to 1.2.1Mark Felder2015-06-163-7/+8
| | | | | | | PR: 200879 Notes: svn path=/head/; revision=389838
* - Convert to USES=pythonMarcus von Appen2014-09-261-7/+2
| | | | | | | | | | - Use USE_PYTHON=autoplist to remove deprecated INSTALLS_EGGINFO entry Approved by: portmgr (implicit) With hat: python@ Notes: svn path=/head/; revision=369326
* Needs EGGINFO for other ports to importMark Felder2014-09-121-0/+2
| | | | | | | | PR: 192096 Submitted by: Kris Moore Notes: svn path=/head/; revision=368044
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Support STAGEMark Felder2014-01-271-1/+1
| | | | | | | | | Fix missing PYTHON_PKGNAMEPREFIX Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=341440
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* Update my email address throughout the treeMark Felder2013-07-251-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323636
* A Python interface to Last.fm (and other API compatible social networks)Steve Wills2013-03-243-0/+27
WWW: http://code.google.com/p/pylast/ PR: ports/176308 Submitted by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=315156