pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/Radicale2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:18:19 UTC 2025

Modified Files:
        pkgsrc/net/Radicale2: Makefile

Log Message:
Radicale2: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/Radicale2/Makefile

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

Modified files:

Index: pkgsrc/net/Radicale2/Makefile
diff -u pkgsrc/net/Radicale2/Makefile:1.19 pkgsrc/net/Radicale2/Makefile:1.20
--- pkgsrc/net/Radicale2/Makefile:1.19  Mon Feb 10 19:43:34 2025
+++ pkgsrc/net/Radicale2/Makefile       Wed Mar  5 10:18:18 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2025/02/10 19:43:34 maya Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/05 10:18:18 wiz Exp $
 
 DISTNAME=      Radicale-2.1.12
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net time www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=R/Radicale/}
 
@@ -10,6 +10,11 @@ HOMEPAGE=    https://radicale.org/
 COMMENT=       CalDAV (calendar) and CardDAV (contact) server
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=              ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+DEPENDS+=              ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
+# for md5 htpasswd_encryption method
+DEPENDS+=              ${PYPKGPREFIX}-passlib-[0-9]*:../../security/py-passlib
+
 EGDIR=                 share/examples/radicale
 
 RADICALE_USER?=                        www
@@ -20,6 +25,8 @@ PKG_USERS=                    ${RADICALE_USER}:${RADICALE
 # An exception occurred during server startup: module 'ssl' has no attribute 'wrap_socket'
 PYTHON_VERSIONS_ACCEPTED=      311 310
 
+WHEEL_NAME=            ${DISTNAME:tl}
+
 INSTALLATION_DIRS=     ${EGDIR}
 OWN_DIRS=              ${PKG_SYSCONFDIR}/radicale
 CONF_FILES+=           ${EGDIR}/config ${PKG_SYSCONFDIR}/radicale/config
@@ -42,13 +49,6 @@ SUBST_FILES.server+= config
 SUBST_STAGE.server=    pre-configure
 SUBST_MESSAGE.server=  Configure as a daemon by default, and override default collection location
 
-DEPENDS+=              ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=              ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
-
-# for md5 htpasswd_encryption method
-DEPENDS+=              ${PYPKGPREFIX}-passlib-[0-9]*:../../security/py-passlib
-
-
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/config ${DESTDIR}${PREFIX}/${EGDIR}/config
 



Home | Main Index | Thread Index | Old Index