From owner-svn-ports-head@freebsd.org Mon Jul 4 14:42:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6428BB91582; Mon, 4 Jul 2016 14:42:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19AAA2E70; Mon, 4 Jul 2016 14:42:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u64Eg8DW035051; Mon, 4 Jul 2016 14:42:08 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u64Eg7bR035047; Mon, 4 Jul 2016 14:42:07 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201607041442.u64Eg7bR035047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 4 Jul 2016 14:42:07 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 14:42:09 -0000 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 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