<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/bootstrap, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=master</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2025-03-14T04:15:05Z</updated>
<entry>
<title>treewide: remove unused rec expressions</title>
<updated>2025-03-14T04:15:05Z</updated>
<author>
<name>Sigmanificient</name>
<email>edhyjox@gmail.com</email>
</author>
<published>2025-03-14T01:57:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=91d5ab3ae47e000d32ad4ed3609c8c996f274066'/>
<id>urn:sha1:91d5ab3ae47e000d32ad4ed3609c8c996f274066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python314Packages.flit-core: backport 3.14 compat patch</title>
<updated>2024-10-16T01:42:47Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-10-16T01:25:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=835a9710c1373bdb8f9f7943cc394e16b7bf2768'/>
<id>urn:sha1:835a9710c1373bdb8f9f7943cc394e16b7bf2768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove unused lib (and other) arguments</title>
<updated>2024-07-26T09:18:09Z</updated>
<author>
<name>Sigmanificient</name>
<email>edhyjox@gmail.com</email>
</author>
<published>2024-07-17T03:26:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=6dd44107ac5a1a40cd5b02c809294f83ce6dbd20'/>
<id>urn:sha1:6dd44107ac5a1a40cd5b02c809294f83ce6dbd20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages: format with nixfmt</title>
<updated>2024-05-22T15:32:03Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-05-22T14:01:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=59b1aef59071cae6e87859dc65de973d2cc595c0'/>
<id>urn:sha1:59b1aef59071cae6e87859dc65de973d2cc595c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: fix sourceRoot for fetchgit-based src</title>
<updated>2024-03-08T23:53:25Z</updated>
<author>
<name>Yueh-Shun Li</name>
<email>shamrocklee@posteo.net</email>
</author>
<published>2024-03-08T17:04:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=91b3db13093b1aecdba07041eb44b7103c235d94'/>
<id>urn:sha1:91b3db13093b1aecdba07041eb44b7103c235d94</id>
<content type='text'>
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
</content>
</entry>
<entry>
<title>python313.pkgs.installer: Fix build</title>
<updated>2024-02-10T15:59:37Z</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2024-02-10T12:40:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ac83abceb50aa89f5af7c5882663fdafe8250a23'/>
<id>urn:sha1:ac83abceb50aa89f5af7c5882663fdafe8250a23</id>
<content type='text'>
Python 3.13 removed `importlib.resources.read_binary` breaking the build of `installer` package.
</content>
</entry>
<entry>
<title>python3.pkgs.pythonRuntimeDepsCheckHook: init</title>
<updated>2023-12-20T19:10:22Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2023-11-27T18:14:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8f3162f83fcccf26bf50c55ff960fd2dee5264b2'/>
<id>urn:sha1:8f3162f83fcccf26bf50c55ff960fd2dee5264b2</id>
<content type='text'>
Implements a hook, that checks whether all dependencies, as specified by
the wheel manifest, are present in the current environment.

Complains about missing packages, as well as version specifier
mismatches.
</content>
</entry>
<entry>
<title>python3.pkgs.pypaBuildHook: fix conflicts</title>
<updated>2023-09-12T19:04:26Z</updated>
<author>
<name>DavHau</name>
<email>hsngrmpf+github@gmail.com</email>
</author>
<published>2023-09-11T11:49:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c57e6b692ab0d27b9573d700f72b0c71eab771e9'/>
<id>urn:sha1:c57e6b692ab0d27b9573d700f72b0c71eab771e9</id>
<content type='text'>
This modifies the pypaBuildHook to not propagate its own python dependencies into the build environment. This prevents package conflicts.

- modify pypa-build-hook.sh to call pyproject-build via an absolute path. This removes the need of putting the dependencies inside the hook's propagatedBuildInputs
- remove the hook's dependencies from propagatedBuildInputs
- add a passthru test to the hook testing for the fix
</content>
</entry>
<entry>
<title>python3.pkgs.bootstrap.build: init at 0.10.0</title>
<updated>2023-08-20T08:59:46Z</updated>
<author>
<name>Theodore Ni</name>
<email>3806110+tjni@users.noreply.github.com</email>
</author>
<published>2023-07-26T07:58:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=b53cef70f252f3978d6befcb1ec0b6ffd603949d'/>
<id>urn:sha1:b53cef70f252f3978d6befcb1ec0b6ffd603949d</id>
<content type='text'>
Co-authored-by: K900 &lt;me@0upti.me&gt;
</content>
</entry>
<entry>
<title>python3.pkgs.bootstrap.installer: init at 0.7.0</title>
<updated>2023-08-20T08:59:46Z</updated>
<author>
<name>Theodore Ni</name>
<email>3806110+tjni@users.noreply.github.com</email>
</author>
<published>2023-07-26T07:57:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8fe3d15c179c827bb9ed05d6352e9e54ea8ca9b3'/>
<id>urn:sha1:8fe3d15c179c827bb9ed05d6352e9e54ea8ca9b3</id>
<content type='text'>
Co-authored-by: K900 &lt;me@0upti.me&gt;
</content>
</entry>
</feed>
