Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jun 2026 20:12:16 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0140ee2c7515 - main - devel/py-pipcl: New port: Python packaging operations for use by a setup.py script
Message-ID:  <6a247f20.41887.659bd274@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0140ee2c7515c5be27fd549020712c93f3222adf

commit 0140ee2c7515c5be27fd549020712c93f3222adf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-06 20:10:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-06 20:12:05 +0000

    devel/py-pipcl: New port: Python packaging operations for use by a setup.py script
---
 devel/Makefile           |  1 +
 devel/py-pipcl/Makefile  | 22 ++++++++++++++++++++++
 devel/py-pipcl/distinfo  |  3 +++
 devel/py-pipcl/pkg-descr |  6 ++++++
 4 files changed, 32 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 91a02a0b2c72..7b40a532ca78 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5622,6 +5622,7 @@
     SUBDIR += py-pip-shims
     SUBDIR += py-pip-tools
     SUBDIR += py-pip-tools4
+    SUBDIR += py-pipcl
     SUBDIR += py-pipdeptree
     SUBDIR += py-pipenv
     SUBDIR += py-pipreqs
diff --git a/devel/py-pipcl/Makefile b/devel/py-pipcl/Makefile
new file mode 100644
index 000000000000..04b5b4358ead
--- /dev/null
+++ b/devel/py-pipcl/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	pipcl
+DISTVERSION=	7
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Python packaging operations for use by a setup.py script
+WWW=		https://github.com/ArtifexSoftware/pipcl
+
+LICENSE=	AGPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-pipcl/distinfo b/devel/py-pipcl/distinfo
new file mode 100644
index 000000000000..e64acbf12b34
--- /dev/null
+++ b/devel/py-pipcl/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1780775355
+SHA256 (pipcl-7.tar.gz) = 927775d250670328f7caaabc02b39e1a82b1aeceb8a1c6430e0878920852c54c
+SIZE (pipcl-7.tar.gz) = 71592
diff --git a/devel/py-pipcl/pkg-descr b/devel/py-pipcl/pkg-descr
new file mode 100644
index 000000000000..171d96fbee14
--- /dev/null
+++ b/devel/py-pipcl/pkg-descr
@@ -0,0 +1,6 @@
+The pipcl package provides Python build backend operations (including
+PEP 517 support), for use by a setup.py script.
+
+Designed to help build complex Python extension packages, it can also be
+used to build simple pure-python packages. It is a python module that does
+not impose any restrictions on usage.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a247f20.41887.659bd274>