github-actions[bot]
6e0aca3c43
Merge master into staging-next
2022-05-06 12:02:02 +00:00
Thiago Kenji Okada
bfd06fd04d
Merge pull request #171432 from thiagokokada/bump-hy-and-unify
...
python3Packages.hy: 1.0a3 -> 1.0a4; hy: replace it with python3Packages.hy; hyrule: init at 0.1
2022-05-06 08:46:37 +01:00
github-actions[bot]
ff5c4d3404
Merge master into staging-next
2022-05-06 06:01:36 +00:00
Thiago Kenji Okada
72fd5b71bc
hy: replace it with python3Packages.hy
...
Add `hyDefinedPythonPackages` parameter to allow backwards compatibility
with interpreters/hy.
Fixes https://github.com/NixOS/nixpkgs/issues/171428 .
2022-05-05 09:41:11 +01:00
Malo Bourgon
16e15fa68f
treewide: add meta.mainProgram to many packages
2022-05-04 18:08:19 -07:00
github-actions[bot]
ae265ec922
Merge master into staging-next
2022-05-05 00:02:31 +00:00
Armeen Mahdian
ffa38b7712
pixie: remove
2022-05-04 15:22:54 -05:00
github-actions[bot]
ee7e3f30f3
Merge staging-next into staging
2022-05-04 00:02:57 +00:00
Frederik Rietdijk
ab62fad9d5
Merge pull request #136100 from KAction/sphinx-hook
...
New hook: sphinxHook to build documentation into different formats/outputs
2022-05-03 20:07:37 +02:00
github-actions[bot]
c4bf3689ee
Merge staging-next into staging
2022-05-02 18:10:52 +00:00
Bobby Rong
ace7d5480f
Merge pull request #170497 from armeenm/bump-alda
...
alda: 2.2.0 -> 2.2.3
2022-05-02 20:15:06 +08:00
Vladimír Čunát
9478ec747c
Merge branch 'staging-next-2022-04-23'
...
Close #169965 : the PR and real 'staging-next' branch contained
extra systemd rebuild that I wanted to avoid in this iteration.
(to save Hydra's work)
2022-05-02 09:12:51 +02:00
github-actions[bot]
12bd815a0c
Merge staging-next into staging
2022-05-02 00:03:48 +00:00
github-actions[bot]
b886c70998
Merge master into staging-next
2022-05-02 00:02:31 +00:00
Mario Rodas
2397fb1114
racket: 8.4 -> 8.5
...
https://github.com/racket/racket/releases/tag/v8.5
2022-05-01 04:20:00 +00:00
Thiago Kenji Okada
e19019fe32
pythonRelaxDepsHook: init
...
We have a common pattern here in nixpkgs for Python applications: when a
Python package ships with either a requirements.txt or setup.py file, we
generally end up having to modify its version restriction, otherwise we have
build failures since we package only one specific version of each package
normally.
However, this end up being done in a completely ad-hoc way: some people
use substituteInPlace, some others use sed, others uses patches, etc.
In many cases, the code ends up being buggy, so it may work in one
version and breaks on the next one. We can instead implement one
standard way of doing this, and trying to be a correct as possible.
So this is what this commit does: it implements a new build hook, that
when called will automatically patch the wheel file. This is one of the
most generic ways to patch Python dependencies, and should work in
multiple cases.
2022-04-30 13:19:30 +01:00
Dmitry Bogatov
6b8b02cef7
python3.pkgs.sphinxHook: new package
...
This hook takes care of building and installing html documentation from Sphinx
sources.
2022-04-29 08:45:38 -04:00
github-actions[bot]
58538c1840
Merge staging-next into staging
2022-04-28 18:07:38 +00:00
Vladimír Čunát
84de05dba7
Merge branch 'master' into staging-next
2022-04-28 18:05:38 +02:00
Vladimír Čunát
8caa1418f6
Merge branch 'master' into staging-next-2022-04-23
2022-04-28 18:04:16 +02:00
Bobby Rong
d6315ad42f
Merge pull request #167066 from r-ryantm/auto-update/sollya
...
sollya: 7.0 -> 8.0
2022-04-28 21:28:41 +08:00
Armeen Mahdian
3d3ce64993
alda: 2.2.0 -> 2.2.3
2022-04-26 15:53:19 -05:00
github-actions[bot]
6f99633360
Merge staging-next into staging
2022-04-26 12:09:41 +00:00
github-actions[bot]
e7703dd154
Merge master into staging-next
2022-04-26 12:04:22 +00:00
Bobby Rong
a67323002c
Merge pull request #165646 from r-ryantm/auto-update/joker
...
joker: 0.18.0 -> 1.0.0
2022-04-26 18:39:13 +08:00
github-actions[bot]
413490ab0d
Merge staging-next into staging
2022-04-26 06:01:45 +00:00
github-actions[bot]
f8c265f433
Merge master into staging-next
2022-04-26 06:01:08 +00:00
Rick van Schijndel
4586388f85
Merge pull request #170320 from andersk/negated-version
...
treewide: Simplify negated uses of versionAtLeast, versionOlder
2022-04-26 07:50:15 +02:00
Anders Kaseorg
6920d8ca42
treewide: Simplify negated uses of versionAtLeast, versionOlder
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-25 13:35:24 -07:00
Thiago Kenji Okada
d6d8c43d11
pythonInterpreters.graalpython37: remove
2022-04-25 17:53:06 +01:00
github-actions[bot]
978c7ce28c
Merge staging-next into staging
2022-04-24 18:01:40 +00:00
github-actions[bot]
6f66eac9d1
Merge master into staging-next
2022-04-24 18:01:04 +00:00
Sergei Trofimovich
a649d4f038
python: use whitespace to split possible existing options
...
Noticed option globbing when tried to enable parallelism by default
locally for most packages by default. python3Packages.yt-dlp failed as:
python3.9-yt-dlp> /nix/store/5mywvxdjkk1q6srwwwgdkzc37ibla801-python3.9-setuptools-61.2.0/lib/python3.9/site-packages/setuptools/dist.py:516: UserWarning: Normalizing '2022.04.08' to '2022.4.8'
python3.9-yt-dlp> warnings.warn(tmpl.format(**locals()))
python3.9-yt-dlp> invalid command name 'build_lazy_extractors--parallel'
The change adds leading whitespace everywhere where options might
already be present.
2022-04-24 14:28:26 +02:00
github-actions[bot]
b9e4b22843
Merge master into staging-next
2022-04-24 12:01:14 +00:00
Elis Hirwing
f4edd23812
Merge pull request #169728 from shyim/patch-2
...
php: fix extensions on php-cgi
2022-04-24 10:28:42 +02:00
github-actions[bot]
fddf656b60
Merge master into staging-next
2022-04-23 18:01:13 +00:00
Vladimír Čunát
82ec893b68
Merge branch 'staging' into staging-next
2022-04-23 18:10:57 +02:00
Anderson Torres
abe23368de
Merge pull request #169656 from AndersonTorres/new-nickel
...
nickel: init at 0.1.0
2022-04-23 11:15:24 -03:00
R. Ryantm
4bcda364c3
clojure: 1.11.1.1107 -> 1.11.1.1113
2022-04-23 01:22:33 +00:00
AndersonTorres
57f964efe9
nickel: init at 0.1.0
2022-04-22 20:43:12 -03:00
Artturi
785373a76f
Merge pull request #166605 from siraben/remove-redundant-stdenv
2022-04-22 20:25:38 +03:00
Phillip Cloud
52248e4466
python: enable opt-in parallel build_ext builds for setuptools
2022-04-22 18:25:12 +02:00
Shyim
994b6400c8
php: remove whitespace
2022-04-22 10:24:55 +02:00
Shyim
8fb8ccb179
php: fix extensions on php-cgi
2022-04-22 10:16:29 +02:00
Mario Rodas
683d310db7
zuo: init at 2022-04-15
2022-04-22 04:20:00 +00:00
github-actions[bot]
cbc56d5cc3
Merge staging-next into staging
2022-04-21 18:02:06 +00:00
Sandro
581b9541be
Merge pull request #147011 from lilyinstarlight/feature/supercollider-plugins
2022-04-21 16:11:34 +02:00
adisbladis
881ea516cf
python3: Whitelist config options when overriding interpreter
...
In the case of cross compilation we don't want pass through build
inputs from the cross platform, but we do want to pass on config options.
2022-04-21 14:50:28 +02:00
Frederik Rietdijk
ba02fd0434
python3: fix overriding of interpreters, closes #163639
...
Overriding the interpreters did not work correctly. When overriding
packages would end up twice in the build time closure: one corresponding
to the overridden interpreter and one corresponding to the original
interpreter. The reason is that the override was not applied to the
interpreters in the spliced package sets.
2022-04-21 14:50:28 +02:00
github-actions[bot]
91a1bc431e
Merge staging-next into staging
2022-04-21 12:01:54 +00:00