pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-certbot
Module Name: pkgsrc
Committed By: wiz
Date: Wed Oct 2 08:38:42 UTC 2019
Modified Files:
pkgsrc/security/py-certbot: Makefile
Log Message:
py-certbot: wip dependencies are not allowed in main pkgsrc
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-certbot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.18 pkgsrc/security/py-certbot/Makefile:1.19
--- pkgsrc/security/py-certbot/Makefile:1.18 Tue Oct 1 13:53:45 2019
+++ pkgsrc/security/py-certbot/Makefile Wed Oct 2 08:38:42 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2019/10/01 13:53:45 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/10/02 08:38:42 wiz Exp $
DISTNAME= certbot-${CERTBOT_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot/}
MAINTAINER= fhajny%NetBSD.org@localhost
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:..
DEPENDS+= ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.2.3:../../security/py-cryptography
-DEPENDS+= ${PYPKGPREFIX}-distro>=1.2.0:../../wip/py-distro
+#DEPENDS+= ${PYPKGPREFIX}-distro>=1.2.0:../../wip/py-distro
DEPENDS+= ${PYPKGPREFIX}-josepy>=1.1.0:../../security/py-josepy
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-parsedatetime>=2.0:../../time/py-parsedatetime
Home |
Main Index |
Thread Index |
Old Index