pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-dnaio, py-cutadapt: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Feb 5 17:58:18 2021 -0600
Changeset:	96415a99a806f8a3bc115232fd67a534902f71b0

Modified Files:
	py-cutadapt/DESCR
	py-cutadapt/Makefile
	py-dnaio/Makefile

Log Message:
py-dnaio, py-cutadapt: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96415a99a806f8a3bc115232fd67a534902f71b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-cutadapt/DESCR    |  2 --
 py-cutadapt/Makefile |  9 ++-------
 py-dnaio/Makefile    | 21 ++-------------------
 3 files changed, 4 insertions(+), 28 deletions(-)

diffs:
diff --git a/py-cutadapt/DESCR b/py-cutadapt/DESCR
index 044b13c3cf..0adbe298ed 100644
--- a/py-cutadapt/DESCR
+++ b/py-cutadapt/DESCR
@@ -1,4 +1,2 @@
 Cutadapt finds and removes adapter sequences, primers, poly-A tails and other
 types of unwanted sequence from your high-throughput sequencing reads.
-
-WWW: https://pypi.python.org/pypi/cutadapt/
diff --git a/py-cutadapt/Makefile b/py-cutadapt/Makefile
index 1a63c4eba8..b7a5da3317 100644
--- a/py-cutadapt/Makefile
+++ b/py-cutadapt/Makefile
@@ -1,22 +1,17 @@
 # $NetBSD$
 
-###########################################################
-#               Generated by fbsd2pkg                     #
-###########################################################
-
 DISTNAME=	cutadapt-3.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/cutadapt/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-COMMENT=	Finds and removes adapter sequences, primers, poly-A tails, etc
+HOMEPAGE=	https://cutadapt.readthedocs.io/en/stable/
+COMMENT=	Find and remove adapter sequences, primers, poly-A tails, etc
 LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-xopen>=0.8.2:../../devel/py-xopen
 DEPENDS+=	${PYPKGPREFIX}-dnaio>=0.3:../../wip/py-dnaio
 
-USE_LANGUAGES=	c
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-dnaio/Makefile b/py-dnaio/Makefile
index 07bdab1af7..eca55adacd 100644
--- a/py-dnaio/Makefile
+++ b/py-dnaio/Makefile
@@ -1,9 +1,4 @@
 # $NetBSD$
-#
-###########################################################
-#                  Generated by fbsd2pkg                  #
-#              Thu Oct 10 15:09:51 CDT 2019               #
-###########################################################
 
 DISTNAME=	dnaio-0.5.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -11,21 +6,9 @@ CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/dnaio/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.python.org/pypi/dnaio
-COMMENT=	Read and write FASTQ and FASTA
-# Check this
+HOMEPAGE=	https://github.com/marcelm/dnaio
+COMMENT=	Read and write FASTQ and FASTA files
 LICENSE=	mit
 
-# Test and change if necessary.
-# MAKE_JOBS_SAFE=	no
-
-# Just assuming C and C++: Adjust this!
-USE_LANGUAGES=	c
-
-# Verify that we shouldn't use distutils.mk or extensions.mk instead.
 .include "../../lang/python/egg.mk"
-# Based on USES=python.  Check this.
-.include "../../lang/python/application.mk"
-# CentOS doesn't have zlib in the base, so uncomment if needed.
-# .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index