Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters converters: Add py-unicode-slugify
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8d2d0922e65
branches: trunk
changeset: 430522:e8d2d0922e65
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 01 17:50:59 2020 +0000
description:
converters: Add py-unicode-slugify
Unicode Slugify is a slugifier that generates unicode slugs. It was originally
used in the Firefox Add-ons web site to generate slugs for add-ons and add-on
collections. Many of these add-ons and collections had unicode characters
and required more than simple transliteration.
diffstat:
converters/Makefile | 3 ++-
converters/py-unicode-slugify/DESCR | 4 ++++
converters/py-unicode-slugify/Makefile | 17 +++++++++++++++++
converters/py-unicode-slugify/PLIST | 13 +++++++++++++
converters/py-unicode-slugify/distinfo | 6 ++++++
5 files changed, 42 insertions(+), 1 deletions(-)
diffs (73 lines):
diff -r abab4cd217e4 -r e8d2d0922e65 converters/Makefile
--- a/converters/Makefile Fri May 01 16:55:28 2020 +0000
+++ b/converters/Makefile Fri May 01 17:50:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2020/02/12 14:11:22 fcambus Exp $
+# $NetBSD: Makefile,v 1.176 2020/05/01 17:50:59 nia Exp $
#
COMMENT= Document format and character code converters
@@ -116,6 +116,7 @@
SUBDIR+= py-emoji
SUBDIR+= py-jpCodecs
SUBDIR+= py-simplejson
+SUBDIR+= py-unicode-slugify
SUBDIR+= py-yenc
SUBDIR+= py-zbase32
SUBDIR+= py-zfec
diff -r abab4cd217e4 -r e8d2d0922e65 converters/py-unicode-slugify/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-unicode-slugify/DESCR Fri May 01 17:50:59 2020 +0000
@@ -0,0 +1,4 @@
+Unicode Slugify is a slugifier that generates unicode slugs. It was originally
+used in the Firefox Add-ons web site to generate slugs for add-ons and add-on
+collections. Many of these add-ons and collections had unicode characters
+and required more than simple transliteration.
diff -r abab4cd217e4 -r e8d2d0922e65 converters/py-unicode-slugify/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-unicode-slugify/Makefile Fri May 01 17:50:59 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/05/01 17:50:59 nia Exp $
+
+DISTNAME= unicode-slugify-0.1.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= converters python
+MASTER_SITES= ${MASTER_SITE_PYPI:=u/unicode-slugify/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mozilla/unicode-slugify
+COMMENT= Slug generator that turns strings into unicode slugs
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r abab4cd217e4 -r e8d2d0922e65 converters/py-unicode-slugify/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-unicode-slugify/PLIST Fri May 01 17:50:59 2020 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/01 17:50:59 nia Exp $
+${PYSITELIB}/slugify/__init__.py
+${PYSITELIB}/slugify/__init__.pyo
+${PYSITELIB}/slugify/__init__.pyc
+${PYSITELIB}/slugify/tests.pyo
+${PYSITELIB}/slugify/tests.pyc
+${PYSITELIB}/slugify/tests.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r abab4cd217e4 -r e8d2d0922e65 converters/py-unicode-slugify/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-unicode-slugify/distinfo Fri May 01 17:50:59 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/01 17:50:59 nia Exp $
+
+SHA1 (unicode-slugify-0.1.3.tar.gz) = 077cfd0c226f6b2cab3c84b340cd9693ce9939fc
+RMD160 (unicode-slugify-0.1.3.tar.gz) = 16fbfb4614658bb4fb2217484ebece362d140e0d
+SHA512 (unicode-slugify-0.1.3.tar.gz) = 509414c8b3603f3b092390ee29f52b6a22de45d904fcfa5554f2c1188a35ac090781050642b0b7bf068d1b30ce424342878e646db98b592712f47595528911a1
+Size (unicode-slugify-0.1.3.tar.gz) = 4430 bytes
Home |
Main Index |
Thread Index |
Old Index