Commit Graph

40969 Commits

Author SHA1 Message Date
elseym
c598aab31f
pythonPackages.nanoleaf: init at 0.4.1 2018-11-23 15:16:55 +01:00
Franz Pletz
2fb90e57fd
home-assistant: pin to python 3.6 2018-11-23 15:14:31 +01:00
Maximilian Bosch
80e9f77ed5
Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Massimo Redaelli
1bf18e4c85 pymssql: init at 2.1.4 2018-11-23 13:46:40 +01:00
Florian Klink
d768e3967f gitlab-workhorse: move to pkgs/applications/version-management/gitlab 2018-11-23 13:18:43 +01:00
Florian Klink
cb79c1e60b gitaly: move to pkgs/applications/version-management/gitlab 2018-11-23 13:17:53 +01:00
Florian Klink
8e8f692e22 gitlab-shell: move to pkgs/applications/version-management/gitlab 2018-11-23 13:14:28 +01:00
Ingolf Wagner
6fcc67e189 bitwig-studio1: fix dependency to libxkbcommon_7 2018-11-23 03:32:22 -05:00
Ingolf Wagner
b499f924da libxkbcommon: split version (for bitwig) 2018-11-23 03:32:22 -05:00
Maximilian Bosch
e75f922e91 nextcloud-client: 2.3.3 -> 2.5.0 (#50463)
Updates to the latest version of the desktop client available. Tested
the config migration from `nextcloud-client` 2.3.3 with a Nextcloud
14.0.3 instance (hosted using `services.nextcloud`).

Additionally the derivation required the following changes:

* Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed
  anymore (furthermore their CMake structure has changed and the patch
  wouldn't apply anymore on 2.5.0).

* Moved to a new upstream repository (nextcloud/desktop), kept
  `fetchgit` to properly fetch submodules.

* Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this
  package) requires 1.1, furthermore the linking flags had to be fixed
  manually by passing `NIX_LDFLAGS` to the derivation.

Furthermore I moved the support for a Gnome3 keyring into its own
wrapper to avoid a full rebuild of the package whenever you alter
`withGnomeKeyring` in an override expressions.

It's still possible to enable keyring (now without recompile) like this:

```
nextcloud-client.override { withGnomeKeyring = true; }
```

To override the derivation itself you now have to use
`nextcloud-client-unwrapped`:

```
nextcloud-client-unwrapped.overrideAttrs (old: {
   src = yoursrc;
})
```
2018-11-23 02:31:31 -05:00
Franz Pletz
eb2d56cb27
python: pytest_37: init at 3.7.4
Needed at least by pyjwt.
2018-11-22 22:27:29 +01:00
Linus Heckemann
20b3d00621
Merge pull request #49824 from Assassinkin/libmr
pythonPackages.libmr: init at 0.1.9
2018-11-22 21:50:18 +01:00
Renaud
aa9997f189
Merge pull request #50897 from romildo/upd.nordic
nordic: init at 1.2.1
2018-11-22 13:41:53 +01:00
Maximilian Bosch
76ad975840 pythonPackages.pytesseract: init at 0.2.5
Simple python wrapper for Tesseract, an OCR engine to detect and read
text from images.

See https://pypi.org/project/pytesseract/
2018-11-22 12:22:08 +01:00
Jörg Thalheim
6093167164
Merge pull request #50558 from oxij/pkgs/openssl-fix-cryptodev
openssl: fix `cryptodev` fallout
2018-11-22 11:04:53 +00:00
Jan Malakhovski
7c48015019 openssl: fix cryptodev fallout from d836b811cb 2018-11-22 09:45:34 +00:00
Michael Raskin
6fe39605df polymake: init at 3.2r4 2018-11-22 12:29:14 +03:00
Renaud
9467621b18
Merge pull request #50851 from s9gf4ult/mindforger
Add Mindforger-1.48
2018-11-22 09:45:07 +01:00
Michael Raskin
c5ab75a157
Merge pull request #49863 from oxij/tree/packages-metric
metrics.nix: add a metric for the current number of packages as seen by nix-env
2018-11-22 08:25:12 +00:00
Sarah Brofeldt
848526a295
Merge pull request #50860 from kalbasit/nixpkgs_add-wtf
wtf: init at 0.4.0
2018-11-22 08:49:53 +01:00
Aleksey Uimanov
6aacd9c08e mindforger: init at 1.48.2 2018-11-22 11:47:04 +05:00
Renaud
9613310f82
Merge pull request #50747 from coreyoconnor/add-traverso
Add traverso: init at 0.49.5
2018-11-22 07:40:42 +01:00
worldofpeace
2e70b40f58
Merge pull request #49376 from dpaetzel/package-netlogo
NetLogo: init 6.0.4
2018-11-21 21:37:01 -05:00
Tim Steinbach
823cd6e8ff termonad: Add wrapper 2018-11-22 01:27:46 +00:00
Tim Steinbach
c605b98637
miniserve: init at 0.2.1 2018-11-21 20:22:32 -05:00
Corey O'Connor
97d85b839a traverso: init at 0.49.5 2018-11-21 16:16:55 -08:00
Matthieu Coudron
35f74c3608 mininet: init at 2.3.0d4 (#41261)
Mininet (https://github.com/mininet/mininet) is a popular network emulator that
glues several components such as network namespaces, traffic control
commands into a set of python bindings. It is then "easy" to describe a
topology and run experiments on it.
2018-11-21 23:33:10 +00:00
Wael M. Nasreddine
46a652e7e3
wtf: init at 0.4.0 2018-11-21 14:53:57 -08:00
José Romildo Malaquias
797d334d69 nordic: init at 1.2.1 2018-11-21 20:50:32 -02:00
Daiderd Jordan
ed9741790d
Merge pull request #50836 from daniels/patch-3
xsv: Add darwin.Security as dependency on MacOS
2018-11-21 21:13:40 +01:00
Daniel Sandbecker
fcac08f565 xsv: Pass Security framework from all-packages 2018-11-21 20:02:14 +01:00
Jörg Thalheim
97c4229c2d
Merge pull request #49657 from costrouc/costrouc/python-google-cloud-modules
pythonPackages.google-cloud-*: init all 37 modules
2018-11-21 17:02:11 +00:00
Matthew Bauer
3d6f6e3e7f libvpx-git: remove
Older than the stable version.
2018-11-21 09:39:33 -06:00
Matthew Bauer
5ad5708f83 arb-git: remove
Older than the stable version
2018-11-21 09:39:23 -06:00
Matthew Bauer
f4bf6ba67b mdbtools: 0.6pre1 -> 0.7.1
Also remove mbdtools_git. This was older than mbdtools!
2018-11-21 09:39:11 -06:00
Matthew Bauer
3e6d7a2329 ao: replace with libfive
ao has been renamed to libfive. Because there’s already a libfive
package, we can just remove the old ao package. No packages appear to
depend directly on it.
2018-11-21 09:38:53 -06:00
Chris Martin
97cd07e322 fltk: add version 1.4.x-r13121 2018-11-21 16:06:22 +01:00
Benjamin Hipple
a4758050a3 ghc bootstrap binary: 8.2.1 -> 8.2.2
If the nix store lives on NFS, `ghc 8.2.1` is unable to build a package
database. This bug was fixed by @bgamari in `ghc 8.2.2` here:
https://ghc.haskell.org/trac/ghc/ticket/13945

This commit upgrades the unpacked bootstrap GHC version, so that we can build
newer versions of GHC even if the store is on NFS.
2018-11-21 16:06:22 +01:00
Jörg Thalheim
5abdde2a1c
Merge pull request #50878 from Mic92/rust-cleanup
makeRustPlatform: refactor to make it easier to understand
2018-11-21 13:54:08 +00:00
Michael Raskin
b4bfa628d8
Merge pull request #49770 from luke-clifton/dvtm-master
dvtm-unstable: init at 2018-03-31
2018-11-21 12:57:03 +00:00
Maximilian Bosch
1151c6af4b
Merge pull request #50420 from Ma27/cleanup-php-pkgs
phpPackages: drop all packages and package versions for PHP5
2018-11-21 13:49:18 +01:00
Jörg Thalheim
952f4fda86
makeRustPlatform: refactor to make it easier to understand
It is now clearer what is supposed to be in the rust attribute set
without having studied type theory. The amount of code is identically.
2018-11-21 12:44:58 +00:00
Frederik Rietdijk
f0b49c4d10 python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 2018-11-21 12:38:54 +01:00
Chris Ostrouchov
43df6a539b pythonPackages.jupyterlab_server: init at 0.2.0 2018-11-21 12:38:54 +01:00
Chris Ostrouchov
04db7b1ea8 python36Packages.jupyter_console: 5.2.0 -> 6.0.0 2018-11-21 12:38:54 +01:00
Chris Ostrouchov
39adcea9d6 python36Packges.ipykernel: 4.8.2 -> 5.1.0 2018-11-21 12:38:54 +01:00
Chris Ostrouchov
d69246709f pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Chris Ostrouchov
189acf712d python27Packages.ipython: 5.7.0 -> 5.8.0, python36Packages.ipython 5.7.0 -> 7.1.1
- removed patch for sage as it is applied in most recent release.
 - simplified `ipython` attribute no need for explicit version `5`
   vs. `6`.
 - upgrade to most recent version of ipython
2018-11-21 12:38:54 +01:00
Gabriel Ebner
f505340252 iprover: 2.5 -> 2018_Jul_24_11h 2018-11-21 12:15:48 +01:00
Luke Clifton
9c37c5f4d3 dvtm-unstable: init at 2018-03-31 2018-11-21 16:55:32 +08:00
David Pätzel
fa623ad828 netlogo: init 6.0.4 2018-11-21 09:38:22 +01:00
Vincent Laporte
e481df83b1 ocamlPackages.camlp5: 7.06 -> 7.07
Keeping the legacy (7.06) version around, needed by hol_light
2018-11-21 05:59:49 +00:00
John Wiegley
a370bd1fed
coqPackages: New expressions: StructTact, InfSeqExt, Cheerios, Verdi 2018-11-20 15:18:12 -08:00
Mario Rodas
edc1fa747e pythonPackages.magic-wormhole-mailbox-server: init at 0.3.1 2018-11-20 15:38:21 -05:00
c0bw3b
2c12a92234 pdfshuffler: remove
Gna.org forge is closed
2018-11-20 20:44:35 +01:00
c0bw3b
149e467039 bins: remove
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:34 +01:00
c0bw3b
d870a2d85f poker-eval: remove
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:34 +01:00
c0bw3b
cc7e724b91 remember: remove
Gna.org forge is closed and upstream repo was not relocated
+ remember-mode is part of the base Emacs since 26.1
2018-11-20 20:44:34 +01:00
c0bw3b
bd73a3f1c7 smbldap-tools: remove
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:33 +01:00
c0bw3b
fd90988cb0 blackshades-elite-svn: remove
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:33 +01:00
Renaud
371a5656ad
Merge pull request #50844 from romildo/upd.zafiro-icons
zafiro-icons: init at 0.7.2
2018-11-20 20:30:17 +01:00
Chris Ostrouchov
24d96d9f04
pythonPackages.google_cloud_websecurityscanner: init at 0.1.0 2018-11-20 14:12:19 -05:00
Chris Ostrouchov
4dc3d52167
pythonPackages.google_cloud_vision: init at 0.34.0 2018-11-20 14:12:19 -05:00
Chris Ostrouchov
e657733595
pythonPackages.google_cloud_videointelligence: init at 1.5.0 2018-11-20 14:12:18 -05:00
Chris Ostrouchov
88942912f8
pythonPackages.google_cloud_translate: init at 1.3.1 2018-11-20 14:12:18 -05:00
Chris Ostrouchov
b729904acc
pythonPackages.google_cloud_trace: init at 0.19.0 2018-11-20 14:12:18 -05:00
Chris Ostrouchov
b1bfcaac25
pythonPAckages.google_cloud_texttospeech: init at 0.2.0 2018-11-20 14:12:17 -05:00
Chris Ostrouchov
334a2d7baf
pythonPackages.google_cloud_tasks: init at 0.3.0 2018-11-20 14:12:17 -05:00
Chris Ostrouchov
226cde0476
pythonPackages.google_cloud_spanner: init at 1.6.0 2018-11-20 14:12:16 -05:00
Chris Ostrouchov
b7c7eea740
pythonPackages.grpcio-gcp: init at 0.2.2 2018-11-20 14:12:16 -05:00
Chris Ostrouchov
50f0fc2862
pythonPAckages.google_cloud_securitycenter: init at 0.1.0 2018-11-20 14:12:16 -05:00
Chris Ostrouchov
8810a026c3
pythonPackages.google_cloud_runtimeconfig: init at 0.28.1 2018-11-20 14:12:16 -05:00
Chris Ostrouchov
4171715886
pythonPackages.google_cloud_resource_manager: init at 0.28.1 2018-11-20 14:12:15 -05:00
Chris Ostrouchov
2964bb840c
pythonPacakges.google_cloud_redis: init at 0.2.0 2018-11-20 14:12:15 -05:00
Chris Ostrouchov
3c40cc5eeb
pythonPackages.google_cloud_pubsub: init at 0.38.0 2018-11-20 14:12:15 -05:00
Chris Ostrouchov
1e85f64bc2
pythonPackages.google_cloud_monitoring: init at 0.30.1 2018-11-20 14:12:15 -05:00
Chris Ostrouchov
d3609a0610
pythonPackages.google_cloud_language: init at 1.1.0 2018-11-20 14:12:14 -05:00
Chris Ostrouchov
3a81c65c38
pythonPackages.google_cloud_iot: init at 0.1.0 2018-11-20 14:12:14 -05:00
Chris Ostrouchov
9c13931d5e
pythonPackages.google_cloud_firestore: init at 0.30.0 2018-11-20 14:12:14 -05:00
Chris Ostrouchov
4b88425dc9
pythonPackages.google_cloud_error_reporting: init at 0.30.0 2018-11-20 14:12:13 -05:00
Chris Ostrouchov
f012fd1f90
pythonPackages.google_cloud_logging: init at 1.8.0 2018-11-20 14:12:13 -05:00
Chris Ostrouchov
9887696cae
pythonPAckages.webapp2: init at 2.5.2 2018-11-20 14:12:13 -05:00
Chris Ostrouchov
aeba5b010c
pythonPackages.google_cloud_dns: init at 0.29.0 2018-11-20 14:12:12 -05:00
Chris Ostrouchov
5472060a7a
pythonPackages.google_cloud_dlp: init at 0.9.0 2018-11-20 14:12:12 -05:00
Chris Ostrouchov
dccf50300f
pythonPackages.google_cloud_datastore: init at 1.7.1 2018-11-20 14:12:12 -05:00
Chris Ostrouchov
206a66c138
pythonPAckages.google_cloud_dataproc: init at 0.2.0 2018-11-20 14:12:12 -05:00
Chris Ostrouchov
fcf9839117
pythonPackages.google_cloud_container: init at 0.1.1 2018-11-20 14:12:11 -05:00
Chris Ostrouchov
a3b4598970
pythonPackages.google_cloud_bigtable: init at 0.31.0 2018-11-20 14:12:11 -05:00
Chris Ostrouchov
2b907d2856
pythonPackages.google_cloud_automl: init at 0.1.1 2018-11-20 14:12:11 -05:00
Chris Ostrouchov
035ae7a5c8
pythonPackages.google_cloud_asset: init at 0.1.1 2018-11-20 14:12:11 -05:00
Chris Ostrouchov
7e852bf739
pythonPackages.google_cloud_bigquery_datatransfer: init at 0.1.1 2018-11-20 14:12:10 -05:00
Chris Ostrouchov
fd46217757
pythonPackages.google_cloud_bigquery: init at 1.6.0 2018-11-20 14:12:10 -05:00
Chris Ostrouchov
9cb04c0799
pythonPackages.google_cloud_storage: init at 1.13.0 2018-11-20 14:12:10 -05:00
Chris Ostrouchov
6622deac9a
pythonPackages.google_cloud_testutils: init at unstable-36ffa923c7037e8b4fdcaa76272cb6267e908a9d
This is a pseudo package (not released on pypi) but a package
necissary for running google-cloud-* package tests.
2018-11-20 14:12:10 -05:00
Chris Ostrouchov
53a196bea8
pythonPackages.google_cloud_kms: init at 0.2.0 2018-11-20 14:12:09 -05:00
Chris Ostrouchov
855f9d02e5
pythonPackages.grpc_google_iam_v1: init at 0.11.4 2018-11-20 14:12:09 -05:00
Chris Ostrouchov
f5af8bf5f1
pythonPackages.google_resumeable_media: init at 0.3.1 2018-11-20 14:12:09 -05:00
Jan Tojnar
75fc7b5b4d
Merge pull request #50771 from zaninime/pkgconf
pkgconf: init at 1.5.4
2018-11-20 17:15:36 +01:00
José Romildo Malaquias
cfc1a7ffb4 zafiro-icons: init at 0.7.2 2018-11-20 14:03:45 -02:00
Franz Pletz
907d46bff5
gx-go: 1.5.0 -> 1.9.0 2018-11-20 13:43:19 +01:00
Franz Pletz
4f6f92cc22
gx: 0.12.0 -> 0.14.1 2018-11-20 13:43:19 +01:00
Rehno Lindeque
4ef6ce5953 aravis: init at 0.5.13 2018-11-20 06:48:40 -05:00
Frederik Rietdijk
fd26e7be2a Merge master into staging-next 2018-11-20 11:47:26 +01:00
zimbatm
e28d3142a5
terraform_0_12: init at 0.12.0-alpha2 2018-11-20 10:32:36 +01:00
zimbatm
b554d6208a
terraform: add a "full" passthru
providers are already compiled independently so we don't need Hydra to
follow terraform_MAJ_MIN_full to have them all compiled.

Instead of having to create two aliases per release, add a "full"
passthru for that common use-case.

Eg:

  terraform_0_11_full -> terraform_0_11.full
2018-11-20 10:32:36 +01:00
zimbatm
a4195b20e6
terraform: delete old versions 2018-11-20 10:13:56 +01:00
zimbatm
d979b8bec1
terragrunt: delete old versions
These are very old and blocking cleaning old terraform releases
2018-11-19 22:10:06 +01:00
Renaud
d5b69332b1
Merge pull request #50626 from fgaz/dvd-vr/init
dvd-vr: init at 0.9.7
2018-11-19 20:16:07 +01:00
Jörg Thalheim
20b2253b70
Merge pull request #50642 from bts/isl_0_20
isl: add 0.20
2018-11-19 18:12:56 +00:00
Brian Schroeder
0e8c811907 isl: add 0.20
Update `isl` to use `isl_0_20`.
2018-11-19 10:34:52 -05:00
Francesco Gazzetta
b74f46eb35 dvd-vr: init at 0.9.7 2018-11-19 14:05:48 +01:00
Francesco Zanini
1ada6857e6 Add pkgconf 2018-11-19 13:31:56 +01:00
Frederik Rietdijk
e343a85cfb Merge master into staging-next 2018-11-19 09:55:32 +01:00
Stefan Siegl
e87904b83c
jid: init at 0.7.2 2018-11-19 09:36:09 +01:00
Roger Qiu
2f629c1a47 python-mnist: init at 0.6 2018-11-19 12:15:35 +11:00
Matthew Bauer
0925c482c8
Merge pull request #50556 from oxij/pkgs/curl-cleanup
curl: move option defaults from `all-packages.nix` to the derivation itself
2018-11-18 18:25:36 -06:00
Johan Thomsen
46b11c9d1a morph: init at 1.1.0
- added adamt to maintainers-list.nix
2018-11-18 23:02:37 +01:00
Renaud
ab06622d86
Merge pull request #50191 from jfrankenau/init-fusuma
fusuma: init at 0.10.2
2018-11-18 19:37:26 +01:00
Scott Dunlop
611ef59485 mage: init at 1.7.1
(#46407)
* mage: init at 1.2.4

* mage: init at 1.7.1
2018-11-18 17:35:41 +01:00
xeji
a292829e58
Merge pull request #50491 from oxij/pkgs/tiny-fixes
trivial: random fixes
2018-11-18 16:58:55 +01:00
Javier Candeira
2c08fe5824 xmlcopyeditor: init at 1.2.1.3
* xmlcopyeditor: init at 1.2.1.3
(#38545)
2018-11-18 16:03:38 +01:00
Maximilian Bosch
24b7bdb1c2
phpPackages: drop all packages and package versions for PHP5
PHP5 will be EOLed by the end of the year: https://secure.php.net/supported-versions.php

In fact we don't support PHP5 anymore since 7e6b76fc6b.

The following packages had older versions packaged as well to retain
PHP5 support:

* APCu (4.0.11)
* Memcached (2.2.0), Memcache (3.0.8)
* XDebug (2.3.1)
* YAML (1.3.1)
* pthreads (2.0.10)
* redis (2.2.7)

The following packages were removed entirely due to missing support for
PHP7:

* spidermonkey
* zendopcache (part of PHP itself since 5.5)
* xcache
* geoip

Furthermore I declared `phpPackages.pthreads` as broken for now as it
supports PHP7, but the last release was 2016 and therefore PHP 7.0 is
supported, but the build fails with PHP 7.1 and PHP 7.2 (https://pecl.php.net/package/pthreads).
2018-11-18 13:08:50 +01:00
Renaud
9a9925efd7
Merge pull request #50490 from kalbasit/nixpkgs_add-amass
amass: init at 2.8.3
2018-11-18 12:37:20 +01:00
Renaud
b74b0ad9a0
Merge pull request #50529 from dywedir/zola
gutenberg: 0.4.2 -> zola: 0.5.0
2018-11-18 11:58:57 +01:00
Orivej Desh
e66d263f6b eigen3_3: move version overrides to all-packages.nix 2018-11-18 10:53:25 +00:00
Daiderd Jordan
6adc522db4
Merge pull request #50524 from LnL7/darwin-qtmacextras
qt5.qtmacextras: include cf-private on darwin
2018-11-18 11:38:07 +01:00
Frederik Rietdijk
63c6875f26 Merge master into staging-next 2018-11-18 10:32:12 +01:00
Jan Malakhovski
ac09051cf5 pythonPackages.gpgme: inherit python
else building via e.g. `python3Packages.gpgme` produces the wrong result.
2018-11-18 09:08:06 +00:00
Jan Malakhovski
50aef6015f curl: move option defaults from all-packages.nix to the derivation itself 2018-11-18 07:59:40 +00:00
jD91mZM2
e2d5470b17
xidlehook: Fix darwin build
... I think
2018-11-18 08:27:39 +01:00
Wael M. Nasreddine
94ee915980
amass: init at 2.8.3 2018-11-17 21:29:33 -08:00
Austin Seipp
3e02311f89 foundationdb: default to 6.0.x
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-17 22:12:40 -06:00
Vladyslav Mykhailichenko
a470750ab4
gutenberg: 0.4.2 -> zola: 0.5.0 2018-11-18 00:53:15 +02:00
Renaud
866b1dbeda
glogg: init at 1.1.4
(#50520)
2018-11-17 23:04:41 +01:00
Svein Ove Aas
a88fcebc6f speedometer: init at 2.8 (#33627)
* speedometer: init at 2.8
2018-11-17 22:27:52 +01:00
Jörg Thalheim
1156427ac0
Merge pull request #50513 from layer-3-communications/add-openconnect-pa
Add openconnect pa
2018-11-17 20:41:39 +00:00
Daiderd Jordan
942d90b282
qt5.qtmacextras: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSData", referenced from:
          objc-class-ref in qmacfunctions.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in qmactoolbar.o
          objc-class-ref in qmactoolbardelegate.o
    ld: symbol(s) not found for architecture x86_64
2018-11-17 21:02:22 +01:00
chessai
528b4d8727 add openconnect fork that has support for Palo Alto Network's globalprotect protocol 2018-11-17 11:26:43 -05:00
Renaud
c102306c1f
Merge pull request #50435 from c0bw3b/pkg/procdump
procdump: init at 1.0.1
2018-11-17 16:25:45 +01:00
c0bw3b
b6c830d2fe procdump: init at 1.0.1 2018-11-17 16:11:53 +01:00
Jörg Thalheim
dfd77bc26f
Merge pull request #50459 from marsam/feature/netdata-darwin
netdata: 1.10.0 -> 1.11.0
2018-11-17 15:01:06 +00:00
Jörg Thalheim
31adf33217
Merge pull request #50473 from Ma27/package-python-nose-cov
pythonPackages.nose-cov: init at 1.6
2018-11-17 11:55:19 +00:00
Jan Malakhovski
9d35a02dab metrics.nix: add a metrick for the current number of packages as seen by nix-env 2018-11-17 10:24:46 +00:00
Michael Raskin
b2d7d177e8
Merge pull request #50482 from c0bw3b/pkg/mdds
mdds: drop 0.7.x and 0.12.x
2018-11-17 07:00:01 +00:00
Austin Seipp
6054dabc11 foundationdb: rework python bindings, build system
FoundationDB uses Python at build time for some code generation.
However, it also has the official python bindings inside the source code
too, and the code for the Python bindings has some of it auto-generated
at compile time.

This made building python packages unattractive: we want to use the
source code generated from the FoundationDB build, but we don't want to
rebuild it. Previously we would override the 'python' input to the
FoundationDB module, but this meant we would do a complete rebuild, as
it was a necessary build time dependency, even though the resulting
generated code itself would not change. Furthermore, FoundationDB
versions < 6.0 don't properly support Python 3 *for the build system*,
though the bindings supported it, so that caused build failures. But the
first effect is the worst: it meant building separate python2 and
python3 packages implied two complete rebuilds of a single FoundationDB
version. This meant rather than 3 FDB builds, we'd do 3*N where N = the
number of major Python versions we support.

Finally, because we did not use pip to generate a wheel that we install
with metadata recorded for the installation, the FoundationDB python
package couldn't be used as an input to other setup.py-based packages:
there would be no recorded metadata in the dist-info folder which would
say this is the foundationdb package. This greatly limits its utility.

To fix all this, we do a few things:

  - Apply some patches to fix the build system with Python 3.x for
    older FoundationDB versions. (This is nice if end-users have
    overridden the global Python version for some reason.)
  - Move python directly into nativeBuildInputs, so it is only a
    build time dependency.
  - Take the python source code from the ./bindings directory and
    tar it up use later after the build is done, so we get to keep
    the generated code. This is the new 'pythonsrc' output from the
    build. This code doesn't change based on whether or not the input
    or resulting package is using Python 2 or 3, it's totally
    deterministic.
  - The build system also patches up the python source code a little,
    so it can be installed directly with setup.py (it needs a little
    stuff that it normally expects the build system to do.)
  - Rework the python package to a separate file that uses
    buildPythonPackage directly. Because the source code is already
    prepared, it needs almost nothing else. Furthermore, this kills
    the override itself for the foundationdb package, meaning rebuilds
    are no longer needed.
  - This package is very simple and just uses foundationdb.pythonsrc
    as its source input. It also ensures a link to libfdb_c.so can
    be found by ctypes (using substituteInPlace)
  - python-packages.nix now just uses callPackage directly.

The net effect of this is, most importantly, that python packages do not
imply a full rebuild of the server source code: building python2 and
python3 packages from a version of FoundationDB now does not need to
override the foundationdb python input, reducing the number of needless
builds. They instead just run setup.py with the given version as input.

The second biggest effect is that wheel metadata is recorded correctly,
meaning dependent-python-packages that want to use the FoundationDB
bindings e.g. from PyPi should now work fine with buildPythonPackage.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-16 20:34:19 -06:00
c0bw3b
18f95bd6ba mdds: drop 0.7.x and 0.12.x 2018-11-17 00:02:48 +01:00
Jörg Thalheim
25d6dc99bb
nodePackages: 8_x -> 10_x 2018-11-16 21:31:44 +00:00
Jörg Thalheim
d688cedce1
create-cycle-app: unpin nodePackages version 2018-11-16 21:24:26 +00:00
Kevin Liu
624966ab69
ibus-table-chinese: init at 1.8.2 2018-11-16 15:55:03 -05:00
Maximilian Bosch
c59c9a3737
pythonPackages.nose-cov: init at 1.6
Module for coverage reports with Python using nosetests.
2018-11-16 21:41:06 +01:00