pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-test-html, py-test-metadata: removed; imported into base
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Wed Jan 29 22:32:08 2025 +0100
Changeset: 5c923b93d727bdbd3e24dc320b161e6708df8e47
Modified Files:
Makefile
py-sentry/Makefile
Removed Files:
py-test-html/DESCR
py-test-html/Makefile
py-test-html/PLIST
py-test-html/distinfo
py-test-metadata/DESCR
py-test-metadata/Makefile
py-test-metadata/PLIST
py-test-metadata/distinfo
Log Message:
py-test-html, py-test-metadata: removed; imported into base
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c923b93d727bdbd3e24dc320b161e6708df8e47
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 --
py-sentry/Makefile | 4 ++--
py-test-html/DESCR | 1 -
py-test-html/Makefile | 19 -------------------
py-test-html/PLIST | 21 ---------------------
py-test-html/distinfo | 5 -----
py-test-metadata/DESCR | 1 -
py-test-metadata/Makefile | 20 --------------------
py-test-metadata/PLIST | 37 -------------------------------------
py-test-metadata/distinfo | 5 -----
10 files changed, 2 insertions(+), 113 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ffa0b6a114..04343cda86 100644
--- a/Makefile
+++ b/Makefile
@@ -4781,8 +4781,6 @@ SUBDIR+= py-telegram-bot
SUBDIR+= py-telepathy
SUBDIR+= py-teng
SUBDIR+= py-teradata
-SUBDIR+= py-test-html
-SUBDIR+= py-test-metadata
SUBDIR+= py-test-mpl
SUBDIR+= py-test-nbval
SUBDIR+= py-test-ordering
diff --git a/py-sentry/Makefile b/py-sentry/Makefile
index b8560bee41..98af6c4b74 100644
--- a/py-sentry/Makefile
+++ b/py-sentry/Makefile
@@ -60,8 +60,8 @@ DEPENDS+= ${PYPKGPREFIX}-statsd>=3.2.2:../../wip/py-statsd
DEPENDS+= ${PYPKGPREFIX}-structlog>=18.1.0:../../sysutils/py-structlog
DEPENDS+= ${PYPKGPREFIX}-symbolic>=5.0.1:../../wip/py-symbolic
DEPENDS+= ${PYPKGPREFIX}-test-django>=3.1.2:../../www/py-test-django
-DEPENDS+= ${PYPKGPREFIX}-test-html>=1.17.0:../../wip/py-test-html
-DEPENDS+= ${PYPKGPREFIX}-test-metadata>=1.7.0:../../wip/py-test-metadata
+DEPENDS+= ${PYPKGPREFIX}-test-html>=1.17.0:../../devel/py-test-html
+DEPENDS+= ${PYPKGPREFIX}-test-metadata>=1.7.0:../../devel/py-test-metadata
DEPENDS+= ${PYPKGPREFIX}-test>=3.5.0:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-toronado>=0.0.11:../../wip/py-toronado
DEPENDS+= ${PYPKGPREFIX}-u2flib-server>=5.0.0:../../wip/py-u2flib-server
diff --git a/py-test-html/DESCR b/py-test-html/DESCR
deleted file mode 100644
index 4708d9466c..0000000000
--- a/py-test-html/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Pytest plugin for generating HTML reports
diff --git a/py-test-html/Makefile b/py-test-html/Makefile
deleted file mode 100644
index 2872953125..0000000000
--- a/py-test-html/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME= pytest-html-1.17.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-html/}
-
-MAINTAINER= kethzer.dr%gmail.com@localhost
-HOMEPAGE= https://github.com/pytest-dev/pytest-html
-COMMENT= Pytest plugin for generating HTML reports
-LICENSE= mpl-2.0
-
-DEPENDS+= ${PYPKGPREFIX}-test>=3.5.0:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-test-metadata>=1.7.0:../../wip/py-test-metadata
-
-.include "../../lang/python/egg.mk"
-USE_LANGUAGES= # none
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-html/PLIST b/py-test-html/PLIST
deleted file mode 100644
index 589929988b..0000000000
--- a/py-test-html/PLIST
+++ /dev/null
@@ -1,21 +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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pytest_html/__init__.py
-${PYSITELIB}/pytest_html/__init__.pyc
-${PYSITELIB}/pytest_html/__init__.pyo
-${PYSITELIB}/pytest_html/extras.py
-${PYSITELIB}/pytest_html/extras.pyc
-${PYSITELIB}/pytest_html/extras.pyo
-${PYSITELIB}/pytest_html/hooks.py
-${PYSITELIB}/pytest_html/hooks.pyc
-${PYSITELIB}/pytest_html/hooks.pyo
-${PYSITELIB}/pytest_html/plugin.py
-${PYSITELIB}/pytest_html/plugin.pyc
-${PYSITELIB}/pytest_html/plugin.pyo
-${PYSITELIB}/pytest_html/resources/main.js
-${PYSITELIB}/pytest_html/resources/style.css
diff --git a/py-test-html/distinfo b/py-test-html/distinfo
deleted file mode 100644
index 35fa383366..0000000000
--- a/py-test-html/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (pytest-html-1.17.0.tar.gz) = 6aba3f28378bcfc2783cfae1d6521ae7c68aae5b
-SHA512 (pytest-html-1.17.0.tar.gz) = 7ff666d16d7360385812fbc5f99c4182ff95f9114f48bc61bdecd606439c7067f7b610b713c209900c1240d2dc0354f19ec5a3c1b1e233b041cd7b24e002b8ee
-Size (pytest-html-1.17.0.tar.gz) = 24915 bytes
diff --git a/py-test-metadata/DESCR b/py-test-metadata/DESCR
deleted file mode 100644
index d9d8f00bba..0000000000
--- a/py-test-metadata/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Plugin for test session metadata
diff --git a/py-test-metadata/Makefile b/py-test-metadata/Makefile
deleted file mode 100644
index 0db153cac3..0000000000
--- a/py-test-metadata/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME= pytest-metadata-1.7.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-metadata/}
-
-MAINTAINER= kethzer.dr%gmail.com@localhost
-HOMEPAGE= https://github.com/pytest-dev/pytest-metadata
-COMMENT= Plugin for test session metadata
-LICENSE= mpl-2.0
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-
-DEPENDS+= ${PYPKGPREFIX}-test>=3.5.0:../../devel/py-test
-
-.include "../../lang/python/egg.mk"
-USE_LANGUAGES= # none
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-metadata/PLIST b/py-test-metadata/PLIST
deleted file mode 100644
index 5a0f54dabd..0000000000
--- a/py-test-metadata/PLIST
+++ /dev/null
@@ -1,37 +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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pytest_metadata/__init__.py
-${PYSITELIB}/pytest_metadata/__init__.pyc
-${PYSITELIB}/pytest_metadata/__init__.pyo
-${PYSITELIB}/pytest_metadata/ci/__init__.py
-${PYSITELIB}/pytest_metadata/ci/__init__.pyc
-${PYSITELIB}/pytest_metadata/ci/__init__.pyo
-${PYSITELIB}/pytest_metadata/ci/appveyor.py
-${PYSITELIB}/pytest_metadata/ci/appveyor.pyc
-${PYSITELIB}/pytest_metadata/ci/appveyor.pyo
-${PYSITELIB}/pytest_metadata/ci/circleci.py
-${PYSITELIB}/pytest_metadata/ci/circleci.pyc
-${PYSITELIB}/pytest_metadata/ci/circleci.pyo
-${PYSITELIB}/pytest_metadata/ci/gitlab_ci.py
-${PYSITELIB}/pytest_metadata/ci/gitlab_ci.pyc
-${PYSITELIB}/pytest_metadata/ci/gitlab_ci.pyo
-${PYSITELIB}/pytest_metadata/ci/jenkins.py
-${PYSITELIB}/pytest_metadata/ci/jenkins.pyc
-${PYSITELIB}/pytest_metadata/ci/jenkins.pyo
-${PYSITELIB}/pytest_metadata/ci/taskcluster.py
-${PYSITELIB}/pytest_metadata/ci/taskcluster.pyc
-${PYSITELIB}/pytest_metadata/ci/taskcluster.pyo
-${PYSITELIB}/pytest_metadata/ci/travis_ci.py
-${PYSITELIB}/pytest_metadata/ci/travis_ci.pyc
-${PYSITELIB}/pytest_metadata/ci/travis_ci.pyo
-${PYSITELIB}/pytest_metadata/hooks.py
-${PYSITELIB}/pytest_metadata/hooks.pyc
-${PYSITELIB}/pytest_metadata/hooks.pyo
-${PYSITELIB}/pytest_metadata/plugin.py
-${PYSITELIB}/pytest_metadata/plugin.pyc
-${PYSITELIB}/pytest_metadata/plugin.pyo
diff --git a/py-test-metadata/distinfo b/py-test-metadata/distinfo
deleted file mode 100644
index 71b2f7a4ca..0000000000
--- a/py-test-metadata/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (pytest-metadata-1.7.0.tar.gz) = 63e7567079a973f6fe6423b7b0eeee580f0bb4dc
-SHA512 (pytest-metadata-1.7.0.tar.gz) = 85f86f1eb7486f19904bb513f1ba3212667e0ca2d74080621ffd2ef1cddb0ab9d6c01cc1c8eb69058d86ccad0974830bf1d6ad3b291fe0dbeb6196c06331e66f
-Size (pytest-metadata-1.7.0.tar.gz) = 8254 bytes
Home |
Main Index |
Thread Index |
Old Index