Commit graph

2873 commits

Author SHA1 Message Date
taca
a796d53c8a devel/Makefile: add ane enable ruby-classy_hash 2018-02-28 15:45:55 +00:00
taca
c50355cae3 devel/Makefile: delete ruby-atomic 2018-02-28 15:30:12 +00:00
taca
504b35e79e devel/Makefile: add and enable ruby-concurrent-ruby 2018-02-28 15:27:47 +00:00
wiz
4870bcf332 devel/Makefile: + p5-Module-FromPerlVer 2018-02-28 08:36:50 +00:00
minskim
52a255ef31 devel/Makefile: Add R-assertthat 2018-02-26 17:32:05 +00:00
minskim
d611e12fe1 devel/Makefile: Add py-unittest2pytest 2018-02-25 00:23:37 +00:00
minskim
b3d5b2dac1 devel/Makefile: Add py-prefixspan 2018-02-23 17:26:37 +00:00
khorben
b1ea6b6d87 Add py-manticore 2018-02-22 22:35:43 +00:00
rillig
1925d22908 devel/goyacc: remove package since it is already included in go-tools 2018-02-21 02:05:41 +00:00
rillig
84272a63d2 devel/goyacc: add goyacc 2018-02-20 22:21:48 +00:00
fhajny
2365dd23c6 Import DATA::UUID::Base64URLSafe 0.35 as devel/p5-Data-UUID-Base64URLSafe.
Data::UUID::Base64URLSafe is a wrapper module for Data::UUID.
2018-02-20 14:01:19 +00:00
fhajny
13c8f99d7f Import Cache::Memcached::Fast 0.25 as devel/p5-Cache-Memcached-Fast.
Cache::Memcached::Fast is a Perl client for memcached. Module core
is implemented in C and tries hard to minimize number of systemi
calls and to avoid any key/value copying for speed. As a result,
it has very low CPU consumption.
2018-02-20 13:57:51 +00:00
kamil
fc5e12b055 Detach py-radare2 and radare2-valabind
Only 2 users known migrated away to r2pipe.
radare2-valabind requires unreleased version of vala.
2018-02-19 01:52:49 +00:00
kamil
930ff36bc4 + devel/radare2-cutter 2018-02-19 01:49:54 +00:00
kamil
c5d6366930 Detach devel/bokken
It is a dead project, no longer works. It was already broken with previous
radare2 that was in the tree.
2018-02-18 21:28:00 +00:00
minskim
dd6e28b8fd devel/Makefile: Add py-restructuredtext_lint 2018-02-15 16:45:18 +00:00
minskim
2154d54e18 devel/Makefile: Add R-IRkernel 2018-02-12 19:45:15 +00:00
adam
ec6087a015 py-parameterized: added version 0.6.1
Parameterized testing in Python sucks. 'parameterized' fixes that. For
everything. Parameterized testing for nose, parameterized testing for py.test,
parameterized testing for unittest.
2018-02-09 09:15:28 +00:00
adam
528c710d21 py-pyobjc: updated to 4.1
Version 4.1:
Protection agains buffer overflow and negative indexes in __getitem__ and __setitem__ for objc.varlist instances.

Fix incorrect metadata for +[NSEvent addLocalMonitorForEventsMatchingMask:handler:]

Fix incorrect and misleading error message in the exception that is raised when return a value from a block that should not return a value.

Issue 223: Fix hard crash when executing help(Cocoa)
Fetching the help for PyObjC framework wrappers isn’t very useful due to the sheer size of the output (4.5 million lines of output for help(Cocoa) at the moment), but shouldn’t cause a hard crash of the interpreter.

Issue 218: Explictly cause an ImportError when reloading `objc._objc`
Reloading the PyObjC core extension now raises an ImportError because this cannot work and used to raise a rather vague error.

Updated metadata for Xcode 9.2

Added missing `MAC_OS_X_VERSION_*` constants

Fix memory error in struct wrappers which resulted in a use-after-free error in the initializer for structs.

Add bindings for frameworks Security, SecurityFoundation and and SecurityInterface.
The bindings for the Security framework don’t expose a number of older APIs that were deprecated in macOS 10.7.

Add bindings to libdispatch.
These bindings require macOS 10.8 or later, libdispatch was available earlier but macOS 10.8 changed the API in such a way that wrapping became a lot easier.
2018-02-08 19:54:18 +00:00
minskim
797ab4b2ad devel/Makefile: Add R-IRdisplay 2018-02-08 17:45:04 +00:00
minskim
2773abd07c devel/Makefile: Add R-repr 2018-02-07 20:52:25 +00:00
minskim
59d0581d07 devel/Makefile: Add R-crayon 2018-02-07 17:04:34 +00:00
minskim
2a1defd785 devel/Makefile: Add R-uuid 2018-02-06 20:35:25 +00:00
adam
eb72131cd3 py-test-asyncio: added version 0.8.0
pytest-asyncio is a library, written in Python, for testing asyncio code with
pytest.

