Corbin
edd5555029
pypy: Disable broken test on 3.x.
2019-04-09 20:41:08 +02:00
Corbin
8488e205a1
zfec: Enable on PyPy.
2019-04-09 20:41:08 +02:00
Corbin
3c04844d18
pythonPackages.pycryptopp: Enable on PyPy.
2019-04-09 20:41:08 +02:00
Corbin
9b2bf34e04
pythonPackages.execnet: Remove flaky test on PyPy.
2019-04-09 20:41:08 +02:00
Corbin
1b2e1b552b
pypyPackages.numpy: Enable.
...
It Just Works now that everybody's versions have been bumped.
2019-04-09 20:41:08 +02:00
Corbin
9ca78d4a43
pythonModules.werkzeug: Forward-port PyPy fix.
...
Included a comment for the upstream commit where this was fixed
recently:
https://github.com/pallets/werkzeug/commit/1cfdcf9824cb20e362979e8f7734012926492165
2019-04-09 20:41:08 +02:00
Corbin
3671657bfb
pythonPackages.magic-wormhole-transit-relay: Fix tests.
...
Calling Trial directly enables PyPy support, since our PyPy packages
only have a `pypy` binary rather than `python`.
2019-04-09 20:41:08 +02:00
Corbin
c2a418be79
pyasn1-modules: Enable on PyPy.
2019-04-09 20:41:08 +02:00
Corbin
34fd585354
pypyPackages.mock: Unbreak PyPy for Python 2.7.
...
Unbreaks many PyPy packages.
2019-04-09 20:41:08 +02:00
Corbin
ca40026ac7
pythonPackages.pytest-shutil: Disable some tests on PyPy.
...
I looked at some of the failing tests and now I'm feeling rather queasy.
2019-04-09 20:41:08 +02:00
Corbin
1303661b1b
pythonPackages.typing: Disable tests on PyPy.
...
Not sure whether this is right TBH.
2019-04-09 20:41:08 +02:00
Corbin
9c04b75cf9
pypy: 6.0.0 -> 7.0.0
...
Note that this bumps both the 2.7 and 3.5 flavors of PyPy.
2019-04-09 20:41:08 +02:00
Corbin
5719f892e1
python: Make .isPyPy flag more accurate.
...
nix-repl> map (s: s.isPyPy) [ python python3 pypy pypy3 ]
[ false false true true ]
2019-04-09 20:41:08 +02:00
Corbin
00d6b4cbc7
services.tahoe: Use 1.13-compatible invocations.
2019-02-19 10:23:47 -08:00
Corbin
fa6ad02951
services.tahoe: Use networking.hostName.
...
Previously we used nothing, leading to #25273 .
Big thanks to @t184256 for developing and testing this fix.
Fixes #25273 .
2019-02-19 10:02:37 -08:00
Corbin
2c9de98dba
pythonPackages.zfec: patch out argparse dependency
...
Since `argparse` stopped doing anything a while ago, we'll just patch it
out of setup.py and nobody will notice.
2019-01-08 16:12:53 +01:00
Corbin
9470c68b9f
pythonPackages.cozy: init at 2.0a1
2018-07-28 07:26:07 -07:00
Corbin
a502f2c4c8
pythonPackages.ordered-set: init at 3.0.1
...
This package has working tests! A minor miracle in the Python tree.
2018-07-28 07:26:07 -07:00
Corbin
14c88b67c1
pythonPackages.python-igraph: init at 0.7.1.post6
2018-07-28 07:26:07 -07:00
Corbin
f20100a3e4
igraph: init at 0.7.1
2018-07-28 07:26:07 -07:00
Corbin
ee903f23cd
pythonPackages.dictionaries: init at 0.0.1
2018-07-28 07:26:07 -07:00
Corbin
de4c9e0d15
nixos/services/tahoe: Work around awkward command.
2017-01-23 17:55:41 -08:00
Corbin
46a522698e
pythonPackages.twisted: Fix inotify on Linux.
2017-01-23 17:55:41 -08:00
Corbin
c90cab9d8a
tahoelafs: 1.11.0 -> 1.12.1
2017-01-23 17:55:14 -08:00
Corbin
a1906fb541
pythonPackages.foolscap: 0.10.1 -> 0.12.6
2017-01-23 17:54:43 -08:00
Corbin
618b249fc5
prometheus module: add blackboxExporter
2017-01-09 15:20:26 +01:00
Corbin
bd45d5fe8d
prometheus module: add jsonExporter
2017-01-09 15:20:26 +01:00
Corbin
1e5de5fc3c
prometheus-json-exporter: init at 20160913
2017-01-09 15:20:26 +01:00
Corbin
1b839a586b
prometheus module: add varnishExporter
2017-01-09 15:20:26 +01:00
Corbin
51b247bff8
prometheus-varnish-exporter: init at 20161127.
...
Yeah, I know, it's a git snapshot. Sorry.
2017-01-09 15:20:26 +01:00
Corbin
363fa27448
promeutheus.nginxExporter: add improvements
...
- use ExecStart and ExecReload
- add extraFlags
2017-01-09 15:20:26 +01:00
Corbin
ca2fa4416e
nginx: Allow GD to be optional.
...
This commit permits incantations like `pkgs.nginx.override { gd = null; }` to
produce a slimmed-down nginx.
When used, this functionality removes a pile of stuff from nginx's closure.
The resulting nginx's closure:
$ nix-store -q -R /nix/store/wk3h0a4dmdmjmxkbd0q09iw0wfq0yzpz-nginx-1.10.2 | wc -l
12
$ nix-store -q -R /nix/store/gpcx77anqrj05qz0mrwm7hf4wgxry5py-nginx-1.10.2 | wc -l
24
2016-12-26 10:24:58 -08:00
Corbin
2548fd6908
services/tahoe: SFTP support.
2016-11-13 17:13:18 -08:00
Corbin
62f9196e35
pythonPackages.stripe: init at 1.41.1
2016-11-12 11:52:04 -08:00
Corbin
dec4ec07bd
python2.7-nevow: 0.11.1 -> 0.14.2
...
Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
2016-10-04 21:10:48 -07:00
Corbin
3f61b437ef
gcsfuse: Don't depend on fuse.
2016-09-29 07:48:03 -07:00
Corbin
1819d941b0
Address code review feedback.
2016-09-28 21:47:48 -07:00
Corbin
eef90e4153
gcsfuse: init at v0.19.0
2016-09-26 07:51:50 -07:00
Corbin
76b74ab2f1
fetchfossil: Don't support MD5.
...
This effectively means that SHA256 is the only way to go. I'm not really
bothered by this.
2016-08-21 11:53:40 -07:00
Corbin
2d94071cc4
fetchfossil: Require rev.
...
Otherwise no bumps are done when upstream changes. Not sure how to ping the
repository and check without just doing the clone.
2016-08-19 13:55:10 -07:00
Corbin
7880bc0c21
fetchfossil: Cleanup some copy-and-paste.
2016-08-19 07:34:58 -07:00
Corbin
23a50ca407
fetchfossil: Don't let Fossil write to $out/.fossil.
2016-08-18 23:16:37 -07:00
Corbin
20a0e2e3bf
build-support: Add fetchfossil function.
...
This is a dead-simple fetcher which clones a Fossil repository, opens it
directly into $out, and then nicks out the single Fossil checkout marker.
2016-08-18 22:29:30 -07:00
Corbin
09e75a4c29
services/graphite: Fix paths to some Python packages.
...
Unbreaks some private Graphite deployments.
2016-08-17 21:14:31 -07:00
Corbin
45a066512e
services/avahi: Add domainName setting
...
Fixes #15795 .
2016-06-26 23:15:39 +02:00
Corbin
264cb737f6
afl: 1.94b -> 2.10b
...
Includes afl-analyze. QEMU support not tested.
2016-04-26 18:45:12 -07:00
Corbin
4c85efbda1
tahoe-lafs: 1.10.2 -> 1.11.0
...
Also add myself to maintainers, as I *do* care about this package.
2016-04-12 18:44:26 -07:00
Corbin
d5c9a80ccd
services/tahoe: Add tub.location for specifying external IPs.
...
Invaluable for wiring up clouds.
2016-04-12 18:44:25 -07:00
Corbin
e3e5633307
services: Add Tahoe-LAFS service.
...
Including systemd configuration and much of the standard storage node and
introducer configuration.
2016-03-31 14:01:09 -07:00
Corbin Simpson
da698fd9da
pypy: add some required build inputs and disable some unsafe tests
...
I had to disable another networking-centric test suite; it was trying to make
unapproved phone calls.
2016-01-11 20:42:00 +01:00