From 72521ffb442ffe099f1dfd145d4446c846e22fd2 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 19 Apr 2026 20:01:07 -0700 Subject: [PATCH] misc/py-snakemake-interface-scheduler-plugins: New port: Scheduler plugin interface for Snakemake --- misc/Makefile | 1 + .../Makefile | 23 +++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 2 ++ 4 files changed, 29 insertions(+) create mode 100644 misc/py-snakemake-interface-scheduler-plugins/Makefile create mode 100644 misc/py-snakemake-interface-scheduler-plugins/distinfo create mode 100644 misc/py-snakemake-interface-scheduler-plugins/pkg-descr diff --git a/misc/Makefile b/misc/Makefile index ed37754f907c..7e8e036faa54 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/py-snakemake-interface-scheduler-plugins/Makefile b/misc/py-snakemake-interface-scheduler-plugins/Makefile new file mode 100644 index 000000000000..1faabe0d442b --- /dev/null +++ b/misc/py-snakemake-interface-scheduler-plugins/Makefile @@ -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 diff --git a/misc/py-snakemake-interface-scheduler-plugins/distinfo b/misc/py-snakemake-interface-scheduler-plugins/distinfo new file mode 100644 index 000000000000..fe9effff1524 --- /dev/null +++ b/misc/py-snakemake-interface-scheduler-plugins/distinfo @@ -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 diff --git a/misc/py-snakemake-interface-scheduler-plugins/pkg-descr b/misc/py-snakemake-interface-scheduler-plugins/pkg-descr new file mode 100644 index 000000000000..7346e0ec6c65 --- /dev/null +++ b/misc/py-snakemake-interface-scheduler-plugins/pkg-descr @@ -0,0 +1,2 @@ +snakemake-interface-scheduler-plugins provides the scheduler plugin +interface for Snakemake.