c1b44346cd
until proven otherwise.
23 lines
650 B
Makefile
23 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:54 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 34
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|