Commit graph

2640 commits

Author SHA1 Message Date
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