pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-xandikos
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 30 10:14:29 UTC 2024
Modified Files:
pkgsrc/net/py-xandikos: Makefile PLIST distinfo
Log Message:
py-xandikos: updated to 0.2.11
0.2.11 2024-03-29
* Various build cleanups/fixes. (Jelmer Vernooij)
* Add multi-arch docker builds. (Maya)
* do not listen on default address if systemd sockets (schnusch)
* Use correct port in kubernetes to not conflict with the metrics port
0.2.10 2023-09-04
* Add support for systemd socket activation.
* Add basic documentation.
* Use entry points to install xandikos script.
* ``sync-collection``: handle invalid tokens.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-xandikos/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-xandikos/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-xandikos/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-xandikos/Makefile
diff -u pkgsrc/net/py-xandikos/Makefile:1.14 pkgsrc/net/py-xandikos/Makefile:1.15
--- pkgsrc/net/py-xandikos/Makefile:1.14 Mon May 8 09:00:51 2023
+++ pkgsrc/net/py-xandikos/Makefile Tue Apr 30 10:14:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/05/08 09:00:51 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/04/30 10:14:29 adam Exp $
-DISTNAME= xandikos-0.2.8
+DISTNAME= xandikos-0.2.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xandikos/}
@@ -10,28 +10,23 @@ HOMEPAGE= https://www.xandikos.org/
COMMENT= Lightweight CalDAV/CardDAV server
LICENSE= gnu-gpl-v3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
DEPENDS+= ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
-DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.19.1:../../devel/py-dulwich
-DEPENDS+= ${PYPKGPREFIX}-icalendar-[0-9]*:../../time/py-icalendar
+DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.21.6:../../devel/py-dulwich
+DEPENDS+= ${PYPKGPREFIX}-icalendar>=5.0.4:../../time/py-icalendar
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-multidict-[0-9]*:../../databases/py-multidict
+DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-SUBST_CLASSES+= mandir
-SUBST_STAGE.mandir= pre-configure
-SUBST_MESSAGE.mandir= Fix mandir.
-SUBST_FILES.mandir= setup.py
-SUBST_SED.mandir= -e 's,share/man,${PKGMANDIR},g'
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} xandikos xandikos-${PYVERSSUFFIX} || ${TRUE}
- cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 && \
- ${MV} xandikos.8 xandikos-${PYVERSSUFFIX}.8 || ${TRUE}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-xandikos/PLIST
diff -u pkgsrc/net/py-xandikos/PLIST:1.9 pkgsrc/net/py-xandikos/PLIST:1.10
--- pkgsrc/net/py-xandikos/PLIST:1.9 Mon May 8 09:00:51 2023
+++ pkgsrc/net/py-xandikos/PLIST Tue Apr 30 10:14:29 2024
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.9 2023/05/08 09:00:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/04/30 10:14:29 adam Exp $
bin/xandikos-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/xandikos/__init__.py
${PYSITELIB}/xandikos/__init__.pyc
${PYSITELIB}/xandikos/__init__.pyo
@@ -35,6 +37,7 @@ ${PYSITELIB}/xandikos/icalendar.pyo
${PYSITELIB}/xandikos/infit.py
${PYSITELIB}/xandikos/infit.pyc
${PYSITELIB}/xandikos/infit.pyo
+${PYSITELIB}/xandikos/py.typed
${PYSITELIB}/xandikos/quota.py
${PYSITELIB}/xandikos/quota.pyc
${PYSITELIB}/xandikos/quota.pyo
@@ -74,6 +77,9 @@ ${PYSITELIB}/xandikos/tests/test_api.pyo
${PYSITELIB}/xandikos/tests/test_caldav.py
${PYSITELIB}/xandikos/tests/test_caldav.pyc
${PYSITELIB}/xandikos/tests/test_caldav.pyo
+${PYSITELIB}/xandikos/tests/test_carddav.py
+${PYSITELIB}/xandikos/tests/test_carddav.pyc
+${PYSITELIB}/xandikos/tests/test_carddav.pyo
${PYSITELIB}/xandikos/tests/test_config.py
${PYSITELIB}/xandikos/tests/test_config.pyc
${PYSITELIB}/xandikos/tests/test_config.pyo
@@ -83,6 +89,9 @@ ${PYSITELIB}/xandikos/tests/test_icalend
${PYSITELIB}/xandikos/tests/test_store.py
${PYSITELIB}/xandikos/tests/test_store.pyc
${PYSITELIB}/xandikos/tests/test_store.pyo
+${PYSITELIB}/xandikos/tests/test_vcard.py
+${PYSITELIB}/xandikos/tests/test_vcard.pyc
+${PYSITELIB}/xandikos/tests/test_vcard.pyo
${PYSITELIB}/xandikos/tests/test_web.py
${PYSITELIB}/xandikos/tests/test_web.pyc
${PYSITELIB}/xandikos/tests/test_web.pyo
@@ -113,4 +122,3 @@ ${PYSITELIB}/xandikos/wsgi_helpers.pyo
${PYSITELIB}/xandikos/xmpp.py
${PYSITELIB}/xandikos/xmpp.pyc
${PYSITELIB}/xandikos/xmpp.pyo
-man/man8/xandikos-${PYVERSSUFFIX}.8
Index: pkgsrc/net/py-xandikos/distinfo
diff -u pkgsrc/net/py-xandikos/distinfo:1.15 pkgsrc/net/py-xandikos/distinfo:1.16
--- pkgsrc/net/py-xandikos/distinfo:1.15 Mon May 8 09:00:51 2023
+++ pkgsrc/net/py-xandikos/distinfo Tue Apr 30 10:14:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/05/08 09:00:51 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/04/30 10:14:29 adam Exp $
-BLAKE2s (xandikos-0.2.8.tar.gz) = 5aa84d7c52959cb1feaee1a3ca67267315d9cd13e71ba73dd2e2338efa520ae3
-SHA512 (xandikos-0.2.8.tar.gz) = f282d2f368b582c868e1f6a2416a63ea1e1a058ee958d0e409eeb65140bb122d6b65a7edeaec78e04787a77d26ae5648cf49fee7d6bd95ee3c1f54b1720b8b52
-Size (xandikos-0.2.8.tar.gz) = 108434 bytes
+BLAKE2s (xandikos-0.2.11.tar.gz) = f5f708c1268201a4bf170ef500bf757791e5c2bd3a383c320f556e996ac0421d
+SHA512 (xandikos-0.2.11.tar.gz) = 24518b90898b20b88ecf64bf1653931020dc5d7b34f73245167f6978ace8e49075eeea54e8a928d070b66146aab0382271775316ea676c9a29e2722dfcbcc853
+Size (xandikos-0.2.11.tar.gz) = 127764 bytes
Home |
Main Index |
Thread Index |
Old Index