diff options
Diffstat (limited to 'devel/py-pycomposefile')
| -rw-r--r-- | devel/py-pycomposefile/Makefile | 24 | ||||
| -rw-r--r-- | devel/py-pycomposefile/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-pycomposefile/pkg-descr | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/py-pycomposefile/Makefile b/devel/py-pycomposefile/Makefile new file mode 100644 index 000000000000..610c94682ca3 --- /dev/null +++ b/devel/py-pycomposefile/Makefile @@ -0,0 +1,24 @@ +PORTNAME= pycomposefile +DISTVERSION= 0.0.30 +PORTREVISION= 2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Structured deserialization of Docker Compose files for Python +WWW= https://pypi.org/project/pycomposefile/ + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +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..9f037503ebe2 --- /dev/null +++ b/devel/py-pycomposefile/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1696204074 +SHA256 (pycomposefile-0.0.30.tar.gz) = 190a2920ef05f86e620f3e0d1761931c2a57a38baa2877472337df69c8a1ca53 +SIZE (pycomposefile-0.0.30.tar.gz) = 15893 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. |
