bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
27 lines
722 B
Makefile
27 lines
722 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:55:21 wiz Exp $
|
|
|
|
DISTNAME= django-tagging-0.4.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Fantomas42/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Fantomas42/django-tagging/
|
|
COMMENT= Generic tagging application for Django
|
|
LICENSE= mit
|
|
|
|
GITHUB_PROJECT= django-tagging
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS+= share/doc/py-django-tagging
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} tagging/tests/tests.py
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|