pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rauth



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 20 16:31:42 UTC 2019

Modified Files:
        pkgsrc/devel/py-rauth: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-rauth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-rauth/Makefile
diff -u pkgsrc/devel/py-rauth/Makefile:1.2 pkgsrc/devel/py-rauth/Makefile:1.3
--- pkgsrc/devel/py-rauth/Makefile:1.2  Thu Sep 19 19:06:30 2019
+++ pkgsrc/devel/py-rauth/Makefile      Fri Sep 20 16:31:42 2019
@@ -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 @@ HOMEPAGE=     https://github.com/litl/rauth
 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