pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-python-slugify
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 28 05:42:16 UTC 2019
Modified Files:
pkgsrc/devel/py-python-slugify: DESCR Makefile
Log Message:
py-python-slugify: Improve DESCR and COMMENT (explaining what slugify means)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-python-slugify/DESCR
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-python-slugify/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-python-slugify/DESCR
diff -u pkgsrc/devel/py-python-slugify/DESCR:1.1 pkgsrc/devel/py-python-slugify/DESCR:1.2
--- pkgsrc/devel/py-python-slugify/DESCR:1.1 Sun Sep 23 18:16:24 2018
+++ pkgsrc/devel/py-python-slugify/DESCR Wed Aug 28 05:42:15 2019
@@ -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.
Index: pkgsrc/devel/py-python-slugify/Makefile
diff -u pkgsrc/devel/py-python-slugify/Makefile:1.5 pkgsrc/devel/py-python-slugify/Makefile:1.6
--- pkgsrc/devel/py-python-slugify/Makefile:1.5 Wed Aug 28 04:28:15 2019
+++ pkgsrc/devel/py-python-slugify/Makefile Wed Aug 28 05:42:15 2019
@@ -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 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyth
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