Skip to content

Commit

Permalink
textproc/py-ini2toml: Update to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 1, 2023
1 parent e769dde commit 0220cfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions textproc/py-ini2toml/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ini2toml
PORTVERSION= 0.12
PORTREVISION= 1
PORTVERSION= 0.13
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,10 +11,11 @@ WWW= https://github.com/abravalheri/ini2toml
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=46.1.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=5:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20.7:devel/py-packaging@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20.7:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=59.6:devel/py-setuptools@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-ini2toml/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679498820
SHA256 (ini2toml-0.12.tar.gz) = d459d535878e0fb95cd0b0c3889f056b7ff3903e82e919d394e9f85b7167f5ec
SIZE (ini2toml-0.12.tar.gz) = 101098
TIMESTAMP = 1698341085
SHA256 (ini2toml-0.13.tar.gz) = c800b204b4b431ee4c7008da3d2688c91ce868c7994331e80b36ca54c3624978
SIZE (ini2toml-0.13.tar.gz) = 102729

0 comments on commit 0220cfd

Please sign in to comment.