diff options
author | drochner <drochner@pkgsrc.org> | 2013-08-21 15:26:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-08-21 15:26:56 +0000 |
commit | 72a6d643fbdd74a8d10f13539056cfc921277a0b (patch) | |
tree | 6b1ea53c01d34dd1b9591805d3ccb41ec9e078ed | |
parent | 0591ee0f62685d5880cb6182cffaec2fdd49693a (diff) | |
download | pkgsrc-72a6d643fbdd74a8d10f13539056cfc921277a0b.tar.gz |
add py-discogs_client-1.1.1, a client for the "discogs" music release
database (can be used with py-beets)
-rw-r--r-- | audio/py-discogs_client/DESCR | 2 | ||||
-rw-r--r-- | audio/py-discogs_client/Makefile | 21 | ||||
-rw-r--r-- | audio/py-discogs_client/PLIST | 9 | ||||
-rw-r--r-- | audio/py-discogs_client/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/audio/py-discogs_client/DESCR b/audio/py-discogs_client/DESCR new file mode 100644 index 00000000000..5291218b068 --- /dev/null +++ b/audio/py-discogs_client/DESCR @@ -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. diff --git a/audio/py-discogs_client/Makefile b/audio/py-discogs_client/Makefile new file mode 100644 index 00000000000..03cf38d793e --- /dev/null +++ b/audio/py-discogs_client/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2013/08/21 15:26:56 drochner 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 + +WRKSRC= ${WRKDIR}/discogs_client-1.1.1 +USE_LANGUAGES= # none +EGG_NAME= discogs_client-1.1.1 + +DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/py-discogs_client/PLIST b/audio/py-discogs_client/PLIST new file mode 100644 index 00000000000..75862b689e2 --- /dev/null +++ b/audio/py-discogs_client/PLIST @@ -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 diff --git a/audio/py-discogs_client/distinfo b/audio/py-discogs_client/distinfo new file mode 100644 index 00000000000..123c70e64e5 --- /dev/null +++ b/audio/py-discogs_client/distinfo @@ -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 |