bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
21 lines
623 B
Makefile
21 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.33 2022/01/04 20:54:26 wiz Exp $
|
|
|
|
DISTNAME= dnspython-1.16.0
|
|
PKGREVISION= 2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://www.dnspython.org/
|
|
COMMENT= Python DNS toolkit
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
|
|
DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.13:../../security/py-ecdsa
|
|
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|