Commit Graph

449 Commits (066ccc2c69390f630237eadac1f69c03df22b87a)

Author SHA1 Message Date
Marius Bakke 32cd878be0
Merge branch 'master' into core-updates 2017-12-19 01:42:40 +01:00
Christopher Baines 98cf8ca89a
gnu: Add mod-wsgi.
* gnu/packages/web.scm (mod-wsgi): New variable.
2017-12-17 20:46:46 +00:00
Marius Bakke 77181815ae
Merge branch 'master' into core-updates 2017-12-05 23:41:30 +01:00
ng0 6101cad4d1
gnu: Add geomyidae.
* gnu/packages/web.scm (geomyidae): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-12-01 11:28:48 +01:00
Arun Isaac 82cc8253de
gnu: serf: Use scons-build-system.
* gnu/packages/web.scm (serf): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Oleg Pykhalov 2cdf78df2d
gnu: python-internetarchive: Enable tests.
* gnu/packages/web.scm (python-internetarchive): Enable tests.
2017-11-28 20:23:46 +03:00
Oleg Pykhalov 25fa22a99b
gnu: python-internetarchive: Update to 1.7.4.
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.4.
2017-11-28 20:23:46 +03:00
Rutger Helling a0bd6fff42
gnu: tidy-html: Update to 5.6.0.
* gnu/packages/web.scm (tidy-html): Update to 5.6.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-11-26 20:17:55 +08:00
Oleg Pykhalov 036f1eedcc
gnu: Add python-clf.
* gnu/packages/web.scm (python-clf): New variable.
2017-11-20 09:30:27 +03:00
Marius Bakke 2dd12924cf
Merge branch 'master' into core-updates 2017-11-19 15:01:00 +01:00
Christopher Baines f4dd303282
gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper.
This helps with CGI support.

* gnu/packages/web.scm (ikiwik)[arguments]: Add 'include-PERL5LIB-in-wrapper
  phase.
2017-11-19 09:17:55 +00:00
Ludovic Courtès 1b2f753d9c
gnu: Move web packages from python to python-web.
This is in part to address <https://bugs.gnu.org/27284>.

