Port details |
- py-normality Micro-library to normalize text strings
- 2.3.3 textproc
=0 Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2018-07-28 12:23:18
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- Also Listed In: python
- License: MIT
- Description:
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}normality>0:textproc/py-normality@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-normality/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-normality
- pkg install py39-normality
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-normality listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-normality
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1650975096
SHA256 (pudo-normality-2.3.3_GH0.tar.gz) = 8dc5ad1be2cc1edeabc5960419e61d07f35ffe4d51f8027181dd4f0c04bc962a
SIZE (pudo-normality-2.3.3_GH0.tar.gz) = 9788
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-banal>=1.0.1 : devel/py-banal@py39
- py39-chardet>=0 : textproc/py-chardet@py39
- py39-text-unidecode>=0 : converters/py-text-unidecode@py39
- py39-charset-normalizer>0 : textproc/py-charset-normalizer@py39
- py39-pyicu>=1.9.3 : devel/py-pyicu@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- textproc/py-fingerprints
Configuration Options:
- ===> The following configuration options are available for py39-normality-2.3.3:
ICU=on: Unicode support via ICU
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-normality
- USES:
- python:3.5+ pytest
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.3 28 Apr 2022 17:54:58
    |
Kai Knoblich (kai)  Author: Dmitry Marakasov |
textproc/py-normality: Update to 2.3.3
* Switch to new USES=pytest framework which fixes tests for py-normality
and also py-fingerprints
* Rebase existing patch with additional reference to existing PR.
Changelog since 2.1.1:
https://github.com/pudo/normality/compare/2.1.1...2.3.3
PR: 263581 |
2.1.1 05 Feb 2022 01:17:21
    |
Yasuhiro Kimura (yasu)  |
*/*: Cleanup after the removal of lang/python36
* Remove codes that aren't necessary after the removal of lang/python36
* Mark ports that aren't necessary with Python 3.7 or later as
DEPRECATED and set EXPIRATION_DATE.
PR: 261046
Approved by: lwhsu (python) |
2.1.1 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
2.1.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.1 16 Dec 2020 12:12:55
  |
kai  |
textproc/py-normality: Update to 2.1.1
* Switch to GitHub for a while to make use of the test suite.
* Add default option ICU to reflect the requirements given in setup.py.
* Also add a workaround to avoid configure/build errors with Python < 3.7.
Changelog since 1.0.0:
https://github.com/pudo/normality/compare/1.0.0...2.1.1 |
1.0.0 10 Dec 2020 09:49:22
  |
kai  |
devel/py-banal: Update to 1.0.1
* The support for Python < 3.5 was dropped with the 1.0.0 release, adapt
accordingly and update the pkg-descr.
* Do the same for textproc/py-{fingerprints,normality} to avoid breakage of
bulk -a . Both consumers will soon be updated to a newer release which
also no longer have any support for Python < 3.5.
Changelog since 0.4.2:
https://github.com/pudo/banal/compare/528c339b...1.0.1 |
1.0.0 29 Mar 2019 15:38:40
  |
kai  |
textproc/py-normality: Update to 1.0.0
Changelog:
* Drop support for unidecode
Approved by: mentors (implicit) |
0.6.1 01 Feb 2019 18:55:18
  |
kai  |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
0.6.1 28 Jul 2018 12:22:52
  |
miwi  |
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. |