pkgsrc-WIP-changes archive

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

SET catpurer: up humainfriendly dependency UPDATE py-coloredlogs version UPDATE py-humanfriendly



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 18 09:25:31 2022 +0000
Changeset:	3abc2bb3d1bac17ac10566b8a068d3e9bf9904af

Modified Files:
	py-capturer/Makefile
	py-coloredlogs/Makefile
	py-humanfriendly/Makefile
	py-humanfriendly/distinfo

Log Message:
SET catpurer: up humainfriendly dependency
UPDATE py-coloredlogs version
UPDATE py-humanfriendly

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

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

diffstat:
 py-capturer/Makefile      |  2 +-
 py-coloredlogs/Makefile   |  4 +++-
 py-humanfriendly/Makefile | 10 +++++-----
 py-humanfriendly/distinfo |  6 +++---
 4 files changed, 12 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-capturer/Makefile b/py-capturer/Makefile
index cd63581b26..c6d814580a 100644
--- a/py-capturer/Makefile
+++ b/py-capturer/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://capturer.readthedocs.io/
 COMMENT=	Easily capture stdout/stderr of the current process and subprocesses
 LICENSE=	mit
 
-#DEPENDS+=	py-humanfriendly>=8.0:../../wip/py-humanfriendly
+DEPENDS+=	py-humanfriendly>=10.0:../../wip/py-humanfriendly
 
 USE_LANGUAGES=	# none
 
diff --git a/py-coloredlogs/Makefile b/py-coloredlogs/Makefile
index b8c8c38f2b..2895152f0b 100644
--- a/py-coloredlogs/Makefile
+++ b/py-coloredlogs/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	coloredlogs-14.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
+CATEGORIES=	comms python
 MASTER_SITES=	https://files.pythonhosted.org/packages/84/1b/1ecdd371fa68839cfbda15cc671d0f6c92d2c42688df995a9bf6e36f3511/
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
@@ -10,5 +10,7 @@ HOMEPAGE=	https://coloredlogs.readthedocs.io/en/latest/
 COMMENT=	Colored terminal output for Python's logging module
 LICENSE=	mit
 
+DEPENDS+=  ${PYPKGPREFIX}-humanfriendly>=9.1:../../wip/py-humanfriendly
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-humanfriendly/Makefile b/py-humanfriendly/Makefile
index 7dec4a75c9..03e37b91ae 100644
--- a/py-humanfriendly/Makefile
+++ b/py-humanfriendly/Makefile
@@ -1,17 +1,17 @@
 # $NetBSD$
 
-DISTNAME=	humanfriendly-8.2
+DISTNAME=	humanfriendly-10.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	https://files.pythonhosted.org/packages/6c/19/8e3b4c6fa7cca4788817db398c05274d98ecc6a35e0eaad2846fde90c863/
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/humanfriendly/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://humanfriendly.readthedocs.io/
 COMMENT=	Human friendly output for text interfaces using Python
 LICENSE=	mit
 
-##TEST_DEPENDS+=	py-humanfriendly>=8.0:../../wip/py-humanfriendly
-#TEST_DEPENDS+=	#${PYPKGPREFIX}-coloredlogs>=2.0
+TEST_DEPENDS+=	${PYPKGPREFIX}-capturer>=2.1:../../wip/py-capturer
+TEST_DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=2.0:../../wip/py-coloredlogs
 
 USE_LANGUAGES=	# none
 
diff --git a/py-humanfriendly/distinfo b/py-humanfriendly/distinfo
index 5616b5f2be..a21bb99bff 100644
--- a/py-humanfriendly/distinfo
+++ b/py-humanfriendly/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (humanfriendly-8.2.tar.gz) = ff93f58bfa41e5a1e9ccf588771c6b249f681dd7
-SHA512 (humanfriendly-8.2.tar.gz) = 123d8592e6613a70421740648bb8998733b118927a0bd6182af848612e46eec8e35cae95168219c9b7672bed8e18e1c4a493a80248eabe47f8a4cb1813c8b591
-Size (humanfriendly-8.2.tar.gz) = 358747 bytes
+BLAKE2s (humanfriendly-10.0.tar.gz) = 1eef488037d461dd31eb367ca3b8995fd31b1c9101e9bc1f6243727ea77984f2
+SHA512 (humanfriendly-10.0.tar.gz) = 496700bcea1dabf003c938558bf807fabb41b71192f69622979dd9e243dda9b4b06c5ac8f65cef217df85ebadf99099dc22b50d63216791a569be11081d267d6
+Size (humanfriendly-10.0.tar.gz) = 360702 bytes


Home | Main Index | Thread Index | Old Index