Commit Graph
100 Commits
Author SHA1 Message Date
Robert Scott 4e75022bcf Merge pull request #98965 from r-burns/sshping
sshping: fix build on darwin
2020-09-27 22:26:37 +01:00
Robert Scott c9c10e240e Merge pull request #98960 from r-burns/projectm
projectm: fix build on darwin
2020-09-27 20:10:24 +01:00
Robert Scott 46a9046f37 Merge pull request #98947 from risicle/ris-chameleon-fix
pythonPackages.chameleon: fix tests by switching to github source
2020-09-27 18:18:27 +01:00
Robert Scott d7365fad89 pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
2020-09-27 10:14:16 -07:00
Robert Scott 61563633d8 Merge pull request #98939 from thall/pybase64
python3Packages.pybase64: Upgrade to python 3
2020-09-27 17:10:19 +01:00
Robert Scott 495895c34e Merge pull request #98928 from thall/master
pythonPackages.lmtpd: upgrade to Python 3
2020-09-27 16:49:25 +01:00
Robert Scott 1cdbc00234 Merge pull request #98930 from thall/pygraphviz
pythonPackages.pygraphviz: upgrade to Python 3
2020-09-27 16:41:50 +01:00
Robert Scott d9cb2736b4 pythonPackages.chameleon: fix tests by switching to github source
tests are no longer included in the pypi tarball
2020-09-27 15:35:53 +01:00
Robert Scott 704c258ea7 pythonPackages.git-annex-adapter: 0.2.1 -> 0.2.2, fix build 2020-09-26 18:08:03 -07:00
Robert Scott ad58fe136c Merge pull request #98894 from austinbutler/alerta-missing-dep
python3Packages.alerta: add missing dependency
2020-09-27 01:09:12 +01:00
Robert Scott 67350486e0 Merge pull request #98877 from r-burns/samba
samba: 4.12.5 -> 4.12.6, fix build on darwin
2020-09-26 23:33:51 +01:00
Robert Scott 70ae442fcf pythonPackages.snowflake-sqlalchemy: add pythonImportsCheck
better than nothing
2020-09-26 12:22:40 -07:00
Robert Scott 96f034655f pythonPackages.snowflake-connector-python: 2.2.10 -> 2.3.2, fix build
the relaxed version constraints don't seem to be specific avoidance of
buggy versions, just upstream cautiously prohibiting untested versions

if there *are* specific reasons, they're hidden away in upstream's jira
2020-09-26 12:22:40 -07:00
Robert Scott 99175cfbf6 pythonPackages.accupy: remove perfplot from checkInputs
they were only used for performance tests that aren't useful to us -
disabling these tests allows us to decouple from an unnecessary build
dependency.

convert to pytestCheckHook.
2020-09-26 12:22:16 -07:00
Robert Scott 2f93218001 Merge pull request #98747 from freezeboy/fix-rsibreak
rsibreak: 0.12.8 -> 0.12.13
2020-09-25 20:57:51 +01:00
Robert Scott 8db3ea1ef1 Merge pull request #98614 from r-burns/aragorn
aragorn: fix build on darwin
2020-09-25 19:58:10 +01:00
Robert Scott 452a9b3af2 Merge pull request #98610 from r-burns/libkml
libkml: fix tests on darwin
2020-09-25 19:54:54 +01:00
Robert Scott 5bb4508c5c Merge pull request #98609 from r-burns/pciutils
pciutils: fix build on darwin
2020-09-25 19:43:51 +01:00
Robert Scott 7486a8d587 pythonPackages.cozy: fix build
to allow building with dictionaries 0.0.2
2020-09-23 20:12:28 -07:00
Robert Scott 1aa888ba53 fierce: fix build
because we're playing with its install requirements, add a
pythonImportsCheck to give us a chance to discover brokenness. technically
this isn't a realistic test of end user behaviour as this is really an
application, not a python module, but it seems to have a pretty stable
import name of `fierce`, so it works.
2020-09-22 23:24:59 -07:00
Robert Scott b3951d18df lockdep: 4.1.2 -> 5.0.21, fix build, enable tests
required a bit of an overhaul to ensure we're compiling against *this*
kernel's headers, not those in glibc which are presumably from some other
random kernel version.

