source ports (also code parsing DNS running as root? no thanks) and there
are better alternatives (unbound or isc-bind have their own DNS64 support).
ok tb@ kn@
Parameterized provides parameterized testing for nose, py.test and unittest
test frameworks. Required to run the tests of an upcoming net/synapse update.
ok sthen@
feedback/ok kmos@
while virtualenv itself is run using Python 3, it is still able to create
a Python 2 virtual environment: "virtualenv -p python2 $dir_name"
other ports. "no reason to keep" daniel@ ok kmos@
"The last consumer was compiz and if newer versions of cython start to
break compiz then we can switch to storing the generated output directly
in the ports tree." -daniel
When updating cutter, I had accidentally removed a thought "no longer needed"
patch. This commit adds it back with a comment to hopefully ensure it doesn't
happen again.
Fixes:
```
/pobj/cutter-2.1.0/cutter-2.1.0/src/widgets/GraphGridLayout.cpp:559:28: error: non-constant-expression cannot be narrowed from type 'const unsigned long long' to 'size_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
events.push_back({ it.first, 0, it.second.row, Event::Block });
^~~~~~~~
```
OK sthen@, thanks.
files were dropped (mostly entry_points.txt) or .egg-info files changed
to directories. Small patches were needed where some other build systems
were calling Python tools to install due to changes in setuptools.
Messy patching needed for games/0ad which bundles a spidermonkey tar of
a specific version and patches it using files in its own distribution.
Been through a bulk on i386, plus I tested a few things separately on
amd64 where fallout from the recent qscintilla update has broken some ports
on !LP64 which was blocking them on i386.
path (aka path pie, formerly path.py) implements path objects as
first-class entities, allowing common operations on files to be invoked
on those path objects directly.
It may be possible to disable the native debug code to benefit from
other rizin features on other archs, but it's not clear to me how to do
that using the meson build system.
This is a library that extracts data from stack frames and tracebacks,
particularly to display more useful tracebacks than the default.
It powers the tracebacks in IPython and futurecoder.
The asttokens module annotates Python abstract syntax trees (ASTs) with
the positions of tokens and text in the source code that generated them.
It makes it possible for tools that work with logical AST nodes to
find the particular text that resulted in those nodes, for example for
automated refactoring or highlighting.