Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 00:01:47 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: dc5fc917b2cb - main - devel/py-pytest-order: Update to 1.2.1
Message-ID:  <202404060001.43601lFm076554@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=dc5fc917b2cb7878d97dfb65c79e29f5ce2728ee

commit dc5fc917b2cb7878d97dfb65c79e29f5ce2728ee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 23:57:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 23:57:54 +0000

    devel/py-pytest-order: Update to 1.2.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/pytest-dev/pytest-order/releases
---
 devel/py-pytest-order/Makefile | 6 ++++--
 devel/py-pytest-order/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-pytest-order/Makefile b/devel/py-pytest-order/Makefile
index b17dd994e365..e9e79585b4a9 100644
--- a/devel/py-pytest-order/Makefile
+++ b/devel/py-pytest-order/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-order
-PORTVERSION=	1.2.0
+PORTVERSION=	1.2.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ WWW=		https://pytest-order.readthedocs.io/en/latest/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=6.2.4,1:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-pytest-order/distinfo b/devel/py-pytest-order/distinfo
index 3ea63166af01..f4c27850c167 100644
--- a/devel/py-pytest-order/distinfo
+++ b/devel/py-pytest-order/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700759824
-SHA256 (pytest-order-1.2.0.tar.gz) = 944f86b6d441aa7b1da80f801c6ab65b84bbeba472d0a7a12eb43ba26650101a
-SIZE (pytest-order-1.2.0.tar.gz) = 44307
+TIMESTAMP = 1712330607
+SHA256 (pytest-order-1.2.1.tar.gz) = 4451bd8821ba4fa2109455a2fcc882af60ef8e53e09d244d67674be08f56eac3
+SIZE (pytest-order-1.2.1.tar.gz) = 44726



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