Commit graph

294842 commits

Author SHA1 Message Date
jaapb
5ca06571c6 doc: Added devel/ocaml-jst-config version 0.12.0 2019-03-13 11:39:44 +00:00
jaapb
4db2cfe20d Added devel/ocaml-jst-config, compile time config for Jane Street libs 2019-03-13 11:39:36 +00:00
jaapb
f0c13164d0 Added ocaml-jane-street-headers to Makefile SUBDIRs 2019-03-13 11:36:49 +00:00
jaapb
886b606fda doc: Added devel/ocaml-jane-street-headers version 0.12.0 2019-03-13 11:35:55 +00:00
jaapb
46a35328d3 Added devel/ocaml-jane-street-headers, header files for Jane Street pkgs. 2019-03-13 11:35:47 +00:00
jaapb
0d94b81727 Added ocaml-ppx_fail to Makefile SUBDIRs 2019-03-13 11:25:27 +00:00
jaapb
ee66ef0b9f doc: Added devel/ocaml-ppx_fail version 0.12.0 2019-03-13 11:24:59 +00:00
jaapb
ebf0a3e3e9 Added devel/ocaml-ppx_fail, add location to failwith calls 2019-03-13 11:24:49 +00:00
jaapb
6fd9522b08 Added ocaml-ppx_expect to Makefile SUBDIRs 2019-03-13 11:22:05 +00:00
jaapb
783d8b90d4 Added missing dependency to devel/ocaml-ppx_expect 2019-03-13 11:21:33 +00:00
leot
2a74d6923e TODO: + webkit-gtk
(And assign it to myself, I will hopefully update it this evening.)
2019-03-13 11:20:22 +00:00
jaapb
963fd8f957 doc: Added devel/ocaml-ppx_expect version 0.12.0 2019-03-13 11:19:24 +00:00
jaapb
15e1e59cb2 Added devel/ocaml-ppx_expect, a cram-like testing framework for OCaml. 2019-03-13 11:19:15 +00:00
jaapb
b2ff0d9480 Added ocaml-ppx_bin_prot to Makefile SUBDIRs 2019-03-13 11:16:19 +00:00
jaapb
2163a1718b doc: Added devel/ocaml-ppx_bin_prot version 0.12.0 2019-03-13 11:15:53 +00:00
jaapb
b81a88baf0 Added devel/ocaml-ppx_bin_prot, ppx rewriters for devel/ocaml-bin_prot 2019-03-13 11:15:45 +00:00
jaapb
4d2167990a Added ocaml-bin_prot to Makefile SUBDIRs 2019-03-13 11:06:47 +00:00
jaapb
a986edb275 doc: Added devel/ocaml-bin_prot version 0.12.0 2019-03-13 11:06:09 +00:00
jaapb
8fce7a06cd Added devel/ocaml-bin_prot, a binary protocol generator for OCaml 2019-03-13 11:06:00 +00:00
jaapb
4d23384513 Added ocaml-ppx_variants_conv to Makefile SUBDIRs 2019-03-13 11:04:04 +00:00
jaapb
7d9703f546 doc: Added devel/ocaml-ppx_variants_conv version 0.12.0 2019-03-13 11:03:25 +00:00
jaapb
402f36aa80 Added devel/ocaml-ppx_variants_conv, ppx rewriter for variant types 2019-03-13 11:03:16 +00:00
jaapb
7157d36c89 Added ocaml-variantslib to Makefile SUBDIRs 2019-03-13 11:01:28 +00:00
jaapb
97fde6519a doc: Added devel/ocaml-variantslib version 0.12.0 2019-03-13 10:53:48 +00:00
jaapb
aba49ca2b1 Added devel/ocaml-variantslib, variant types as first-class values 2019-03-13 10:53:40 +00:00
jaapb
9ae871cf22 Added ocaml-ppx_custom_printf to Makefile SUBDIRs 2019-03-13 10:41:12 +00:00
jaapb
0d2fc927d3 doc: Added devel/ocaml-ppx_custom_printf version 0.12.0 2019-03-13 10:40:37 +00:00
bsiegert
10c679dbc1 doc: Updated lang/go112 to 1.12nb1 2019-03-13 10:40:33 +00:00
jaapb
2bef40cf02 Added devel/ocaml-ppx_custom_printf, user-defined string conversions 2019-03-13 10:40:28 +00:00
bsiegert
85635e605b go112: paper over issues with filenames containing umlauts.
- extract using gtar (hopefully more lenient than bsdtar)
- remove the files in question in post-extract

While here, re-add a PLIST.route conditional that was accidentally removed,
breaking the build on Linux (PR pkg/54054).
2019-03-13 10:40:19 +00:00
adam
ebaa7e6d51 Updated devel/py-hypothesis, devel/py-faker, devel/py-test, devel/py-isort 2019-03-13 08:57:20 +00:00
adam
d12b26326a py-isort: updated to 4.3.15
4.3.15:
- Fixed a regression with handling streaming input from pipes
- Fixed handling of \x0c whitespace character
- Improved CLI documentation
2019-03-13 08:56:47 +00:00
adam
bb34cb0c75 py-test: updated to 4.3.1
pytest 4.3.1:

Bug Fixes
- Logging messages inside pytest_runtest_logreport() are now properly captured and displayed.
- Improve validation of contents written to captured output so it behaves the same as when capture is disabled.
- Fix AttributeError: FixtureRequest has no 'confg' attribute bug in testdir.copy_example.

Trivial/Internal Changes
- Avoid pkg_resources import at the top-level.
2019-03-13 08:54:21 +00:00
adam
8b6d83d26f py-faker: updated to 1.0.4
1.0.4:
* Fix erratic test.

