git: f61e2d03faec - main - www/radicale: Update to 3.1.8, remove tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 11:51:33 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=f61e2d03faec1eacad1c8c55444119f7f329680f commit f61e2d03faec1eacad1c8c55444119f7f329680f Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-07-26 11:48:47 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-07-26 11:51:28 +0000 www/radicale: Update to 3.1.8, remove tests Upstream is now using tox for tests but in an incompatible version (tox<7) so remove it for now. --- www/radicale/Makefile | 9 ++------- www/radicale/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/www/radicale/Makefile b/www/radicale/Makefile index 211c37bb6c9e..be3c07965bf7 100644 --- a/www/radicale/Makefile +++ b/www/radicale/Makefile @@ -1,5 +1,5 @@ PORTNAME= radicale -PORTVERSION= 3.1.7 +PORTVERSION= 3.1.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,7 @@ MAINTAINER= decke@FreeBSD.org COMMENT= Python based CalDAV/CardDAV server LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \ @@ -17,8 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.9.6:deskutils/py-vobject@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}waitress>=0:www/py-waitress@${PY_FLAVOR} USES= cpe python:3.6+ shebangfix USE_PYTHON= autoplist distutils @@ -47,7 +45,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/rights ${STAGEDIR}/${ETCDIR}/rights.sample ${INSTALL_SCRIPT} ${WRKSRC}/radicale.wsgi ${STAGEDIR}${WWWDIR}/radicale.wsgi -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - .include <bsd.port.mk> diff --git a/www/radicale/distinfo b/www/radicale/distinfo index c9254313cfb7..f84f82198702 100644 --- a/www/radicale/distinfo +++ b/www/radicale/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650548987 -SHA256 (Radicale-3.1.7.tar.gz) = 7c0bec2666c87671bc95935052d2aec78ceeea699a4802b500c4dd5a7e6d3b5a -SIZE (Radicale-3.1.7.tar.gz) = 113720 +TIMESTAMP = 1658826001 +SHA256 (Radicale-3.1.8.tar.gz) = 556a5b6dad428d9d0e2e879cfd84afe8d5987e04ae9d57b3015073f01664e484 +SIZE (Radicale-3.1.8.tar.gz) = 113385