Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2023 11:24:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7808da141a3c - main - devel/py-pytest-localserver: Update version 0.7.1=>0.8.0
Message-ID:  <202307161124.36GBOxOp066264@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7808da141a3c74577cc39ea290a4868425939d7d

commit 7808da141a3c74577cc39ea290a4868425939d7d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-16 09:34:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-16 11:24:44 +0000

    devel/py-pytest-localserver: Update version 0.7.1=>0.8.0
    
    Changelog:
    https://github.com/pytest-dev/pytest-localserver/releases/tag/v0.8.0
---
 devel/py-pytest-localserver/Makefile | 8 +++++---
 devel/py-pytest-localserver/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/devel/py-pytest-localserver/Makefile b/devel/py-pytest-localserver/Makefile
index 44f690e77425..f87e248f4aab 100644
--- a/devel/py-pytest-localserver/Makefile
+++ b/devel/py-pytest-localserver/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pytest-localserver
-PORTVERSION=	0.7.1
-PORTREVISION=	1
+PORTVERSION=	0.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +11,16 @@ WWW=		https://github.com/pytest-dev/pytest-localserver
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \
+	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiosmtpd>0:mail/py-aiosmtpd@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}werkzeug>=0.10:www/py-werkzeug@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
 
 USES=		pytest python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pytest-localserver/distinfo b/devel/py-pytest-localserver/distinfo
index 7ab938a08aa9..236a82de8a34 100644
--- a/devel/py-pytest-localserver/distinfo
+++ b/devel/py-pytest-localserver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681562279
-SHA256 (pytest-localserver-0.7.1.tar.gz) = e77b46555cb438931d219c54bcf9f5953c0407d645436a602b5730babfd3fe3b
-SIZE (pytest-localserver-0.7.1.tar.gz) = 185617
+TIMESTAMP = 1689499713
+SHA256 (pytest-localserver-0.8.0.tar.gz) = 5d90ce7d085d741e759fa854dbd2e7c5b557321d695179894eb40e210ea2ff30
+SIZE (pytest-localserver-0.8.0.tar.gz) = 28368



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