Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 14:42:07 +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: r418032 - in head/textproc: . py-awesome-slugify
Message-ID:  <201607041442.u64Eg7bR035047@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Mon Jul  4 14:42:07 2016
New Revision: 418032
URL: https://svnweb.freebsd.org/changeset/ports/418032

Log:
  Python flexible slugify function
  
  WWW: https://pypi.python.org/pypi/awesome-slugify

Added:
  head/textproc/py-awesome-slugify/
  head/textproc/py-awesome-slugify/Makefile   (contents, props changed)
  head/textproc/py-awesome-slugify/distinfo   (contents, props changed)
  head/textproc/py-awesome-slugify/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jul  4 14:22:46 2016	(r418031)
+++ head/textproc/Makefile	Mon Jul  4 14:42:07 2016	(r418032)
@@ -1218,6 +1218,7 @@
     SUBDIR += py-acora
     SUBDIR += py-alabaster
     SUBDIR += py-asv
+    SUBDIR += py-awesome-slugify
     SUBDIR += py-bugzillatools
     SUBDIR += py-chardet
     SUBDIR += py-cloud_sptheme

Added: head/textproc/py-awesome-slugify/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-awesome-slugify/Makefile	Mon Jul  4 14:42:07 2016	(r418032)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	awesome-slugify
+PORTVERSION=	1.6.5
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	matthew@FreeBSD.org
+COMMENT=	Flexible slugify function
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex \
+		${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.14:converters/py-unidecode
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+TEST_TARGET=	do-test
+NOSETESTS=	nosetests
+
+do-test:
+	${NOSETESTS} ${STAGEDIR}${PYTHON_SITELIBDIR}/slugify
+
+.include <bsd.port.mk>

Added: head/textproc/py-awesome-slugify/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-awesome-slugify/distinfo	Mon Jul  4 14:42:07 2016	(r418032)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467633317
+SHA256 (awesome-slugify-1.6.5.tar.gz) = bbdec3fa2187917473a2efad092b57f7125a55f841a7cf6a1773178d32ccfd71
+SIZE (awesome-slugify-1.6.5.tar.gz) = 8405

Added: head/textproc/py-awesome-slugify/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-awesome-slugify/pkg-descr	Mon Jul  4 14:42:07 2016	(r418032)
@@ -0,0 +1,3 @@
+Python flexible slugify function
+
+WWW: https://pypi.python.org/pypi/awesome-slugify



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607041442.u64Eg7bR035047>