mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
biology/py-pyrodigal: Fix build with scikit-build-core-0.11.0
Reported by: fallout
This commit is contained in:
parent
29183032be
commit
58a5831389
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
12
biology/py-pyrodigal/files/patch-pyproject.toml
Normal file
12
biology/py-pyrodigal/files/patch-pyproject.toml
Normal 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",
|
Loading…
Add table
Reference in a new issue