Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2023 20:47:00 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 42a258b3e0fb - main - www/py-xandikos: Update to 0.2.10
Message-ID:  <202309052047.385Kl0RQ008542@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 42a258b3e0fb0eeebe67bbf91e6d35f231eb2af1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-05 20:41:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-05 20:46:30 +0000

    www/py-xandikos: Update to 0.2.10
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/jelmer/xandikos/releases
---
 www/py-xandikos/Makefile | 9 ++++++---
 www/py-xandikos/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www/py-xandikos/Makefile b/www/py-xandikos/Makefile
index d338e2f83a2d..8a413aeb5450 100644
--- a/www/py-xandikos/Makefile
+++ b/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} \
@@ -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
 
diff --git a/www/py-xandikos/distinfo b/www/py-xandikos/distinfo
index 9d85f49fa6e9..111de42b523c 100644
--- a/www/py-xandikos/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309052047.385Kl0RQ008542>