Received: by mail.netbsd.org (Postfix, from userid 605) id 8AF8B84D9C; Fri, 1 May 2020 17:51:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1335984D9B for ; Fri, 1 May 2020 17:51:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UzabsBvIjEcK for ; Fri, 1 May 2020 17:50:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6B5ED84D67 for ; Fri, 1 May 2020 17:50:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58B09FB27; Fri, 1 May 2020 17:50:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1588355459122330" MIME-Version: 1.0 Date: Fri, 1 May 2020 17:50:59 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/converters To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200501175059.58B09FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1588355459122330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri May 1 17:50:59 UTC 2020 Modified Files: pkgsrc/converters: Makefile Added Files: pkgsrc/converters/py-unicode-slugify: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 pkgsrc/converters/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/converters/py-unicode-slugify/DESCR \ pkgsrc/converters/py-unicode-slugify/Makefile \ pkgsrc/converters/py-unicode-slugify/PLIST \ pkgsrc/converters/py-unicode-slugify/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1588355459122330 Content-Disposition: inline Content-Length: 3481 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/Makefile diff -u pkgsrc/converters/Makefile:1.175 pkgsrc/converters/Makefile:1.176 --- pkgsrc/converters/Makefile:1.175 Wed Feb 12 14:11:22 2020 +++ pkgsrc/converters/Makefile Fri May 1 17:50:59 2020 @@ -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-confusable_homoglyphs SUBDIR+= py-emoji SUBDIR+= py-jpCodecs SUBDIR+= py-simplejson +SUBDIR+= py-unicode-slugify SUBDIR+= py-yenc SUBDIR+= py-zbase32 SUBDIR+= py-zfec Added files: Index: pkgsrc/converters/py-unicode-slugify/DESCR diff -u /dev/null pkgsrc/converters/py-unicode-slugify/DESCR:1.1 --- /dev/null Fri May 1 17:50:59 2020 +++ pkgsrc/converters/py-unicode-slugify/DESCR Fri May 1 17:50:59 2020 @@ -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. Index: pkgsrc/converters/py-unicode-slugify/Makefile diff -u /dev/null pkgsrc/converters/py-unicode-slugify/Makefile:1.1 --- /dev/null Fri May 1 17:50:59 2020 +++ pkgsrc/converters/py-unicode-slugify/Makefile Fri May 1 17:50:59 2020 @@ -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 +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" Index: pkgsrc/converters/py-unicode-slugify/PLIST diff -u /dev/null pkgsrc/converters/py-unicode-slugify/PLIST:1.1 --- /dev/null Fri May 1 17:50:59 2020 +++ pkgsrc/converters/py-unicode-slugify/PLIST Fri May 1 17:50:59 2020 @@ -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 Index: pkgsrc/converters/py-unicode-slugify/distinfo diff -u /dev/null pkgsrc/converters/py-unicode-slugify/distinfo:1.1 --- /dev/null Fri May 1 17:50:59 2020 +++ pkgsrc/converters/py-unicode-slugify/distinfo Fri May 1 17:50:59 2020 @@ -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 --_----------=_1588355459122330--