git: 4d6a050f231f - main - devel/py-spin: Add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Feb 2026 20:05:36 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d6a050f231f26edeb8b8db55e4f50cd703599b9
commit 4d6a050f231f26edeb8b8db55e4f50cd703599b9
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-02-02 20:05:11 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-02-02 20:05:11 +0000
devel/py-spin: Add new port
Scientific Python INcantations (spin) is a developer tool
for scientific Python libraries.
https://pypi.python.org/pypi/spin
---
devel/Makefile | 1 +
devel/py-spin/Makefile | 23 +++++++++++++++++++++++
devel/py-spin/distinfo | 3 +++
devel/py-spin/pkg-descr | 4 ++++
4 files changed, 31 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 902134f6a3ca..cc5dd373eea5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6039,6 +6039,7 @@
SUBDIR += py-sparse
SUBDIR += py-speaklater
SUBDIR += py-speg
+ SUBDIR += py-spin
SUBDIR += py-spyder-kernels
SUBDIR += py-sqids
SUBDIR += py-sqlfluff
diff --git a/devel/py-spin/Makefile b/devel/py-spin/Makefile
new file mode 100644
index 000000000000..2f2236d7bcc2
--- /dev/null
+++ b/devel/py-spin/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= spin
+DISTVERSION= 0.17
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Scientific Python INcantations (spin)
+WWW= https://pypi.python.org/pypi/spin
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PY_TOMLI} \
+ ${PYTHON_PKGNAMEPREFIX}click>=8,<8.4:devel/py-click@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=7:devel/py-importlib-metadata@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist pep517
+
+.include <bsd.port.mk>
diff --git a/devel/py-spin/distinfo b/devel/py-spin/distinfo
new file mode 100644
index 000000000000..2756ed4c3b47
--- /dev/null
+++ b/devel/py-spin/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1770062201
+SHA256 (spin-0.17.tar.gz) = b8583e46361d4fd32b584cdeede9ffe5aa220f7cb2c6fc7e8f7ca16550b4ab62
+SIZE (spin-0.17.tar.gz) = 30931
diff --git a/devel/py-spin/pkg-descr b/devel/py-spin/pkg-descr
new file mode 100644
index 000000000000..4d1e02424b31
--- /dev/null
+++ b/devel/py-spin/pkg-descr
@@ -0,0 +1,4 @@
+Scientific Python INcantations (spin) is a developer tool for scientific Python
+libraries. The goal of spin is therefore to provide a simple, user-friendly,
+extendable interface for common development tasks. It comes with a few common
+build commands out the box, but can easily be customized per project.