summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15py-characteristic: updated HOMEPAGE, added USE_LANGUAGESadam1-2/+4
2018-07-14py-py: add missing build dependency on py-setuptools_scmwiz1-1/+3
Without it, I got: No local packages or working download links found for setuptools-scm
2018-07-14py-dash: updated to 4.6.0adam2-7/+12
v4.6.0: Improve performance of the following functions for large datasets: duplicates sorted_uniq sorted_uniq_by union union_by union_with uniq uniq_by uniq_with xor xor_by xor_with
2018-07-14talloc: updated to 2.1.14adam2-8/+8
2.1.14: Bug fixes.
2018-07-14py-pylint-common: mark as incompatible with Python 2.7adam1-1/+3
2018-07-13py-faker: updated to 0.8.17adam3-8/+11
0.8.17: Add ein, itin and refactored ssn Provider for en_US. Add job provier for zh_CN. Add date_of_birth provider. Add alpha-3 representation option for country-code provider.
2018-07-13py-ruamel-yaml: updated to 0.15.43adam2-7/+7
0.15.43: merge PR33: Python2.7 on Windows is narrow, but has no sysconfig.get_config_var('Py_UNICODE_SIZE'). register_class() now returns class
2018-07-13py-pylint-plugin-utils: updated to 0.3adam2-7/+9
0.3: Ditching Py2 due to pylint having done the same
2018-07-13py-ordered-set: updated to 3.0.1adam2-7/+7
3.0.1: Bug fixes.
2018-07-12devel/Makefile: Add py-typing-extensionsminskim1-1/+2
2018-07-12devel/py-typing-extensions: Import version 3.6.5minskim4-0/+38
The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol.
2018-07-11libdatrie: updated to 0.2.12adam2-7/+7
0.2.12: - More C90 (ANSI C) compliance. - Prevent some compiling conflicts with other sources. - Fix miscellaneous compiler warnings. - Prevent trimming on extremely long dictionary path names.
2018-07-11Updated devel/ocaml-extlib to version 1.7.5.jaapb3-9/+9
Most importantly, this version adds support for OCaml 4.07. There are some other minor extensions as well.
2018-07-11distcc: updated to 3.3adam9-47/+50
3.3 - Charlie the unicorn * Use masquerade as compiler white-list. * New --allow-private (the default) which allows non-global * IP and IPv6 addresses. * Cross-compilation support. * Fix parsing of IPv6 addresses. * Python 3, not python 2. * Can build without python (and without pump mode or tests). For those upgrading: you must run update-distcc-symlinks on every server machine, and add manually (see MASQUERADING of distcc(1)) those compilers it does not detect.
2018-07-11devel/Makefile: Add go-godefminskim1-1/+2
2018-07-11devel/go-godef: Import version 0.0.20170920minskim4-0/+99
Godef, given an expression or a location in a source file, prints the location of the definition of the symbol referred to.
2018-07-10Update to 1.18wen2-7/+7
Upstream changes: version 1.18 at 2018-07-02 09:18:10 +0000 ----------------------------------------- Change: 58133ae09a1087d1d0cf6e5eac3767961b2e2577 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2018-07-02 10:18:10 +0000 Added usessl option to enable SSL/TLS
2018-07-10Update to 1.20180705wen2-8/+7
Upstream changes: 1.20180705 2018-07-05 16:47:18-07:00 America/Los_Angeles - added destructor to clear counters (choroboa PR #15, RT #71831)
2018-07-10waf: updated to 2.0.9adam3-9/+9
NEW IN WAF 2.0.9 * Add dependencies on scriptlet outputs * Made options optional for cython waftool * Improve doxygen error handling
2018-07-10Update to 0.23wen2-8/+7
Upstream changes: 0.23 2018-06-26 00:00:13Z - properly skip potentially-problematic tests when needed, due to circular dependencies between Moose and Test::CleanNamespaces (RT#125678)
2018-07-10libuv: updated to 1.22.0adam2-7/+7
Version 1.22.0: * unix: remove checksparse.sh * win: fix mingw build error * win: fix -Wunused-function warnings in thread.c * unix,win: merge timers implementation * win: fix pointer type in pipe.c * win: fixing build for older MSVC compilers * zos: clear poll events on every iteration * zos: write-protect message queue * zos: use correct pointer type in strnlen * unix,win: merge handle flags * doc: update Imran Iqbal's GitHub handle * src: add new error apis to prevent memory leaks * test: make test-condvar call uv_cond_wait * fs: change position of uv_fs_lchown
2018-07-10devel/py-kafka: Obsoleted by devel/py-kafka-pythonminskim5-300/+1
2018-07-10devel/Makefile: Add py-kafka-pythonminskim1-1/+2
2018-07-10devel/py-kafka-python: Import version 1.4.3minskim4-0/+322
Python client for the Apache Kafka distributed stream processing system. kafka-python is designed to function much like the official java client, with a sprinkling of pythonic interfaces (e.g., consumer iterators). This package replaces devel/py-kafka.
2018-07-09py-rply: updated to 0.7.6adam2-8/+8
0.7.6: Bug fixes
2018-07-09The package installs files world-writable, which the pkgsrc frameworkhauke1-1/+3
objects to. Clean up permissions before packaging.
2018-07-09py-dulwich: updated to 0.19.5adam3-8/+14
0.19.5: IMPROVEMENTS Add porcelain.describe. BUG FIXES Fix regression in dulwich.porcelain.clone that prevented cloning of remote repositories. Don’t leave around empty parent directories for removed refs. 0.19.4: IMPROVEMENTS Add porcelain.ls_files. Add Index.items. BUG FIXES Avoid unicode characters (e.g. the digraph ij in my surname) in setup.cfg, since setuptools doesn’t deal well with them.
2018-07-09py-cached-property: updated to 1.4.3adam2-7/+7
1.4.3: * Catch SyntaxError from asyncio import on older versions of Python
2018-07-09py-flake8-import-order: updated to 0.18adam2-14/+11
0.18: Add new Python 3.7 modules to the stdlib list, and support 3.7.
2018-07-09py-apipkg: updated to 1.5adam3-13/+18
1.5: - switch to setuptools_scm - move to github - fix up python compat matrix - avoid dict iteration (fixes issue on python3)
2018-07-09py-cython: updated to 0.28.4adam2-7/+7
0.28.4: Bugs fixed * Reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation. * Exception catching based on a non-literal (runtime) tuple could fail to match the exception. * Compile fix for CPython 3.7.0a2.
2018-07-09devel/Makefile: Add py-flake8-docstringsminskim1-1/+2
2018-07-09devel/py-flake8-docstrings: Import version 1.3.0minskim4-0/+36
A simple module that adds an extension for the pydocstyle tool to flake8.
2018-07-07Also mask Python 3.7.joerg1-2/+2
2018-07-07guile-gnome: update to 2.16.5gdt3-39/+8
Guile-Gnome-Platform 2.16.5 - David Pirotte, 2017-06-02 ======================================================= * Changes since 2.16.4 Guile-Gnome is now compatible with Guile-2.2 But don't hail, this is a maintainance release, which actually merely comment the build of the Corba and Gnome-VFS modules, due to incompatible changes in Guile-2.2 (see their corresponding entry in configure.ac for a better explanation): This is reversible though, if you think you have the skill and some free time to fix these two, please do! And get in touch with us of course... Dependencies ------------ Guile-Gnome now allows Guile-2.2, and requires Guile >= 2.0.14
2018-07-07Update to 1.706wen2-8/+8
Upstream changes: 1.706 2018-07-06 20:20:00-05:00 America/Chicago [Fixed] - The File, Stderr, and Stdout adapters now correctly allow being set to the "emergency" log level threshold. Previously, trying to only allow "emergency" log lines would result in all logs being written (and a warning about an invalid log level being set). Thanks @alabamapaul! [Github #74]
2018-07-07Update to 0.237wen2-8/+7
Upstream changes: 0.237 2018-07-06 . Don't load vars.pm This drops compatibility with Perl versions before Perl 5.006. Patch provided by Atoomic and guillemj RT#132077
2018-07-07py-jaraco.functools: added version 1.20adam5-1/+39
Additional functools in the spirit of stdlib’s functools.
2018-07-07py-jaraco.classes: updated to 1.5adam2-10/+7
1.5 Refresh packaging. Use Python 3 syntax for new-style classes.
2018-07-07+ py-hg-evolvejoerg1-1/+2
2018-07-07Import py-hg-evolve-8.0.1:joerg4-0/+146
The Evolve Extension extends the "changeset evolution" features of Mercurial core. It provides a set of commands to easily mutate history as well as the topics extension.
2018-07-06ruby-gnome2-gobject-introspection: pull upstream fix for a memory leak.tsutsui3-2/+127
2018-07-06devel/ruby-activesupport32: dependencies change in gemspectaca1-2/+2
By update of lang/ruby/files/update-gemspec.rb, dependencies changed in gemspec. Bump PKGREVISION.
2018-07-06Recursive revbump from audio/pulseaudioryoon19-23/+38
2018-07-06py-deprecation: updated to 2.0.5adam2-7/+7
2.0.5: Bug fixes.
2018-07-06py-astor: updated to 0.7.1adam3-11/+9
0.7.1: Fix installation error introduced in 0.7.0 0.7: Add Python 3.7 to classifiers
2018-07-06py-xopen: updated to 0.3.5adam2-7/+7
0.3.5: Bug fixes.
2018-07-06devel/Makefile: Add py-joblibminskim1-1/+2
2018-07-06devel/py-joblib: Import version 0.12.0minskim4-0/+313
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers transparent disk-caching of the output values and lazy re-evaluation (memoize pattern), easy simple parallel computing, and logging and tracing of the execution. Joblib is optimized to be fast and robust in particular on large data and has specific optimizations for numpy arrays. Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip and updated by me.
2018-07-05py-lama: fix Python 3.7 compatibilityadam4-4/+68