pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sydent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep  6 12:01:11 UTC 2023

Modified Files:
        pkgsrc/www/py-sydent: Makefile distinfo
        pkgsrc/www/py-sydent/patches: patch-setup.py

Log Message:
py-sydent: add some missing dependencies

Self-tests now complete successfully.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-sydent/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-sydent/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-sydent/patches/patch-setup.py

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

Modified files:

Index: pkgsrc/www/py-sydent/Makefile
diff -u pkgsrc/www/py-sydent/Makefile:1.4 pkgsrc/www/py-sydent/Makefile:1.5
--- pkgsrc/www/py-sydent/Makefile:1.4   Wed Aug 30 23:42:28 2023
+++ pkgsrc/www/py-sydent/Makefile       Wed Sep  6 12:01:11 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2023/08/30 23:42:28 manu Exp $
+# $NetBSD: Makefile,v 1.5 2023/09/06 12:01:11 wiz Exp $
 
 DISTNAME=      py-sydent-2.5.6
 EGG_NAME=      SynapseIdentityServer-0.1
-PKGREVISION=   2
+PKGREVISION=   3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py-//}
 CATEGORIES=    www
 GITHUB_PROJECT=        sydent
@@ -14,17 +14,26 @@ HOMEPAGE=   https://github.com/matrix-org/
 COMMENT=       Matrix Identity Servers
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-daemonize>=2.4.7:../../devel/py-daemonize
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-libnacl-[0-9]*:../../security/py-libnacl
+DEPENDS+=      ${PYPKGPREFIX}-matrix-common>=0:../../chat/py-matrix-common
+DEPENDS+=      ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
+DEPENDS+=      ${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
+DEPENDS+=      ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
 DEPENDS+=      ${PYPKGPREFIX}-phonenumbers-[0-9]*:../../textproc/py-phonenumbers
+DEPENDS+=      ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
+DEPENDS+=      ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
 DEPENDS+=      ${PYPKGPREFIX}-signedjson-[0-9]*:../../security/py-signedjson
+DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers-[0-9]*:../../devel/py-sortedcontainers
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-unpaddedbase64-[0-9]*:../../devel/py-unpaddedbase64
-DEPENDS+=      ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
-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
+DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/www/py-sydent/distinfo
diff -u pkgsrc/www/py-sydent/distinfo:1.3 pkgsrc/www/py-sydent/distinfo:1.4
--- pkgsrc/www/py-sydent/distinfo:1.3   Wed Aug 30 12:42:05 2023
+++ pkgsrc/www/py-sydent/distinfo       Wed Sep  6 12:01:11 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2023/08/30 12:42:05 manu Exp $
+$NetBSD: distinfo,v 1.4 2023/09/06 12:01:11 wiz Exp $
 
 BLAKE2s (py-sydent-2.5.6.tar.gz) = 296a96190d92c31185ca9ccef5697204931b3e52ab20737450681238f1dd9628
 SHA512 (py-sydent-2.5.6.tar.gz) = 1e832cf2d25b5bb6b2f3fed62e793eac527c48edd9c7abe90a2aea734c2cc39dd97c76de254a5592523706d43098a77ad943099ab6b968d5244774e9a5acc0ae
 Size (py-sydent-2.5.6.tar.gz) = 173104 bytes
-SHA1 (patch-setup.py) = 59f9f056720288580c9633c42937fd517edfe484
+SHA1 (patch-setup.py) = a03f12998c5ef89be2f0e89266e133eb8b23954b

Index: pkgsrc/www/py-sydent/patches/patch-setup.py
diff -u pkgsrc/www/py-sydent/patches/patch-setup.py:1.1 pkgsrc/www/py-sydent/patches/patch-setup.py:1.2
--- pkgsrc/www/py-sydent/patches/patch-setup.py:1.1     Wed Aug 30 12:42:05 2023
+++ pkgsrc/www/py-sydent/patches/patch-setup.py Wed Sep  6 12:01:11 2023
@@ -1,9 +1,9 @@
-$NetBSD: patch-setup.py,v 1.1 2023/08/30 12:42:05 manu Exp $
+$NetBSD: patch-setup.py,v 1.2 2023/09/06 12:01:11 wiz Exp $
 
 setup.py from earlier upstream release
 
---- setup.py.orig      2023-08-30 08:07:57.248878277 +0000
-+++ setup.py   2017-04-25 15:29:32.000000000 +0000
+--- setup.py.orig      2023-09-06 11:53:14.307678741 +0000
++++ setup.py
 @@ -0,0 +1,50 @@
 +# -*- coding: utf-8 -*-
 +
@@ -38,8 +38,8 @@ setup.py from earlier upstream release
 +    packages=find_packages(exclude=["tests"]),
 +    description="Reference Synapse Identity Verification and Lookup Server",
 +    install_requires=[
-+        "signedjson==1.0.0",
-+        "unpaddedbase64==1.1.0",
++        "signedjson>=1.0.0",
++        "unpaddedbase64>=1.1.0",
 +        "Twisted>=14.0.0",
 +        "service_identity>=1.0.0",
 +        "pyasn1",



Home | Main Index | Thread Index | Old Index