pkgsrc-WIP-changes archive

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

py-coloredlogs, py-humanfriendly, py-rfc3987, py-verboselogs: removed; already in base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sat Aug 26 11:13:07 2023 +0200
Changeset:	e7bfdde0fd38a1b47095a03e959c3bd99c8baeca

Modified Files:
	Makefile
	py-capturer/Makefile
	py-executor/Makefile
	py-property-manager/Makefile
	py-spyder-terminal/Makefile
Removed Files:
	py-coloredlogs/DESCR
	py-coloredlogs/Makefile
	py-coloredlogs/PLIST
	py-coloredlogs/distinfo
	py-humanfriendly/DESCR
	py-humanfriendly/Makefile
	py-humanfriendly/PLIST
	py-humanfriendly/distinfo
	py-rfc3987/DESCR
	py-rfc3987/Makefile
	py-rfc3987/PLIST
	py-rfc3987/distinfo
	py-verboselogs/DESCR
	py-verboselogs/Makefile
	py-verboselogs/PLIST
	py-verboselogs/distinfo

Log Message:
py-coloredlogs, py-humanfriendly, py-rfc3987, py-verboselogs: removed; already in base

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

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

diffstat:
 Makefile                     |  4 ----
 py-capturer/Makefile         |  3 +--
 py-coloredlogs/DESCR         |  5 ----
 py-coloredlogs/Makefile      | 22 -----------------
 py-coloredlogs/PLIST         | 30 ------------------------
 py-coloredlogs/distinfo      |  5 ----
 py-executor/Makefile         |  6 ++---
 py-humanfriendly/DESCR       | 12 ----------
 py-humanfriendly/Makefile    | 21 -----------------
 py-humanfriendly/PLIST       | 56 --------------------------------------------
 py-humanfriendly/distinfo    |  5 ----
 py-property-manager/Makefile |  7 +++---
 py-rfc3987/DESCR             |  1 -
 py-rfc3987/Makefile          | 16 -------------
 py-rfc3987/PLIST             |  8 -------
 py-rfc3987/distinfo          |  5 ----
 py-spyder-terminal/Makefile  |  2 +-
 py-verboselogs/DESCR         | 12 ----------
 py-verboselogs/Makefile      | 20 ----------------
 py-verboselogs/PLIST         | 14 -----------
 py-verboselogs/distinfo      |  5 ----
 21 files changed, 8 insertions(+), 251 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 60aa41ac6e..8c42db6e9c 100644
--- a/Makefile
+++ b/Makefile
@@ -3482,7 +3482,6 @@ SUBDIR+=	py-cogent
 SUBDIR+=	py-collectd
 SUBDIR+=	py-colorcet
 SUBDIR+=	py-colored-traceback
-SUBDIR+=	py-coloredlogs
 SUBDIR+=	py-colorpy
 SUBDIR+=	py-columnize
 SUBDIR+=	py-commisery
@@ -3849,7 +3848,6 @@ SUBDIR+=	py-http-prompt
 SUBDIR+=	py-httpie-jwt-auth
 SUBDIR+=	py-hug
 SUBDIR+=	py-hugo
-SUBDIR+=	py-humanfriendly
 SUBDIR+=	py-hvac
 SUBDIR+=	py-hybridlfpy
 SUBDIR+=	py-hydrointerp
@@ -4451,7 +4449,6 @@ SUBDIR+=	py-resonance
 SUBDIR+=	py-retrying
 SUBDIR+=	py-revolve
 SUBDIR+=	py-rf
-SUBDIR+=	py-rfc3987
 SUBDIR+=	py-rfc6555
 SUBDIR+=	py-riccipy
 SUBDIR+=	py-rigidbodysimulator
@@ -4770,7 +4767,6 @@ SUBDIR+=	py-vdirsyncer-git
 SUBDIR+=	py-vega_datasets
 SUBDIR+=	py-vegas
 SUBDIR+=	py-venusian
-SUBDIR+=	py-verboselogs
 SUBDIR+=	py-verilog
 SUBDIR+=	py-version-control-tools-hg
 SUBDIR+=	py-vespa
