summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-29+ py-meinheldjoerg1-1/+2
2017-09-29Add py-meinheld-0.6.1:joerg4-0/+59
This is a high performance python wsgi web server. Thus this is yet an another asynchronous web server like gevent. meinheld is a WSGI compliant web server. (PEP333 and PEP3333 supported)
2017-09-29+ py-cookiesjoerg1-1/+2
2017-09-29Add py-cookies-2.2.1:joerg4-0/+37
cookies.py is a Python module for working with HTTP cookies: parsing and rendering ‘Cookie:’ request headers and ‘Set-Cookie:’ response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python’s Cookie.py (aka http.cookies).
2017-09-29+ py-txgithubjoerg1-1/+3
+ py-txrequests
2017-09-29Add py-txrequests-0.9.5:joerg4-0/+43
py-twrequests is a Small add-on for the python requests http library. It uses twisted’s ThreadPool, so that requests’ API returns deferred.
2017-09-29Add py-txgithub-15.0.0:joerg4-0/+54
txgithub is a library based on Twisted for accessing GitHub’s API version 3.
2017-09-29+ py-treqjoerg1-1/+2
2017-09-29Add py-treq-17.8.0:joerg4-0/+129
treq is an HTTP library inspired by requests but written on top of Twisted’s Agents. It provides a simple, higher level API for making HTTP requests when using Twisted.
2017-09-29doc/CHANGES-2017: Fix typo in username: may -> mayakamil1-2/+2
2017-09-29+ py-test-localserverjoerg1-1/+2
2017-09-29Add py-pytest-localserver-0.3.7:joerg4-0/+64
pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally. Sometimes monkeypatching urllib2.urlopen() just does not cut it, for instance if you work with urllib2.Request, define your own openers/handlers or work with httplib. In these cases it may come in handy to have an HTTP server running locally which behaves just like the real thing.
2017-09-29doc/CHANGES-2017: Note removal of gdb5 and gdb6kamil1-1/+3
Removed devel/gdb5 Removed devel/gdb6
2017-09-29+ py-test-utilsjoerg1-1/+2
2017-09-29+ py-termcolorjoerg1-1/+2
2017-09-29Add py-test-utils-0.1.0:joerg4-0/+35
This module provides a collection of utility functions and classes which make writing and running functional and integration tests easier.
2017-09-29doc/TODO: Drop gdb6-6.8a entrykamil1-2/+1
gdb6 has been removed from pkgsrc.
2017-09-29mk/defaults/options.description: Drop unused gdb6-tuikamil1-1/+0
gdb6 - the only user of gdb6-tui - has been eliminated from pkgsrc.
2017-09-29Add py-termcolor-1.1.0:joerg4-0/+32
py-termcolor is a simple library for ANSI Color formatting of output.
2017-09-29gdb6: Remove this packagekamil52-1217/+0
gdb6 has been eliminated from pkgsrc and moved to pkgsrc-wip/gdb6 for those who still may care about it. pkgsrc developers no longer intend to maintain this version in the main repository.
2017-09-29gdb5: Remove this packagekamil31-1630/+0
gdb5 has been eliminated from pkgsrc and moved to pkgsrc-wip/gdb5 for those who still may care about it. pkgsrc developers no longer intend to maintain this version in the main repository.
2017-09-29+ py-tzdatajoerg1-1/+2
2017-09-29Add pytzdata-2017.2.2:joerg4-0/+655
Official timezone database for Python.
2017-09-29devel/Makefile: Detach gdb5 and gdb6kamil1-3/+1
These packages are going to be eliminated soon.
2017-09-29+ py-xmlttodictjoerg1-1/+2
2017-09-29Add py-xmltodict-0.11.0:joerg4-0/+32
xmltodict is a Python module that makes working with XML feel like you are working with JSON. It has optional namespace and streaming support.
2017-09-29+ py-regexjoerg1-1/+2
2017-09-29Add regex-2017.07.28:joerg4-0/+48
This regex implementation is backwards-compatible with the standard ‘re’ module, but offers additional functionality.
2017-09-29+ py-jsonrefjoerg1-1/+2
2017-09-29Add py-jsonref-0.1:joerg4-0/+38
jsonref is a library for automatic dereferencing of JSON Reference objects for Python (supporting 2.6+ including Python 3). This library lets you use a data structure with JSON reference objects, as if the references had been replaced with the referent data.
2017-09-29+ py-pyamljoerg1-1/+2
2017-09-29Add py-pyaml-17.8.0:joerg4-0/+49
pyaml produces pretty and readable YAML-serialized data on top of py-yaml.
2017-09-29+ py-dicttoxmljoerg1-1/+2
2017-09-29Add py-dicttoxml-1.7.4:joerg4-0/+37
This module converts a Python dictionary or other native data type into a valid XML string. Supported item are int, float, long, decimal.Decimal, bool, str, unicode, datetime, None and other number-like objects. Supported collection are list, set, tuple and dict, as well as iterable and dict-like objects. Items with a datetime type are converted to ISO format strings. Items with a None type become empty XML elements.
2017-09-29Allow narrowing of the data tables GCC 5+.joerg1-1/+7
2017-09-29doc: Updated devel/p5-Alien-Build to 1.18wiz1-1/+2
2017-09-29p5-Alien-Build: update to 1.18.wiz2-7/+11
1.18 2017-09-22 06:40:51 -0400 - Fixed bug where Probe::CBuilder plugin might not play nice with other probes. 1.17_01 2017-09-20 14:36:41 -0400 - Add apply_plugin to Alien::Build::Meta - Deprecated Alien::Build::Plugin subplugin method (use apply_plugin instead)
2017-09-29doc: Added devel/p5-Alien-Base-ModuleBuild version 0.046wiz1-1/+2
2017-09-29devel/Makefile: + p5-Alien-Base-ModuleBuildwiz1-1/+2
2017-09-29doc: Added devel/p5-Shell-Config-Generate version 0.29wiz1-1/+2
2017-09-29devel/p5-Alien-Base-ModuleBuild: import p5-Alien-Base-ModuleBuild-0.046wiz3-0/+41
This module provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.
2017-09-29devel/Makefile: + blosc, p5-Shell-Config-Generatewiz1-1/+3
2017-09-29devel/p5-Shell-Config-Generate: import p5-Shell-Config-Generate-0.29wiz4-0/+44
This module provides an interface for specifying shell configurations for different shell environments without having to worry about the arcane differences between shells such as csh, sh, cmd.exe and command.com.
2017-09-29doc: Added devel/p5-Shell-Guess version 0.07wiz1-1/+2
2017-09-29devel/Makefile: + p5-Shell-Guesswiz1-1/+2
2017-09-29devel/p5-Shell-Guess: import p5-Shell-Guess-0.07wiz3-0/+29
Shell::Guess makes a reasonably aggressive attempt to determine the shell being employed by the user, either the shell that executed the perl script directly (the "running" shell), or the users' login shell (the "login" shell). It does this by a variety of means available to it, depending on the platform that it is running on.
2017-09-29doc: Added sysutils/p5-Unix-Process version 1.3101wiz1-1/+2
2017-09-29sysutils/Makefile: + p5-Unix-Processwiz1-1/+2
2017-09-29sysutils/p5-Unix-Process: import p5-Unix-Process-1.3101wiz3-0/+29
Perl extension to get pid info from (/bin/ps). All fields from the ps command can be fetched by calling a function of their name. If the pid is not given as an argument to the function, $$ (cur pid) is assumed.
2017-09-29devel/ruby-redmine: Fix usage ofRUBY_VERSIONS_ACCEPTEDtaca1-3/+3
Define RUBY_VERSIONS_ACCEPTED before including rubyversion.mk. Should be fix pbulk problem.