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

misc/py-snakemake-interface-scheduler-plugins: New port: Scheduler plugin interface for Snakemake

This commit is contained in:
Yuri Victorovich
2026-04-19 20:01:07 -07:00
parent 932067310e
commit 72521ffb44
4 changed files with 29 additions and 0 deletions
+1
View File
@@ -605,6 +605,7 @@
SUBDIR += py-snakemake-interface-executor-plugins
SUBDIR += py-snakemake-interface-logger-plugins
SUBDIR += py-snakemake-interface-report-plugins
SUBDIR += py-snakemake-interface-scheduler-plugins
SUBDIR += py-snakemake-interface-storage-plugins
SUBDIR += py-soapy_power
SUBDIR += py-spandrel
@@ -0,0 +1,23 @@
PORTNAME= snakemake-interface-scheduler-plugins
DISTVERSION= 2.0.2
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= snakemake_interface_scheduler_plugins-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Scheduler plugin interface for Snakemake
WWW= https://github.com/snakemake/snakemake-interface-scheduler-plugins
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snakemake-interface-common>=1.20.1:misc/py-snakemake-interface-common@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>
@@ -0,0 +1,3 @@
TIMESTAMP = 1776617685
SHA256 (snakemake_interface_scheduler_plugins-2.0.2.tar.gz) = 2797e8fa9019d983132c2b403f14d6fcd3c5ad4c8d8a66b984b4740a71cacc46
SIZE (snakemake_interface_scheduler_plugins-2.0.2.tar.gz) = 8642
@@ -0,0 +1,2 @@
snakemake-interface-scheduler-plugins provides the scheduler plugin
interface for Snakemake.