2013-07-29 17:03:58 +02:00
|
|
|
# Created by: Mark Felder <feld@FreeBSD.org>
|
2013-03-24 21:09:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pylast
|
2020-06-26 13:56:04 +02:00
|
|
|
PORTVERSION= 3.3.0
|
2013-03-24 21:09:00 +01:00
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
2014-06-08 21:51:27 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2013-03-24 21:09:00 +01:00
|
|
|
|
2019-02-17 20:39:53 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2015-06-16 14:50:21 +02:00
|
|
|
COMMENT= Python interface to Last.fm and Libre.fm
|
2013-03-24 21:09:00 +01:00
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2013-03-24 21:09:00 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2020-01-05 05:08:30 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
|
|
|
|
2019-01-11 04:05:30 +01:00
|
|
|
USES= python:3.5+
|
2019-02-17 20:39:53 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2013-03-24 21:09:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|