Page MenuHomeFreeBSD

D49797.id162292.diff
No OneTemporary

D49797.id162292.diff

diff --git a/devel/Makefile b/devel/Makefile
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5985,6 +5985,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
--- /dev/null
+++ b/devel/py-spin/Makefile
@@ -0,0 +1,32 @@
+PORTNAME= spin
+DISTVERSION= 0.14
+CATEGORIES= devel python science
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= agh@riseup.net
+COMMENT= Developer tool for scientific Python libraries
+WWW= https://pypi.org/project/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= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=7:devel/py-importlib-metadata@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES= python:3.9+
+USE_PYTHON= allflavors autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31100
+BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>0:textproc/py-tomli@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-spin/distinfo b/devel/py-spin/distinfo
new file mode 100644
--- /dev/null
+++ b/devel/py-spin/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1758141693
+SHA256 (spin-0.14.tar.gz) = 1a5f6ce53699ef58bf893970ecb9d7f8814a8ca08da5d26e1391fe2a9fa04bcc
+SIZE (spin-0.14.tar.gz) = 30004
diff --git a/devel/py-spin/pkg-descr b/devel/py-spin/pkg-descr
new file mode 100644
--- /dev/null
+++ b/devel/py-spin/pkg-descr
@@ -0,0 +1,7 @@
+Developers need to memorize a whole bunch of magic command-line incantations.
+These incantations may also change over time. Often, Makefiles are used to
+provide aliases, but Makefiles can be convoluted, are not written in Python,
+and are hard to extend. 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.

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 29, 1:42 PM (19 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37485614
Default Alt Text
D49797.id162292.diff (2 KB)

Event Timeline