3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

45256 commits

Author SHA1 Message Date
Frederik Rietdijk 113dbfeb27
Merge pull request #66596 from emilazy/update-pypy-and-eda-tools
Update PyPy and FOSS EDA tools
2019-08-17 17:48:21 +02:00
Jörg Thalheim 2240c5c858
Merge pull request #66294 from astro/firestarter
firestarter: init at 1.7.3
2019-08-17 14:47:30 +01:00
Jörg Thalheim 40e86556d0
Merge pull request #66712 from SFrijters/pyprof2calltree-as-package
pyprof2calltree: move to python-packages
2019-08-17 13:55:17 +01:00
Stefan Frijters 7d38a6281e pyprof2calltree: move to python-packages
pyprof2calltree is hard-coded to pythonPackages and fails for Python 3 profile results. See #66511.
Since it can also be used as a library it makes sense to move it into pythonPackages.
2019-08-17 13:05:09 +02:00
Jonathan Ringer 51f401f04e unittest-data-providers: init at 1.0.1 2019-08-17 12:38:55 +02:00
Jonathan Ringer 2b2d8919e8 pythonPackage.pre-commit: move to python-modules
Add pkgs.gitAndTools.pre-commit alias
  Add pkgs.pre-commit alias
2019-08-17 12:29:39 +02:00
tilpner a4cc672ace python3Packages.deprecated: init at 1.2.6 2019-08-17 12:28:58 +02:00
Aaron Andersen 63ce6bf9f3
Merge pull request #66661 from ealasu/feature/apfs-fuse
apfs-fuse: init at 20190723
2019-08-16 18:21:29 -04:00
ealasu 3b23c5fdf1 apfs-fuse: init at 2019-07-23 2019-08-16 12:04:26 -07:00
Samuel Dionne-Riel b750ebf1b3
Merge pull request #60422 from kwohlfahrt/device-tree
nixos/hardware.deviceTree: new module
2019-08-16 13:26:48 -04:00
Dmitry Kalinkin 8f8da32d04
Merge pull request #64321 from jbedo/cnvkit
CNVkit: init 0.9.6
2019-08-16 10:14:52 -04:00
Vincent Laporte af504e45b3 ocamlPackages.mmap: init at 1.1.0
This project provides a Mmap.map_file function for mapping files in memory.
2019-08-16 06:28:28 +00:00
Wael Nasreddine 2cc2131a90
prow: init unstable at 2019-08-14 (#66662) 2019-08-15 20:48:12 -07:00
worldofpeace 3553c9948c
Merge pull request #64576 from MrMebelMan/init/django-csp-nonce
pythonPackages.django-csp: init at 3.5
2019-08-15 13:58:18 -04:00
Vladyslav Burzakovskyy b5939353eb pythonPackages.django-csp: init at 3.5 2019-08-15 13:54:55 -04:00
Domen Kožar 3db2a41854 ghcid: standalone small closure 2019-08-15 16:05:10 +02:00
Emily 6aa1b0acaf tinyprog: init at 1.0.24.dev99+ga77f828 2019-08-14 21:10:05 -05:00
Emily 527684b1e2 pythonPackages.jsonmerge: init at 1.6.1 2019-08-14 21:10:05 -05:00
worldofpeace 80396cf18a pythonPackages.wikipedia: remove
as lollypop no longer depends on this library that is
essentially abandoned we should remove it from
nixpkgs.
2019-08-14 19:59:02 -04:00
WilliButz f2e631148a
Merge pull request #66525 from andir/google-cloud-cpp
google-cloud-cpp: init at 0.11.0
2019-08-14 21:57:21 +02:00
Gabriel Ebner 29851a69d3
calculix: init at 2.15 (#66628)
calculix: init at 2.15
2019-08-14 19:51:18 +02:00
Gabriel Ebner f91904a889 calculix: init at 2.15 2019-08-14 19:09:40 +02:00
Gabriel Ebner a736d87393 spooles: init at 2.2 2019-08-14 19:09:39 +02:00
Gabriel Ebner 8d67c151a6 all-packages: fix trailing space 2019-08-14 18:18:09 +02:00
Joachim F 8f156698bf
Merge pull request #54425 from eadwu/init/srhtPackages
sourcehut: init
2019-08-14 14:50:59 +00:00
symphorien 757ac88383 utsushi: init at 3.57.0 (#65223) 2019-08-14 08:37:19 +00:00
Peter Hoeg d7fc23a0a6
Merge pull request #66420 from peterhoeg/p/maestral
maestral: init at 0.2.6
2019-08-14 14:29:36 +08:00
Peter Hoeg a67aec1746 maestral: init at 0.2.6 2019-08-14 14:07:12 +08:00
worldofpeace 24870b40d6
Merge pull request #66469 from emilazy/update-blackmagic
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13 20:17:36 -04:00
Emily d792c84f35 blackmagic: 1.6.1 -> unstable-2019-08-13 2019-08-13 17:10:02 -07:00
Emily ec07b882b3 pypy{2,27,3,35 -> 36}: 7.0.0 -> 7.1.1 2019-08-13 16:49:27 -07:00
Tim Otten dae42566db mysql80: init at 8.0.17 (#65221)
MySQL 8.0 is a significant iteration after MySQL 5.7.  This patch adds it as
a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
2019-08-13 19:50:51 +00:00
worldofpeace a5b77b8cae
Merge pull request #65724 from doronbehar/improve-sequoia
Improve sequoia package expression
2019-08-13 14:44:35 -04:00
Doron Behar 701c788c3f sequoia: improve expression, rename from sequoia-tool
- Add the package to the pythonPackages' attribute set.

- Make the python support overrideable
  We use the pythonSupport argument.

- Rename sequoia-tool -> sequoia
  We provide the whole ecosystem which includes:
    * ffi bindings to Python and C
    * zsh and bash completion for `sq` and `sqv` executables.

- Meta:
  * Use a string as the homepage URL (plain URLs are deprecated).
  * Change description of package to fit upstream and the files we
    actually install.
  * Add @doronbehar as maintainer.
2019-08-13 14:42:27 -04:00
Michael Raskin 6490f9c740
Merge pull request #65853 from wahjava/add/sagittarius-scheme
sagittarius-scheme: init at 0.9.6
2019-08-13 18:31:17 +00:00
worldofpeace 36e567fc08
Merge pull request #66395 from catern/simpfix
pythonPackages.simplefix: init at 1.0.12
2019-08-13 12:48:13 -04:00
Matthew Bauer 554a789403
Merge pull request #65537 from Holo-Host/201907/extend-static
pkgsStatic: override libunwind
2019-08-13 12:47:03 -04:00
worldofpeace fe8364a821
Merge pull request #66397 from svalaskevicius/add-electron-6
electron: add 6.x version
2019-08-13 12:39:06 -04:00
Andreas Rammhold 1a72fe89f8 google-cloud-cpp: init at 0.11.0 2019-08-13 17:26:51 +02:00
Andreas Rammhold ac6adc8260 crc32c: init at 1.1.0 2019-08-13 17:26:31 +02:00
Edmund Wu a2ca6ef26f
sourcehut: init
builds-sr-ht: init at 0.45.13
dispatch-sr-ht: init at 0.11.0
git-sr-ht: init at 0.32.3
hg-sr-ht: init at 0.13.0
lists-sr-ht: init at 0.36.3
man-sr-ht: init at 0.12.4
meta-sr-ht: init at 0.34.3
paste-sr-ht: init at 0.5.1
todo-sr-ht: init at 0.46.8
2019-08-13 11:25:52 -04:00
Edmund Wu f006c88d82
python3Packages.emailthreads: init at 0.1.0 2019-08-13 11:25:52 -04:00
Edmund Wu b45ecd0f70
python3Packages.aiosmtpd: init at 1.2 2019-08-13 11:25:51 -04:00
Edmund Wu 4adaa3c313
python3Packages.atpublic: init at 1.0 2019-08-13 11:25:51 -04:00
Edmund Wu ee2161c5e8
python3Packages.asyncpg: init at 0.18.3 2019-08-13 11:25:51 -04:00
Edmund Wu eaa81a4cce
pythonPackages.sqlalchemy-utils: init at 0.34.0 2019-08-13 11:25:51 -04:00
Edmund Wu cd878d09d9
pythonPackages.pgpy: init at 0.5.2 2019-08-13 11:25:50 -04:00
Edmund Wu 15eb9f95ab
pythonPackages.pytest-ordering: init at 0.6 2019-08-13 11:25:50 -04:00
Edmund Wu beb547a1c6
pythonPackages.pep8-naming: init at 0.8.2 2019-08-13 11:25:50 -04:00
Edmund Wu e73473f424
pythonPackages.flake8-polyfill: init at 1.0.2 2019-08-13 11:25:49 -04:00