aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 10:10:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 10:10:23 +0000
commit4c01d9dc6d55e52a94421b3de4655718b793eec9 (patch)
treebbe06f377bf2cd10642545bf8f9e89c9613d0f1f
parent223919130a0864e6ccfc1b5cdcd57b71b7578066 (diff)
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.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pdm-autoexport/Makefile22
-rw-r--r--devel/py-pdm-autoexport/distinfo3
-rw-r--r--devel/py-pdm-autoexport/pkg-descr1
4 files changed, 27 insertions, 0 deletions
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.