pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-rauth py-rauth: depend on py-cryptodome, need...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87dc9be2ab90
branches:  trunk
changeset: 401596:87dc9be2ab90
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 20 16:31:42 2019 +0000

description:
py-rauth: depend on py-cryptodome, needed for RSA; bump revision

diffstat:

 devel/py-rauth/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 8ce1df808186 -r 87dc9be2ab90 devel/py-rauth/Makefile
--- a/devel/py-rauth/Makefile   Fri Sep 20 16:15:23 2019 +0000
+++ b/devel/py-rauth/Makefile   Fri Sep 20 16:31:42 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/09/19 19:06:30 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/20 16:31:42 adam Exp $
 
 DISTNAME=      rauth-0.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rauth/}
 
@@ -10,6 +11,7 @@
 COMMENT=       Python library for OAuth 1.0/a, 2.0, and Ofly consumers
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.2.3:../../devel/py-requests
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index