bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
569 B
Makefile
20 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:31 wiz Exp $
|
|
|
|
DISTNAME= model_mommy-2.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=m/model_mommy/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/vandersonmota/model_mommy
|
|
COMMENT= Smart object creation facility for Django
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.8.0:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|