pkgsrc-WIP-changes archive

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

py-logbook: Update HOMEPAGE and DESCR



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Wed Oct 25 15:04:14 2017 -0700
Changeset:	a309508bec594a07976dce3a393799206cc7bf6b

Modified Files:
	py-logbook/DESCR
	py-logbook/Makefile

Log Message:
py-logbook: Update HOMEPAGE and DESCR

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

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

diffstat:
 py-logbook/DESCR    | 4 +++-
 py-logbook/Makefile | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-logbook/DESCR b/py-logbook/DESCR
index d86481dd1d..72cb0875ff 100644
--- a/py-logbook/DESCR
+++ b/py-logbook/DESCR
@@ -1 +1,3 @@
-A logging replacement for Python
+Logbook is a logging system for Python that replaces the standard
+library's logging module. It was designed with both complex and simple
+applications in mind and the idea to make logging fun.
diff --git a/py-logbook/Makefile b/py-logbook/Makefile
index 7dd12d51f4..20e71d6c9d 100644
--- a/py-logbook/Makefile
+++ b/py-logbook/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	sysutils python
 MASTER_SITES=	${MASTER_SITE_PYPI:=L/Logbook/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	http://logbook.pocoo.org/
+HOMEPAGE=	http://logbook.readthedocs.io/
 COMMENT=	Logging replacement for Python
 LICENSE=	modified-bsd
 


Home | Main Index | Thread Index | Old Index