git: f1be6e3f7f6a - main - devel/py-pytest-isort: Update to 3.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 04:27:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1be6e3f7f6a74fc7f4e73cda8b8253e2060df50
commit f1be6e3f7f6a74fc7f4e73cda8b8253e2060df50
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:08:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:08:56 +0000
devel/py-pytest-isort: Update to 3.1.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/stephrdev/pytest-isort/blob/master/CHANGELOG.rst
---
devel/py-pytest-isort/Makefile | 8 +++++---
devel/py-pytest-isort/distinfo | 6 +++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/devel/py-pytest-isort/Makefile b/devel/py-pytest-isort/Makefile
index f95454f17985..cc12268b609f 100644
--- a/devel/py-pytest-isort/Makefile
+++ b/devel/py-pytest-isort/Makefile
@@ -1,8 +1,9 @@
PORTNAME= pytest-isort
-PORTVERSION= 3.0.0
+PORTVERSION= 3.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pytest_isort-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= py.test plugin to check import ordering using isort
@@ -11,11 +12,12 @@ WWW= https://github.com/stephrdev/pytest-isort
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=4.0:devel/py-isort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=5.0,1:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USES= python:3.7+
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-pytest-isort/distinfo b/devel/py-pytest-isort/distinfo
index 6f2836fdaf26..ec30db99f238 100644
--- a/devel/py-pytest-isort/distinfo
+++ b/devel/py-pytest-isort/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646058026
-SHA256 (pytest-isort-3.0.0.tar.gz) = 4fe4b26ead2af776730ec23f5870d7421f35aace22a41c4e938586ef4d8787cb
-SIZE (pytest-isort-3.0.0.tar.gz) = 6197
+TIMESTAMP = 1684104458
+SHA256 (pytest_isort-3.1.0.tar.gz) = 067801dc5e54a474330d074d521c815948ff6d5cf0ed3b9d057b78216851186c
+SIZE (pytest_isort-3.1.0.tar.gz) = 6287