would be nice to update to a more recent version, the build of this tool
reportedly got broken soon after this release.
2020-09-22 23:23:48 -07:00
Robert Scott 9a472166af pythonPackages.gssapi: 1.6.2 -> 1.6.9 2020-09-22 23:18:27 -07:00
Robert Scott fb570ba1de pythonPackages.gssapi: fix tests
the failing tests appear to also be causing trouble upstream
2020-09-22 23:18:27 -07:00
Robert Scott 16ed0c3069 pythonPackages.rabbitpy: 1.0.0 -> 2.0.1 2020-09-22 23:17:42 -07:00
Robert Scott 178d1b119c Revert "python: pamqp: 2.3.0 -> 3.0.1"
No version of pythonPackages.rabbitpy currently exists that supports 3.0.1

This reverts commit 4250cdeee9.
2020-09-22 23:17:42 -07:00
Robert Scott fc709e6dfe cvc3: enable for darwin
it may be possible to get it building under clang with some work, but
switching it to gcc for now allows us to enable it
2020-09-22 23:06:45 -07:00
Robert Scott 53a8a415ac cvc3: fix build against bison 3.7
for some reason bison 3.7 output references $x_defs.h files under the name
$x.hpp. create symlinks to make this work.
2020-09-22 23:06:45 -07:00
Robert Scott 4196314638 Merge pull request #98414 from drewrisinger/zhf/terraform-compliance
terraform-compliance: fix build
2020-09-21 20:46:02 +01:00
Robert Scott 0b67d9e87a birdfont: fix build on non-nixos/debian systems
to do this we need to prevent platform.version() from using uname to
discover this is a debian kernel and try dpkg nonsense
2020-09-20 16:25:39 -07:00
Robert Scott 781b870c91 xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
2020-09-20 16:25:39 -07:00
Robert Scott 566605626c vmmlib: fix build
provide lapack instead of blas, causing gaussian elimination tests to
no longer fail

remove some trailing spaces from the longDescription to please the linter.
sorry.
2020-09-20 14:34:09 -07:00
Robert Scott eb86bff30d libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott dcd6847ddb libxnd, pythonPackages.xnd: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott 044533c99b libndtypes, pythonPackages.ndtypes: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott a28068a992 svgbob: fix build
loosen lint settings
2020-09-20 08:24:00 -07:00
Robert Scott dc413903fc Merge pull request #98074 from risicle/ris-pforth-fix
pforth: fix build with patch
2020-09-20 13:06:06 +01:00
Robert Scott ecd5886830 truvari: 1.3.4 -> 2.0.2, fixing build
seeing it has no tests, use pythonImportsCheck in an attempt to detect
total breakage, even though it's not intended to be used as an importable
module
2020-09-20 12:25:17 +01:00
Robert Scott e61102d5c2 pythonPackages.acebinf: init at 1.0.2 2020-09-20 12:23:18 +01:00
Robert Scott 4543e54991 pythonPackages.pytabix: init at 0.1 2020-09-20 12:23:18 +01:00
Robert Scott ccf4645500 pythonPackages.bwapy: init at 0.1.4 2020-09-20 12:23:18 +01:00
Robert Scott f1d2491057 bwa: include static library and some key headers in output 2020-09-20 12:23:18 +01:00
Robert Scott d61c16cda4 sslyze: fix build
need to further relax cryptography module version requirements
2020-09-20 08:57:11 +02:00
Robert Scott 4637721bc1 truvari: fix build
be less strict about versions
2020-09-19 20:25:08 -07:00
Robert Scott 3ebcc76c86 Merge pull request #98278 from Sohalt/sonic-lineup
sonic-lineup: 1.0.1 -> 1.1, fix build
2020-09-19 22:53:02 +01:00
Robert Scott b6c70260c9 Merge pull request #98232 from wkral/py-irc-fix-build
python3Packages.irc: fix build
2020-09-18 22:44:18 +01:00
Robert Scott 5df26febad Merge pull request #98149 from povik/povik/libiio-py3-fix
python3.pkgs.libiio: fix build
2020-09-17 23:41:52 +01:00
Robert Scott cbe0b2e2c5 Merge pull request #98110 from Pamplemousse/topydo
topydo: fix tests
2020-09-16 23:49:33 +01:00
Robert Scott 5ace6ec724 Merge pull request #97911 from liff/zhf/wordgrinder
wordgrinder: fix build
2020-09-16 22:23:30 +01:00
Robert Scott b4338fbb12 Merge pull request #98060 from jonringer/fix-ihatemoney
python3Packages.ihatemoney: disable sandbox unfriendly tests
2020-09-16 22:20:25 +01:00
Robert Scott 7621c8b1fc pforth: fix build with patch
patch from upstream fixes build with gnumake>=4.3
2020-09-15 22:55:01 +01:00
Robert Scott 4d111fdf39 pythonPackages.sievelib: fix build by adding patch
this fixes installation with newer pip versions

