aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pycomposefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pycomposefile')
-rw-r--r--devel/py-pycomposefile/Makefile25
-rw-r--r--devel/py-pycomposefile/distinfo3
-rw-r--r--devel/py-pycomposefile/pkg-descr3
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/py-pycomposefile/Makefile b/devel/py-pycomposefile/Makefile
new file mode 100644
index 000000000000..c04f05244c85
--- /dev/null
+++ b/devel/py-pycomposefile/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= pycomposefile
+PORTVERSION= 0.0.34
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Structured deserialization of Docker Compose files
+WWW= https://github.com/usepowershell/pycomposefile
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.11<4:devel/py-flit-core@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+post-patch:
+ @${RM} -r ${WRKSRC}/tests/
+
+.include <bsd.port.mk>
diff --git a/devel/py-pycomposefile/distinfo b/devel/py-pycomposefile/distinfo
new file mode 100644
index 000000000000..4ce6fea3a1cd
--- /dev/null
+++ b/devel/py-pycomposefile/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762586814
+SHA256 (pycomposefile-0.0.34.tar.gz) = 933a93b439f8692882b4d50ff744e12a3d996040068e96651a37dd842126a508
+SIZE (pycomposefile-0.0.34.tar.gz) = 17426
diff --git a/devel/py-pycomposefile/pkg-descr b/devel/py-pycomposefile/pkg-descr
new file mode 100644
index 000000000000..5dd2ccb50d2d
--- /dev/null
+++ b/devel/py-pycomposefile/pkg-descr
@@ -0,0 +1,3 @@
+Structured deserialization of Docker Compose files.
+
+A Python library mainly used for the azure-cli application.