Skip to content

Commit

Permalink
misc/py-crudini: Update to 0.9.4
Browse files Browse the repository at this point in the history
- Change MASTER_SITES to PYPI
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/pixelb/crudini/releases
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 03801a0 commit a508aa9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions misc/py-crudini/Makefile
@@ -1,8 +1,7 @@
PORTNAME= crudini
PORTVERSION= 0.9.3
PORTVERSION= 0.9.4
CATEGORIES= misc python
#MASTER_SITES= PYPI
MASTER_SITES= https://github.com/pixelb/crudini/releases/download/${PORTVERSION}/
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -13,10 +12,13 @@ WWW= https://www.pixelbeat.org/programs/crudini/ \
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.3.2:devel/py-iniparse@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=44:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.5:devel/py-iniparse@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions misc/py-crudini/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1600177166
SHA256 (crudini-0.9.3.tar.gz) = 8e354ef3174463e724545c1f4e9fe3de1839cd1d88e768f3c217b0643b9c52c3
SIZE (crudini-0.9.3.tar.gz) = 24426
TIMESTAMP = 1684104508
SHA256 (crudini-0.9.4.tar.gz) = 6fd0eb341b6cbd91e1883030ea9f2102c1c95619eb563af7ddabc2161e019f6b
SIZE (crudini-0.9.4.tar.gz) = 28421

0 comments on commit a508aa9

Please sign in to comment.