Skip to content

Commit

Permalink
devel/py-pyproject-fmt: Update to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 19, 2024
1 parent 5345058 commit 8253eb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
18 changes: 11 additions & 7 deletions devel/py-pyproject-fmt/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pyproject-fmt
PORTVERSION= 0.13.1
PORTVERSION= 2.1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,15 +12,19 @@ WWW= https://github.com/tox-dev/pyproject-fmt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.3:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=1.17.1:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}natsort>=8.4:devel/py-natsort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=23.1:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.8:textproc/py-tomlkit@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=1.24.2:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyproject-fmt-rust>=1.1.1<1.1.1_99:devel/py-pyproject-fmt-rust@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 31100
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=2.0.1:textproc/py-tomli@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-pyproject-fmt/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1692211761
SHA256 (pyproject_fmt-0.13.1.tar.gz) = ab56708a4bb3d8aa946abf9d5477b11441a23bcc574e5cf39fa758926e222805
SIZE (pyproject_fmt-0.13.1.tar.gz) = 13938
TIMESTAMP = 1715842744
SHA256 (pyproject_fmt-2.1.1.tar.gz) = 4d87dd73d053a638cd91365b898b55e9f790c8897071b55c581516cfac31491a
SIZE (pyproject_fmt-2.1.1.tar.gz) = 9015

0 comments on commit 8253eb8

Please sign in to comment.