Skip to content

Commit

Permalink
devel/py-pytest-order: Update to 1.2.1
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/pytest-dev/pytest-order/releases
  • Loading branch information
sunpoet committed Apr 5, 2024
1 parent 10bade3 commit dc5fc91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit dc5fc91

Please sign in to comment.