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:   manu
Date:           Wed Aug 30 23:42:29 UTC 2023

Modified Files:
        pkgsrc/www/py-sydent: Makefile

Log Message:
py-sydent: fix supported python versions

Fix some pkglint, improve HOMEPAGE.

This restores -r1.1 -r1.2 changes by wiz@ that I backed out by mistake


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-sydent/Makefile

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.3 pkgsrc/www/py-sydent/Makefile:1.4
--- pkgsrc/www/py-sydent/Makefile:1.3   Wed Aug 30 12:42:05 2023
+++ pkgsrc/www/py-sydent/Makefile       Wed Aug 30 23:42:28 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/08/30 12:42:05 manu Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/30 23:42:28 manu Exp $
 
 DISTNAME=      py-sydent-2.5.6
 EGG_NAME=      SynapseIdentityServer-0.1
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py-//}
 CATEGORIES=    www
 GITHUB_PROJECT=        sydent
@@ -10,10 +10,11 @@ MASTER_SITES=       ${MASTER_SITE_GITHUB:=matr
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    kethzer.dr%gmail.com@localhost
-HOMEPAGE=      https://github.com/matrix-org/
+HOMEPAGE=      https://github.com/matrix-org/sydent
 COMMENT=       Matrix Identity Servers
 LICENSE=       apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-daemonize>=2.4.7:../../devel/py-daemonize
 DEPENDS+=      ${PYPKGPREFIX}-phonenumbers-[0-9]*:../../textproc/py-phonenumbers
 DEPENDS+=      ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
@@ -25,8 +26,6 @@ DEPENDS+=     ${PYPKGPREFIX}-libnacl-[0-9]*:
 DEPENDS+=      ${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
 DEPENDS+=      ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 #USE_LANGUAGES=        # none
@@ -73,5 +72,4 @@ post-install:
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index