ports/devel/py-configobj/Makefile
Nicola Vitale c4890a0b87
devel/py-configobj: Update to 5.0.9
- Remove patch-src_configobj_validate.py (applied by upstream now)

Release changes:	https://github.com/DiffSK/configobj/releases/tag/v5.0.9
Reported by:	Jelmer Vernooij <notifications@github.com>
2024-09-23 10:39:08 +02:00

23 lines
560 B
Makefile

PORTNAME= configobj
PORTVERSION= 5.0.9
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple but powerful config file reader and writer
WWW= https://github.com/DiffSK/configobj/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>