diff options
Diffstat (limited to 'biology/py-cutadapt')
-rw-r--r-- | biology/py-cutadapt/Makefile | 3 | ||||
-rw-r--r-- | biology/py-cutadapt/distinfo | 6 | ||||
-rw-r--r-- | biology/py-cutadapt/files/patch-pyprojetc.toml | 11 |
3 files changed, 15 insertions, 5 deletions
diff --git a/biology/py-cutadapt/Makefile b/biology/py-cutadapt/Makefile index d787dcd42a55..c9963c7c1ef4 100644 --- a/biology/py-cutadapt/Makefile +++ b/biology/py-cutadapt/Makefile @@ -1,6 +1,5 @@ PORTNAME= cutadapt -DISTVERSION= 5.0 -PORTREVISION= 1 +DISTVERSION= 5.1 CATEGORIES= biology python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/biology/py-cutadapt/distinfo b/biology/py-cutadapt/distinfo index 1613aa2d6c1a..98c60c1e3018 100644 --- a/biology/py-cutadapt/distinfo +++ b/biology/py-cutadapt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736523245 -SHA256 (cutadapt-5.0.tar.gz) = cd66872b6635c068cf223f72fb0cc93b2454088a3e807a550bb36f717d25ae29 -SIZE (cutadapt-5.0.tar.gz) = 251297 +TIMESTAMP = 1749206212 +SHA256 (cutadapt-5.1.tar.gz) = 6bc76345c0a45f6b680cb1164e48eb1f81815c764ec471284ab6234c6653b937 +SIZE (cutadapt-5.1.tar.gz) = 252843 diff --git a/biology/py-cutadapt/files/patch-pyprojetc.toml b/biology/py-cutadapt/files/patch-pyprojetc.toml new file mode 100644 index 000000000000..7a3ad00ad87c --- /dev/null +++ b/biology/py-cutadapt/files/patch-pyprojetc.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-06 12:32:50.569385000 +0200 ++++ pyproject.toml 2025-06-06 12:33:10.984604000 +0200 +@@ -9,7 +9,7 @@ + ] + description = "Adapter trimming and other preprocessing of high-throughput sequencing reads" + readme = "README.rst" +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", |