View | Details | Raw Unified | Return to bug 200879
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-19 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pylast
4
PORTNAME=	pylast
5
PORTVERSION=	0.5.11
5
PORTVERSION=	1.2.1
6
PORTREVISION=	1
7
CATEGORIES=	audio python
6
CATEGORIES=	audio python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
9
11
MAINTAINER=	feld@FreeBSD.org
10
MAINTAINER=	feld@FreeBSD.org
12
COMMENT=	Python interface to Last.fm
11
COMMENT=	Python interface to Last.fm and Libre.fm
13
12
14
LICENSE=	APACHE20
13
LICENSE=	APACHE20
15
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
16
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
17
17
USES=		python
18
USES=		python
18
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
19
20
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4
1
SHA256 (pylast-1.2.1.tar.gz) = fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00accccdea10
2
SIZE (pylast-0.5.11.tar.gz) = 26146
2
SIZE (pylast-1.2.1.tar.gz) = 31538
(-)pkg-descr (-2 / +2 lines)
Lines 1-3 Link Here
1
A Python interface to Last.fm (and other API compatible social networks)
1
A Python interface to Last.fm (and other API compatible social networks).
2
2
3
WWW: http://code.google.com/p/pylast/
3
WWW: https://github.com/pylast/pylast

Return to bug 200879