Frederik Rietdijk
0b8417823d
librepo: add bindings to python-packages.nix
2017-12-05 16:04:24 +01:00
Jörg Thalheim
7e6068c353
Merge pull request #32335 from makefu/pkgs/devpi-common/update
...
init devpi-server at 4.3.1, bump devpi-client
2017-12-05 12:44:02 +00:00
makefu
19ce61d79c
pytest-timeout: init at 1.2.1
2017-12-05 13:31:43 +01:00
makefu
7c464e3133
argon2_cffi: init at 16.3.0
2017-12-05 13:30:06 +01:00
Frederik Rietdijk
78291a920f
Python: support multiple overrides
...
Fixes https://github.com/NixOS/nixpkgs/issues/32263
2017-12-04 20:09:30 +01:00
aszlig
6841064ac5
python/hetzner: 0.7.5 -> 0.8.0
...
New features:
* Support for retrieving reverse PTRs.
* Support for subnet-ranges.
* Add logging (aszlig/hetzner#14 ).
Fixes:
* Hide internal methods from the public API.
* Fix Python 3 compatibility.
* Fix for creating admin accounts with Hetzner's new login site.
* Fix __repr__/__str__ issue with some exceptions (aszlig/hetzner#23 ).
* Fix login for RobotWebInterface
Changes for the hetznerctl utility:
* show: Show subnets
* show: Show reverse PTRs
* New 'rdns' subcommand for getting/setting/removing reverse-PTRs.
* Use 'argparse' instead of 'optparse'.
* Add command for managing admin accounts.
* New '--debug' flag for printing debugging information.
This also fixes NixOS/nixops#778 .
Tested building against Python 2.7 and Python 3.6.
Signed-off-by: aszlig <aszlig@nix.build>
2017-12-04 06:38:19 +01:00
Jörg Thalheim
04221193f9
Merge pull request #32167 from dotlambda/git-annex-adapter
...
python3Packages.git-annex-adapter: init at 0.2.0
2017-12-01 21:39:08 +00:00
Robert Helgesson
844f24eb0a
python-carbon: disable on Python 3
...
The package does not work on Python 3. Also add license field.
2017-11-27 15:56:10 +01:00
zimbatm
6e52c1f7ba
python3Packages.bash_kernel: init at 0.7.1
2017-11-25 19:10:43 +00:00
zimbatm
4a643ce7db
pythonPackages.pexpect: 4.2.1 -> 4.3.0
2017-11-25 19:10:30 +00:00
Frederik Rietdijk
d087463b48
Merge remote-tracking branch 'upstream/master' into HEAD
2017-11-25 09:13:36 +01:00
Robert Schütz
17899afd08
python3Packages.git-annex-adapter: init at 0.2.0
2017-11-24 20:18:04 +01:00
Frederik Rietdijk
7a13e5a7df
Merge remote-tracking branch 'upstream/python-unstable' into HEAD
2017-11-24 19:58:07 +01:00
Vladimír Čunát
7dfa97969a
Merge branch 'staging' (older one)
...
Hydra seems OK-ish, except that some aarch64 jobs need restarting
after qt4 timing out for the first time:
https://hydra.nixos.org/eval/1412641?compare=1412561
2017-11-24 18:36:54 +01:00
Frederik Rietdijk
59d294dd7d
Merge pull request #31923 from kquick/thespian
...
thespian: Python library init at 3.8.3
2017-11-24 07:49:56 +01:00
adisbladis
4ae5f31403
pythonPackages.locustio: 0.7.2 -> 0.8
2017-11-23 17:21:38 +01:00
Frederik Rietdijk
543136e863
python.pkgs.psutil: move to separate expression
2017-11-23 17:06:17 +01:00
Frederik Rietdijk
35f5912db5
Merge remote-tracking branch 'upstream/python-unstable' into HEAD
2017-11-23 16:38:39 +01:00
Frederik Rietdijk
6ad79678d4
Merge remote-tracking branch 'upstream/master' into HEAD
2017-11-23 16:38:31 +01:00
Frederik Rietdijk
59d82d8895
python.pkgs: use disabledIf
2017-11-23 15:11:42 +01:00
Frederik Rietdijk
985f0ce15d
python.pkgs.rivet: add bindings for rivet
2017-11-23 15:11:03 +01:00
Frederik Rietdijk
8d9f1701e6
python.pkgs: use toPythonModule for packages defined outside python-packages.nix
2017-11-23 15:11:02 +01:00
Frederik Rietdijk
40851a4d26
Python: the pythonModule attribute
...
Python libraries or modules now have an attribute `pythonModule = interpreter;` to indicate
they provide Python modules for the specified `interpreter`.
The package set provides the following helper functions:
- hasPythonModule: Check whether a derivation provides a Python module.
- requiredPythonModules: Recurse into a list of Python modules, returning all Python modules that are required.
- makePythonPath: Create a PYTHONPATH from a list of Python modules.
Also included in this commit is:
- disabledIf: Helper function for disabling non-buildPythonPackage functions.
2017-11-23 15:11:02 +01:00
Bjørn Forsman
1e05951a09
pythonPackages.demjson: bring back package attribute
...
Commit 2ca086da82
("pythonpackages.deform_bootstrap: Remove seemingly dead package")
removed it by mistake.
2017-11-22 19:59:01 +01:00
Frederik Rietdijk
6804ea9288
Merge pull request #31415 from jerith666/python-titlecase
...
pythonPackages.titlecase: init at 0.12.0
2017-11-22 19:52:20 +01:00
Joerg Thalheim
14769628bf
pythonPackages.nototools: fix name & evaluation
...
nototools was renamed by accident to notoTools in #31543
This broke evaluation of noto-fonts.
cc @benley
2017-11-22 08:59:24 +00:00
Benjamin Staffin
a1e340fab2
noto fonts and tools: update to newer tagged releases ( #31543 )
...
* noto fonts and tools: update to newer tagged releases
* noto-tools: split out to a separate file
2017-11-22 00:19:48 -05:00
Kevin Quick
a9a86e04c4
thespian: Python library init at 3.8.3
2017-11-21 16:48:30 -08:00
Orivej Desh
b8e1e7191e
Merge branch 'master' into staging
...
* master: (80 commits)
lkl: Supports aarch64
wimlib: nitpicks
gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
wimlib: init at 1.12.0
kernel: improve modDirVersion error message
releaseTools.sourceTarball: Clean up temporary files
dotnetPackages.SmartIrc4net: rehash source
migmix: make it a fixed-output derivation
vm: Create /dev/full
samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
microcodeIntel: 20170707 -> 20171117
sshd: Remove ripemd160 MACs
kernel config: Enable MEDIA_CONTROLLER
linux: 4.4.99 -> 4.4.100
linux: 4.9.63 -> 4.9.64
nix-bash-completions: 0.4 -> 0.5
linux: 4.14 -> 4.14.1
linux: 4.13.14 -> 4.13.15
nix-zsh-completions: 0.3.3 -> 0.3.5
dns-root-data: use a stable URL that I maintain anyway
...
2017-11-21 22:48:36 +00:00
Joerg Thalheim
53973938f1
python.pkgs.nbxmpp: 0.5.5 -> 0.6.0
2017-11-20 10:08:11 +00:00
Franz Pletz
fa824e6c58
Merge branch 'master' into staging
2017-11-19 19:39:04 +01:00
Tuomas Tynkkynen
1ec13ff726
pythonPackages.pyamf: init at 0.8.0
2017-11-19 15:50:56 +02:00
Orivej Desh
b089c21506
Merge branch 'master' into staging
...
* master: (39 commits)
python.pkgs.pybfd: move to python-modules
documentation: python 2.6 is no more
documentation: python3Packages is python36Packages
wireguard: 0.0.20171101 -> 0.0.20171111
php_excel: init at 1.0.2
libxl: init at 3.8.1
matrix-synapse: 0.24.1 -> 0.25.1
grafana: 4.6.1 -> 4.6.2
linux: 4.4.98 -> 4.4.99
linux: 4.9.62 -> 4.9.63
linux: 4.13.13 -> 4.13.14
nixos/zsh: add the type for enableAutosuggestions option
zsh-powerlevel9k: init at 2017-11-10
fio: 3.1 -> 3.2
filebench: rehash source
nano: 2.8.7 -> 2.9.0
bonnie: replace dead source link
less: 520 -> 529
strace: 4.19 -> 4.20
iperf: 3.2 -> 3.3
...
2017-11-19 08:30:14 +00:00
Orivej Desh
a1573bbbb2
python.pkgs.pybfd: move to python-modules
2017-11-19 08:28:40 +00:00
Orivej Desh
1161741351
Merge branch 'master' into staging
...
* master: (28 commits)
go_1_9: skip flaky TestWaitGroupMisuse2
erlangR18: fix patch hashes with fetchpatch
xml2: replace dead links
nixos/pam: fix docs about path to u2f_keys file
cinelerra: add a note about parallel building
msmtp: install docs and examples (#31769 )
kernel: Fix out-of-tree modules on aarch64
nixos/tests/acme: update terms of service to fix test
gixy: init at 0.1.8
pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules
mono: init at 4.8
wal-g: fix license so not to break evaluation
wal-g: init at 0.1.2
maintainers: add backuitist
nixos/prometheus: Correct documentation for external_labels
spidermonkey: replace broken links
vagrant: removed custom rake gem
vagrant: 2.0.0 -> 2.0.1
nixos/prometheus: add external_labels option
nixos/prometheus: add scrape_configs.honor_labels
...
2017-11-17 18:06:22 +00:00
WilliButz
c122dadb51
pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules
...
- fetch with `fetchPypi`
- add license, description and myself as maintainer
2017-11-17 15:36:52 +01:00
Orivej Desh
d99a2fc093
Merge branch 'master' into staging
...
* master: (293 commits)
go_1_9: skip flaky TestServerCancelsReadTimeoutWhenIdle
qsyncthingtray: fix build
qt56.qtwebengine: fix build
stdman: d860212 -> 2017.04.02
jackett: use mono50
hg-git: disable with python3
hg-git: 0.8.5 -> 0.8.10
xfce4-settings: enable parallel building
gcc-snapshot: mark as broken
heaptrack: 2017-02-14 -> 2017-10-30
nixos-container: Modify existing test to cover show-ip command
nixos-container: Make show-ip work together with ipv4 + netmask
linux-copperhead: 4.13.12.a -> 4.13.13.a
matterbridge: 1.1.0 -> 1.4.1
nixos/nghttpx: add module for the nghttpx proxy server (#31680 )
mattermost: 4.3.0 -> 4.4.0
breakpad: delete
simp_le: 0.2.0 -> 0.6.1
certbot: 0.11.1 -> 0.19.0
afl: 2.51b -> 2.52b
...
2017-11-17 05:35:09 +00:00
Orivej Desh
ca84443626
hg-git: disable with python3
...
It is not importable from Python 3 and it is a plugin for mercurial, which is a
Python 2 application.
2017-11-16 23:51:06 +00:00
Mario Rodas
8e207587b1
hg-git: 0.8.5 -> 0.8.10
2017-11-16 23:36:21 +00:00
zimbatm
2d95a6ab22
Merge pull request #31709 from ilya-kolpakov/google-cloud-sdk-fix
...
google-cloud-sdk: disable gce as a dependency by default (fixes #31369 )
2017-11-16 14:36:35 +00:00
Ilya Kolpakov
f4c1bcd895
google-cloud-sdk-gce: a version for GCE hosts (depends on google-compute-engine)
2017-11-16 13:50:34 +01:00
Joerg Thalheim
67092ffd43
spyder: 2.3.8 -> 3.2.4
2017-11-15 15:49:05 +00:00
Joerg Thalheim
d1d4f91754
pythonPackages.qtpy: init at 1.3.1
2017-11-15 15:48:43 +00:00
Joerg Thalheim
f6592cc96d
pythonPackages.qtawesome: init at 0.4.4
2017-11-15 15:47:02 +00:00
Joerg Thalheim
3320d5f7a8
pythonPackages.rope: 0.10.2 -> 0.10.7
2017-11-15 15:27:26 +00:00
Daiderd Jordan
f63f05ef5f
python-execnet: fix sandbox build on darwin
2017-11-14 21:51:40 -05:00
Dan Peebles
10220de35e
Fix a couple of python modules to work in sandbox
2017-11-14 21:51:40 -05:00
Rok Garbas
7dce6c88d2
neovim: 0.2.0 -> 0.2.1
...
* neovimLibvterm: 5a748f97 -> 4ca7ebf7
* neovim ruby: 0.5.0 -> 0.5.1
* pythonPackages.neovim: 0.1.13 -> 0.2.0
* libmpack: 1.0.3-rev80bd55ea6 -> 1.0.5
* luaPackages.mpack: switched to new source location, 1.0.7_ef025224a7
* only one set of lua packages, switched to luajit
2017-11-15 01:21:46 +01:00
Dan Haraj
6a70e7f7c8
pysc2: init at 1.2
2017-11-14 14:37:53 -05:00
Dan Haraj
ced67b114a
s2clientprotocol: init at 3.19.1.58600.0
2017-11-14 14:37:53 -05:00