pkgsrc-WIP-changes archive

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

*: fix some paths to dependencies, comment out non-existing ones



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Aug 31 21:04:55 2020 +0200
Changeset:	b8fa91c39bd890aa940f09df186dc1bb6d5fb359

Modified Files:
	py-matrix-synapse/Makefile
	py-octoprint/Makefile
	py-snmp/Makefile
	py-sydent/Makefile

Log Message:
*: fix some paths to dependencies, comment out non-existing ones

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8fa91c39bd890aa940f09df186dc1bb6d5fb359

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

diffstat:
 py-matrix-synapse/Makefile | 12 ++++++------
 py-octoprint/Makefile      |  2 +-
 py-snmp/Makefile           |  2 +-
 py-sydent/Makefile         |  6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-matrix-synapse/Makefile b/py-matrix-synapse/Makefile
index b6df2bb5fe..b8e0b19ef9 100644
--- a/py-matrix-synapse/Makefile
+++ b/py-matrix-synapse/Makefile
@@ -27,17 +27,17 @@ DEPENDS+=	${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
 DEPENDS+=	${PYPKGPREFIX}-phonenumbers-[0-9]*:../../textproc/py-phonenumbers
 DEPENDS+=	${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
-DEPENDS+=	${PYPKGPREFIX}-frozendict-[0-9]*:../../wip/py-frozendict
-DEPENDS+=	${PYPKGPREFIX}-unpaddedbase64-[0-9]*:../../wip/py-unpaddedbase64
-DEPENDS+=	${PYPKGPREFIX}-canonicaljson-[0-9]*:../../wip/py-canonicaljson
-DEPENDS+=	${PYPKGPREFIX}-pymacaroons-[0-9]*:../../wip/py-macaroons
-DEPENDS+=	${PYPKGPREFIX}-cryptodomex-[0-9]*:../../wip/py-cryptodomex
+DEPENDS+=	${PYPKGPREFIX}-frozendict-[0-9]*:../../devel/py-frozendict
+DEPENDS+=	${PYPKGPREFIX}-unpaddedbase64-[0-9]*:../../devel/py-unpaddedbase64
+DEPENDS+=	${PYPKGPREFIX}-canonicaljson-[0-9]*:../../devel/py-canonicaljson
+DEPENDS+=	${PYPKGPREFIX}-pymacaroons-[0-9]*:../../devel/py-macaroons
+#DEPENDS+=	${PYPKGPREFIX}-cryptodomex-[0-9]*:../../wip/py-cryptodomex
 DEPENDS+=	${PYPKGPREFIX}-matrix-angular-sdk-[0-9]*:../../wip/py-matrix-angular-sdk
 DEPENDS+=	${PYPKGPREFIX}-pydenticon-[0-9]*:../../wip/py-pydenticon
 DEPENDS+=	${PYPKGPREFIX}-pysaml2-[0-9]*:../../wip/py-pysaml2
 DEPENDS+=	${PYPKGPREFIX}-repoze.who-[0-9]*:../../wip/py-repoze.who
 DEPENDS+=	${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
-DEPENDS+=	${PYPKGPREFIX}-signedjson-[0-9]*:../../wip/py-signedjson
+DEPENDS+=	${PYPKGPREFIX}-signedjson-[0-9]*:../../security/py-signedjson
 DEPENDS+=	${PYPKGPREFIX}-blist-[0-9]*:../../wip/py-blist
 DEPENDS+=	${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 DEPENDS+=	${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
diff --git a/py-octoprint/Makefile b/py-octoprint/Makefile
index 1dd6c88535..75c581f261 100644
--- a/py-octoprint/Makefile
+++ b/py-octoprint/Makefile
@@ -26,7 +26,7 @@ DEPENDS+=	${PYPKGPREFIX}-flask-assets>=0.12:../../www/py-flask-assets
 DEPENDS+=	${PYPKGPREFIX}-flask-babel>=0.12:../../www/py-flask-babel
 DEPENDS+=	${PYPKGPREFIX}-flask-login>=0.2.11:../../www/py-flask-login
 DEPENDS+=	${PYPKGPREFIX}-flask-principal>=0.4:../../www/py-flask-principal
-DEPENDS+=	${PYPKGPREFIX}-frozendict>=1.2:../../wip/py-frozendict
+DEPENDS+=	${PYPKGPREFIX}-frozendict>=1.2:../../devel/py-frozendict
 DEPENDS+=	${PYPKGPREFIX}-future>=0.17.1:../../devel/py-future
 DEPENDS+=	${PYPKGPREFIX}-futures>=3.2:../../devel/py-futures
 DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.8.1:../../textproc/py-jinja2
diff --git a/py-snmp/Makefile b/py-snmp/Makefile
index f44684d2cd..339a69abb4 100644
--- a/py-snmp/Makefile
+++ b/py-snmp/Makefile
@@ -11,7 +11,7 @@ COMMENT=	SNMP library for Python
 LICENSE=	2-clause-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-asn1>=0.2.3:../../security/py-asn1
-DEPENDS+=	${PYPKGPREFIX}-cryptodomex-[0-9]*:../../wip/py-cryptodomex
+#DEPENDS+=	${PYPKGPREFIX}-cryptodomex-[0-9]*:../../wip/py-cryptodomex
 DEPENDS+=	${PYPKGPREFIX}-smi-[0-9]*:../../wip/py-smi
 
 USE_LANGUAGES=	# none
diff --git a/py-sydent/Makefile b/py-sydent/Makefile
index c2953c9a15..e1472385de 100644
--- a/py-sydent/Makefile
+++ b/py-sydent/Makefile
@@ -17,11 +17,11 @@ DEPENDS+=	${PYPKGPREFIX}-daemonize>=2.4.7:../../devel/py-daemonize
 DEPENDS+=	${PYPKGPREFIX}-phonenumbers-[0-9]*:../../textproc/py-phonenumbers
 DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
-DEPENDS+=	${PYPKGPREFIX}-signedjson-[0-9]*:../../wip/py-signedjson
+DEPENDS+=	${PYPKGPREFIX}-signedjson-[0-9]*:../../security/py-signedjson
 DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-DEPENDS+=	${PYPKGPREFIX}-unpaddedbase64-[0-9]*:../../wip/py-unpaddedbase64
+DEPENDS+=	${PYPKGPREFIX}-unpaddedbase64-[0-9]*:../../devel/py-unpaddedbase64
 DEPENDS+=	${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
-DEPENDS+=	${PYPKGPREFIX}-libnacl-[0-9]*:../../wip/py-libnacl
+DEPENDS+=	${PYPKGPREFIX}-libnacl-[0-9]*:../../security/py-libnacl
 DEPENDS+=	${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
 DEPENDS+=	${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
 


Home | Main Index | Thread Index | Old Index