asyncio code is usually written in the form of coroutines, which makes it
slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing easier.
2018-02-05 16:28:49 +00:00
adam
040b3336d5 py-async_generator: added version 1.9
Python 3.6 added async generators. Python 3.7 adds some more tools to make them
usable, like contextlib.asynccontextmanager. This library gives you all that
back to Python 3.5.
2018-02-05 16:22:42 +00:00
adam
48e618ca8c py-unittest-mixins: added version 1.4
A set of mixin classes and other helpers for unittest test case classes.
2018-02-05 16:12:04 +00:00
jdolecek
d589726dbc Remove php-xdebug-devel, regular php-xdebug updated to same version 2018-02-04 12:01:25 +00:00
bsiegert
ddb0d56e3d Import py-mox-0.5.3 from pkgsrc-wip.
Mox is a mock object framework for Python based on the Java mock object
framework EasyMock.

Dependency of a dependency for PR pkg/52941 :/
2018-02-03 14:59:20 +00:00
bsiegert
07072f278c Add py-retry_decorator version 1.1.0.
retry_decorator is a Python module that exposes a decorator that retries the
decorated function with exponential backoff.

This is yet another dependency for PR pkg/52941.
2018-01-25 19:03:04 +00:00
jperkin
9b574e3115 devel: Add yarn. 2018-01-24 12:40:48 +00:00
wen
658cede731 Add p5-curry 2018-01-21 03:40:39 +00:00
markd
c4a5e0039c devel: Add tex-doclicense{,-doc} 2018-01-18 10:56:54 +00:00
wiz
b3a25a6e71 devel/Makefile: + guile22-slib 2018-01-16 13:34:06 +00:00
fhajny
0dcf873811 Import pygit2 0.26.3 as devel/py-pygit2 (from wip/py-pygit2).
pygit2 is a set of Python bindings to the libgit2 linkable C Git library.
2018-01-09 13:18:01 +00:00
adam
25c4f9b570 py-chai: added version 1.1.2
Chai provides a very easy to use api for mocking, stubbing and spying your
python objects, patterned after the Mocha library for Ruby.
2018-01-05 11:59:06 +00:00
adam
304fbcc030 py-deprecation: added version 1.0.1
The deprecation library provides a deprecated decorator and a
fail_if_not_removed decorator for your tests. Together, the two enable the
automation of several things:

1. The docstring of a deprecated method gets the deprecation details appended to
the end of it. If you generate your API docs direct from your source, you don't
need to worry about writing your own notification. You also don't need to worry
about forgetting to write it. It's done for you.

2. Rather than having code live on forever because you only deprecated it but
never actually moved on from it, you can have your tests tell you when it's
time to remove the code. The @deprecated decorator can be told when it's time
to entirely remove the code, which causes @fail_if_not_removed to raise an
AssertionError, causing either your unittest or py.test tests to fail.
2017-12-31 18:47:08 +00:00
wiz
cbe867dba9 devel/Makefile: + p5-Path-Iter 2017-12-31 13:38:18 +00:00
tsutsui
6e1e7d9846 devel/Makefile: + ruby-diva 2017-12-30 04:38:40 +00:00
tsutsui
248a33d430 devel/Makefile: + ruby-idn 2017-12-30 04:35:40 +00:00
adam
5eca33f72f py-pylint-common: added version 0.2.5
Pylint plugin for augmenting and improving error detection and analysis in the
standard Python library.
2017-12-21 10:15:48 +00:00
jperkin
8323ca0c0b devel: Re-enable py-clint. 2017-12-19 08:50:27 +00:00
adam
daa56fd72e py-args: added version 0.1.0
This simple module gives you an elegant interface for your command line
argumemnts.
2017-12-19 05:56:31 +00:00
jperkin
0f908ce2c4 devel: Disable py-clint until adam can fix its dependency. 2017-12-18 23:30:44 +00:00
adam
e5f3c57afc py-clint: added version 0.5.1
Clint is awesome. Crazy awesome. It supports colors, but detects if the session
is a TTY, so doesn't render the colors if you're piping stuff around.
Automagically.

Current Features:
* Little Documentation (bear with me for now)
* CLI Colors and Indents
* Extremely Simple + Powerful Column Printer
* Iterator-based Progress Bar
* Implicit Argument Handling
* Simple Support for Incoming Unix Pipes
* Application Directory management
2017-12-18 08:48:26 +00:00
fhajny
4da2af6219 Enable devel/erlang-base64url and devel/erlang-fs 2017-12-14 21:07:14 +00:00
bacon
138e03286e Makefile: Add py-xopen: Open compressed files transparently 2017-12-10 14:58:44 +00:00
triaxx
8faf9209e6 Add devel/py-fasteners package version 0.14.1 2017-12-06 22:04:06 +00:00
jdolecek
49989b21ab Add php-xdebug-devel 2.6.0alpha, a dev version of xdebug with php 7.2 support
Changes since 2.5.5:
Sat, Dec 2, 2018 - xdebug 2.6.0alpha1

+ Added features:

