git: 58a583138946 - main - biology/py-pyrodigal: Fix build with scikit-build-core-0.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Mar 2025 20:59:38 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=58a583138946aa5725d65ccebc0507ef372c35cb
commit 58a583138946aa5725d65ccebc0507ef372c35cb
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-03 20:58:59 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-03 20:59:36 +0000
biology/py-pyrodigal: Fix build with scikit-build-core-0.11.0
Reported by: fallout
---
biology/py-pyrodigal/Makefile | 2 +-
biology/py-pyrodigal/files/patch-pyproject.toml | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/biology/py-pyrodigal/Makefile b/biology/py-pyrodigal/Makefile
index 490813e388a2..69fe87cb7ad2 100644
--- a/biology/py-pyrodigal/Makefile
+++ b/biology/py-pyrodigal/Makefile
@@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python binding for Prodigal, an ORF finder for genomes and metagenomes
WWW= https://pyrodigal.readthedocs.io/en/stable/ \
- https://github.com/althonos/pyrodigal/
+ https://github.com/althonos/pyrodigal
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/biology/py-pyrodigal/files/patch-pyproject.toml b/biology/py-pyrodigal/files/patch-pyproject.toml
new file mode 100644
index 000000000000..097ac58992f9
--- /dev/null
+++ b/biology/py-pyrodigal/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+- workaround for https://github.com/althonos/pyrodigal/issues/69
+
+--- pyproject.toml.orig 2025-03-03 20:52:28 UTC
++++ pyproject.toml
+@@ -12,7 +12,6 @@ authors = [
+ authors = [
+ { name = "Martin Larralde", email = "martin.larralde@embl.de" },
+ ]
+-platform = "any"
+ keywords = ["bioinformatics", "genome", "orf", "gene", "prodigal"]
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",