Date: Wed, 1 Mar 2017 18:57:31 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435193 - in head/textproc: . py-python-slugify Message-ID: <201703011857.v21IvVIp063645@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Wed Mar 1 18:57:31 2017 New Revision: 435193 URL: https://svnweb.freebsd.org/changeset/ports/435193 Log: A Python slugify application that handles unicode WWW: https://github.com/un33k/python-slugify Added: head/textproc/py-python-slugify/ head/textproc/py-python-slugify/Makefile (contents, props changed) head/textproc/py-python-slugify/distinfo (contents, props changed) head/textproc/py-python-slugify/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Mar 1 18:49:56 2017 (r435192) +++ head/textproc/Makefile Wed Mar 1 18:57:31 2017 (r435193) @@ -1301,6 +1301,7 @@ SUBDIR += py-python-augeas SUBDIR += py-python-docx SUBDIR += py-python-gettext + SUBDIR += py-python-slugify SUBDIR += py-pytidylib SUBDIR += py-pyx12 SUBDIR += py-qrcode Added: head/textproc/py-python-slugify/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-slugify/Makefile Wed Mar 1 18:57:31 2017 (r435193) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= python-slugify +PORTVERSION= 1.2.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Slugify application that handles unicode + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.16:converters/py-unidecode + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-python-slugify/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-slugify/distinfo Wed Mar 1 18:57:31 2017 (r435193) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488355541 +SHA256 (python-slugify-1.2.1.tar.gz) = 501182ec738cc8b743ae5c76c183f4427187ef016257f062b3fa594f60916e34 +SIZE (python-slugify-1.2.1.tar.gz) = 5327 Added: head/textproc/py-python-slugify/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-python-slugify/pkg-descr Wed Mar 1 18:57:31 2017 (r435193) @@ -0,0 +1,3 @@ +A Python slugify application that handles unicode + +WWW: https://github.com/un33k/python-slugify
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703011857.v21IvVIp063645>