git: b84586813f70 - main - devel/py-wsme: Update to 0.12.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:26:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b84586813f707fb849b8a664438aa6e6a9c39a85 commit b84586813f707fb849b8a664438aa6e6a9c39a85 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:18:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:47 +0000 devel/py-wsme: Update to 0.12.1 Changes: https://opendev.org/x/wsme/commits/branch/master --- devel/py-wsme/Makefile | 10 +++++----- devel/py-wsme/distinfo | 6 +++--- devel/py-wsme/files/patch-setup.cfg | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/devel/py-wsme/Makefile b/devel/py-wsme/Makefile index cb95c0b286d7..2eef2f6067e6 100644 --- a/devel/py-wsme/Makefile +++ b/devel/py-wsme/Makefile @@ -1,13 +1,12 @@ PORTNAME= wsme -PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTVERSION= 0.12.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= WSME-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Simplify the writing of REST APIs +COMMENT= Simplify the writing of REST APIs, and extend them with additional protocols WWW= https://opendev.org/x/wsme LICENSE= MIT @@ -16,12 +15,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.12:net/py-netaddr@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.4:devel/py-importlib-metadata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.12:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplegeneric>=0:devel/py-simplegeneric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.8.0:www/py-webob@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 MAKE_ENV= PBR_VERSION=${PORTVERSION} diff --git a/devel/py-wsme/distinfo b/devel/py-wsme/distinfo index 021d06100993..2090bf508a46 100644 --- a/devel/py-wsme/distinfo +++ b/devel/py-wsme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103132 -SHA256 (WSME-0.11.0.tar.gz) = bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b -SIZE (WSME-0.11.0.tar.gz) = 89863 +TIMESTAMP = 1715842774 +SHA256 (WSME-0.12.1.tar.gz) = 9b7eb2244af3c704ac914b5ed221954bb68add0a8b2b2f38a244b067b337992d +SIZE (WSME-0.12.1.tar.gz) = 90220 diff --git a/devel/py-wsme/files/patch-setup.cfg b/devel/py-wsme/files/patch-setup.cfg index 77bd9f107a86..6f4a8f67d6d6 100644 --- a/devel/py-wsme/files/patch-setup.cfg +++ b/devel/py-wsme/files/patch-setup.cfg @@ -1,9 +1,9 @@ ---- setup.cfg.orig 2021-07-27 16:41:34 UTC +--- setup.cfg.orig 2023-09-22 09:24:47 UTC +++ setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = WSME +name = wsme - author = Christophe de Vienne - author-email = python-wsme@googlegroups.com summary = Simplify the writing of REST APIs, and extend them with additional protocols. + author = Christophe de Vienne + author_email = python-wsme@googlegroups.com