- Implemented issue #474: Added "memory" output to profiling files, to find out where memory is allocated.
- Implemented issue #575: Dump super globals contents to error log upon errors, just like when this would happen for stack traces.
- Implemented issue #964: Parse X-Forwarded-For for the first IP address when selecting the remote_connect_back host (Steve Easley).
- Implemented issue #990: Add DBGp: notifications for notices and warnings to be shown in IDEs.
- Implemented issue #1312: Implement extended_properties feature to remote debugging to support names and values with low ASCII values.
- Implemented issue #1323: Added xdebug.filename_format setting to configure the formatting of filenames when tracing.
- Implemented issue #1379: Added support for Unix domain sockets to xdebug.remote_host (Sara Golemon).
- Implemented issue #1380: Added xdebug_is_debugger_active() that returns true when debugger is connected.
- Implemented issue #1391: Added support for earlier stack frames through new argument for xdebug_call_* functions.
- Implemented issue #1420: Handle PHP 7.2's new methods for switch/case
- Implemented issue #1470: Added xdebug.remote_timeout to make connect timeout configurable.
- Implemented issue #1495: Make var_dump() also use the new xdebug.filename_format when formatting filenames.

+ Improvements:

- Implemented issue #847: Added support for "%s" specifier for xdebug.trace_output_name.
- Implemented issue #1384: Compile warning on Ubuntu 16.04 with GCC 5.4.x.
- Implemented issue #1401: Improved error message in case the connection breaks.
- Implemented issue #1430: Change DBGp tests to use TEST_PHP_EXECUTABLE instead of hard coded 'php'
- Implemented issue #1484: Use FD_CLOEXEC with debugging sockets to prevent FDs from leaking to forked processes (Chris Wright).
- Improve the foldexpr in xt.vim to fold lines correctly (Donie Leigh).

= Fixed bugs:

- Fixed issue #1272: property_get doesn't return @attributes for SimpleXMLElement.
- Fixed issue #1305: Property names with quotes can not be fetch while debugging.
- Fixed issue #1431: Fix "use after free" with in add_name_attribute_or_element.
- Fixed issue #1432: Fixed memory leak with xdebug_path_info_dtor.
- Fixed issue #1449: Debugging breaks with array element keys containing low-ASCII variables.
- Fixed issue #1471: Tracing crashes with return_assignments and ternairy operator.
- Fixed issue #1474: Crashes due to variable resolving/reading mechanism not taking care of temporary hash tables correctly (Nikita Popov, Derick).
- Fixed issue #1481: Fixed s390x and ppc64 builds (Remi Collet).
- Fixed issue #1486: Crash on ZEND_SWITCH_LONG / ZEND_SWITCH_STRING with more than 32 cases.
- Fixed issue #1496: Rewrite README.rst to be more clear on how to install and build Xdebug.

~ Changes:

- Fixed issue #1411: Use Error (Throwable) instead of fatal error when maximum nesting level is reached.

- Removed features:

- Implemented issue #1377: Drop support for PHP 5.5 and 5.6, only PHP 7 is now supported
2017-12-06 22:02:29 +00:00
maya
67a6deae8d devel/go-runewidth: remove, use textproc/go-runewidth 2017-12-03 00:36:36 +00:00
adam
21f41179b9 Added devel/py-jaraco.classes version 1.4.3 2017-11-29 14:06:39 +00:00
minskim
a9674af3f3 devel/Makefile: Add py-lru-dict 2017-11-27 23:29:26 +00:00
adam
81f771d30b Added devel/py-exam, devel/py-test-assume, devel/py-test-sugar, devel/py-test-pythonpath 2017-11-26 17:12:46 +00:00
wiz
d3df6b9be7 devel/Makefile: + p5-Clone-Choose 2017-11-24 13:51:16 +00:00
minskim
af1a5b0a08 devel/Makefile: Add flatbuffers 2017-11-22 19:31:56 +00:00
markd
ec9f3c250b devel: add py-backports 2017-11-22 10:48:49 +00:00
adam
c2ad52182a py-test-relaxed: added version 1.0.0
pytest-relaxed provides 'relaxed' test discovery for pytest.

Has it ever felt strange to you that we put our tests in tests/, then name the
files test_foo.py, name the test classes TestFoo, and finally name the test
methods test_foo_bar? Especially when almost all of the code inside of tests/
is, well, tests?

