<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/bpython/default.nix, branch origin/structured-attrs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-05-07T18:12:58Z</updated>
<entry>
<title>pythonPackages.bpython: fix build</title>
<updated>2021-05-07T18:12:58Z</updated>
<author>
<name>Eduardo Sánchez Muñoz</name>
<email>esm@eduardosm.net</email>
</author>
<published>2021-04-27T17:55:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=70aebf32b1715a64584ab1db48fa72a29e5d09af'/>
<id>urn:sha1:70aebf32b1715a64584ab1db48fa72a29e5d09af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.bpython: 0.20.1 -&gt; 0.21</title>
<updated>2021-04-03T15:48:26Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2021-03-24T09:28:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8830c7f6b7bba414811c68ca257fadc25705de51'/>
<id>urn:sha1:8830c7f6b7bba414811c68ca257fadc25705de51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove stdenv where not needed</title>
<updated>2021-01-25T17:31:47Z</updated>
<author>
<name>Pavol Rusnak</name>
<email>pavol@rusnak.io</email>
</author>
<published>2021-01-25T08:26:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a6ce00c50c36624fec06b2b756a766d4d0f4a888'/>
<id>urn:sha1:a6ce00c50c36624fec06b2b756a766d4d0f4a888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: with stdenv.lib; in meta -&gt; with lib;</title>
<updated>2021-01-11T09:38:22Z</updated>
<author>
<name>Profpatsch</name>
<email>mail@profpatsch.de</email>
</author>
<published>2021-01-11T07:54:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4a7f99d55d299453a9c2397f90b33d1120669775'/>
<id>urn:sha1:4a7f99d55d299453a9c2397f90b33d1120669775</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>python37Packages.bpython: 0.20 -&gt; 0.20.1</title>
<updated>2020-11-15T08:30:45Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-11-14T20:22:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0e77efac27638eea96e7be01f611c132803c8fb1'/>
<id>urn:sha1:0e77efac27638eea96e7be01f611c132803c8fb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python37Packages.bpython: 0.19 -&gt; 0.20</title>
<updated>2020-10-16T16:36:13Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-10-16T15:36:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2b99e4f62974f026de1f8ec0f9db9059d55edc86'/>
<id>urn:sha1:2b99e4f62974f026de1f8ec0f9db9059d55edc86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bpython: substituteAll the path to `which`</title>
<updated>2020-06-03T20:11:37Z</updated>
<author>
<name>Florian Klink</name>
<email>flokli@flokli.de</email>
</author>
<published>2020-06-03T20:09:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7de3d934dacd7e4b798d18bcd8d1bc54d3458b46'/>
<id>urn:sha1:7de3d934dacd7e4b798d18bcd8d1bc54d3458b46</id>
<content type='text'>
This is used to detect the presence of xclip and other clipboard
handling tools.

Fixes https://github.com/NixOS/nixpkgs/issues/56941.
</content>
</entry>
<entry>
<title>python27Packages.bpython: 0.18 -&gt; 0.19</title>
<updated>2020-04-05T10:44:18Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-04-05T10:44:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7837086b6bbe4883788792d4490418e633acce61'/>
<id>urn:sha1:7837086b6bbe4883788792d4490418e633acce61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bpython: fix build</title>
<updated>2019-10-31T17:38:37Z</updated>
<author>
<name>Florian Klink</name>
<email>flokli@flokli.de</email>
</author>
<published>2019-10-31T15:38:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=e3907717cc7dce19037f9544be499374b07ca798'/>
<id>urn:sha1:e3907717cc7dce19037f9544be499374b07ca798</id>
<content type='text'>
aeb63f40dd11157dc41f1f773abafe6f2666ac16 bumped bpython to 0.18, but it
failed to build afterwards, due to the .desktop file being renamed.
</content>
</entry>
<entry>
<title>python: bpython: 0.17.1 -&gt; 0.18</title>
<updated>2019-10-27T14:29:12Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-10-24T06:47:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=aeb63f40dd11157dc41f1f773abafe6f2666ac16'/>
<id>urn:sha1:aeb63f40dd11157dc41f1f773abafe6f2666ac16</id>
<content type='text'>
</content>
</entry>
</feed>
