pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-test-doctestplus: remove, imported to pkgsrc/devel
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Mon Jan 17 10:42:58 2022 +0100
Changeset: f141802fee073e9096730e5024bdab34501b45b3
Modified Files:
Makefile
Removed Files:
py-test-doctestplus/DESCR
py-test-doctestplus/Makefile
py-test-doctestplus/PLIST
py-test-doctestplus/distinfo
Log Message:
py-test-doctestplus: remove, imported to pkgsrc/devel
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f141802fee073e9096730e5024bdab34501b45b3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 5 ++++-
py-test-doctestplus/DESCR | 5 -----
py-test-doctestplus/Makefile | 23 -----------------------
py-test-doctestplus/PLIST | 20 --------------------
py-test-doctestplus/distinfo | 5 -----
5 files changed, 4 insertions(+), 54 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index abd9ad11ab..3f541ec3fd 100644
--- a/Makefile
+++ b/Makefile
@@ -704,6 +704,7 @@ SUBDIR+= dsniff-nox11
SUBDIR+= dstp
SUBDIR+= duali-data
SUBDIR+= dub
+SUBDIR+= duf
SUBDIR+= duff
SUBDIR+= dumb
SUBDIR+= dune-common
@@ -4727,7 +4728,6 @@ SUBDIR+= py-telepathy
SUBDIR+= py-teng
SUBDIR+= py-teradata
SUBDIR+= py-test-datadir
-SUBDIR+= py-test-doctestplus
SUBDIR+= py-test-html
SUBDIR+= py-test-metadata
SUBDIR+= py-test-mpl
@@ -4935,6 +4935,7 @@ SUBDIR+= qmpdclient
SUBDIR+= qn-x11
SUBDIR+= qrint
SUBDIR+= qrq
+SUBDIR+= qstat
SUBDIR+= qstat214
SUBDIR+= qt-openzwave
SUBDIR+= qt4-gstreamer
@@ -5237,6 +5238,7 @@ SUBDIR+= shotwell
SUBDIR+= shoutcast
SUBDIR+= showfont
SUBDIR+= showmesh
+SUBDIR+= shtool
SUBDIR+= shttpd
SUBDIR+= shunt
SUBDIR+= sic
@@ -6023,6 +6025,7 @@ SUBDIR+= xpilot-ng
SUBDIR+= xpipe
SUBDIR+= xplore
SUBDIR+= xplugd
+SUBDIR+= xqf
SUBDIR+= xrdp
SUBDIR+= xspd
SUBDIR+= xspdapp
diff --git a/py-test-doctestplus/DESCR b/py-test-doctestplus/DESCR
deleted file mode 100644
index 8c8d721993..0000000000
--- a/py-test-doctestplus/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This package contains a plugin for the pytest framework that
-provides advanced doctest support and enables the testing of
-reStructuredText .rst files. It was originally part of the
-astropy core package, but has been moved to a separate package
-in order to be of more general use
diff --git a/py-test-doctestplus/Makefile b/py-test-doctestplus/Makefile
deleted file mode 100644
index 1c9cbbf56c..0000000000
--- a/py-test-doctestplus/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME= pytest-doctestplus-0.11.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-doctestplus/}
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://astropy.org/
-COMMENT= Pytest plugin with advanced doctest features
-LICENSE= modified-bsd
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-doctestplus/PLIST b/py-test-doctestplus/PLIST
deleted file mode 100644
index da00570b1c..0000000000
--- a/py-test-doctestplus/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pytest_doctestplus/__init__.py
-${PYSITELIB}/pytest_doctestplus/__init__.pyc
-${PYSITELIB}/pytest_doctestplus/__init__.pyo
-${PYSITELIB}/pytest_doctestplus/output_checker.py
-${PYSITELIB}/pytest_doctestplus/output_checker.pyc
-${PYSITELIB}/pytest_doctestplus/output_checker.pyo
-${PYSITELIB}/pytest_doctestplus/plugin.py
-${PYSITELIB}/pytest_doctestplus/plugin.pyc
-${PYSITELIB}/pytest_doctestplus/plugin.pyo
-${PYSITELIB}/pytest_doctestplus/utils.py
-${PYSITELIB}/pytest_doctestplus/utils.pyc
-${PYSITELIB}/pytest_doctestplus/utils.pyo
diff --git a/py-test-doctestplus/distinfo b/py-test-doctestplus/distinfo
deleted file mode 100644
index afa697e023..0000000000
--- a/py-test-doctestplus/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (pytest-doctestplus-0.11.2.tar.gz) = 894a404c1d8ce7cd296f5494c907c3fc933308019d8ba48cfe112fb164602746
-SHA512 (pytest-doctestplus-0.11.2.tar.gz) = fed49a551be78f51db60161ccfa592e461719cca76e2a48e3267e8a22dbec60d02d8fbb757a88cb5cf4dc22143e27d3d20f25b51855be835254c72fd8260abbd
-Size (pytest-doctestplus-0.11.2.tar.gz) = 34943 bytes
Home |
Main Index |
Thread Index |
Old Index