Robert Scott
0d576d7eb8
pythonPackages.cmd2_8: remove
2019-06-12 11:56:39 +09:00
Robert Scott
48c8756157
pythonPackages.neuron: restrict to x86 platforms
2019-06-09 12:18:58 +02:00
Robert Scott
e0aec554eb
pythonPackages.neuron: fix for darwin
...
un-compensate for some of the darwin quirks the neuron
source is expecting
2019-06-09 12:18:58 +02:00
Robert Scott
17ab139b9b
pythonPackages.bjoern: 2.2.3 -> 3.0.1
2019-06-07 22:08:04 +01:00
Robert Scott
4929126ca9
sigrok-cli: enable for darwin
2019-06-07 10:05:59 +02:00
Robert Scott
2565718195
libsigrok: enable for darwin
2019-06-07 10:05:59 +02:00
Robert Scott
bbd2f649ce
libsigrokdecode: enable for darwin
2019-06-07 10:05:59 +02:00
Robert Scott
7209c43d66
librevisa: enable for darwin
2019-06-07 10:05:59 +02:00
Robert Scott
2c11bbd140
libserialport: enable for darwin
2019-06-07 10:05:59 +02:00
Robert Scott
b8c8bfa9f4
pythonPackages.spglib: add patch fixing darwin/py27 build, enabling assertions on all platforms
2019-06-05 22:12:54 +01:00
Robert Scott
3c79c31280
pythonPackages.gprof2dot: remove linux platform restriction
...
appears to work on darwin
2019-06-02 23:44:13 +01:00
Robert Scott
f24efd30fa
pythonPackages.gprof2dot: enable tests
2019-06-02 23:44:12 +01:00
Robert Scott
d56d324f38
pythonPackages.django_silk: add self as maintainer
2019-06-02 23:44:11 +01:00
Robert Scott
0fb023825e
pythonPackages.django_silk: enable tests
2019-06-02 23:43:57 +01:00
Robert Scott
bd89694ca3
pythonPackages.django_silk: fix build by adding gprof2dot dependency
2019-06-02 19:29:46 +01:00
Robert Scott
59e50937a2
pythonPackages.sparse: disable for py2.7
...
upstream dropped support https://github.com/pydata/sparse/pull/235
2019-06-02 13:26:17 +01:00
Robert Scott
7eea576d7e
pythonPackages.klein: fix build/tests
2019-06-01 15:12:35 +01:00
Robert Scott
6a1ade5fca
re2: enable check, installCheck
2019-05-31 22:44:03 +01:00
Robert Scott
9ecdc72b36
re2: 20140304 -> 20190401
2019-05-31 22:25:43 +01:00
Robert Scott
f55969bbb3
ghostscript: add patches for CVE-2019-3839
2019-05-24 23:21:38 +01:00
Robert Scott
9c4d318f06
libheif: add patch for CVE-2019-11471 (PR #61919 )
2019-05-23 10:06:11 +02:00
Robert Scott
f9f3d6b210
libsass: add patch for CVE-2018-19827 (PR #61673 )
...
vcunat switched to upstream commit that's reachable from master.
2019-05-18 14:17:10 +02:00
Robert Scott
d7f36ecb3d
postgresql: enable pre-install checks
2019-05-13 19:32:53 +01:00
Robert Scott
3e9184b8dc
pythonPackages.pyopenssl: add support for building with openssl 1.1.x
2019-05-12 20:01:58 +02:00
Robert Scott
a7b397295b
k2pdfopt: patch custom leptonica with security fixes
...
this is what you get to inherit if you insist on old versions. cross-port
of r19.03's 0861ad591a96ad7246335c9cb35f51126874ea12.
2019-05-11 16:15:24 +01:00
Robert Scott
a6febf3eaa
mesos: fix build by forcing protobuf 3.6
...
mesos really seems to want protobuf 3.3, as dictated by maven. 3.6 does
seem to work though.
2019-05-10 19:16:39 +01:00
Robert Scott
8b9883ab52
pythonPackages.lark-parser: enable majority of tests
2019-05-07 22:35:00 +01:00
Robert Scott
cb0028b449
pythonPackages.cartopy: fix tests for py2.7 by supplying them with xvfb
...
python 2.7's tk is over-eager in trying to open an x display,
so run it in xvfb. xvfb is quite a heavy dependency (albeit only
a build-time one), so ensure this is only used when needed.
2019-05-06 19:28:23 +01:00
Robert Scott
4a72ca1135
pythonPackages.worldengine: fix tests by moving nose to checkInputs
...
also only perform nosetests in py<3.5
2019-05-06 19:22:20 +01:00
Robert Scott
171642e8b7
pythonPackages.fiona: fix tests on py27 by including mock in checkInputs
2019-05-05 13:33:09 +01:00
Robert Scott
de467e740e
rapid-photo-downloader: add vmtouch to wrapped PATH
...
without this, the analyze-pv-structure executable complains:
"To run this program, you need to install vmtouch."
2019-05-04 16:48:25 +01:00
Robert Scott
b86fe70cd0
pythonPackages.purepng: add self as maintainer
...
looks like I've had more contact with this package than anyone...
2019-05-03 19:26:41 +01:00
Robert Scott
7451a6a107
pythonPackages.purepng: fix for py3.7, enable tests
...
the pypi package includes pre-cythonized versions of some components,
however these were cythonized with a py3.7-unaware cython which is what
caused the main breakage. fetching the equivalent version from github
allows us to offer either the pure-python version or one we cythonize
ourselves if the cython package is provided.
the added bonus of using a github checkout is that the tests are included,
so enable these.
these tests revealed that for full py3.7 compatibility an additional patch
is needed from an upstream PR.
2019-05-03 19:26:40 +01:00
Robert Scott
9efddf73cd
pythonPackages.papis: fix build by disabling over-specific yaml output tests
...
these tests will fail when built against pyyaml 5.x, an issue which
appears to have been addressed upstream but not released yet.
2019-05-01 22:10:35 +01:00
Robert Scott
83e01aa5e4
pythonPackages.fastpair: force use of pytest_3
2019-04-28 15:58:09 +01:00
Robert Scott
3d38c01e5c
pythonPackages.basemap: 1.0.7 -> 1.2.0, fixes build on py3.7
...
upstream seems to have moved to github without updating its pypi
packages
2019-04-27 23:25:33 +01:00
Robert Scott
0ffe8864b9
pythonPackages.asana: 0.7.1 -> 0.8.2, disable for py3.7
2019-04-27 15:22:08 +01:00
Robert Scott
900dfa2705
pythonPackages.ezdxf: 0.8.8 -> 0.9
...
also disable for python <3.5 as upstream has dropped support
2019-04-27 07:46:59 +02:00
Robert Scott
d40894cbea
pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
...
this dependency turns out to be completely unnecessary - the pypi
package includes its own bundled copy of the source (i know - ew.)
and building without pkgs-box2d results in a binary-identical .so.
this has the side-effect of enabling this package on darwin, which was
previously restricted by the apparently linux-only pkgs-box2d.
2019-04-27 07:45:53 +02:00
Robert Scott
4c49c02073
pythonPackages.box2d: fix build by moving swig2 to nativeBuildInputs
2019-04-27 07:45:53 +02:00
Robert Scott
9b69cf0865
pythonPackages.ColanderAlchemy: mark as broken for colander >1.6.0 ( #59975 )
...
ColanderAlchemy doesn't seem to have been updated for colander 1.7.0,
or at least its tests haven't been and we get a single, subtle test
failure around null handling which I don't feel comfortable skipping.
Issue filed upstream https://github.com/stefanofontanelli/ColanderAlchemy/issues/107
users that really need this will have to feed in their own pinned
colander package.
2019-04-26 09:15:24 +02:00
Robert Scott
91a6ffa4bd
pythonPackages.serversyncstorage: mark as broken if cornice.version != 0.17 ( #59884 )
...
this package doesn't build if accessed directly from the top level
without a specially overridden cornice package supplied - as done
by syncserver
2019-04-26 08:42:58 +02:00
Robert Scott
b30f1e9ebb
appleseed: 1.9.0-beta -> 2.0.5-beta
...
this also fixes the build, provided we set -Wno-unused-but-set-variable
2019-04-23 23:38:07 +01:00
Robert Scott
504e1284de
pythonPackages.pyramid_chameleon: fix build by patching tests
...
looking into this part of the test suite it appears it started as a
modified copy of part of the main pyramid test suite. presumably this
line simply never got converted - change it to match the similar
imports.
2019-04-19 10:55:12 +01:00
Robert Scott
16987b936f
graphene-hardened-malloc: init at 190405.003.2019.04.01.19
2019-04-16 23:38:24 +01:00
Robert Scott
038b2f5e9f
afl: add self to maintainers list
2019-04-10 22:23:08 +01:00
Robert Scott
b401d87329
afl-qemu: remove unnecessary build dependencies: this is a minimal build of qemu
2019-04-10 22:23:08 +01:00
Robert Scott
d3414f4132
libdislocator: init at 2.52b
2019-02-13 22:06:33 +00:00
Robert Scott
ed4bf383a8
pythonPackages.django_hijack_admin: tweak checkPhase to ensure tests are running against installed package, not source directory
2019-01-20 15:58:30 +00:00
Robert Scott
72fc58b3f1
pythonPackages.django_hijack_admin: 2.1.5 -> 2.1.10
2019-01-20 15:58:20 +00:00
Robert Scott
c9912dbf9d
pythonPackages.django_hijack: 2.1.9 -> 2.1.10
2019-01-20 15:58:13 +00:00
Robert Scott
4bddac6e67
pythonPackages.django_compat: 1.0.14 -> 1.0.15
2019-01-20 15:58:04 +00:00
Robert Scott
5a09820a13
afl-qemu: update to qemu 2.10.0, as specified by afl 2.52b
...
refresh patches & configure options directly from afl 2.52b to make
installation as vanilla as possible
2018-12-22 21:07:26 +00:00
Robert Scott
8e5c4a4c1d
cloudfoundry-cli: output to "bin" output, don't "remove-references-to"
2018-12-21 09:56:15 +00:00
Robert Scott
e017ce0839
cloudfoundry-cli: 6.36.1 -> 6.37.0
...
upstream seems to have added new make build system - adapt to use that
2018-07-22 23:53:33 +01:00
Robert Scott
814225cf22
aws-auth: remove
...
No longer works with current awscli versions, unmaintained upstream
2018-03-23 21:12:25 -05:00
Robert Scott
77a3331a10
cloudfoundry-cli: init at 6.32.0
2017-11-26 23:06:27 +00:00
Robert Scott
9ca4f39b97
python.pkgs.python-gnupg: disable failing test test_search_keys
...
reading the code, it's hard to see how this test was *ever* supposed to
pass. interestingly, peeking across the fence, guix have disabled this test
too for the same reason.
note that tests don't actually run *at all* on py27 but that's a problem
for another day
2017-09-23 19:01:41 +02:00
Robert Scott
a358c43975
python.pkgs.pyscss: 1.3.4 -> 1.3.5
...
this also:
- enables tests (properly)
- fixes build on python 3.6
2017-09-23 15:15:48 +01:00
Robert Scott
2989324d60
aws-auth: init at unstable-2017-07-24
2017-07-26 18:45:41 +02:00
Robert Scott
60dcb9cc01
fetchsvn: set LC_ALL in builder to allow svn to handle unicode filenames
2017-06-04 13:41:28 +01:00
Robert Scott
156ee07f3c
python.pkgs.magic-wormhole: fix build mostly through adding new dependencies
2017-06-01 20:31:16 +01:00
Robert Scott
a1c15989aa
python.pkgs.flask_migrate: 1.7.0 -> 2.0.3
...
fixes build against new dependencies after some test tinkering, seems
we can remove the python3-patching as there exists a "python" symlink now
2017-05-30 12:39:20 +01:00
Robert Scott
21e3b2ff55
python.pkgs.pylint: add pytestrunner to buildInputs
2017-05-29 02:10:43 +01:00
Robert Scott
d2ef1a24b8
python.pkgs.ldap: use fetchPypi for src
2017-05-29 02:10:43 +01:00
Robert Scott
2c228f62cd
python.pkgs.pylibmc: use fetchPypi for src
2017-05-29 02:10:43 +01:00
Robert Scott
7bbb9824ac
python.pkgs.hypothesis: add pytest_xdist as a checkInputs dependency
...
without this py.test doesn't recognize the -n flag and fails
2017-05-29 02:10:43 +01:00
Robert Scott
fa44b72d91
python.pkgs.django_hijack: 2.0.7 -> 2.1.4
...
also fix & enable tests, add self as maintainer
2017-05-28 14:43:41 +01:00
Robert Scott
ac8a58b5b4
python.pkgs.django_compat: get tests working & enable them
...
also add self as maintainer
2017-05-28 14:43:34 +01:00
Robert Scott
45ac7700fa
mkPythonDerivation: obey a dontWrapPythonPrograms attribute
...
This should allow a python derivation to disable possibly overzealous
python program wrapping without having to override the whole fixupPhase
2017-05-27 14:25:08 +02:00
Robert Scott
d4c106f5b4
pyproj: enable tests, use bundled proj by default
2017-05-17 22:40:07 +01:00
Robert Scott
b3fadc9085
sops: init at version 2.0.8
2017-03-10 15:41:57 +00:00
Robert Scott
11a716491b
php: 5.5.34 -> 5.4.35
2016-04-30 22:32:34 +00:00
Robert Scott
e9c16b7902
php: 5.6.20 -> 5.6.21
2016-04-30 20:48:12 +00:00
Robert Scott
b19d7e32a0
squid: 3.5.15 -> 3.5.17 (resolving CVE-2016-3947, CVE-2016-3948, CVE-2016-4051, CVE-2016-4052, CVE-2016-4053, CVE-2016-4054)
2016-04-30 12:34:36 +00:00
Robert Scott
6643d18dac
pythonPackages.setuptools_scm_18: disable for isPy35
2016-04-15 10:29:38 +00:00
Robert Scott
e525a83861
django: 1.8.11 -> 1.8.12
2016-04-12 08:34:35 +00:00
Robert Scott
5911469335
django: 1.9.4 -> 1.9.5
2016-04-12 08:34:35 +00:00
Robert Scott
d61b739f07
php: 5.6.19 -> 5.6.20
2016-04-10 18:41:57 +00:00
Robert Scott
1773c53fcf
php55: 5.5.33 -> 5.5.34
2016-04-10 14:45:35 +00:00
Robert Scott
46d26e82f4
django_reversion: 1.8.5 -> 1.10.1
2016-03-28 14:55:22 +00:00
Robert Scott
a01b9f7c74
celery: 3.1.19 -> 3.1.23
2016-03-28 14:29:16 +00:00
Robert Scott
e6026003df
billiard: 3.3.0.21 -> 3.3.0.23
2016-03-28 14:29:16 +00:00
Robert Scott
364b3d2453
kombu: tidy up, removing py3k fussiness which is handled by the deps and adding to buildInputs to allow more of the test suite to run
2016-03-28 14:28:50 +00:00
Robert Scott
86435a1b41
kombu: 3.0.33 -> 3.0.35, add redis to buildInputs to allow tests to pass
2016-03-28 13:39:38 +00:00
Robert Scott
01f96aa572
osrm-backend: remove osrm-backend_luajit variant - it has been broken for a while
2016-03-28 10:45:16 +00:00
Robert Scott
0b96e0daf3
osrm-backend: 4.5.0 -> 4.9.1
2016-03-27 20:28:45 +00:00
Robert Scott
0fdf7106e5
osrm-backend: switch src to use fetchFromGitHub
2016-03-26 18:07:55 +00:00
Robert Scott
7a3e154c27
osrm-backend: add patch fixing build by un-hard-coding gcc-ar and gcc-ranlib paths
2016-03-26 17:38:50 +00:00
Robert Scott
772ab40c52
django packaging: remove remaining uses of makeOverridable for django-depending packages
2016-03-26 11:54:21 +00:00
Robert Scott
9f54f755a9
php: 5.5.32 -> 5.5.33 (security update)
2016-03-19 11:18:12 +00:00
Robert Scott
e4817b7d99
php: 5.6.18 -> 5.6.19 (security update)
2016-03-19 11:15:48 +00:00
Robert Scott
6335907d2f
django: 1.8.10 -> 1.8.11, 1.9.3 -> 1.9.4 security updates
2016-03-13 12:54:51 +00:00
Robert Scott
0899727f69
django_hijack: init at 2.0.7
2016-03-13 01:38:48 +00:00
Robert Scott
fb26e993c5
django_compat: init at 1.0.8
2016-03-12 11:49:37 +00:00
Robert Scott
0f22f51d60
django_nose: init at 1.4.3
2016-03-12 11:48:47 +00:00
Robert Scott
d192057519
hg_crecord: revert changes adding mercurial crecord
...
crecord is included in modern hg releases - I failed to realize this.
2016-02-04 15:13:24 +00:00
Robert Scott
9d46f027cb
hg-crecord: switch to same revision, but fetched properly using fetchFromBitbucket
...
I was previously just fetching the bitbucket-generated tarball of this revision, but
this was vulnerable to breakage when bitbucket made micro-changes to the tarball
generation, causing the file hash to change. This should make mercurial-full buildable
again.
2016-01-30 16:43:28 +00:00
Robert Scott
0e61e2a35f
kombu 3.0.30 -> 3.0.33
2016-01-29 11:23:33 +00:00
Robert Scott
a1566be54c
amqp 1.4.7 -> 1.4.9
2016-01-29 11:23:33 +00:00