biology/py-pyrodigal: Fix build with scikit-build-core-0.11.0

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2025-03-03 12:58:59 -08:00
parent 29183032be
commit 58a5831389
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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",