pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-cutadapt: Clean up and add COMMIT_MSG
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Wed Feb 7 08:38:18 2024 -0600
Changeset: c61f7d2192069415a032b33f82e6d4d322ff287b
Modified Files:
py-cutadapt/DESCR
py-cutadapt/Makefile
Added Files:
py-cutadapt/COMMIT_MSG
Log Message:
py-cutadapt: Clean up and add COMMIT_MSG
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c61f7d2192069415a032b33f82e6d4d322ff287b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-cutadapt/COMMIT_MSG | 4 ++++
py-cutadapt/DESCR | 5 +++--
py-cutadapt/Makefile | 6 +++++-
3 files changed, 12 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-cutadapt/COMMIT_MSG b/py-cutadapt/COMMIT_MSG
new file mode 100644
index 0000000000..33fb2d05f0
--- /dev/null
+++ b/py-cutadapt/COMMIT_MSG
@@ -0,0 +1,4 @@
+biology/py-cutadapt: Update to 4.6
+
+Numerous bug fixes and enhancements since 3.5
+Changes: https://github.com/marcelm/cutadapt/tags
diff --git a/py-cutadapt/DESCR b/py-cutadapt/DESCR
index 0adbe298ed..69b77c9788 100644
--- a/py-cutadapt/DESCR
+++ b/py-cutadapt/DESCR
@@ -1,2 +1,3 @@
-Cutadapt finds and removes adapter sequences, primers, poly-A tails and other
-types of unwanted sequence from your high-throughput sequencing reads.
+Cutadapt finds and removes adapter sequences, primers, poly-A tails
+and other types of unwanted sequence from your high-throughput
+sequencing reads.
diff --git a/py-cutadapt/Makefile b/py-cutadapt/Makefile
index e615983d63..d419fcb499 100644
--- a/py-cutadapt/Makefile
+++ b/py-cutadapt/Makefile
@@ -2,7 +2,7 @@
DISTNAME= cutadapt-4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= biology
+CATEGORIES= biology python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cutadapt/}
MAINTAINER= bacon%NetBSD.org@localhost
@@ -13,6 +13,10 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-xopen>=1.6.0:../../devel/py-xopen
DEPENDS+= ${PYPKGPREFIX}-dnaio>=0.10.0:../../wip/py-dnaio
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-xopen
+
+USE_PKG_RESOURCES= yes
+
PYTHON_SELF_CONFLICT= yes
.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index