This pytest plugin takes a page from the rest of Python, where you don't have
to explicitly note public module/class members, but only need to hint as to
which ones are private. By default, all files and objects pytest is told to
scan will be considered tests; to mark something as not-a-test, simply prefix
it with an underscore.
2017-11-15 09:23:17 +00:00
wiz
f6f486f4c2 devel/Makefile: + p5-Devel-Caller-IgnoreNamespaces 2017-11-08 21:35:46 +00:00
wiz
5060a7682c devel/Makefile: + p5-Cwd-Guard. 2017-11-08 20:27:58 +00:00
ryoon
85ec19548d Remove firefox38 2017-10-27 13:59:51 +00:00
ryoon
888122adc3 Remove firefox31 2017-10-27 13:52:04 +00:00
ryoon
01733be249 Remove firefox24 2017-10-27 13:45:42 +00:00
ryoon
e08271184a Remove firefox17 2017-10-27 13:40:21 +00:00
ryoon
77d22dadbe Remove firefox10 2017-10-27 13:31:32 +00:00
minskim
1119c0495e devel/Makefile: Add py-logbook 2017-10-25 22:17:13 +00:00
maya
8e7cf0583e Makefile: +go-runewidth, +go-shellwidth, +go-isatty, +fzf 2017-10-24 07:01:28 +00:00
adam
44914de2c2 py-visitor: added version 0.1.3
A tiny library to facilitate visitor implementation in Python (which are
slightly peculiar due to dynamic typing). In fact, it is so small, you may just
be better off copy and pasting the source straight into your project.
2017-10-23 15:20:45 +00:00
prlw1
167556dd3a Remove py-glib2-tools.
They are just applications, so don't need to be versioned - see glib2-tools.
2017-10-23 11:26:02 +00:00
adam
5de2eb9f53 This is a plugin which will terminate tests after a certain timeout. When doing
so it will show a stack dump of all threads running at the time. This is useful
when running tests under a continuous integration server or simply if you don't
know why the test suite hangs.

