Date: Mon, 20 Apr 2026 03:03:40 +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: 889c6eebd507 - main - misc/py-snakemake-interface-common: New port: Common functions and classes for Snakemake and its plugins Message-ID: <69e5978c.244ba.432622db@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=889c6eebd507ec932d6aed3378cc5ea149c9aa88 commit 889c6eebd507ec932d6aed3378cc5ea149c9aa88 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-20 02:51:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-20 03:03:34 +0000 misc/py-snakemake-interface-common: New port: Common functions and classes for Snakemake and its plugins --- misc/Makefile | 1 + misc/py-snakemake-interface-common/Makefile | 26 ++++++++++++++++++++++++++ misc/py-snakemake-interface-common/distinfo | 3 +++ misc/py-snakemake-interface-common/pkg-descr | 2 ++ 4 files changed, 32 insertions(+) diff --git a/misc/Makefile b/misc/Makefile index 07c77ae1423e..8e6666c8b942 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -601,6 +601,7 @@ SUBDIR += py-shell-gpt SUBDIR += py-sigopt SUBDIR += py-smdebug-rulesconfig + SUBDIR += py-snakemake-interface-common SUBDIR += py-soapy_power SUBDIR += py-spandrel SUBDIR += py-spdx-tools 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 <bsd.port.mk> 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e5978c.244ba.432622db>
