mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Python bindings for the libdiscid CD-lookup library.
WWW: https://github.com/JonnyJD/python-discid
This commit is contained in:
parent
43e54a5f1b
commit
f2f94e519d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379979
4 changed files with 26 additions and 0 deletions
|
@ -599,6 +599,7 @@
|
|||
SUBDIR += py-ao
|
||||
SUBDIR += py-apetag
|
||||
SUBDIR += py-cddb
|
||||
SUBDIR += py-discid
|
||||
SUBDIR += py-discogs-client
|
||||
SUBDIR += py-eyed3
|
||||
SUBDIR += py-fastaudio
|
||||
|
|
20
audio/py-discid/Makefile
Normal file
20
audio/py-discid/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= discid
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
COMMENT= Python libdiscid bindings
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/py-discid/distinfo
Normal file
2
audio/py-discid/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (discid-1.1.0.tar.gz) = b39d443051b26d0230be7a6c616243daae93337a8711dd5d4119bb6a0e516fa8
|
||||
SIZE (discid-1.1.0.tar.gz) = 31160
|
3
audio/py-discid/pkg-descr
Normal file
3
audio/py-discid/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python bindings for the libdiscid CD-lookup library.
|
||||
|
||||
WWW: https://github.com/JonnyJD/python-discid
|
Loading…
Add table
Reference in a new issue