Note that while by default on POSIX systems py.test will continue to execute
the tests after a test has timed, out this is not always possible. Often the
only sure way to interrupt a hanging test is by terminating the entire process.
As this is a hard termination (os._exit()) it will result in no teardown, JUnit
XML output etc. But the plugin will ensure you will have the debugging output
on stderr nevertheless, which is the most important part at this stage.
2017-10-19 06:51:11 +00:00
adam
478bbd6af1 Removed devel/py-ipython1 successor devel/py-ipython 2017-10-17 18:44:14 +00:00
adam
3d0f11ddde Added devel/py-ipython5 version 5.5.0 2017-10-16 18:10:41 +00:00
minskim
8b32d3c0cf devel/Makefile: Add ruby-bindata 2017-10-16 16:30:01 +00:00
jaapb
46b378bd7e Added ocaml-ppx_hash to Makefile SUBDIRs 2017-10-16 08:41:33 +00:00
jaapb
017651fd05 Added ocaml-configurator to Makefile SUBDIRs 2017-10-16 08:41:02 +00:00
prlw1
f3e5c09e4f Add glib2-tools, a place for glib2/gobject's python dependent tools,
namely glib-genmarshal and glib-mkenums.
2017-10-15 14:10:39 +00:00
jaapb
885bc783d6 Added ocaml-ppx_base to Makefile SUBDIRs 2017-10-14 10:20:33 +00:00
prlw1
954607ddd0 Add py-glib2-tools, a place for glib2's python dependent tools, namely
gdbus-codegen, glib-genmarshal and glib-mkenums.
2017-10-13 15:44:29 +00:00
jaapb
9768cc400c Added ocaml-ppx_enumerate to Makefile SUBDIRs 2017-10-11 13:58:15 +00:00
jaapb
e024358fd2 Added ocaml-ppx_compare to Makefile SUBDIRs 2017-10-11 13:55:52 +00:00
adam
68af69f34d A library of common code leveraged by python-cybox, python-maec, and
python-stix.
2017-10-10 07:27:40 +00:00
seb
d80294fcdb Add and enable jsonnet 2017-10-05 19:41:35 +00:00
jnemeth
485e847c60 sort 2017-10-05 03:43:30 +00:00
minskim
64862ad43e devel/Makefile: Add py-bcolz 2017-10-03 00:44:42 +00:00
schmonz
25c00b31ee Add and enable skalibs. 2017-10-03 00:32:11 +00:00
joerg
753aba2885 + py-buildbot-console-view
+ py-buildbot-grid-view
+ py-buildbot-pkg
+ py-buildbot-waterfall-view
+ py-buildbot-www
2017-10-01 23:46:54 +00:00
ryoon
6f59c89378 Remove cargo 2017-09-30 04:45:20 +00:00
joerg
0f30cd6a37 + py-buildbot-worker
- py-buildbot-slave
2017-09-29 21:39:33 +00:00
joerg
ebc22440e0 + py-sure 2017-09-29 21:17:40 +00:00
joerg
6455df8c2c + py-memory-profiler 2017-09-29 21:15:41 +00:00
joerg
8c7b409abe + py-crayons 2017-09-29 21:12:54 +00:00
joerg
008cc92a24 + py-txgithub
+ py-txrequests
2017-09-29 14:32:23 +00:00
joerg
47259fd4ba + py-treq 2017-09-29 14:16:44 +00:00
joerg
6c1457f6ed + py-test-localserver 2017-09-29 14:13:50 +00:00
joerg
0ef41b1bec + py-test-utils 2017-09-29 14:10:00 +00:00
joerg
149ee856da + py-termcolor 2017-09-29 14:09:45 +00:00
kamil
fcc76ad1e2 devel/Makefile: Detach gdb5 and gdb6
These packages are going to be eliminated soon.
2017-09-29 13:56:18 +00:00
wiz
8e3dad20d3 devel/Makefile: + p5-Alien-Base-ModuleBuild 2017-09-29 13:28:10 +00:00
wiz
e21edc20a4 devel/Makefile: + blosc, p5-Shell-Config-Generate 2017-09-29 13:25:45 +00:00
wiz
9555a4f94c devel/Makefile: + p5-Shell-Guess 2017-09-29 13:19:55 +00:00
alnsn
23f22409e2 Add go-ed25519, go-siphash and go-goptlib. 2017-09-29 06:18:30 +00:00
wiz
dffdb1663e devel/Makefile: + p5-Alien-Build 2017-09-28 04:17:02 +00:00
wiz
a61203bc8e devel/Makefile: + p5-Module-Compile 2017-09-27 21:21:32 +00:00
wiz
1d616f07b8 devel/Makefile: + p5-Devel-Leak 2017-09-27 21:02:30 +00:00
wiz
2be7e44dbd devel/Makefile: + p5-FFI-CheckLib 2017-09-27 17:19:39 +00:00
wiz
2cbe9ec474 devel/Makefile: + p5-Coro 2017-09-27 15:35:01 +00:00
minskim
aadbfa248a devel/Makefile: Add blosc 2017-09-26 17:39:00 +00:00
wiz
445efbf8e0 devel/Makefile: + p5-Alien-SDL. 2017-09-26 10:40:51 +00:00
wiz
faae7f7694 devel/Makefile: p5-Tie-Simple 2017-09-26 10:38:15 +00:00
wiz
90b56f9c0f its4: remove package
dead upstream, last release from 2000, better tools available
2017-09-26 10:32:32 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
adam
8acf7e03b0 py-unittest2py3k: removed, successor py-unittest2
Notes from py-unittest2:
There was a separate version of unittest2 for Python 3. This is no longer needed, but still exists on PyPI. This had the project name "unittest2py3k" but uses the same package name ("unittest2").
2017-09-21 15:18:08 +00:00
adam
03dcf110c4 Removed devel/py-ipython013 successor devel/py-ipython 2017-09-17 12:24:31 +00:00
wiz
c6bd5a95c7 devel/Makefile: + p5-Devel-OverrideGlobalRequire 2017-09-17 09:30:09 +00:00
wiz
93011238f8 wide: remove package
IDE for a programming language, last release 2005, no homepage.
I can't even find a good resource on the language ("while") this IDE
is for, and it is broken since there is no supported jdk in pkgsrc.
2017-09-16 08:59:25 +00:00
minskim
e3562d5bed devel/Makefile: Sort 2017-09-15 16:15:42 +00:00
minskim
0e508b13ab devel/Makefile: Add ruby-metasm 2017-09-14 17:22:51 +00:00
ryoon
7611d1bfa2 Add cargo 2017-09-13 00:14:15 +00:00
wiz
b96155c723 Remove ffcall, replaced by libffcall. 2017-09-10 20:04:31 +00:00
wiz
a3f7ad4d6e + libffcall. 2017-09-10 20:01:05 +00:00
jaapb
3fc88bf7c3 Added ocaml-lwt_glib to Makefile SUBDIRs 2017-09-08 13:05:39 +00:00
jaapb
6dad29eb27 Added ocaml-lwt_ssl to Makefile SUBDIRs 2017-09-08 13:03:19 +00:00
jaapb
acf069a745 Added ocaml-lwt_react to Makefile SUBDIRs 2017-09-08 13:02:34 +00:00
jaapb
5332427069 Added ocaml-ppx_derivers to Makefile SUBDIRs 2017-09-08 12:11:44 +00:00
wiz
d71a8432f6 + autosetup. 2017-09-08 06:47:34 +00:00
wiz
eed073e97a Remove tmin.
Obsolete, part of afl.
2017-09-06 10:37:52 +00:00
minskim
92045bbb3d Add py-contextlib2 2017-09-05 18:23:25 +00:00
leot
b6cd273175 + py-reparser 2017-09-04 13:40:38 +00:00
leot
123e3458b2 + py-readlike 2017-09-04 13:35:08 +00:00
khorben
5b7209186d Add sloccount 2017-09-04 11:01:12 +00:00
taca
be4d3171ca Add and enable ruby-hike1. 2017-09-02 14:57:05 +00:00
wiz
44da282596 + py-pathlib. 2017-08-29 06:56:08 +00:00
adam
5df06485b3 Added devel/boost-mpi 2017-08-26 06:08:58 +00:00
minskim
d6df1af6dd Add py-autopep8 2017-08-24 16:11:57 +00:00
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
taca
c2879e5e59 Add and enable ruby-iniparse. 2017-06-04 15:54:38 +00:00
taca
c3d2045327 Add and enable ruby-native-package-installer. 2017-06-04 15:05:24 +00:00
adam
b0b818f813 Added devel/py-grako, devel/py-expressions, devel/py-cubes 2017-06-01 12:05:51 +00:00
taca
fff190bfde Delete ruby-rake to build. 2017-05-30 16:03:38 +00:00
wiz
12b0d478af + p5-Ref-Util-XS 2017-05-29 11:03:54 +00:00
adam
37072348c9 Added py-apipkg, py-execnet, py-test-xdist 2017-05-29 10:39:59 +00:00
nros
57ae23a59d +editorconfig-core 2017-05-28 20:04:02 +00:00
adam
1c1baf6fc3 Removed devel/py-distribute 2017-05-24 11:29:52 +00:00
nils
8a1021a78d add and enable p5-Carp 2017-05-23 13:12:21 +00:00
gson
3122c2ed71 Add and enable py-Spans 2017-05-17 10:47:28 +00:00
adam
50c2b1a9a4 requests-mock provides a building block to stub out the HTTP requests portions
of your testing code. You should checkout the docs for more information.
2017-05-10 17:54:09 +00:00
taca
00c095848a Delete ruby-rdoc. 2017-05-04 07:41:47 +00:00
fhajny
9f31cf57a2 Enable go-sys 2017-05-02 17:02:05 +00:00
jnemeth
c4d910af6f sort 2017-04-27 06:34:08 +00:00
fhajny
5e3ab8bbd3 Enable py-flufl.i18n, py-flufl.lock, py-flufl.testing 2017-04-26 10:19:56 +00:00
fhajny
6de8e59d54 Enable py-falcon 2017-04-25 20:56:08 +00:00
fhajny
53713a702a Enable py-ddt 2017-04-25 20:38:11 +00:00
fhajny
9e11d49649 Enable py-nose2 2017-04-25 20:15:03 +00:00
fhajny
4028bf8eca Enable devel/py-lazr.config devel/py-lazr.delegates 2017-04-25 20:01:01 +00:00
fhajny
8751f42a0c Enable devel/py-ZopeConfiguration, devel/py-ZopeI18NMessageid, devel/py-ZopeSchema 2017-04-25 17:48:37 +00:00
fhajny
f03af17d1a Enable py-atpublic 2017-04-25 17:14:50 +00:00
darcy
b7362a6c5c Add py-faker version 0.7.11.
Faker is a Python package that generates fake data for you.
2017-04-24 16:38:54 +00:00
joerg
c5fc07a010 + py-simplegeneric 2017-04-23 18:00:07 +00:00
markd
de719e5e2a Add py-entrypoints 2017-04-23 05:29:44 +00:00
markd
6527829262 Add py-testpath 2017-04-23 05:04:39 +00:00
markd
7493b734fa Add py-ipykernel 2017-04-23 04:56:20 +00:00
markd
c69d3c6eb0 Add py-backports.shutil_get_terminal_size 2017-04-23 04:33:47 +00:00
markd
bb4346745c Add py-jupyter_core py_jupyter_client 2017-04-23 04:29:46 +00:00
markd
521c164858 Add cloc 2017-04-23 03:29:53 +00:00
taca
5f28ee1186 Delete ruby-curses-gem. 2017-04-22 18:20:34 +00:00
taca
57a1b1375a Delete ruby-rcov. 2017-04-22 18:05:54 +00:00
minskim
d96b7cf9d9 Add ruby-railties42 2017-04-22 10:18:13 +00:00
minskim
1c79281b47 Add ruby-activejob42 2017-04-21 21:23:59 +00:00
minskim
23ecb9ed2b Add ruby-globalid 2017-04-21 21:08:44 +00:00
fhajny
74c11b6780 Enable librdkafka 2017-04-20 08:02:26 +00:00
minskim
4bcdf81945 Add ruby-activemodel42 2017-04-18 02:06:21 +00:00
leot
6d32039463 + py-stevedore 2017-04-14 14:06:26 +00:00
leot
b463a0103e + py-dogpile-cache 2017-04-14 13:53:54 +00:00
leot
8d79838880 + py-kaitaistruct 2017-04-14 12:31:38 +00:00
leot
9fc7e7e89d + py-editorconfig-core 2017-04-14 12:19:04 +00:00
minskim
79e8c92a3d Add ruby-activesupport42 2017-04-14 08:01:48 +00:00
jnemeth
5a7920e81c sort 2017-04-13 06:45:16 +00:00
adam
cdfc3c8f6c Added devel/py-blessings version 1.6; devel/py-curtsies version 0.2.11 2017-04-12 11:44:20 +00:00
adam
8b30374737 Added devel/py-vine version 1.1.3 2017-04-09 17:04:28 +00:00
jnemeth
c4c86810bc add and enable py-bugzilla 2017-04-06 05:20:11 +00:00
wiz
3407a18d1f + 2 2017-04-04 14:41:59 +00:00
wiz
513ca27b37 + py-radon. 2017-04-04 14:21:24 +00:00
wiz
46b9b0a714 + 2 2017-04-04 14:07:40 +00:00
wiz
b2da5a4164 + py-mando. 2017-04-04 13:47:21 +00:00
wiz
26e974ad5b + py-ParamUnittest 2017-04-04 13:42:10 +00:00
wiz
101febd207 + py-docstyle 2017-04-04 13:32:03 +00:00
minskim
67fe09ba27 Add py-cyordereddict 2017-03-31 01:17:32 +00:00
minskim
3021a43ba2 Add py-intervaltree 2017-03-20 21:59:45 +00:00
minskim
3a2804c603 Add py-cachetools 2017-03-20 19:57:50 +00:00
mef
05c08bcbc4 Added devel/p5-Term-Table version 0.006
Added devel/p5-Sub-Info version 0.002
2017-03-20 12:27:36 +00:00
minskim
ab4f406a56 Add py-traitlets 2017-03-18 23:52:09 +00:00
minskim
389e4a49cc Add py-ipython_genutils 2017-03-18 01:48:57 +00:00
minskim
d82662af95 Add py-line_profiler 2017-03-17 21:31:24 +00:00
darcy
db85341311 Add py-rauth package.
A Python library for OAuth 1.0/a, 2.0, and Ofly.
2017-03-17 20:44:38 +00:00
minskim
cb098f2d5a Add py-multipledispatch 2017-03-16 22:43:50 +00:00
minskim
8cdefa6809 Add py-request-ftp 2017-03-07 18:16:21 +00:00
wiz
174577f6e1 + py-testresources 2017-03-05 14:11:36 +00:00
wiz
b47995f059 - py-lint, removed. 2017-03-02 09:21:35 +00:00
maya
71e6415e80 Sort to appease the script 2017-03-02 03:56:59 +00:00
fhajny
8d0d59c45c Enable py-lint and dependencies 2017-02-28 20:59:27 +00:00
fhajny
3a5f191c36 Enable py-lazy-object-proxy 2017-02-28 17:12:15 +00:00
fhajny
4c467d1e36 Enable kafka 2017-02-28 08:18:03 +00:00
maya
7c35ba2e4f +py-iso-639, +py-iso3166 2017-02-25 02:44:10 +00:00
wiz
24f6032bce + py-testscenarios 2017-02-22 14:22:06 +00:00
wiz
047eab792b + py-fixtures. 2017-02-22 14:06:09 +00:00
wiz
2513edab46 + py-txaio 2017-02-22 13:14:55 +00:00
wiz
6b0d7cba2f + py-scandir. 2017-02-22 12:58:48 +00:00
wiz
df2b4f3cee + py-pathlib2. 2017-02-22 12:55:05 +00:00
minskim
e59b031247 Add ruby-multi_test 2017-02-21 06:31:46 +00:00
minskim
bb033da94f Add ruby-bit-struct 2017-02-21 01:19:45 +00:00
minskim
286e4de7a6 Add ruby-cucumber-wire 2017-02-20 05:53:10 +00:00
adam
16c874e53a Added devel/py-typing version 3.5.3.0
Typing defines a standard notation for Python function and variable
type annotations. The notation can be used for documenting code in
a concise, standard format, and it has been designed to also be
used by static and runtime type checkers, static analyzers, IDEs
and other tools.

