summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-04 06:18:05 +0000
committeradam <adam@pkgsrc.org>2020-05-04 06:18:05 +0000
commitd61b4b10ad1b1881505f4520174951ef415b1a63 (patch)
tree12d4b0ba554f3758b873700c2374443a8d6be9a3 /net
parentbece535f7481a41ae35022da62ad14322a1375dc (diff)
downloadpkgsrc-d61b4b10ad1b1881505f4520174951ef415b1a63.tar.gz
py-xandikos: updated to 0.2.0
0.2.0: * Fix <calendar-data> subelement filtering. * Skip non-calendar files for calendar-query operations. * Switch to using aiohttp rather than uWSGI. * Query component's SUMMARY in ICalendarFile.describe(). * Add /metrics support. * Drop support for Python 3.4, add support for 3.8.
Diffstat (limited to 'net')
-rw-r--r--net/py-xandikos/Makefile8
-rw-r--r--net/py-xandikos/PLIST8
-rw-r--r--net/py-xandikos/distinfo10
3 files changed, 17 insertions, 9 deletions
diff --git a/net/py-xandikos/Makefile b/net/py-xandikos/Makefile
index e3dbefbf17f..c898249ceb1 100644
--- a/net/py-xandikos/Makefile
+++ b/net/py-xandikos/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/29 10:39:00 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/04 06:18:05 adam Exp $
-DISTNAME= xandikos-0.1.0
+DISTNAME= xandikos-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xandikos/}
@@ -10,10 +10,12 @@ HOMEPAGE= https://www.jelmer.uk/code/xandikos/
COMMENT= Lightweight CalDAV/CardDAV server
LICENSE= gnu-gpl-v3
+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}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
USE_LANGUAGES= # none
@@ -21,7 +23,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} xandikos xandikos-${PYVERSSUFFIX} || ${TRUE}
+ ${MV} xandikos xandikos-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-xandikos/PLIST b/net/py-xandikos/PLIST
index 8cb4d4dc0e3..1b58872bb6a 100644
--- a/net/py-xandikos/PLIST
+++ b/net/py-xandikos/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/04/29 10:39:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/05/04 06:18:05 adam Exp $
bin/xandikos-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -35,6 +35,9 @@ ${PYSITELIB}/xandikos/icalendar.pyo
${PYSITELIB}/xandikos/infit.py
${PYSITELIB}/xandikos/infit.pyc
${PYSITELIB}/xandikos/infit.pyo
+${PYSITELIB}/xandikos/metrics.py
+${PYSITELIB}/xandikos/metrics.pyc
+${PYSITELIB}/xandikos/metrics.pyo
${PYSITELIB}/xandikos/quota.py
${PYSITELIB}/xandikos/quota.pyc
${PYSITELIB}/xandikos/quota.pyo
@@ -89,6 +92,9 @@ ${PYSITELIB}/xandikos/tests/test_web.pyo
${PYSITELIB}/xandikos/tests/test_webdav.py
${PYSITELIB}/xandikos/tests/test_webdav.pyc
${PYSITELIB}/xandikos/tests/test_webdav.pyo
+${PYSITELIB}/xandikos/tests/test_wsgi.py
+${PYSITELIB}/xandikos/tests/test_wsgi.pyc
+${PYSITELIB}/xandikos/tests/test_wsgi.pyo
${PYSITELIB}/xandikos/timezones.py
${PYSITELIB}/xandikos/timezones.pyc
${PYSITELIB}/xandikos/timezones.pyo
diff --git a/net/py-xandikos/distinfo b/net/py-xandikos/distinfo
index 8a6a04585c7..bdc5dfc5885 100644
--- a/net/py-xandikos/distinfo
+++ b/net/py-xandikos/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/04/29 10:39:00 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/05/04 06:18:05 adam Exp $
-SHA1 (xandikos-0.1.0.tar.gz) = 5dfefec895c06fb4426f739a8b100f9db6ce55d7
-RMD160 (xandikos-0.1.0.tar.gz) = e3158c676c234579c1efc22a669a4114ce75db88
-SHA512 (xandikos-0.1.0.tar.gz) = d47ef8b12c7d33efc6eeb04eb8ecc599fb87d9bb8970eee328d43c8e3cf692716e4ee5c2ba6804bdd6a57b457169e33835abf7ecd42c2f9d039990e5e09b4e1b
-Size (xandikos-0.1.0.tar.gz) = 94780 bytes
+SHA1 (xandikos-0.2.0.tar.gz) = 85b5a226e444080bc8072af0762188fddac9b8ab
+RMD160 (xandikos-0.2.0.tar.gz) = da424c55e0669576290c14de8077714436ec7a4b
+SHA512 (xandikos-0.2.0.tar.gz) = 7b29050c097c9ea9768daa94bd20d00f803f91a51011bde667d76b306822260b39500c11dac4d5ef816a37767d4d90d4d32297b91669ce7273233936a02ddc14
+Size (xandikos-0.2.0.tar.gz) = 103348 bytes