Commit Graph

22 Commits

Author SHA1 Message Date
sthen d86cc7ec55 use MODPY_PYBUILD 2022-11-14 15:26:17 +00:00
sthen 1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
naddy 8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen 92d8d3bb00 update to py3-jellyfish-0.9.0 2022-02-28 15:15:12 +00:00
sthen 8a1d3d13ba update to py3-jellyfish-0.8.9 2021-11-07 09:00:36 +00:00
sthen 384d97056e bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:32 +00:00
sthen ea922cdbf7 convert another batch of py2+3 ports to py3-only, and remove a few more
py2-only ports providing py-* modules that are no longer used in ports.

this doesn't change ports used to support standalone py2-only applications,
not currently planned to remove those at least until a few things with no
real alternatives get ported to py3.
2021-10-29 15:38:40 +00:00
kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
sthen d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen 77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
danj 7219f4e6bd Remove shadchin@ as maintainer per his request 2019-05-13 19:03:51 +00:00
sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
kn 0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
landry cc22a424d3 bump ports depending on python3 in textproc 2017-01-03 19:27:51 +00:00
shadchin 04cb024b8a Bugfix update to py-jellyfish 0.5.6 2016-06-28 17:07:35 +00:00
shadchin 7f6315fb6e Bugfix update to py-jellyfish 0.5.4 2016-05-15 16:36:10 +00:00
shadchin 0941fd6076 Update to py-jellyfish 0.5.3 and take maintainer.
ok sthen@
2016-04-10 19:55:22 +00:00
sthen af28ee77da bump REVISION for setuptools dep change. 2015-09-29 10:52:53 +00:00
ajacoutot 45d6ea65cc Update to py-jellyfish-0.5.1. 2015-09-18 09:37:46 +00:00
sthen 72e1a3b5e0 take a break from doing this in alphabetic order and sync WANTLIB in some
python things, with a lovely boost_python${MODPY_MAJOR_VERSION:M3}-mt in there.
2015-08-19 20:13:59 +00:00
sthen 6f4022c31a import textproc/py-jellyfish, ok jca@ benoit@
Jellyfish is a python library for doing approximate and phonetic
matching of strings.

String comparison:

Levenshtein Distance
Damerau-Levenshtein Distance
Jaro Distance
Jaro-Winkler Distance
Match Rating Approach Comparison
Hamming Distance

Phonetic encoding:

American Soundex
Metaphone
NYSIIS (New York State Identification and Intelligence System)
Match Rating Codex
2015-05-20 08:11:10 +00:00