This is a backport of the standard library typing module to Python
versions older than 3.5.
2017-02-19 18:53:25 +00:00
joerg
0763328309 Remove devel/p5-XML-Compile-Tester, canonical version is in textproc. 2017-02-16 17:35:27 +00:00
wiz
bc9e780e5c + radamsa, p5-Net-LDAP-SID 2017-02-16 07:48:42 +00:00
adam
c00b0ac84f Added devel/py-pydispatcher version 2.0.5
Dispatcher mechanism for creating event models

PyDispatcher is an enhanced version of Patrick K. O'Brien's original
dispatcher.py module. It provides the Python programmer with a robust mechanism
for event routing within various application contexts.

Included in the package are the robustapply and saferef modules, which provide
the ability to selectively apply arguments to callable objects and to reference
instance methods using weak-references.
2017-02-13 21:18:14 +00:00
adam
e68f0edf8e Added devel/py-queuelib version 1.4.2
Queuelib is a collection of persistent (disk-based) queues for Python.

Queuelib goals are speed and simplicity. It was originally part of the Scrapy
framework and stripped out on its own library.
2017-02-13 21:15:41 +00:00
fhajny
980affd4ca Enable librelp 2017-02-13 18:33:48 +00:00
minskim
0e4c641cdf Add ruby-cucumber-core 2017-02-13 03:22:57 +00:00
wiz
355befa8a1 + py-packaging. 2017-02-08 12:10:33 +00:00
minskim
2d6c86ea15 Add py-sortedcontainers 2017-02-08 04:48:28 +00:00
kamil
9b6b1e7a65 + devel/libpthread_dbg 2017-02-08 01:05:09 +00:00
hauke
cce930aad7 read_config_file parses a simple configuration file and stores its
values in an anonymous hash reference.
2017-02-07 09:22:18 +00:00
maya
ba8aa0a130 +gradle 2017-02-06 22:28:54 +00:00
mef
3318a6c51d Added devel/p5-IO-Event version 0.813 2017-02-01 13:38:45 +00:00
leot
eda98fc371 + py-olefile 2017-01-31 14:04:33 +00:00
mef
e45e9074d6 Added devel/p5-Data-ObjectDriver version 0.14
Added devel/p5-File-Flock version 2014.01
Added devel/p5-Data-Structure-Util version 0.16
Added devel/p5-TheSchwartz version 1.12
Added devel/p5-Eval-LineNumbers version 0.1
Added sysutils/p5-Daemon-Generic version 0.84
2017-01-30 14:37:25 +00:00
wiz
0ca8b55a11 Remove mdds0.12, not needed after libreoffice4 removal. 2017-01-24 07:32:30 +00:00
schmonz
c75bf784a6 Add and enable p5-Reply. 2017-01-17 19:44:18 +00:00
schmonz
b7b182afa2 Add and enable p5-Config-INI-Reader-Ordered. 2017-01-17 19:42:36 +00:00
taca
d6667cc0b7 Add and enable ruby-rb-kqueue. 2017-01-09 15:53:14 +00:00
schmonz
219045614e Add and enable p5-Test-Continuous. 2017-01-05 04:11:29 +00:00
manu
d075497a30 Add libnfc 1.7.1 and libfreefare 0.4.0 2016-12-16 08:15:50 +00:00
abs
e9b1af0e3a +bfg 2016-12-15 20:25:31 +00:00
marino
f9de260343 Add devel/adacurses to pkgsrc
The ncurses Ada95 binding was originally written by Juergen Pfeifer in
1996.  It has been improved several times by Juergen, as wll as
Eugen V. Melaragno and Nicolas Boulenguez.
2016-12-12 00:36:19 +00:00
wen
78f9267d66 Add p5-Sub-Quote 2016-12-11 00:27:37 +00:00
rodent
a31081897c Import gflags-2.1.2 as devel/gflags.
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for C++ types like string, and the
ability to define flags in the source file in which they're used.

