pkgsrc-WIP-changes archive

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

py-humanfriendly, py-capturer, py-coloredlogs: Use PYPI for homepage



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jul 22 07:08:41 2023 -0500
Changeset:	e5ab51d74be06076ef417467a6bab56f78274708

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

Log Message:
py-humanfriendly, py-capturer, py-coloredlogs: Use PYPI for homepage

I find complete summary info in a standardized format much
more convenient than ad hoc upstream websites

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

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   | 2 +-
 py-humanfriendly/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-capturer/Makefile b/py-capturer/Makefile
index bee419dfce..196cbe74d2 100644
--- a/py-capturer/Makefile
+++ b/py-capturer/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/capturer/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://capturer.readthedocs.io/
+HOMEPAGE=	https://pypi.org/project/capturer/
 COMMENT=	Easily capture stdout/stderr of the current process and subprocesses
 LICENSE=	mit
 
diff --git a/py-coloredlogs/Makefile b/py-coloredlogs/Makefile
index 9d993583e8..e350a3ea3b 100644
--- a/py-coloredlogs/Makefile
+++ b/py-coloredlogs/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/coloredlogs/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://coloredlogs.readthedocs.io/en/latest/
+HOMEPAGE=	https://pypi.org/project/coloredlogs/
 COMMENT=	Colored terminal output for Python's logging module
 LICENSE=	mit
 
diff --git a/py-humanfriendly/Makefile b/py-humanfriendly/Makefile
index 2560bfb6c9..825117322e 100644
--- a/py-humanfriendly/Makefile
+++ b/py-humanfriendly/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=h/humanfriendly/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://humanfriendly.readthedocs.io/
+HOMEPAGE=	https://pypi.org/project/humanfriendly/
 COMMENT=	Human friendly output for text interfaces using Python
 LICENSE=	mit
 


Home | Main Index | Thread Index | Old Index