from the tree
databases/py-cdb is python2-only, has no consumers, and hasn't been updated
since 2004
databases/py-pgsql is python2-only, has only pgworksheet as a
consumer, and hasn't been updated since 2008
databases/pgworksheet is python2-only, has no consumers, and hasn't
been updated since 2008
OK pea@ (maintainer) for py-pgsql and pgworksheet
OK sthen@ for all
Neither have any consumers
py-id3 hasn't been updated since it was imported in 2003
py-tagget hasn't been updated since it was imported in 2006
ok sthen@
LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt
framework. It can read DXF and DWG files and can write DXF, PDF and SVG files.
The user interface is highly customizable, and has dozens of translations.
ok bentley@
muParser is an extensible high performance math expression parser library
written in C++. It works by transforming a mathematical expression into
bytecode and precalculating constant parts of the expression.
ok bentley@
problems, current devel tree works better here). Remove USE_LLD=No and
USE_LIBTOOL=gnu as it now successfully builds and runs without (previously
this had a runtime failure). Tested against ikea tradfri 1.8.26.
- properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)
- strip Git GPG signatures from log messages
- fix regression: don't try to parse "leightweight" tags as real tag objects
py-xmldiff hasn't been updated in a long time, but it still gets used.
So time to update it. Current 2.x versions are a rewrite in pure python.
Patches go away. Port moved to use MODPY_PI and MODPY_SETUPTOOLS.
Move it to python3 only since executable is just xmldiff and xmlpatch.
OK landry@
- 'got log' and 'tog log' now display tags in addition to branch references
- 'got ref' can now be used to create symbolic references
- use <limits.h> instead of <sys/limits.h> (patch by Thomas Klausner)
- fix crash if 'got rebase' has no commits to rebase (with semarie@)
- annotate symlinks with @ in 'got tree' and 'tog tree'
scikit-learn is a BSD-licensed Python module for machine learning
and data mining built on top of SciPy.
Initially created by robert@, modified by me and kmos@.
This is not polished enough, but it can improved in the tree now.
Once the 21 branch rolls out a new version, we will probably update to that.
Currently it is broken for non-OpenMP builds.
OK robert@, kmos@
Joblib is a set of tools to provide lightweight pipelining in Python.
In particular:
transparent disk-caching of functions and lazy re-evaluation
(memoize pattern)
easy simple parallel computing
Joblib is optimized to be fast and robust in particular on large
data and has specific optimizations for numpy arrays. It is
BSD-licensed.
Initial work by robert@, polished by kmos@.
OK robert, kmos
Soup 4. It aims to provide selecting, matching, and filtering using
modern CSS selectors."
Version 1.9.2
It is needed for www/py-beautifulsoup4 4.7.0+ as the CSS Selector
implementation in bs4 was replaced with a dependency on soupsieve.
ok danj@
- fix blame with single-commit history and with files without \n
- fix crashes in tog when blame returns no results on a file (found by otto@)
- man page improvements (bentley@)