Package from pkgsrc-wip with bacon4000@gmail.com as the MAINTAINER.
devel/snappy can use this along with other packages in the dependency chain
for caffe.
2016-12-06 00:34:18 +00:00
rodent
a71bc063ac It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:

http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
2016-12-04 21:12:58 +00:00
wiedi
2460509176 Import slibtool-0.5.12 as devel/slibtool
slibtool is an independent reimplementation of the widely used libtool,
written in C. slibtool is designed to be a clean, fast, easy-to-use
libtool drop-in replacement, and is accordingly aimed at package authors,
distro developers, and system integrators. slibtool maintains compatibility
with libtool in nearly every aspect of the tool's functionality as well as
semantics, leaving out (or turning into a no-op) only a small number of
features that are no longer needed on modern systems.
2016-12-03 23:54:56 +00:00
wiz
a052bded55 + py-constantly 2016-11-30 12:24:54 +00:00
joerg
f0f2330179 + svn-bisect 2016-11-28 19:17:17 +00:00
joerg
c3bdceaedc + woboq_codebrowser 2016-11-24 01:11:59 +00:00
fhajny
2f5dab6cd7 Enable py-requests-file 2016-11-21 11:46:13 +00:00
wiz
3ace5c1a56 + py-incremental 2016-11-20 10:21:38 +00:00
fhajny
0fabe788b3 Enable p5-Log-Any-Adapter-Callback 2016-11-08 12:05:30 +00:00
wiz
9f9e7e0578 + p5-Test2-Plugin-NoWarnings 2016-11-07 10:44:05 +00:00
wiz
d4274ee4fc + p5-Test-Suite. 2016-11-07 10:39:01 +00:00
wiz
152422122e + p5-Importer. 2016-11-07 10:36:34 +00:00
joerg
c9ee0f07de + creduce 2016-11-02 13:06:00 +00:00
wiz
06e2137dc3 Remove gmock, integrated into googletest. 2016-11-01 15:32:59 +00:00
kamil
b0a95a5afa Detach devel/tcl-tclOO 2016-10-21 02:32:58 +00:00
fhajny
6f5cc7149d Enable jenkins-lts 2016-10-13 09:40:44 +00:00
bsiegert
7259f58f0e New package, py-vcversioner, from pkgsrc-wip.
You can write a setup.py with no version information specified, and vcversioner
will find a recent, properly-formatted VCS tag and extract a version from it.

It's much more convenient to be able to use your version control system's
tagging mechanism to derive a version number than to have to duplicate that
information all over the place. I eventually ended up copy-pasting the same
code into a couple different setup.py files just to avoid duplicating version
information. But, copy-pasting is dumb and unit testing setup.py files is hard.
This code got factored out into vcversioner.
2016-10-11 12:24:32 +00:00
taca
e2389015db Add and enable ruby-forwardable-extended and ruby-lazy_priority_queue. 2016-10-10 23:16:29 +00:00