Ryan Lahfa
80e95e669c
maturin: 0.11.3 -> 0.12.9 ( #159853 )
2022-02-19 09:24:08 -05:00
github-actions[bot]
a13bf1828b
Merge master into staging-next
2021-09-12 18:01:21 +00:00
Daniël de Kok
6f2ce2a65e
treewide: remove danieldk as maintainer from a set of packages
...
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
Sandro Jäckel
76c4d7bdc4
maturin: 0.10.6 -> 0.11.3
2021-09-05 15:00:35 +02:00
Daniël de Kok
604ea22f42
maturin: 0.10.5 -> 0.10.6
...
Changelog:
https://github.com/PyO3/maturin/blob/main/Changelog.md#0106---2021-05-21
2021-05-22 10:02:33 +02:00
Daniël de Kok
aa53807ba7
maturin: fix Darwin build
2021-05-22 09:56:37 +02:00
Daniël de Kok
aef81404bc
maturin: 0.10.4 -> 0.10.5
...
Changelog:
https://github.com/PyO3/maturin/blob/v0.10.5/Changelog.md#0105---2021-05-21
2021-05-21 06:54:07 +02:00
Daniël de Kok
b54ce41a75
maturin: fix passthru test
...
Seems like this was affected by vendoring permission normalization,
see #121259 .
2021-05-04 08:03:58 +02:00
Jonathan Ringer
2f87975f2d
maturin: 0.9.4 -> 0.10.4, fix build
2021-05-03 17:12:08 -07:00
Daniël de Kok
cf66c08b84
python3Packages.setuptools-rust: do no mix Python versions in tests
...
The passthru test used python3Packages, mixing different Python
version when testing on a Python version different that the python3
alias.
2021-03-20 08:50:28 +01:00
Daniël de Kok
313177129b
python3Packages.setuptools-rust: fix passthru test
...
The build wanted to create a Cargo.lock in the top-level source
directory (presumably because it is also a Cargo project), since we
were crating the lock file in sourceRoot (which was set to the example
project). This failed because the sources are read-only. Change the
test to create the lock file in the top-level crate directory, which
is Cargo's default behavior.
2021-03-20 08:38:28 +01:00
Sandro
83951a3da2
Merge pull request #113566 from danieldk/maturin-test
2021-02-23 21:21:43 +01:00
Daniël de Kok
cb57f80732
maturin: 0.9.3 -> 0.9.4
...
Changelog:
https://github.com/PyO3/maturin/blob/v0.9.4/Changelog.md#094---2021-02-18
2021-02-19 06:54:14 +01:00
Daniël de Kok
2e76fa453f
maturin: add passthru test that uses maturinBuildHook
...
The test builds the PyO3 word_count example module using
maturinBuildHook. The motivation is to have a trivial test that does
not regress for reasons unrelated to maturin or hook updates.
2021-02-18 09:17:28 +01:00
Daniël de Kok
a623c1e773
maturin: 0.9.1 -> 0.9.3
...
Changelog:
https://github.com/PyO3/maturin/blob/master/Changelog.md#092---2021-02-17
2021-02-17 13:34:41 +01:00
Daniël de Kok
cbc5852d20
maturin: 0.9.0 -> 0.9.1 ( #113033 )
2021-02-14 03:24:18 +01:00
Daniël de Kok
bbb28ccf1a
maturin: remove (now) unused gmp and openssl buildInputs
2021-02-12 10:56:55 +01:00
Daniël de Kok
825ce379a8
maturin: reformat, use hash/cargoHash
2021-02-12 10:56:45 +01:00
Daniël de Kok
2596df2322
maturin: take Security as an argument, rather than darwin
2021-02-12 10:45:00 +01:00
Daniël de Kok
ab81a6cb45
maturin: replace name by pname
2021-02-11 15:04:30 +01:00
R. RyanTM
02380d7d7c
maturin: 0.8.3 -> 0.9.0
2021-01-24 10:29:26 +01:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
6f0fbea695
maturin: 0.8.2 -> 0.8.3
2020-08-23 06:26:43 +00:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
Daniël de Kok
4c40111f1d
maturin: 0.8.1 -> 0.8.2
...
The changelog is not updated, so this has to do:
https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
Daniël de Kok
1e5b480e8b
maturin: 0.8.0 -> 0.8.1
...
- Supports `sdist-include = ["path/**/*"]` to include arbitrary files
in source distributions
- Fixes Cargo.lock
- Updates some dependencies
2020-06-25 17:25:37 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Daniël de Kok
759ac32d9a
maturin: 0.7.9 -> 0.8.0
...
Changelog:
https://github.com/PyO3/maturin/blob/v0.8.0/Changelog.md#080---2020-04-03
2020-04-10 09:55:26 +02:00
Daniël de Kok
b446413aa6
maturin: 0.7.6 -> 0.7.9
...
Changelog:
https://github.com/PyO3/maturin/blob/master/Changelog.md
2020-03-07 08:21:10 +01:00
Benjamin Hipple
805db0db45
maturin: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; ran `nixpkgs-review wip` successfully.
2020-02-16 16:23:11 -05:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Daniël de Kok
54393d25d8
maturin: 0.7.2 -> 0.7.6
2019-10-04 23:18:22 +02:00
Daniël de Kok
05a0bf99c9
maturin: 0.7.1 -> 0.7.2
...
GitHub release:
https://github.com/PyO3/maturin/releases/tag/v0.7.2
This release provides some cross-compilation fixes.
2019-09-06 19:18:08 +02:00
Daniël de Kok
72f711eada
maturin: 0.7.0 -> 0.7.1
...
Change:
- maturin build --interpreter/maturin publish --interpreter builds
only a source distribution.
2019-08-31 07:36:28 +02:00
Daniël de Kok
7e29ce8a77
maturin: 0.6.1 -> 0.7.0
...
pyo3-pack has been renamed to maturin version 0.7.0. Other larger
changes are:
- Mixed rust/python layout
- Added PEP 517 support
- Support settings all applicable fields from the python core
metadata specification in Cargo.toml
2019-08-30 20:59:44 +02:00