1.0.3:
* Fix AttributeError in user_Agent provider.
* Update zh_TW person provider.
* Add street data & remove street_prefixes from id_ID address provider.
* Fix parsing of timedeltas in date_time provider.
* Split name formats into formats_male and formats_female for de_DE provider.
* Pin more-itertools to a version compatible with Python 2.7.
* Fix fr_FR postcodes_format.
* Fix hex code for yellowgreen color.
* Add Brazilian RG (identity card).
* Allow overriding of random generator class.
2019-03-13 08:53:03 +00:00
adam
3b6bbfa486 py-hypothesis: updated to 4.11.1
4.11.1:
This is a formatting-only patch, enabled by a new version of :pypi:isort.

4.11.0:
This release deprecates :func:~hypothesis.strategies.sampled_from with empty sequences. This returns :func:~hypothesis.strategies.nothing, which gives a clear error if used directly... but simply vanishes if combined with another strategy.

Tests that silently generate less than expected are a serious problem for anyone relying on them to find bugs, and we think reliability more important than convenience in this case.

4.10.0:
This release improves Hypothesis's to detect flaky tests, by noticing when the behaviour of the test changes between runs. In particular this will notice many new cases where data generation depends on external state (e.g. external sources of randomness) and flag those as flaky sooner and more reliably.

The basis of this feature is a considerable reengineering of how Hypothesis stores its history of test cases, so on top of this its memory usage should be considerably reduced.

4.9.0:
This release adds the strategy :func:~hypothesis.extra.numpy.valid_tuple_axes, which generates tuples of axis-indices that can be passed to the axis argument in NumPy's sequential functions (e.g. :func:numpy:numpy.sum).

4.8.0:
This release significantly tightens validation in :class:hypothesis.settings. :obj:~hypothesis.settings.max_examples, :obj:~hypothesis.settings.buffer_size, and :obj:~hypothesis.settings.stateful_step_count must be positive integers; :obj:~hypothesis.settings.deadline must be a positive number or None; and :obj:~hypothesis.settings.derandomize must be either True or False.

As usual, this replaces existing errors with a more helpful error and starts new validation checks as deprecation warnings.

4.7.19:
This release makes some micro-optimisations to certain calculations performed in the shrinker. These should particularly speed up large test cases where the shrinker makes many small changes. It will also reduce the amount allocated, but most of this is garbage that would have been immediately thrown away, so you probably won't see much effect specifically from that.

4.7.18:
This patch removes some overhead from :func:~hypothesis.extra.numpy.arrays with a constant shape and dtype. The resulting performance improvement is modest, but worthwile for small arrays.
2019-03-13 08:51:48 +00:00
wiz
f73595e349 doc/TODO: + mutt-1.11.4. 2019-03-13 06:30:39 +00:00
gutteridge
056f80e41a xplanet: revise requirement to C++11 for a build fix
On recent Linux distributions, e.g. Fedora, it was failing to build
because of function visibility changes. Tested with Fedora 29, also
with NetBSD 8.0 and Debian Jessie, no regressions with the latter two.
2019-03-13 01:10:20 +00:00
alnsn
c718d2fa90 Updated devel/py-lupa to 1.8. 2019-03-12 23:58:50 +00:00
alnsn
c41858be95 Update devel/py-lupa to version 1.8.
1.8 (2019-02-01)
----------------

* GH#107: Fix a deprecated import in Py3.

* Built with Cython 0.29.3 for better Py3.7 compatibility.
2019-03-12 23:57:50 +00:00
leot
9011aa747e doc: Updated misc/pick to 3.0.1 2019-03-12 19:03:00 +00:00
leot
9a3feda9e8 pick: Update to 3.0.1
Patch provided by Jenz Guenther with minor adjustments by me.

Changes:
# v3.0.1 - 2019-03-10
## Bug fixes
- Honor `PREFIX` during configure.
  (adcba3c) (Anton Lindqvist)
- Honor `MANDIR` during configure and install.
  (8c56f54) (Aggelos Avgerinos)
- Honor `INSTALL_MAN` during configure and install.
  (869536f) (Leonardo Taccari)
- Honor `BINDIR` during configure and install.
  (434c496) (Anton Lindqvist)
2019-03-12 19:02:45 +00:00
jaapb
159522bdfe Added ocaml-base_quickcheck to Makefile SUBDIRs 2019-03-12 18:59:52 +00:00
jaapb
9590c1a7f2 doc: Added devel/ocaml-base_quickcheck version 0.12.0 2019-03-12 18:59:25 +00:00
jaapb
f72af7dd5f Added devel/ocaml-base_quickcheck, a randomised testing framework. 2019-03-12 18:59:16 +00:00
jaapb
89544b4094 Added ocaml-splittable_random to Makefile SUBDIRs 2019-03-12 18:56:29 +00:00
jaapb
2baad80787 doc: Added devel/ocaml-splittable_random version 0.12.0 2019-03-12 18:55:31 +00:00
jaapb
99030dbb41 Added devel/ocaml-splittable_random, a splittable RNG for OCaml 2019-03-12 18:55:23 +00:00
jaapb
2b943dac83 Added ocaml-ppx_bench to Makefile SUBDIRs 2019-03-12 18:52:35 +00:00
jaapb
d8eacc16f0 doc: Added devel/ocaml-ppx_bench version 0.12.0 2019-03-12 18:52:12 +00:00
jaapb
30a0295d23 Added devel/ocaml-ppx_bench, a ppx rewriter for in-line benchmarks. 2019-03-12 18:52:03 +00:00