summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Add py-faker version 0.7.11.darcy5-1/+755
Faker is a Python package that generates fake data for you.
2017-04-24* Use bash for CONFIG_SHELLfhajny8-9/+97
* Fix build on NetBSD * Uses python to build * Enable tests
2017-04-23+ py-simplegenericjoerg1-1/+2
2017-04-23Fixed DEPENDSadam1-4/+5
2017-04-23Adjust DEPENDS and PLISTleot2-5/+10
py-ruamel-base is no longer needed and Python < 35 also needs py-typing. Due the latter, requires.txt is installed also for the py34- version, adjust PLIST accordingly. Pointed out by <nils>'s bulk builds. Bump PKGREVISION
2017-04-23Add py-entrypointsmarkd1-1/+2
2017-04-23Add py-entrypoints 0.2.2markd4-0/+38
Discover and load entry points from installed packages.
2017-04-23Add py-testpathmarkd1-1/+2
2017-04-23Add py-testpath 0.3markd4-0/+41
Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the filesystem, and tools for mocking system commands and recording calls to those.
2017-04-23Add py-ipykernelmarkd1-1/+2
2017-04-23Add py-ipykernel 4.5.2markd4-0/+191
This package provides the IPython kernel for Jupyter.
2017-04-23Update ipython to 5.3.0markd3-1799/+124
IPython 4.0 =========== Released August, 2015 IPython 4.0 is the first major release after the Big Split. IPython no longer contains the notebook, qtconsole, etc. which have moved to jupyter <https://jupyter.readthedocs.io>. IPython subprojects, such as IPython.parallel and widgets have moved to their own repos as well IPython 5.0 =========== Released July 7, 2016 New terminal interface ---------------------- IPython 5 features a major upgrade to the terminal interface, bringing live syntax highlighting as you type, proper multiline editing and multiline paste, and tab completions that don't clutter up your history. .. image:: ../_images/ptshell_features.png :alt: New terminal interface features :align: center :target: ../_images/ptshell_features.png These features are provided by the Python library prompt_toolkit, which replaces ``readline`` throughout our terminal interface. Relying on this pure-Python, cross platform module also makes it simpler to install IPython. We have removed dependencies on ``pyreadline`` for Windows and ``gnureadline`` for Mac. Backwards incompatible changes ------------------------------ - The ``%install_ext`` magic function, deprecated since 4.0, has now been deleted. You can distribute and install extensions as packages on PyPI. - Callbacks registered while an event is being handled will now only be called for subsequent events; previously they could be called for the current event. Similarly, callbacks removed while handling an event *will* always get that event. - Integration with pydb has been removed since pydb development has been stopped since 2012, and pydb is not installable from PyPI. - The ``autoedit_syntax`` option has apparently been broken for many years. It has been removed. IPython 5.3 =========== Released on January 29th, 2017. Remarkable changes and fixes: * Fix a bug in ``set_next_input`` leading to a crash of terminal IPython. * Always wait for editor inputhook for terminal IPython * Disable ``_ipython_display_`` in terminal * Update terminal colors to be more visible by default on windows * Add Ctrl-Z shortcut (suspend) in terminal debugger * Indent on new line by looking at the text before the cursor * Update QtEventloop integration to fix some matplotlib integration issues * Respect completions display style in terminal debugger * Add a config option ``TerminalInteractiveShell.extra_open_editor_shortcuts`` to enable extra shortcuts to open the input in an editor. These are :kbd:`v` in vi mode, and :kbd:`C-X C-E` in emacs mode The :kbd:`F2` shortcut is always enabled.
2017-04-23Add py-backports.shutil_get_terminal_sizemarkd1-1/+2
2017-04-23Add py-backports.shutil_get_terminal_size 1.0.0markd4-0/+40
A backport of the get_terminal_size function from Python 3.3's shutil. Unlike the original version it is written in pure Python rather than C, so it might be a tiny bit slower.
2017-04-23Add py-jupyter_core py_jupyter_clientmarkd1-1/+3
2017-04-23Add py-jupyter-client 5.0.0markd5-0/+160
jupyter_client contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels.
2017-04-23Add py-jupyter_core 4.3.0markd5-0/+122
Jupyter core package. A base package on which Jupyter projects rely.
2017-04-23python27 version requires py-enum34.markd1-3/+7
2017-04-23Add py-simplegeneric 0.8.1markd4-0/+34
The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods,these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library
2017-04-23Add clocmarkd1-1/+2
2017-04-23Add cloc 1.72markd5-0/+65
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages, with the following features: * Reads user-supplied language comment definition files * Allows results from multiple runs to be summed together by language and by project. * Produces results in a variety of formats: plain text, XML, YAML, CSV. * Counts code within compressed archives (tarballs, Zip files, Java .ear files). * Has numerous troubleshooting options. * Handles file and directory names with spaces and other unusual characters.
2017-04-22Updated py-setuptools to 35.0.1.wiz2-7/+7
v35.0.1 #992: Revert change introduced in v34.4.1, now considered invalid. #1016: Revert change introduced in v35.0.0 per #1014, referencing #436. The approach had unintended consequences, causing sdist installs to be missing files.
2017-04-22Revbump after icu updateadam106-208/+212
2017-04-22Remove 18 from RUBY_VERSIONS_ACCEPTED.taca3-6/+6
2017-04-22Remove ruby-curses-gem which has moved to ruby-curses.taca4-48/+0
2017-04-22Delete ruby-curses-gem.taca1-2/+1
2017-04-22Now, move ruby-curses-gem to ruby-curses overriding part of ruby18 version.taca4-35/+42
2017-04-22Remove ruby-rcov package which is supported by ruby18 only.taca5-69/+0
2017-04-22Delete ruby-rcov.taca1-2/+1
2017-04-22Update ruby-term-ansicolor to 1.6.0.taca3-17/+13
Quote from commit log v1.4.1 * Always return a string from yield * Be more accurate for triple html colors * Test on ruby 2.4.1 * Remove codeclimate stuff v1.6.0 * Implement HSL colors and a couple of cool methods * Use license Apache 2.0 starting from version 1.6.0
2017-04-22Update ruby-sexp-processor to 4.9.0.taca2-7/+7
=== 4.9.0 / 2017-04-13 * 9 minor enhancements: * Added Sexp.depth * Added Sexp.sexp_type= * Cache Sexp.line_max. Massively speeds up large flay runs. * Cleaned up SexpProcessor.process handling of result node type. * Extend pt_testcase for ruby 2.4 tests. * Extended Sexp.method_missing to only print on every invocation if $VERBOSE=1 * Extended Sexp.method_missing to warn if the expected sub-sexp is not found. * Rewrote Sexp.mass to be MUCH faster. Helps tremendously with flay on large files. * Warn that Sexp#method_missing was tripped if $DEBUG.
2017-04-22Update ruby-pkg-config to 1.1.9.taca2-9/+8
== 1.1.9 - 2017-04-20 * Supported C++ compiler. == 1.1.8 - 2017-04-19 * Stopped to require mkmf.
2017-04-22Update ruby-parslet to 1.8.0.taca3-9/+10
= 1.8 / 3Apr2017 + The `ignored` atom that allows to ignore a part of the matched text. `str('foo').ignore` will match 'foo', but not yield any parse output. Thanks to chrismwendt (Chris Wendt). + Infix expression parser (arithmetics, anyone?) now supports custom reducers in block form. Thanks to chrismwendt (Chris Wendt). ! Small patches to memory footprint (Christophe Bliard). - blankslate dependency removed. You should be good - but if things break, please let us know (Nikita Shilnikov). ! Parslet now has `parse_failure_cause`, replaces the earlier `cause`. ! Fixes all these interpreter warnings on modern rubies.
2017-04-22Update ruby-parser to 3.9.0.taca3-8/+13
=== 3.9.0 / 2017-04-13 * 1 major enhancement: * Added tentative ruby 2.4 support. Probably missing things. * 13 minor enhancements: * Added RubyParser.latest. * Added RubyParser::Parser.version to make version range comparisons easier * Changed superclasses of all parsers to RubyParser::Parser * Cleaned up a lot of the version specific code to be more generic/flexible. * Documented how to add new versions in README. * Moved RubyParser from ruby_parser_extras.rb into ruby_parser.rb to fix bootstrap issues. * Renamed RubyParserStuff#get_match_node to new_match. Aliased and deprecated. * Renamed RubyParserStuff#logop to logical_op. Aliased and deprecated. * Renamed RubyParserStuff#node_assign to new_assign. Aliased and deprecated. * Renamed all parsers to RubyParser::V##. * Revamped grammar preprocessing to make adding new versions easier. * RubyParser.for_current_ruby falls back to latest if current not available. * Subclasses of RubyParser::Parser register themselves into RubyParser::VERSIONS. * 4 bug fixes: * Fixed `&.` after newline. (presidentbeef) * Fixed bug setting line number for hash literals to line of opening brace. * Fixed grammar preprocessing bug. * Properly handle kDO with no-parens stabby lambda. (presidentbeef)
2017-04-22Update ruby-octokit to 4.7.0.taca3-8/+10
4.7.0 2017/04/05 * #837 Fix passing options to all_organizations * #841 Add new methods from the most recent org memberships API enhancements * #851 Fix application requests for non dotcom hosts * #858 Don't mutate the options variable passed to API calls * #871 Add support to prerelease Integrations API * #874 Handle PR Review errors * #860 Implement Review Preview API * #869 Use Organization.path for organization membership method * #880 Fix incorrect mimetype for integrations in PREVIEW_TYPES * #881 Change several occurrences of Hash#merge!
2017-04-22Update ruby-logging to 2.2.2.taca3-8/+9
== 2.2.2 / 2017-04-11 Enhancements - limit the depth of nested exceptions [PR #167] == 2.2.1 / 2017-04-09 Enhancements - show exception `cause` if one exists [PR #165]
2017-04-22Update ruby-curses-gem to 1.2.2.taca2-7/+7
### 1.2.2 / 2017-04-22 New features: * Add Curses.get_key_modifiers, Curses.return_key_modifiers, and Curses.save_key_modifiers. * Support mswin native build. Pull request #29 by usa. ### 1.2.1 / 2017-03-27 New features: * Add touch, untouch, touched?, touch_line, and line_touched?. Bug fixes: * Fix Pad#subpad to use subpad(3). (Issue #23) * Fix build issues on macOS. Pull requests #24, #25, #26, #27 and #28 by nobu.
2017-04-22Update MASTER_SITE.joerg1-2/+2
2017-04-22Add ruby-railties42minskim1-1/+2
2017-04-22Import ruby-railties-4.2.8 as devel/ruby-railties42minskim4-0/+284
Notable changes since 3.2: - New test locations test/models, test/helpers, test/controllers, and test/mailers. Corresponding rake tasks added as well. - Your app's executables now live in the bin/ directory. Run rake rails:update:bin to get bin/bundle, bin/rails, and bin/rake. - Threadsafe on by default - Ability to use a custom builder by passing --builder (or -b) to rails new has been removed. Consider using application templates instead. - The Spring application preloader is now installed by default for new applications. It uses the development group of the Gemfile, so will not be installed in production. - BACKTRACE environment variable to show unfiltered backtraces for test failures. - Exposed MiddlewareStack#unshift to environment configuration. - Added Application#message_verifier method to return a message verifier. - The test_help.rb file which is required by the default generated test helper will automatically keep your test database up-to-date with db/schema.rb (or db/structure.sql). It raises an error if reloading the schema does not resolve all pending migrations. Opt out with config.active_record.maintain_test_schema = false. - Introduce Rails.gem_version as a convenience method to return Gem::Version.new(Rails.version), suggesting a more reliable way to perform version comparison. - Introduced web-console in the default application Gemfile. - Added a required option to the model generator for associations. - Introduced the x namespace for defining custom configuration options. - Introduced Rails::Application.config_for to load a configuration for the current environment. - Introduced a --skip-turbolinks option in the app generator to not generate turbolinks integration. - Introduced a bin/setup script as a convention for automated setup code when bootstrapping an application. - Changed the default value for config.assets.digest to true in development. - Introduced an API to register new extensions for rake notes. - Introduced an after_bundle callback for use in Rails templates. - Introduced Rails.gem_version as a convenience method to return Gem::Version.new(Rails.version).
2017-04-22Remove SunOS too. Unbreaks build.jperkin1-3/+2
2017-04-22Updated devel/p5-MooseX-Role-Parameterized to 1.10mef2-7/+7
-------------------------------------------------- 1.10 2017-04-20 17:50:53Z - add MooseX::Role::Parameterised as stub documentation, for discoverability
2017-04-22Updated devel/p5-ExtUtils-PkgConfig to 1.16mef2-8/+7
------------------------------------------- 1.16 Thu Apr 20 18:51:36 PDT 2017 - Add exists() method, and update README (RT#77880) - Handle removal of '.' from @INC for Perl 5.24 (RT#120819)
2017-04-22Removed Darwin from MPN-generic hack as it builds correctly without it. ↵adam1-2/+2
Configure failed for newer CPUs when generic was enabled.
2017-04-221. Add Following line for make testmef1-2/+5
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 2. Reset MAINTAINER ( probably I made mistake, not for sure sorry)
2017-04-22Updated devel/p5-Devel-Cover to 1.24mef2-8/+7
------------------------------------ Release 1.24 - 18 April 2017 - Work with 5.25.x (op_sibling) (Dan Collins, Matthew Horsfall) (github 162). - Perl versions below 5.10.0 are now unsupported.
2017-04-22Updated devel/p5-Term-Table to 0.008mef2-7/+7
------------------------------------ 0.008 2017-03-17 10:08:18-07:00 America/Los_Angeles - Prefer Term::Size::Any over Term::ReadKey - Do not use either if STDOUT is not a terminal 0.007 2017-03-08 20:15:13-08:00 America/Los_Angeles (TRIAL RELEASE) - Remove stray line that was setting STDOUT to utf8 (wtf?)
2017-04-22Updated devel/p5-bareword-filehandles to 0.005mef2-7/+7
--------------------------------------------- 0.005 2017-04-20 16:27:24+01:00 Europe/London - Switch to Dist::Zilla::PluginBundle::Starter and ::Plugin::DymamicPrereqs - Use Devel::PPPort insted of hand-rolled compat macros
2017-04-22Updated devel/p5-multidimensional to 0.013mef2-7/+7
------------------------------------------ 0.013 2017-04-20 15:05:14+01:00 Europe/London - Switch to Dist::Zilla::PluginBundle::Starter and ::Plugin::DymamicPrereqs - Use Devel::PPPort insted of hand-rolled compat macros
2017-04-22Updated devel/p5-Make to 1.1.3mef2-8/+10
------------------------------ ChangeLog states only upto 1.1.2, no info for this version