git: 4c01d9dc6d55 - main - devel/py-pdm-autoexport: Add py-pdm-autoexport 0.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 10:33:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c01d9dc6d55e52a94421b3de4655718b793eec9 commit 4c01d9dc6d55e52a94421b3de4655718b793eec9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-09 10:10:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-09 10:10:23 +0000 devel/py-pdm-autoexport: Add py-pdm-autoexport 0.2.0 pdm-autoexport is a PDM plugin to sync the exported files with the project file. --- devel/Makefile | 1 + devel/py-pdm-autoexport/Makefile | 22 ++++++++++++++++++++++ devel/py-pdm-autoexport/distinfo | 3 +++ devel/py-pdm-autoexport/pkg-descr | 1 + 4 files changed, 27 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 0226191a4de5..acf6a8fa3960 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5101,6 +5101,7 @@ SUBDIR += py-pbr SUBDIR += py-pcodedmp SUBDIR += py-pdm + SUBDIR += py-pdm-autoexport SUBDIR += py-pdm-backend SUBDIR += py-pdm-pep517 SUBDIR += py-pdoc diff --git a/devel/py-pdm-autoexport/Makefile b/devel/py-pdm-autoexport/Makefile new file mode 100644 index 000000000000..e412a5242e93 --- /dev/null +++ b/devel/py-pdm-autoexport/Makefile @@ -0,0 +1,22 @@ +PORTNAME= pdm-autoexport +PORTVERSION= 0.2.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pdm_autoexport-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PDM plugin to sync the exported files with the project file +WWW= https://github.com/pdm-project/pdm-autoexport + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pdm-autoexport/distinfo b/devel/py-pdm-autoexport/distinfo new file mode 100644 index 000000000000..37c6a03a5c0e --- /dev/null +++ b/devel/py-pdm-autoexport/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1688166008 +SHA256 (pdm_autoexport-0.2.0.tar.gz) = a7bd49c39cfc8a35dcd648f11e00817c3e1cb4764cb6501ab9d11a621934feac +SIZE (pdm_autoexport-0.2.0.tar.gz) = 3535 diff --git a/devel/py-pdm-autoexport/pkg-descr b/devel/py-pdm-autoexport/pkg-descr new file mode 100644 index 000000000000..418c69163e49 --- /dev/null +++ b/devel/py-pdm-autoexport/pkg-descr @@ -0,0 +1 @@ +pdm-autoexport is a PDM plugin to sync the exported files with the project file.