Removed py-xopen, already in base

This commit is contained in:
Adam Ciarciński 2019-10-27 00:57:57 +02:00
parent 141176310f
commit 976d4ade97
6 changed files with 2 additions and 55 deletions

View File

@ -4203,7 +4203,6 @@ SUBDIR+= py-xcffib
SUBDIR+= py-xdgapp
SUBDIR+= py-xdress
SUBDIR+= py-xlutils
SUBDIR+= py-xopen
SUBDIR+= py-xpra
SUBDIR+= py-yams
SUBDIR+= py-yapf

View File

@ -10,15 +10,13 @@ CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cutadapt/}
MAINTAINER= bacon@NetBSD.org
COMMENT= Finds and removes adapter sequences, primers, poly-A tails, etc
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-xopen>=0.8.2:../../wip/py-xopen \
${PYPKGPREFIX}-dnaio>=0.3:../../wip/py-dnaio
DEPENDS+= ${PYPKGPREFIX}-xopen>=0.8.2:../../devel/py-xopen
DEPENDS+= ${PYPKGPREFIX}-dnaio>=0.3:../../wip/py-dnaio
USE_LANGUAGES= c
# PYDISTUTILSPKG= yes
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +0,0 @@
This small Python module provides an xopen function that works like the
built-in open function, but can also deal with compressed files. Supported
compression formats are gzip, bzip2 and xz. They are automatically recognized
by their file extensions .gz, .bz2 or .xz.

View File

@ -1,28 +0,0 @@
# $NetBSD: Makefile,v 1.14 2019/09/06 06:04:17 adam Exp $
DISTNAME= xopen-0.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xopen/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://github.com/marcelm/xopen
COMMENT= Open compressed files transparently
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= pigz-[0-9]*:../../archivers/pigz
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-bz2file-[0-9]*:../../archivers/py-bz2file
.endif
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,12 +0,0 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/xopen/__init__.py
${PYSITELIB}/xopen/__init__.pyo
${PYSITELIB}/xopen/__init__.pyc
${PYSITELIB}/xopen/_version.pyo
${PYSITELIB}/xopen/_version.pyc
${PYSITELIB}/xopen/_version.py

View File

@ -1,6 +0,0 @@
$NetBSD$
SHA1 (xopen-0.8.2.tar.gz) = dbd3260647238b6ec432c6977ca4c14d9fe5a8f2
RMD160 (xopen-0.8.2.tar.gz) = 5fcc0d3831318bfef0bfe1561e2a4873d20cbbe2
SHA512 (xopen-0.8.2.tar.gz) = f63445dc57a1a98e4d78464fe31567542cccb41c2f27f79a58bc4595193ced9580082a0b369eea3f228f505cd39e2b6332d1b96076196ac821c1404c7fa39c8a
Size (xopen-0.8.2.tar.gz) = 11243 bytes