Python flexible slugify function

WWW: https://pypi.python.org/pypi/awesome-slugify
This commit is contained in:
Matthew Seaman 2016-07-04 14:42:07 +00:00
parent 6cb17dd6e1
commit 79831ac5c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418032
4 changed files with 35 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1467633317
SHA256 (awesome-slugify-1.6.5.tar.gz) = bbdec3fa2187917473a2efad092b57f7125a55f841a7cf6a1773178d32ccfd71
SIZE (awesome-slugify-1.6.5.tar.gz) = 8405

View File

@ -0,0 +1,3 @@
Python flexible slugify function
WWW: https://pypi.python.org/pypi/awesome-slugify