* gnu/packages/python.scm (python-httplib2, python2-httplib2)
(python-sockjs-tornado, python2-sockjs-tornado)
(python-flask-babel, python2-flask-babel)
(python-html5lib, python2-html5lib)
(python-html5lib-0.9, python2-html5lib-0.9)
(python-html5-parser, python2-html5-parser)
(python-webencodings, python2-webencodings)
(python-openid, python2-openid, python-cssutils, python2-cssutils)
(python-cssselect, python2-cssutils)
(python-openid-cla, python2-openid-cla)
(python-openid-teams, python2-openid-teams)
(python-tornado, python2-tornado)
(python-tornado-http-auth, python-terminado, python2-terminado)
(python-webob, python2-webob, python-zope-event, python2-zope-event)
(python-zope-interface, python2-zope-interface)
(python-zope-exceptions, python2-zope-exceptions)
(python-zope-testing, python2-zope-testing)
(python-zope-testrunner, python2-zope-testrunner)
(python-zope-i18nmessageid, python2-zope-i18nmessageid)
(python-zope-schema, python2-zope-schema)
(python-zope-configuration, python2-zope-configuration)
(python-zope-proxy, python2-zope-proxy)
(python-zope-location, python2-zope-location)
(python-zope-security, python2-zope-security)
(python-zope-component, python2-zope-component)
(python-ndg-httpsclient, python2-ndg-httpsclient)
(python-websocket-client, python2-websocket-client)
(python-requests-toolbelt, python2-requests-toolbelt)
(python-rauth, python2-rauth, python-urllib3, python2-urllib3)
(awscli, python-wsgiproxy2, python2-wsgiproxy2)
(python-pastedeploy, python2-pastedeploy)
(python-webtest, python2-webtest, python-flask, python2-flask)
(python-flast-wtf, python2-flask-wtf)
(python-flask-multistatic, python2-flask-multistatic)
(python-cookies, python2-cookies)
(python-responses, python2-responses)
(python-geventhttpclient, python2-geventhttpclient)
(python-requests-oauthlib, python2-requests-oauthlib)
(python-url, python2-url, python-cachecontrol, python2-cachecontrol)
(python-betamax, python2-betamax)
(python-betamax-matchers, python2-betamax-matchers)
(python-s3transfer, python2-s3transfer)
(python-flask-restful, python-flask-basicauth)
(python-flask-sqlalchemy, python-flask-restplus)
(python-flask-restful-swagger, python-htmlmin, python2-htmlmin)
(python-flask-htmlmin, python2-flask-htmlmin)
(python-flask-login, python2-flask-login)
(python-oauth2client, python-flask-oidc)
(python-webassets, python-cssmin, python2-cssmin)
(python-elasticsearch, python2-elasticsearch)
(python-flask-script, python2-flask-script)
(python-flask-migrate, python2-flask-migrate)
(python-genshi, python2-genshi)
(python-flask-principal, python2-flask-principal)
(python-flask-httpauth, python2-flask-httpauth)
(python-uritemplate, python2-uritemplate): Move to...
* gnu/packages/python-web.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm, gnu/packages/backup.scm,
gnu/packages/dav.scm, gnu/packages/django.scm,
gnu/packages/docker.scm, gnu/packages/ebook.scm,
gnu/packages/logging.scm, gnu/packages/mail.scm,
gnu/packages/music.scm, gnu/packages/openstack.scm,
gnu/packages/package-management.scm, gnu/packages/rdf.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/tryton.scm, gnu/packages/version-control.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm: Adjust accordingly.
2017-11-13 23:41:01 +01:00
Ricardo Wurmus 5ccde2079e
gnu: Move test packages from perl to perl-check.
* gnu/packages/perl.scm (perl-test2-bundle-extended,
perl-test2-plugin-nowarnings, perl-test-base, perl-test-class,
perl-test-class-most, perl-test-cleannamespaces, perl-test-command,
perl-test-cpan-meta, perl-test-cpan-meta-json, perl-test-deep,
perl-test-differences, perl-test-directory, perl-test-eol,
perl-test-exception, perl-test-fatal, perl-test-file-sharedir-dist,
perl-test-files, perl-test-harness, perl-test-leaktrace,
perl-test-longstring, perl-test-manifest, perl-test-memory-cycle,
perl-test-mockobject, perl-test-mocktime, perl-test-most, perl-test-needs,
perl-test-notabs, perl-test-nowarnings, perl-test-number-delta,
perl-test-output, perl-test-pod, perl-test-pod-coverage, perl-test-requires,
perl-test-script, perl-test-sharedfork, perl-test-simple, perl-test-taint,
perl-test-tester, perl-test-trap, perl-test-utf8, perl-test-warn,
perl-test-warnings, perl-test-without-module, perl-test-writevariants,
perl-test-yaml, perl-test-trailingspace): Move variables to ...
* gnu/packages/perl-check.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/glib.scm,
gnu/packages/gnupg.scm,
gnu/packages/image-viewers.scm,
gnu/packages/language.scm,
gnu/packages/networking.scm,
gnu/packages/package-management.scm,
gnu/packages/perl.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/version-control.scm,
gnu/packages/web.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm: Use perl-check module.
2017-11-13 23:03:01 +01:00
Tobias Geerinckx-Rice 5ade9bc769
gnu: fcgi: Fix typo in description.
* gnu/packages/web.scm (fcgi)[description]: Fix typo.
2017-11-12 03:25:48 +01:00
Tobias Geerinckx-Rice d1b5043947
gnu: fcgi: Use archived home page fork.
* gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
2017-11-12 03:25:48 +01:00
Tobias Geerinckx-Rice 3c3d20c8f3
gnu: libpsl: Update to 0.19.1.
* gnu/packages/web.scm (libpsl): Update to 0.19.1.
2017-11-10 02:37:15 +01:00
Rutger Helling a67f094671
gnu: Add websockify.
* gnu/packages/web.scm (websockify): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-07 21:56:42 +01:00
Ricardo Wurmus 9ecc4c69eb
gnu: r-servr: Update to 0.8.
* gnu/packages/web.scm (r-servr): Update to 0.8.
2017-11-07 08:15:45 +01:00
Efraim Flashner d298e7652a
gnu: perl-test-www-mechanize-psgi: Update source uri.
* gnu/packages/web.scm (perl-test-www-mechanize-psgi)[source]: Update to
new source uri.
2017-11-06 20:39:45 +02:00
Eric Bavier d8799bd0df
gnu: netsurf: Update to 3.7.
For compatibility, dependents must be updated at the same time.

* gnu/packages/web.scm (libcss): Update to 0.7.0
(nsgenbind): Update to 0.5.
(netsurf): Update to 3.7.
[arguments]: Fix binary name in .desktop.  Adjust "docs" directory name.
* gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source.
2017-11-05 07:46:08 -06:00
Eric Bavier 772588bd22
gnu: libnspsl: Update to 0.1.2.
* gnu/packages/web.scm (libnspsl): Update to 0.1.2.
2017-11-05 07:46:08 -06:00
Eric Bavier f379c52f27
gnu: libnsgif: Update to 0.2.0.
* gnu/packages/web.scm (libnsgif): Update to 0.2.0.
2017-11-05 07:46:08 -06:00
Eric Bavier b20d97f848
gnu: libsvgtiny: Update to 0.1.6.
* gnu/packages/web.scm (libsvgtiny): Update to 0.1.6.
2017-11-05 07:46:08 -06:00
Eric Bavier 036f47a37e
gnu: libdom: Update to 0.3.2.
* gnu/packages/web.scm (libdom): Update to 0.3.2.
2017-11-05 07:46:08 -06:00
Eric Bavier e33f6efd60
gnu: libwapcaplet: Update to 0.4.0.
* gnu/packages/web.scm (libwapcaplet): Update to 0.4.0.
2017-11-05 07:46:08 -06:00
Eric Bavier 84dec7a0c0
gnu: hubbub: Update to 0.3.4.
* gnu/packages/web.scm (hubbub): Update to 0.3.4.
2017-11-05 07:46:07 -06:00
Eric Bavier bf56082605
gnu: netsurf-buildsystem: Update to 1.6.
* gnu/packages/web.scm (netsurf-buildsystem): Update to 1.6.
2017-11-05 07:46:00 -06:00
Efraim Flashner 19b7bba1b5
Merge remote-tracking branch 'origin/master' into core-updates 2017-11-01 10:29:59 +02:00
Efraim Flashner 8ff5b8aaa3
gnu: perl-http-cookies: Fix source uri.
This is a follow-up to d284f01826.

