devel/py-dockerfile-parse: add port: Python library for Dockerfile manipulation

Python library for parsing Dockerfile files.

WWW: https://github.com/containerbuildsystem/dockerfile-parse

PR:		286667
Reported by:	Tuukka Pasanen <tuukka.pasanen@ilmi.fi> (new maintainer)
This commit is contained in:
Tuukka Pasanen
2025-05-06 14:22:52 +03:00
committed by Hiroki Tagato
parent 931ad393ed
commit 2ff5d21198
3 changed files with 27 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
PORTNAME= dockerfile-parse
PORTVERSION= 2.0.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tuukka.pasanen@ilmi.fi
COMMENT= Python library for Dockerfile manipulation
WWW= https://github.com/containerbuildsystem/dockerfile-parse
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
PYTEST_BROKEN_TESTS= test_all_versions_match
NO_ARCH= YES
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1746514530
SHA256 (dockerfile-parse-2.0.1.tar.gz) = 3184ccdc513221983e503ac00e1aa504a2aa8f84e5de673c46b0b6eee99ec7bc
SIZE (dockerfile-parse-2.0.1.tar.gz) = 24556
+1
View File
@@ -0,0 +1 @@
Python library for parsing Dockerfile files.