diff --git a/py-capturer/Makefile b/py-capturer/Makefile
index 7cb0c75d3c..01c06ee23b 100644
--- a/py-capturer/Makefile
+++ b/py-capturer/Makefile
@@ -10,8 +10,7 @@ HOMEPAGE=	https://pypi.org/project/capturer/
 COMMENT=	Easily capture stdout/stderr of the current process and subprocesses
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-humanfriendly>=8.0:../../wip/py-humanfriendly
-
+DEPENDS+=	${PYPKGPREFIX}-humanfriendly>=8.0:../../textproc/py-humanfriendly
 TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=4.2:../../devel/py-coverage
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.0.4:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov 
diff --git a/py-coloredlogs/DESCR b/py-coloredlogs/DESCR
deleted file mode 100644
index ee1b13d5b6..0000000000
--- a/py-coloredlogs/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-The coloredlogs package enables colored terminal output for Python
-logging module. The ColoredFormatter class inherits from logging.
-Formatter and uses ANSI escape sequences to render your logging
-messages in color. It uses only standard colors so it should work on
-any UNIX terminal.
diff --git a/py-coloredlogs/Makefile b/py-coloredlogs/Makefile
deleted file mode 100644
index d3137c0ff7..0000000000
--- a/py-coloredlogs/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	coloredlogs-15.0.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=c/coloredlogs/}
-
-MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.org/project/coloredlogs/
-COMMENT=	Colored terminal output for Python's logging module
-LICENSE=	mit
-
-DEPENDS+=	${PYPKGPREFIX}-humanfriendly>=9.1:../../wip/py-humanfriendly
-
-TEST_DEPENDS+=	${PYPKGPREFIX}-capturer>=2.4:../../devel/py-capturer
-TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=4.2:../../devel/py-coverage
-TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.0.3:../../devel/py-test
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
-TEST_DEPENDS+=	${PYPKGPREFIX}-verboselogs>=1.7:../../wip/py-verboselogs
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-coloredlogs/PLIST b/py-coloredlogs/PLIST
deleted file mode 100644
index dde1e948ae..0000000000
--- a/py-coloredlogs/PLIST
+++ /dev/null
@@ -1,30 +0,0 @@
-@comment $NetBSD$
-bin/coloredlogs
-${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}/coloredlogs.pth
-${PYSITELIB}/coloredlogs/__init__.py
-${PYSITELIB}/coloredlogs/__init__.pyc
-${PYSITELIB}/coloredlogs/__init__.pyo
-${PYSITELIB}/coloredlogs/cli.py
-${PYSITELIB}/coloredlogs/cli.pyc
-${PYSITELIB}/coloredlogs/cli.pyo
-${PYSITELIB}/coloredlogs/converter/__init__.py
-${PYSITELIB}/coloredlogs/converter/__init__.pyc
-${PYSITELIB}/coloredlogs/converter/__init__.pyo
-${PYSITELIB}/coloredlogs/converter/colors.py
-${PYSITELIB}/coloredlogs/converter/colors.pyc
-${PYSITELIB}/coloredlogs/converter/colors.pyo
-${PYSITELIB}/coloredlogs/demo.py
-${PYSITELIB}/coloredlogs/demo.pyc
-${PYSITELIB}/coloredlogs/demo.pyo
-${PYSITELIB}/coloredlogs/syslog.py
-${PYSITELIB}/coloredlogs/syslog.pyc
-${PYSITELIB}/coloredlogs/syslog.pyo
-${PYSITELIB}/coloredlogs/tests.py
-${PYSITELIB}/coloredlogs/tests.pyc
-${PYSITELIB}/coloredlogs/tests.pyo
diff --git a/py-coloredlogs/distinfo b/py-coloredlogs/distinfo
deleted file mode 100644
index db5de9e69f..0000000000
--- a/py-coloredlogs/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (coloredlogs-15.0.1.tar.gz) = d9176feb27ac0567bbd2840474cc59261d21708965b116670c2aac4ff0eb2a4f
-SHA512 (coloredlogs-15.0.1.tar.gz) = 577af26af8d27bca3f10e6aaa257245aba608cc3832985ba57bcb2b590b10bf054796a2210749c15ee1b1a17623e007e4ac3ba17bed6af95544f85f5dfafaf21
-Size (coloredlogs-15.0.1.tar.gz) = 278520 bytes
diff --git a/py-executor/Makefile b/py-executor/Makefile
index 4da70b6157..87aa84c95d 100644
--- a/py-executor/Makefile
+++ b/py-executor/Makefile
@@ -12,9 +12,9 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-fasteners>=0.14.1:../../devel/py-fasteners
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
-DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=3.5:../../wip/py-coloredlogs
-DEPENDS+=	${PYPKGPREFIX}-humanfriendly>=8.0:../../wip/py-humanfriendly
-DEPENDS+=	${PYPKGPREFIX}-property-manager>=3.0:../../wip/py-humanfriendly
+DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=3.5:../../devel/py-coloredlogs
+DEPENDS+=	${PYPKGPREFIX}-humanfriendly>=8.0:../../textproc/py-humanfriendly
+DEPENDS+=	${PYPKGPREFIX}-property-manager>=3.0:../../wip/py-property-manager
 
 USE_LANGUAGES=	# none
 
