1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

misc/py-snakemake-interface-storage-plugins: New port: Stable interface for Snakemake storage plugins

This commit is contained in:
Yuri Victorovich
2026-04-19 19:52:27 -07:00
parent 0526f6f0b9
commit ed307d7f29
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -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
@@ -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>
@@ -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
@@ -0,0 +1,2 @@
snakemake-interface-storage-plugins provides a stable interface for
interactions between Snakemake and its storage plugins.