also give a name to an existing patch
2020-09-15 11:52:25 -07:00
Robert Scott 58802bec5f Merge pull request #97845 from risicle/ris-holidays-fix
pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency
2020-09-14 22:28:14 +01:00
Robert Scott 9743a383cc Merge pull request #97927 from NieDzejkob/chez-fix
chez-modules: Fix path to csv-site.
2020-09-14 20:51:04 +01:00
Robert Scott 9fb14d899d pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency 2020-09-14 20:37:59 +01:00
Robert Scott 26e023bfa7 pythonPackages.pulp: fix by adding new dependency amply 2020-09-13 13:23:13 +01:00
Robert Scott c305f3fac3 pythonPackages.amply: init at 0.1.2 2020-09-13 13:22:53 +01:00
Robert Scott 92a9db2e3e pythonPackages.httpx: fix tests
test suite contained a literal timestamp which expired, fixed upstream
2020-09-13 12:44:47 +01:00
Robert Scott b3fd4226ba Merge pull request #97765 from freezeboy/fix-dependency-injector
python2Packages.dependency-injector: add missing dependencies
2020-09-13 12:00:40 +01:00
Robert Scott 35ca475f8b Merge pull request #97757 from freezeboy/fix-lp_solve
lp_solve: fix build
2020-09-13 11:00:26 +01:00
Robert Scott 9a8bd1e564 Merge pull request #97847 from drewrisinger/zhf/python-anytree
python27Packages.anytree: fix build
2020-09-12 18:20:40 +01:00
Robert Scott cf5a892a24 pythonPackages.korean-lunar-calendar: init at 0.2.1 2020-09-12 14:44:16 +01:00
Robert Scott d8a648bc85 Merge pull request #97734 from treed/zhf-darwin-acme-client
acme-client: build with gcc
2020-09-12 14:19:27 +01:00
Robert Scott 1435f5be15 Merge pull request #97819 from wkral/fix-ytree-build
ytree: fix build
2020-09-12 12:34:56 +01:00
Robert Scott 8029886d28 Merge pull request #97753 from freezeboy/fix-jackmix
jackmix, jackmix_jack1: fix build, add alsaLib dependency
2020-09-11 21:25:34 +01:00
Robert Scott 9627ae4f9a pythonPackages.pysnow: fix build & tests 2020-09-10 16:05:05 -07:00
Robert Scott ef82f49fc0 pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball
2020-09-10 15:16:44 -07:00
Robert Scott 70c56dd486 pythonPackages.pq: fix build
we can't run the tests anyway, so remove fragile attempts to patch them
2020-09-10 15:15:58 -07:00
Robert Scott 483fa86c36 pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick
2020-09-10 15:15:39 -07:00
Robert Scott 140b8718fb Merge pull request #97630 from treed/zhf-rpm-darwin
rpm: add openmp when building with clang
2020-09-10 20:38:23 +01:00
Robert Scott 20e90aac2e Merge pull request #95114 from raboof/inkscape-extensions
inkscape: allow loading external extensions
2020-09-10 19:26:03 +01:00
Robert Scott 570dbab975 pythonPackages.jug: fix tests
these seem to have switched to pytest tests in 2.0.2
2020-09-08 17:04:31 -07:00
Robert Scott 61525137fd Merge pull request #96958 from servalcatty/v2ray
v2ray: 4.26.0 -> 4.27.5 and add tests
2020-09-07 21:29:51 +01:00
Robert Scott 5cb75cb573 Merge pull request #90528 from r-ryantm/auto-update/dex
dex-oidc: 2.17.0 -> 2.23.0
2020-09-07 20:02:10 +01:00
Robert Scott ce6bc4dbc7 Merge pull request #92182 from r-ryantm/auto-update/guile-sdl2
guile-sdl2: 0.4.0 -> 0.5.0
2020-09-06 22:53:43 +01:00
Robert Scott d3ca16c2d4 Merge pull request #91824 from r-ryantm/auto-update/ott
ott: 0.30 -> 0.31
2020-09-06 22:34:35 +01:00
Robert Scott 010ed033cf Merge pull request #92227 from r-ryantm/auto-update/keepalived
keepalived: 2.0.20 -> 2.1.3
2020-09-06 22:11:53 +01:00
Robert Scott 24e513bcf0 Merge pull request #96409 from sikmir/tippecanoe
tippecanoe: 1.35.0 -> 1.36.0
2020-09-06 19:18:34 +01:00
Robert Scott 39eea33d3a Merge pull request #93008 from r-ryantm/auto-update/yafaray-core
yafaray-core: 3.4.4 -> 3.5.0
2020-09-06 13:33:08 +01:00
Robert Scott e523a7096a yafaray-core: restrict to x86_64-linux
fails to build on aarch64 at least
2020-09-06 13:29:12 +01:00
Robert Scott 45a4fa7dba Merge pull request #92978 from S-NA/updates/sndio-1.7.0
sndio: 1.6.0 -> 1.7.0
2020-09-06 11:38:32 +01:00
Robert Scott 22a9d9aa5b tiledb: enable for all unix, add tweaks for darwin & non-x86 systems 2020-09-05 22:43:55 +01:00
Robert Scott edeece0aab libpqxx: enable for darwin 2020-09-05 19:49:33 +01:00
Robert Scott 438d5b6b61 pythonPackages.tiledb: 0.5.6 -> 0.6.6
include a few improvements to tests
2020-09-05 18:23:21 +01:00
Robert Scott 6150ee8590 Merge pull request #93098 from ardumont/bump-spdlog
spdlog: 1.6.0 -> 1.7.0
2020-09-05 16:14:20 +01:00
Robert Scott dc5c37e5a2 Merge pull request #95354 from r-ryantm/auto-update/dgraph
dgraph: 20.03.4 -> 20.07.0
2020-09-05 13:13:07 +01:00
Robert Scott 03a6e9457b Merge pull request #95732 from r-ryantm/auto-update/qjackctl
qjackctl: 0.6.2 -> 0.6.3
2020-09-05 13:04:34 +01:00
Robert Scott 9b4ea9a45a Merge pull request #95625 from risicle/ris-jxrlib-darwin
jxrlib: fix/enable for darwin
2020-09-05 12:58:06 +01:00
Robert Scott a10cd24ab0 Merge pull request #96915 from juliendehos/lingot
lingot: add jackSupport option
2020-09-05 12:50:35 +01:00
Robert Scott 48ae44b3a2 pythonPackages.duckdb: patch out attempted use of git
replace with `false` as its use here is pointless anyway.
2020-09-04 22:56:43 +01:00
Robert Scott 712f366ecc Merge pull request #94579 from tfmoraes/meshlab-20.07
meshlab: 2020.03 -> 2020.07
2020-09-04 20:00:12 +01:00
Robert Scott c941a63cb0 honggfuzz: patch hfuzz-cc.c to fix path to buildtime-provided clang
i judged this slightly better than using a wrapper
2020-09-03 15:08:06 -07:00
Robert Scott 55e8cbd263 Merge pull request #96501 from jonringer/fix-phonopy
python3Packages.phonopy: fix build and tests
2020-09-03 01:33:14 +01:00
Robert Scott a2842c7440 Merge pull request #96561 from jonringer/fix-jupyterhub-ldapauthenticator
python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2, fix build
2020-09-02 23:11:38 +01:00
Robert Scott f1b9dcde97 pythonPackages.datasette: 0.39 -> 0.46
enable more tests that now seem to work
2020-09-02 15:07:05 -07:00
Robert Scott 4e94600604 pythonPackages.mergedeep: init at 1.3.0 2020-09-02 15:07:05 -07:00
Robert Scott ce47cdbeaf pythonPackages.asgi-csrf: init at 0.7 2020-09-02 15:07:05 -07:00
Robert Scott 4f612035e3 pythonPackages.starlette: 0.13.6 -> 0.13.8
remove outdated comment
2020-09-02 15:07:05 -07:00
Robert Scott 063692bb10 pythonPackages.httpx: 0.12.1 -> 0.14.2
slim down some no longer needed dependencies
2020-09-02 15:07:05 -07:00
Robert Scott e98facbda3 pythonPackages.httpcore: init at 0.10.2 2020-09-02 15:07:05 -07:00
Robert Scott 0d820de317 Merge pull request #96310 from yvesf/qcad-3.25.0.0
update qcad to 3.25.0.0
2020-09-02 22:46:57 +01:00