Skip to content

Commit

Permalink
devel/py-pyproject-fmt: Update to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 27, 2023
1 parent c306fb5 commit 26c0bbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions devel/py-pyproject-fmt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyproject-fmt
PORTVERSION= 0.9.2
PORTVERSION= 0.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,9 +13,10 @@ 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.13:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=23:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.6:textproc/py-tomlkit@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}hatchling>=1.14:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}natsort>=8.3.1:devel/py-natsort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=23.1:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.7:textproc/py-tomlkit@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent pep517
Expand All @@ -25,7 +26,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4:devel/py-typing-extensions@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5:devel/py-typing-extensions@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-pyproject-fmt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1680726162
SHA256 (pyproject_fmt-0.9.2.tar.gz) = a0c73df74ec0d95ddc04ecc4b836d247f1666656f583157ba6f141a46448adda
SIZE (pyproject_fmt-0.9.2.tar.gz) = 10890
TIMESTAMP = 1682616690
SHA256 (pyproject_fmt-0.10.0.tar.gz) = e1c30cc8ef3c1603b658574f48e62838b444c3f60ff052d00ef9ca89d3d23e90
SIZE (pyproject_fmt-0.10.0.tar.gz) = 11148

0 comments on commit 26c0bbd

Please sign in to comment.