Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-dns py-dns: add dependencies, adjust license



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d97b90ef7fca
branches:  trunk
changeset: 430372:d97b90ef7fca
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Thu Apr 30 12:07:57 2020 +0000

description:
py-dns: add dependencies, adjust license

diffstat:

 net/py-dns/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r ab971b668e65 -r d97b90ef7fca net/py-dns/Makefile
--- a/net/py-dns/Makefile       Thu Apr 30 12:05:41 2020 +0000
+++ b/net/py-dns/Makefile       Thu Apr 30 12:07:57 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2020/04/17 11:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/30 12:07:57 nikita Exp $
 
 DISTNAME=      dnspython-1.16.0
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
 CATEGORIES=    net python
 MASTER_SITES=  http://www.dnspython.org/kits/${PKGVERSION_NOREV}/
@@ -8,10 +9,13 @@
 MAINTAINER=    gson%NetBSD.org@localhost
 HOMEPAGE=      http://www.dnspython.org/
 COMMENT=       Python DNS toolkit
-LICENSE=       modified-bsd
+LICENSE=       isc
 
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.13:../../security/py-ecdsa
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt-[0-9]*:../../devel/py-requests-toolbelt
+DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index