FreeBSD Bugzilla – Attachment 194887 Details for
Bug 229527
[NEW PORT] textproc/py-normality: Micro-library to normalize text strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-normality.patch
py-normality.patch (text/plain), 2.79 KB, created by
Kai Knoblich
on 2018-07-05 05:12:02 UTC
(
hide
)
Description:
py-normality.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-05 05:12:02 UTC
Size:
2.79 KB
patch
obsolete
>Index: py-normality/Makefile >=================================================================== >--- py-normality/Makefile (nonexistent) >+++ py-normality/Makefile (working copy) >@@ -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 <bsd.port.mk> > >Property changes on: py-normality/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-normality/distinfo >=================================================================== >--- py-normality/distinfo (nonexistent) >+++ py-normality/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530200443 >+SHA256 (normality-0.6.1.tar.gz) = 739c1b40cfaefabdf537972f0284df5ce0ddb371f9475b764f478cb25bc1c4be >+SIZE (normality-0.6.1.tar.gz) = 7887 > >Property changes on: py-normality/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-normality/pkg-descr >=================================================================== >--- py-normality/pkg-descr (nonexistent) >+++ py-normality/pkg-descr (working copy) >@@ -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 > >Property changes on: py-normality/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229527
: 194887