* gnu/packages/web.scm (perl-http-cookies)[source]: Update to new source uri.
2017-10-30 19:49:37 +02:00
Tobias Geerinckx-Rice 922814ae65
gnu: perl-html-lint: Update to 2.26.
* gnu/packages/perl.scm (perl-html-lint): Update to 2.26.
2017-10-30 17:20:40 +01:00
Tobias Geerinckx-Rice d284f01826
gnu: perl-http-cookies: Update to 6.04.
* gnu/packages/perl.scm (perl-http-cookies): Update to 6.04.
2017-10-30 17:20:40 +01:00
Tobias Geerinckx-Rice be03120d78
gnu: perl-test-www-mechanize-psgi: Update to 0.37.
gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.37.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice 303c68588a
gnu: perl-test-www-mechanize: Update to 1.48.
gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.48.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice c2d1b935e0
gnu: perl-uri-find: Update to 20160806.
* gnu/packages/web.scm (perl-uri-find): Update to 20160806.
2017-10-29 17:32:38 +01:00
Efraim Flashner eda8a841ac
Merge remote-tracking branch 'origin/python-updates' into core-updates 2017-10-26 12:45:11 +03:00
Pierre Langlois 412d00728e
gnu: Add qjson.
* gnu/packages/web.scm (qjson): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 14:54:09 +02:00
Petter 7a04dddd26
gnu: Add perl-html-tidy.
* gnu/packages/web.scm (perl-html-tidy): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:06:21 +02:00
Petter 0a9bdd9583
gnu: Add tidyp.
* gnu/packages/web.scm (tidyp): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:06:20 +02:00
Petter efc8f7d03d
gnu: Add perl-lwp-online.
* gnu/packages/web.scm (perl-lwp-online): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:05:28 +02:00
Julien Lepiller 213bb98180
gnu: Add java-eclipse-jetty-servlet-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-servlet-9.2): New variable.
2017-10-23 22:55:09 +02:00
Julien Lepiller fb680f88e9
gnu: Add java-eclipse-jetty-servlet.
* gnu/packages/web.scm (java-eclipse-jetty-servlet): New variable.
2017-10-23 22:55:07 +02:00
Julien Lepiller fa2a23a146
gnu: Add java-eclipse-jetty-security-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-security-9.2): New variable.
2017-10-23 22:55:04 +02:00
Julien Lepiller 8528e20dff
gnu: Add java-eclipse-jetty-security.
* gnu/packages/web.scm (java-eclipse-jetty-security): New variable.
2017-10-23 22:55:02 +02:00
Julien Lepiller e36e2bee46
gnu: Add java-eclipse-jetty-server-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-server-9.2): New variable.
2017-10-23 22:54:58 +02:00
Julien Lepiller 5d38f7e4e8
gnu: Add java-eclipse-jetty-server.
* gnu/packages/web.scm (java-eclipse-jetty-server): New variable.
2017-10-23 22:54:56 +02:00
Julien Lepiller 812c712f7a
gnu: Add java-eclipse-jetty-jmx-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-jmx-9.2): New variable.
2017-10-23 22:54:52 +02:00
Julien Lepiller 4b172061e5
gnu: Add java-eclipse-jetty-jmx.
* gnu/packages/web.scm (java-eclipse-jetty-jmx): New variable.
2017-10-23 22:54:49 +02:00
Julien Lepiller 821869fcf4
gnu: Add java-eclipse-jetty-http-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-http-9.2): New variable.
2017-10-23 22:54:47 +02:00
Julien Lepiller 4a1376d3fd
gnu: Add java-eclipse-jetty-http.
* gnu/packages/web.scm (java-eclipse-jetty-http): New variable.
2017-10-23 22:54:45 +02:00
Julien Lepiller b90012fddf
gnu: Add java-eclipse-jetty-io-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-io-9.2): New variable.
2017-10-23 22:54:42 +02:00