Import of pkgsrc-2014Q1
This commit is contained in:
2
audio/py-discogs_client/DESCR
Normal file
2
audio/py-discogs_client/DESCR
Normal file
@@ -0,0 +1,2 @@
|
||||
This is the official Discogs API client for Python. You can use it to query the
|
||||
Discogs music database for metadata on artists, releases, and more.
|
||||
23
audio/py-discogs_client/Makefile
Normal file
23
audio/py-discogs_client/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $NetBSD: Makefile,v 1.2 2014/01/25 10:29:56 wiz Exp $
|
||||
|
||||
DISTNAME= v1.1.1
|
||||
PKGNAME= ${PYPKGPREFIX}-discogs_client-1.1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/discogs/discogs_client/archive/
|
||||
DIST_SUBDIR= discogs_client
|
||||
|
||||
MAINTAINER= pkgsrc_users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/discogs/discogs_client/
|
||||
COMMENT= Python Client for the Discogs API
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
|
||||
|
||||
WRKSRC= ${WRKDIR}/discogs_client-1.1.1
|
||||
USE_LANGUAGES= # none
|
||||
EGG_NAME= discogs_client-1.1.1
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
9
audio/py-discogs_client/PLIST
Normal file
9
audio/py-discogs_client/PLIST
Normal file
@@ -0,0 +1,9 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/08/21 15:26:56 drochner Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/discogs_client.py
|
||||
${PYSITELIB}/discogs_client.pyc
|
||||
${PYSITELIB}/discogs_client.pyo
|
||||
5
audio/py-discogs_client/distinfo
Normal file
5
audio/py-discogs_client/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2013/08/21 15:26:56 drochner Exp $
|
||||
|
||||
SHA1 (discogs_client/v1.1.1.tar.gz) = 436f7d680d68f9993f8fb781a1432e20a3013c0f
|
||||
RMD160 (discogs_client/v1.1.1.tar.gz) = 98d593a0eca1b673a39e84ab6fa14816583ecec8
|
||||
Size (discogs_client/v1.1.1.tar.gz) = 4363 bytes
|
||||
Reference in New Issue
Block a user