Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 23:52:59 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: 023938be4849 - main - devel/py-pytest-httpserver: Update to 1.0.8
Message-ID:  <202305272352.34RNqxPt060823@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=023938be4849241b2f50b187b32b9b7165240701

commit 023938be4849241b2f50b187b32b9b7165240701
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 23:23:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 23:44:03 +0000

    devel/py-pytest-httpserver: Update to 1.0.8
    
    Changes:        https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst
---
 devel/py-pytest-httpserver/Makefile | 7 ++++---
 devel/py-pytest-httpserver/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/py-pytest-httpserver/Makefile b/devel/py-pytest-httpserver/Makefile
index 60d3401c3fa4..2c664aaa06d1 100644
--- a/devel/py-pytest-httpserver/Makefile
+++ b/devel/py-pytest-httpserver/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-httpserver
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.8
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ WWW=		https://github.com/csernazs/pytest-httpserver
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}werkzeug>=2.0.0:www/py-werkzeug@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \
@@ -19,8 +20,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR}
 
-USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils pytest
+USES=		python:3.8+
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 TEST_ENV=	PYTEST_HTTPSERVER_HOST=127.0.0.1 PYTEST_HTTPSERVER_PORT=80
diff --git a/devel/py-pytest-httpserver/distinfo b/devel/py-pytest-httpserver/distinfo
index 5f7168b44db1..0d650d3da295 100644
--- a/devel/py-pytest-httpserver/distinfo
+++ b/devel/py-pytest-httpserver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663672854
-SHA256 (pytest_httpserver-1.0.6.tar.gz) = 9040d07bf59ac45d8de3db1d4468fd2d1d607975e4da4c872ecc0402cdbf7b3e
-SIZE (pytest_httpserver-1.0.6.tar.gz) = 57026
+TIMESTAMP = 1685162188
+SHA256 (pytest_httpserver-1.0.8.tar.gz) = e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a
+SIZE (pytest_httpserver-1.0.8.tar.gz) = 60126



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