From owner-svn-ports-head@freebsd.org Sat Jul 28 12:22:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E7C0104FB9A; Sat, 28 Jul 2018 12:22:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF6DB8BDE0; Sat, 28 Jul 2018 12:22:53 +0000 (UTC) (envelope-from miwi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE35226A16; Sat, 28 Jul 2018 12:22:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6SCMr9J078983; Sat, 28 Jul 2018 12:22:53 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SCMqJ1078979; Sat, 28 Jul 2018 12:22:52 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201807281222.w6SCMqJ1078979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 28 Jul 2018 12:22:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475545 - in head/textproc: . py-normality X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/textproc: . py-normality X-SVN-Commit-Revision: 475545 X-SVN-Commit-Repository: ports 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.27 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: Sat, 28 Jul 2018 12:22:54 -0000 Author: miwi Date: Sat Jul 28 12:22:52 2018 New Revision: 475545 URL: https://svnweb.freebsd.org/changeset/ports/475545 Log: Normality is a Python micro-package that contains a small set of text normalization functions for easier re-use. These functions accept a snippet of unicode or utf-8 encoded text and remove various classes of characters, such as diacritics, punctuation etc. This is useful as a preparation to further text analysis. WWW: https://github.com/pudo/normality PR: 229527 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Added: head/textproc/py-normality/ head/textproc/py-normality/Makefile (contents, props changed) head/textproc/py-normality/distinfo (contents, props changed) head/textproc/py-normality/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Jul 28 12:21:38 2018 (r475544) +++ head/textproc/Makefile Sat Jul 28 12:22:52 2018 (r475545) @@ -1329,6 +1329,7 @@ SUBDIR += py-mkdocs-nature SUBDIR += py-mwparserfromhell SUBDIR += py-nltk + SUBDIR += py-normality SUBDIR += py-numpydoc SUBDIR += py-openpyxl SUBDIR += py-openstackdocstheme Added: head/textproc/py-normality/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-normality/Makefile Sat Jul 28 12:22:52 2018 (r475545) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= normality +DISTVERSION= 0.6.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Micro-library to normalize text strings + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}banal>=0:devel/py-banal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +post-extract: + # Prevents that the tests directory will be installed into site-packages + @(cd ${WRKSRC} && ${MV} tests test) + +.include Added: head/textproc/py-normality/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-normality/distinfo Sat Jul 28 12:22:52 2018 (r475545) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530200443 +SHA256 (normality-0.6.1.tar.gz) = 739c1b40cfaefabdf537972f0284df5ce0ddb371f9475b764f478cb25bc1c4be +SIZE (normality-0.6.1.tar.gz) = 7887 Added: head/textproc/py-normality/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-normality/pkg-descr Sat Jul 28 12:22:52 2018 (r475545) @@ -0,0 +1,7 @@ +Normality is a Python micro-package that contains a small set of text +normalization functions for easier re-use. These functions accept a snippet of +unicode or utf-8 encoded text and remove various classes of characters, such as +diacritics, punctuation etc. This is useful as a preparation to further text +analysis. + +WWW: https://github.com/pudo/normality