git: bdb3525d655b - main - www/py-xandikos: Add py-xandikos 0.2.8

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:04:51 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bdb3525d655b390d3b206ce80b33be65876fd39d

commit bdb3525d655b390d3b206ce80b33be65876fd39d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:21:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:58:49 +0000

    www/py-xandikos: Add py-xandikos 0.2.8
    
    Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs onto a
    Git repository.
    
    Xandikos takes its name from the name of the March month in the ancient
    Macedonian calendar, used in Macedon in the first millennium BC.
---
 www/Makefile              |  1 +
 www/py-xandikos/Makefile  | 26 ++++++++++++++++++++++++++
 www/py-xandikos/distinfo  |  3 +++
 www/py-xandikos/pkg-descr |  5 +++++
 4 files changed, 35 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 63c4140ba5c7..621e6043e8e0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1808,6 +1808,7 @@
     SUBDIR += py-woob-qt
     SUBDIR += py-wsaccel
     SUBDIR += py-wsgidav
+    SUBDIR += py-xandikos
     SUBDIR += py-yarl
     SUBDIR += pydio-cells
     SUBDIR += qdecoder
diff --git a/www/py-xandikos/Makefile b/www/py-xandikos/Makefile
new file mode 100644
index 000000000000..d68af1bd59ba
--- /dev/null
+++ b/www/py-xandikos/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	xandikos
+PORTVERSION=	0.2.8
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Lightweight CalDAV/CardDAV server
+WWW=		https://github.com/jelmer/xandikos
+
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.1:devel/py-dulwich@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}multidict>=0:www/py-multidict@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils unittest
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/py-xandikos/distinfo b/www/py-xandikos/distinfo
new file mode 100644
index 000000000000..9d85f49fa6e9
--- /dev/null
+++ b/www/py-xandikos/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1674588068
+SHA256 (xandikos-0.2.8.tar.gz) = 16f174f75d0b4a766f9a41e2fe2700e5d77e77d9a9990cee3d619dc1d8aff001
+SIZE (xandikos-0.2.8.tar.gz) = 108434
diff --git a/www/py-xandikos/pkg-descr b/www/py-xandikos/pkg-descr
new file mode 100644
index 000000000000..ae536cc03f8b
--- /dev/null
+++ b/www/py-xandikos/pkg-descr
@@ -0,0 +1,5 @@
+Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs onto a
+Git repository.
+
+Xandikos takes its name from the name of the March month in the ancient
+Macedonian calendar, used in Macedon in the first millennium BC.