Skip to content

Commit

Permalink
www/py-xandikos: Update to 0.2.10
Browse files Browse the repository at this point in the history
- Update WWW
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/jelmer/xandikos/releases
  • Loading branch information
sunpoet committed Sep 5, 2023
1 parent fed402f commit 42a258b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions www/py-xandikos/Makefile
@@ -1,16 +1,19 @@
PORTNAME= xandikos
PORTVERSION= 0.2.8
PORTVERSION= 0.2.10
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight CalDAV/CardDAV server
WWW= https://github.com/jelmer/xandikos
WWW= https://www.xandikos.org/ \
https://github.com/jelmer/xandikos

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
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} \
Expand All @@ -19,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}multidict>=0:www/py-multidict@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils unittest
USE_PYTHON= autoplist concurrent pep517 unittest

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions www/py-xandikos/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1674588068
SHA256 (xandikos-0.2.8.tar.gz) = 16f174f75d0b4a766f9a41e2fe2700e5d77e77d9a9990cee3d619dc1d8aff001
SIZE (xandikos-0.2.8.tar.gz) = 108434
TIMESTAMP = 1693898518
SHA256 (xandikos-0.2.10.tar.gz) = 9ce73f40df19912a67e16720b8e6f131e79af9493c9f66d0dffc1b362ffef69f
SIZE (xandikos-0.2.10.tar.gz) = 126248

0 comments on commit 42a258b

Please sign in to comment.