Commit graph

2491 commits

Author SHA1 Message Date
jnemeth
4e56609c8d sort 2017-08-24 03:26:47 +00:00
adam
7f64b807d2 pytest plugin to check FLAKE8 requirements.
After installing it, when you run tests with the option:
    py.test --flake8
every file ending in .py will be discovered and checked with flake8.
2017-08-21 15:35:11 +00:00
adam
22b6ed2c96 py.test plugin to check import ordering using isort. 2017-08-21 15:30:27 +00:00
adam
ed78f4d26b The plugin provides two options to rerun failures, namely --lf to only re-run
the failures and --ff to run all tests but the failures from the last run
first. For cleanup (usually not needed), a --clearcache option allows to
remove all cross-session cache contents ahead of a test run.
2017-08-21 15:10:48 +00:00
nils
37e3aedbbd Add & enable ruby-ronn 2017-08-21 13:27:22 +00:00
nils
a9496edae1 add & enable ruby-mustache 2017-08-21 11:50:35 +00:00
triaxx
c4d4df0a78 Remove devel/lua-doc due to package duplication with textproc/LDoc. 2017-08-18 10:28:46 +00:00
gavan
a8d6c856d6 30 new packages in devel 2017-08-17 01:45:23 +00:00
triaxx
1c620a5c90 + lua-doc 2017-08-14 21:14:36 +00:00
wiz
a72c6e958d + py-meson 2017-08-14 21:08:16 +00:00
wiz
4fe81d7288 + py-test-forked 2017-08-14 19:46:25 +00:00
maya
3458eac0e7 objfw 2017-08-01 15:53:49 +00:00
markd
285e842a1a Add p5-List-MoreUtils-XS p5-Sort-Key 2017-08-01 13:04:26 +00:00
adam
d926c3cd76 Removed devel/py-multiprocessing - it is included in Python 2.6+ 2017-07-31 13:16:14 +00:00
wen
6264f5e30b Remove p5-Test-use-ok 2017-07-27 08:19:53 +00:00
minskim
1719a8cb9d Add ruby-filesize 2017-07-24 10:42:52 +00:00
jaapb
9fb99cb7d8 Added ocaml-ppx_tools_versioned to Makefile SUBDIRs 2017-07-23 14:42:56 +00:00
jaapb
ea05bc0055 Added ocaml-ppx_metaquot to Makefile SUBDIRs 2017-07-21 14:04:58 +00:00
jaapb
2a4ec099ee Added ocaml-stdio to Makefile SUBDIRs 2017-07-21 10:37:19 +00:00
jaapb
b70b783bba Added ocaml-ppx_ast to Makefile SUBDIRs 2017-07-21 10:36:51 +00:00
jaapb
59795fbfbf Added ocaml-migrate-parsetree to Makefile SUBDIRs 2017-07-21 10:29:54 +00:00
jaapb
c5e0168ed3 Added ocaml-compiler-libs to Makefile SUBDIRs 2017-07-21 10:28:09 +00:00
adam
9162dc6ad4 Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
components that aren’t 100% reliable. With flaky, instead of removing those
tests or marking them to @skip, they can be automatically retried.
2017-07-20 16:44:13 +00:00
jaapb
c2c48bec45 Added ocaml-ppx_traverse_builtins to Makefile SUBDIRs 2017-07-19 12:30:47 +00:00
jaapb
a969b74128 Added ocaml-base to Makefile SUBDIRs 2017-07-19 12:06:43 +00:00
jperkin
bb4a16915d Add php-gearman. 2017-07-17 16:29:00 +00:00
schmonz
3955253b05 Add and enable libidn2. 2017-07-17 03:26:33 +00:00
adam
87e7aba543 asyncio-compatible timeout context manager. 2017-07-16 20:27:57 +00:00
taca
7cacaab37c Add and enable ruby-byebug. 2017-07-13 14:37:30 +00:00
adam
d19402df3a Python unittest utilities. 2017-07-13 14:13:55 +00:00
ryoon
519be849b1 Add verifast 2017-07-12 01:55:17 +00:00
jaapb
a798dabe1c Added ocaml-yojson to Makefile SUBDIRs 2017-07-11 11:31:18 +00:00
jaapb
8f5fc6ea99 Added ocaml-biniou to Makefile SUBDIRs 2017-07-11 11:28:02 +00:00
jaapb
e8fd63df1a Added ocaml-jbuilder to Makefile SUBDIRs 2017-07-11 11:15:56 +00:00
wen
dcc15c8e4e Add p5-MooX-Locale-Passthrough 2017-07-10 03:08:10 +00:00
adam
fc14556a89 Utility functions (Python 3 only) for the wonderful Click library. Click is
a Python package for creating beautiful command line interfaces in a composable
way with as little code as necessary.
2017-07-09 10:32:29 +00:00
adam
ce0f073121 Small add-on for the python requests http library. Makes use of python 3.2's
concurrent.futures or the backport for prior versions of python.

The additional API and changes are minimal and strives to avoid surprises.
2017-07-07 09:55:20 +00:00
adam
a04d34fc76 aiofiles is an Apache2 licensed library, written in Python, for handling
local disk files in asyncio applications.

Ordinary local file IO is blocking, and cannot easily and portably made
asynchronous. This means doing file IO may interfere with asyncio
applications, which shouldn't block the executing thread. aiofiles helps with
this by introducing asynchronous versions of files that support delegating
operations to a separate thread pool.
2017-07-07 07:20:54 +00:00
minskim
d3a754f4d1 Add tex-pgfopts{,-doc} 2017-07-06 19:08:37 +00:00
adam
1b009ea59a pathspec is a utility library for pattern matching of file paths. So far this
only includes Git's wildmatch pattern matching which itself is derived from
Rsync's wildmatch. Git uses wildmatch for its gitignore files.
2017-07-06 11:11:19 +00:00
jperkin
3126047f89 Add shunit2. 2017-07-04 10:07:43 +00:00
adam
ab974594b4 uvloop is a fast, drop-in replacement of the built-in asyncio event loop.
uvloop and asyncio, combined with the power of async/await in Python 3.5,
makes it easier than ever to write high-performance networking code in Python.

uvloop makes asyncio fast. In fact, it is at least 2x faster than nodejs,
gevent, as well as any other Python asynchronous framework. The performance
of uvloop-based asyncio is close to that of Go programs.
2017-06-24 06:47:58 +00:00
markd
f9734e7309 Add tex-latexbug{,-doc} 2017-06-23 23:20:07 +00:00
taca
71f22e7536 Delete ruby-dotenv. 2017-06-21 14:49:56 +00:00
taca
10127af7ce Add and enable ruby-rspec_junit_formatter. 2017-06-10 16:25:55 +00:00
taca
e53119595a Add and enable ruby-rspec-its. 2017-06-10 16:22:17 +00:00
taca
508af6d091 Add and enable ruby-gettext-setup. 2017-06-10 16:03:07 +00:00
kamil
c7ce9592b6 + devel/py-gitinspector 2017-06-10 15:13:29 +00:00
maya
158bf2661a gdb7 2017-06-05 10:42:12 +00:00
adam
c909a51c9c This is a backport of the functools standard library module from Python 3.2.3
for use on Python 2.7 and PyPy. It includes new features lru_cache
(Least-recently-used cache decorator).
2017-06-05 07:27:02 +00:00