pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-python-slugify py-python-slugify: Improve DES...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b4838b4bc0a
branches:  trunk
changeset: 338670:8b4838b4bc0a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 28 05:42:15 2019 +0000

description:
py-python-slugify: Improve DESCR and COMMENT (explaining what slugify means)

diffstat:

 devel/py-python-slugify/DESCR    |  6 ++----
 devel/py-python-slugify/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r ae81fadba317 -r 8b4838b4bc0a devel/py-python-slugify/DESCR
--- a/devel/py-python-slugify/DESCR     Wed Aug 28 04:31:18 2019 +0000
+++ b/devel/py-python-slugify/DESCR     Wed Aug 28 05:42:15 2019 +0000
@@ -1,4 +1,2 @@
-Overview
---------
-
-A Python **slugify** application that handles **unicode**.
+A Python slugify (replace non-ASCII characters with ASCII characters)
+application that handles unicode.
diff -r ae81fadba317 -r 8b4838b4bc0a devel/py-python-slugify/Makefile
--- a/devel/py-python-slugify/Makefile  Wed Aug 28 04:31:18 2019 +0000
+++ b/devel/py-python-slugify/Makefile  Wed Aug 28 05:42:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/08/28 04:28:15 taca Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/28 05:42:15 wiz Exp $
 
 DISTNAME=      python-slugify-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -8,7 +8,7 @@
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/un33k/python-slugify
-COMMENT=       Slugify application that handles Unicode
+COMMENT=       Slugify (non-ASCII to ASCII) application that handles Unicode
 LICENSE=       mit
 
 USE_LANGUAGES=         # none



Home | Main Index | Thread Index | Old Index