Files
ports/devel/py-iniconfig/Makefile
T
Danilo G. Baio 869331ff1e Add devel/py-iniconfig: Simple parsing of ini files in Python
iniconfig is a small and simple INI-file parser module having a unique set of
features:

* maintains order of sections and entries
* supports multi-line values with or without line-continuations
* supports "#" comments everywhere
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.

WWW: https://pypi.org/project/iniconfig/
2021-01-16 13:32:30 +00:00

21 lines
366 B
Makefile

# $FreeBSD$
PORTNAME= iniconfig
DISTVERSION= 1.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Simple parsing of ini files in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>