diff --git a/py-humanfriendly/DESCR b/py-humanfriendly/DESCR
deleted file mode 100644
index 34880e09dd..0000000000
--- a/py-humanfriendly/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-The functions and classes in the humanfriendly package can be used to
-make text interfaces more user friendly. Some example features:
-
- - Parsing and formatting numbers, file sizes, pathnames and timespans
-   in simple, human friendly formats.
- - Easy to use timers for long running operations, with human friendly
-   formatting  of the resulting timespans.
- - Prompting the user to select a choice from a list of options by
-   typing the  option's number or a unique substring of the option.
- - Terminal interaction including text styling (ANSI escape sequences),
-   user friendly rendering of usage messages and querying the terminal
-   for its size
diff --git a/py-humanfriendly/Makefile b/py-humanfriendly/Makefile
deleted file mode 100644
index 825117322e..0000000000
--- a/py-humanfriendly/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	humanfriendly-10.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_PYPI:=h/humanfriendly/}
-
-MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.org/project/humanfriendly/
-COMMENT=	Human friendly output for text interfaces using Python
-LICENSE=	mit
-
-TEST_DEPENDS+=	${PYPKGPREFIX}-capturer>=2.1:../../wip/py-capturer
-TEST_DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=15.0.1:../../wip/py-coloredlogs
-TEST_DEPENDS+=	${PYPKGPREFIX}-docutils>=0.15:../../textproc/py-docutils
-TEST_DEPENDS+=	${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
-TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.0.7:../../devel/py-test
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-humanfriendly/PLIST b/py-humanfriendly/PLIST
deleted file mode 100644
index c7551c3dc0..0000000000
--- a/py-humanfriendly/PLIST
+++ /dev/null
@@ -1,56 +0,0 @@
-@comment $NetBSD$
-bin/humanfriendly
-${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}/humanfriendly/__init__.py
-${PYSITELIB}/humanfriendly/__init__.pyc
-${PYSITELIB}/humanfriendly/__init__.pyo
-${PYSITELIB}/humanfriendly/case.py
-${PYSITELIB}/humanfriendly/case.pyc
-${PYSITELIB}/humanfriendly/case.pyo
-${PYSITELIB}/humanfriendly/cli.py
-${PYSITELIB}/humanfriendly/cli.pyc
-${PYSITELIB}/humanfriendly/cli.pyo
-${PYSITELIB}/humanfriendly/compat.py
-${PYSITELIB}/humanfriendly/compat.pyc
-${PYSITELIB}/humanfriendly/compat.pyo
-${PYSITELIB}/humanfriendly/decorators.py
-${PYSITELIB}/humanfriendly/decorators.pyc
-${PYSITELIB}/humanfriendly/decorators.pyo
-${PYSITELIB}/humanfriendly/deprecation.py
-${PYSITELIB}/humanfriendly/deprecation.pyc
-${PYSITELIB}/humanfriendly/deprecation.pyo
-${PYSITELIB}/humanfriendly/prompts.py
-${PYSITELIB}/humanfriendly/prompts.pyc
-${PYSITELIB}/humanfriendly/prompts.pyo
-${PYSITELIB}/humanfriendly/sphinx.py
-${PYSITELIB}/humanfriendly/sphinx.pyc
-${PYSITELIB}/humanfriendly/sphinx.pyo
-${PYSITELIB}/humanfriendly/tables.py
-${PYSITELIB}/humanfriendly/tables.pyc
-${PYSITELIB}/humanfriendly/tables.pyo
-${PYSITELIB}/humanfriendly/terminal/__init__.py
-${PYSITELIB}/humanfriendly/terminal/__init__.pyc
-${PYSITELIB}/humanfriendly/terminal/__init__.pyo
-${PYSITELIB}/humanfriendly/terminal/html.py
-${PYSITELIB}/humanfriendly/terminal/html.pyc
-${PYSITELIB}/humanfriendly/terminal/html.pyo
-${PYSITELIB}/humanfriendly/terminal/spinners.py
-${PYSITELIB}/humanfriendly/terminal/spinners.pyc
-${PYSITELIB}/humanfriendly/terminal/spinners.pyo
-${PYSITELIB}/humanfriendly/testing.py
-${PYSITELIB}/humanfriendly/testing.pyc
-${PYSITELIB}/humanfriendly/testing.pyo
-${PYSITELIB}/humanfriendly/tests.py
-${PYSITELIB}/humanfriendly/tests.pyc
-${PYSITELIB}/humanfriendly/tests.pyo
-${PYSITELIB}/humanfriendly/text.py
-${PYSITELIB}/humanfriendly/text.pyc
-${PYSITELIB}/humanfriendly/text.pyo
-${PYSITELIB}/humanfriendly/usage.py
-${PYSITELIB}/humanfriendly/usage.pyc
-${PYSITELIB}/humanfriendly/usage.pyo
diff --git a/py-humanfriendly/distinfo b/py-humanfriendly/distinfo
deleted file mode 100644
index a21bb99bff..0000000000
--- a/py-humanfriendly/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (humanfriendly-10.0.tar.gz) = 1eef488037d461dd31eb367ca3b8995fd31b1c9101e9bc1f6243727ea77984f2
-SHA512 (humanfriendly-10.0.tar.gz) = 496700bcea1dabf003c938558bf807fabb41b71192f69622979dd9e243dda9b4b06c5ac8f65cef217df85ebadf99099dc22b50d63216791a569be11081d267d6
-Size (humanfriendly-10.0.tar.gz) = 360702 bytes
diff --git a/py-property-manager/Makefile b/py-property-manager/Makefile
index 5fc10a2403..e89bb27b10 100644
--- a/py-property-manager/Makefile
+++ b/py-property-manager/Makefile
@@ -10,10 +10,9 @@ HOMEPAGE=	https://property-manager.readthedocs.io
 COMMENT=	Useful property variants for Python programming
 LICENSE=	mit
 
-DEPENDS+=	#${PYPKGPREFIX}-humanfriendly>=8.0:../../wip/py-humanfriendly
-DEPENDS+=	#${PYPKGPREFIX}-verboselogs>=1.1:../../wip/py-verboselogs
-
-TEST_DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=5.0:../../wip/py-coloredlogs
+DEPENDS+=	#${PYPKGPREFIX}-humanfriendly>=8.0:../../textproc/py-humanfriendly
+DEPENDS+=	#${PYPKGPREFIX}-verboselogs>=1.1:../../devel/py-verboselogs
+TEST_DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=5.0:../../devel/py-coloredlogs
 
 
 USE_LANGUAGES=	# none
diff --git a/py-rfc3987/DESCR b/py-rfc3987/DESCR
deleted file mode 100644
index 1b23e45948..0000000000
--- a/py-rfc3987/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
diff --git a/py-rfc3987/Makefile b/py-rfc3987/Makefile
deleted file mode 100644
index b844a3b9f9..0000000000
--- a/py-rfc3987/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	rfc3987-1.3.8
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	category python
-MASTER_SITES=	https://files.pythonhosted.org/packages/14/bb/f1395c4b62f251a1cb503ff884500ebd248eed593f41b469f89caa3547bd/
-
-MAINTAINER=     kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://pypi.python.org/pypi/rfc3987
-COMMENT=	Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
-LICENSE=	gnu-gpl-v3
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-rfc3987/PLIST b/py-rfc3987/PLIST
deleted file mode 100644
index ec00fea588..0000000000
--- a/py-rfc3987/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/rfc3987.py
-${PYSITELIB}/rfc3987.pyc
-${PYSITELIB}/rfc3987.pyo
diff --git a/py-rfc3987/distinfo b/py-rfc3987/distinfo
deleted file mode 100644
index 2183080820..0000000000
--- a/py-rfc3987/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (rfc3987-1.3.8.tar.gz) = 9dd7d8a06faae998c5d08ce894e416abadb2e127
-SHA512 (rfc3987-1.3.8.tar.gz) = 0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c
-Size (rfc3987-1.3.8.tar.gz) = 20700 bytes
diff --git a/py-spyder-terminal/Makefile b/py-spyder-terminal/Makefile
index 7dacff907e..80129998be 100644
--- a/py-spyder-terminal/Makefile
+++ b/py-spyder-terminal/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
 DEPENDS+=	spyder>=5.2.0:../../wip/spyder
-DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=14.0:../../wip/py-coloredlogs
+DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=14.0:../../devel/py-coloredlogs
 DEPENDS+=	${PYPKGPREFIX}-terminado>=0.10.1:../../www/py-terminado
 DEPENDS+=	${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
 
diff --git a/py-verboselogs/DESCR b/py-verboselogs/DESCR
deleted file mode 100644
index 93c6be8294..0000000000
--- a/py-verboselogs/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-The verboselogs package extends Python�logging module to add the log
-levels NOTICE, SPAM, SUCCESS and VERBOSE:
-
-    The NOTICE level sits between the predefined WARNING and INFO
-    levels.
-
-    The SPAM level sits between the predefined DEBUG and NOTSET levels.
-
-    The SUCCESS level sits between the predefined WARNING and ERROR
-    levels.
-
-    The VERBOSE level sits between the predefined INFO and DEBUG levels.
diff --git a/py-verboselogs/Makefile b/py-verboselogs/Makefile
deleted file mode 100644
index 450c2dfa90..0000000000
--- a/py-verboselogs/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	verboselogs-1.7
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=v/verboselogs/}
-
-MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.org/project/verboselogs/
-COMMENT=	Extend Python logging module to add the log levels
-LICENSE=	mit
-
-TEST_DEPENDS+=	${PYPKGPREFIX}-mock>=1.0.1:../../devel/py-mock
-TEST_DEPENDS+=	${PYPKGPREFIX}-test>=2.6.1:../../devel/py-test
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.2.1:../../devel/py-test-cov
-TEST_DEPENDS+=	${PYPKGPREFIX}-astroid>0:../../devel/py-astroid
-TEST_DEPENDS+=	${PYPKGPREFIX}-pylint>0:../../devel/py-pylint
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-verboselogs/PLIST b/py-verboselogs/PLIST
deleted file mode 100644
index e715ee5b38..0000000000
--- a/py-verboselogs/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/verboselogs/__init__.py
-${PYSITELIB}/verboselogs/__init__.pyc
-${PYSITELIB}/verboselogs/__init__.pyo
-${PYSITELIB}/verboselogs/pylint.py
-${PYSITELIB}/verboselogs/pylint.pyc
-${PYSITELIB}/verboselogs/pylint.pyo
-${PYSITELIB}/verboselogs/tests.py
-${PYSITELIB}/verboselogs/tests.pyc
-${PYSITELIB}/verboselogs/tests.pyo
diff --git a/py-verboselogs/distinfo b/py-verboselogs/distinfo
deleted file mode 100644
index 6a7218331e..0000000000
--- a/py-verboselogs/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (verboselogs-1.7.tar.gz) = 010f9483421dc456369cbe69b7cbe49445cfb77c0980930521f7529c70c5ff45
-SHA512 (verboselogs-1.7.tar.gz) = 13e96ac21e1cb5c68428b348bab63fc4d4ad34eaffe8e1554c05380f9115d2a3ccc6fa2e0a5ca8941e73bfb06537a3e46f29880e7ba3f47da0284279a9740211
-Size (verboselogs-1.7.tar.gz) = 10338 bytes


Home | Main Index | Thread Index | Old Index