Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2026 03:03:42 +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: ed307d7f2931 - main - misc/py-snakemake-interface-storage-plugins: New port: Stable interface for Snakemake storage plugins
Message-ID:  <69e5978e.23ec9.62db9db0@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=ed307d7f2931c94de04c6defd2b6880b9f29c41b

commit ed307d7f2931c94de04c6defd2b6880b9f29c41b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-20 02:52:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-20 03:03:35 +0000

    misc/py-snakemake-interface-storage-plugins: New port: Stable interface for Snakemake storage plugins
---
 misc/Makefile                                      |  1 +
 .../Makefile                                       | 27 ++++++++++++++++++++++
 .../distinfo                                       |  3 +++
 .../pkg-descr                                      |  2 ++
 4 files changed, 33 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index a47e6a330aaf..0f83536311e0 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -603,6 +603,7 @@
     SUBDIR += py-smdebug-rulesconfig
     SUBDIR += py-snakemake-interface-common
     SUBDIR += py-snakemake-interface-executor-plugins
+    SUBDIR += py-snakemake-interface-storage-plugins
     SUBDIR += py-soapy_power
     SUBDIR += py-spandrel
     SUBDIR += py-spdx-tools
diff --git a/misc/py-snakemake-interface-storage-plugins/Makefile b/misc/py-snakemake-interface-storage-plugins/Makefile
new file mode 100644
index 000000000000..51116e201874
--- /dev/null
+++ b/misc/py-snakemake-interface-storage-plugins/Makefile
@@ -0,0 +1,27 @@
+PORTNAME=	snakemake-interface-storage-plugins
+DISTVERSION=	4.4.1
+CATEGORIES=	misc python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	snakemake_interface_storage_plugins-${PORTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Stable interface for Snakemake storage plugins
+WWW=		https://github.com/snakemake/snakemake-interface-storage-plugins
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}humanfriendly>=10.0:textproc/py-humanfriendly@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}snakemake-interface-common>=1.12.0:misc/py-snakemake-interface-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tenacity>=9.1.4:devel/py-tenacity@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}throttler>=1.2.2:devel/py-throttler@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wrapt>=1.15.0:devel/py-wrapt@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-snakemake-interface-storage-plugins/distinfo b/misc/py-snakemake-interface-storage-plugins/distinfo
new file mode 100644
index 000000000000..af1ae768d5cf
--- /dev/null
+++ b/misc/py-snakemake-interface-storage-plugins/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1776617685
+SHA256 (snakemake_interface_storage_plugins-4.4.1.tar.gz) = b2b5bf05318af36955ebf2ce76c921c0fb06904ca98fb30e1657d88b7b7b6945
+SIZE (snakemake_interface_storage_plugins-4.4.1.tar.gz) = 14924
diff --git a/misc/py-snakemake-interface-storage-plugins/pkg-descr b/misc/py-snakemake-interface-storage-plugins/pkg-descr
new file mode 100644
index 000000000000..3b9e9a7ae9c7
--- /dev/null
+++ b/misc/py-snakemake-interface-storage-plugins/pkg-descr
@@ -0,0 +1,2 @@
+snakemake-interface-storage-plugins provides a stable interface for
+interactions between Snakemake and its storage plugins.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e5978e.23ec9.62db9db0>