From 889c6eebd507ec932d6aed3378cc5ea149c9aa88 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 19 Apr 2026 19:51:08 -0700 Subject: misc/py-snakemake-interface-common: New port: Common functions and classes for Snakemake and its plugins --- misc/py-snakemake-interface-common/Makefile | 26 ++++++++++++++++++++++++++ misc/py-snakemake-interface-common/distinfo | 3 +++ misc/py-snakemake-interface-common/pkg-descr | 2 ++ 3 files changed, 31 insertions(+) create mode 100644 misc/py-snakemake-interface-common/Makefile create mode 100644 misc/py-snakemake-interface-common/distinfo create mode 100644 misc/py-snakemake-interface-common/pkg-descr (limited to 'misc/py-snakemake-interface-common') diff --git a/misc/py-snakemake-interface-common/Makefile b/misc/py-snakemake-interface-common/Makefile new file mode 100644 index 000000000000..254afed1e9d5 --- /dev/null +++ b/misc/py-snakemake-interface-common/Makefile @@ -0,0 +1,26 @@ +PORTNAME= snakemake-interface-common +DISTVERSION= 1.23.0 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= snakemake_interface_common-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Common functions and classes for Snakemake and its plugins +WWW= https://github.com/snakemake/snakemake-interface-common + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse-dataclass>=2.0.0:devel/py-argparse-dataclass@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}configargparse>=1.7:devel/py-configargparse@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=24.0:devel/py-packaging@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include diff --git a/misc/py-snakemake-interface-common/distinfo b/misc/py-snakemake-interface-common/distinfo new file mode 100644 index 000000000000..acf6cf01b112 --- /dev/null +++ b/misc/py-snakemake-interface-common/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1776617675 +SHA256 (snakemake_interface_common-1.23.0.tar.gz) = 6ed14531a461417659364a0dd0acc51b786af4e26fc15cc5e00ff3d9fcaffacc +SIZE (snakemake_interface_common-1.23.0.tar.gz) = 13960 diff --git a/misc/py-snakemake-interface-common/pkg-descr b/misc/py-snakemake-interface-common/pkg-descr new file mode 100644 index 000000000000..8c4fb41e9256 --- /dev/null +++ b/misc/py-snakemake-interface-common/pkg-descr @@ -0,0 +1,2 @@ +snakemake-interface-common provides common functions and classes for +Snakemake and its plugins. -- cgit v1.3