mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
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.
This commit is contained in:
parent
223919130a
commit
4c01d9dc6d
@ -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
|
||||
|
22
devel/py-pdm-autoexport/Makefile
Normal file
22
devel/py-pdm-autoexport/Makefile
Normal file
@ -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>
|
3
devel/py-pdm-autoexport/distinfo
Normal file
3
devel/py-pdm-autoexport/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1688166008
|
||||
SHA256 (pdm_autoexport-0.2.0.tar.gz) = a7bd49c39cfc8a35dcd648f11e00817c3e1cb4764cb6501ab9d11a621934feac
|
||||
SIZE (pdm_autoexport-0.2.0.tar.gz) = 3535
|
1
devel/py-pdm-autoexport/pkg-descr
Normal file
1
devel/py-pdm-autoexport/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
pdm-autoexport is a PDM plugin to sync the exported files with the project file.
|
Loading…
x
Reference in New Issue
Block a user