1901f1aa9d
2.2.1: Unknown changes 2.2.0: Add API User Token
20 lines
636 B
Makefile
20 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/07/09 08:16:50 adam Exp $
|
|
|
|
DISTNAME= discogs-client-2.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/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}-oauthlib-[0-9]*:../../security/py-oauthlib
|
|
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|