<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/pastescript/default.nix, branch origin/python-unstable</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-12-01T02:52:56Z</updated>
<entry>
<title>python3Packages.pastescript: disable tests suite, doesn't respect PYTHONPATH</title>
<updated>2021-12-01T02:52:56Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2021-11-29T23:49:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=19142373dbd699bbf66eb1fe36ff4db458ac5cfb'/>
<id>urn:sha1:19142373dbd699bbf66eb1fe36ff4db458ac5cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python39Packages.pastescript: remove chetaah, add python namespace, add meta.maintainers, format</title>
<updated>2021-10-07T19:32:48Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2021-10-07T18:45:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=41db5e3b41d25157c58e5230906ef819d67e427d'/>
<id>urn:sha1:41db5e3b41d25157c58e5230906ef819d67e427d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python39Packages.pastedeploy: adopt into openstack team</title>
<updated>2021-10-07T18:48:17Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2021-10-07T14:51:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1c7c0d64ebbbf1cbf96a56b614012a2c00aa4a76'/>
<id>urn:sha1:1c7c0d64ebbbf1cbf96a56b614012a2c00aa4a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.PasteScript: 3.2.0 -&gt; 3.2.1</title>
<updated>2021-06-22T11:42:35Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2021-06-18T21:47:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=3e48ad0b051706b7652da5e24a5440b1c1d68f1e'/>
<id>urn:sha1:3e48ad0b051706b7652da5e24a5440b1c1d68f1e</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>treewide: Per RFC45, remove all unquoted URLs</title>
<updated>2020-04-10T16:54:53Z</updated>
<author>
<name>Michael Reilly</name>
<email>OmnipotentEntity@gmail.com</email>
</author>
<published>2020-04-01T01:11:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=84cf00f98031e93f389f1eb93c4a7374a33cc0a9'/>
<id>urn:sha1:84cf00f98031e93f389f1eb93c4a7374a33cc0a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python.pkgs wide: fix problematic urls</title>
<updated>2020-01-11T05:02:12Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2020-01-10T20:17:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5961f211f3bcc28f878975489690013ee3e18be6'/>
<id>urn:sha1:5961f211f3bcc28f878975489690013ee3e18be6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: PasteScript: 3.0.0 -&gt; 3.2.0</title>
<updated>2019-10-27T15:26:48Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-10-24T06:47:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=95771ffdbcdfe31318b3b45f9cc7a31e837fd022'/>
<id>urn:sha1:95771ffdbcdfe31318b3b45f9cc7a31e837fd022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: PasteScript: 2.0.2 -&gt; 3.0.0</title>
<updated>2019-02-17T13:40:31Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-02-14T07:37:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=795d996cacb10e9584cacae5592249f82422e91a'/>
<id>urn:sha1:795d996cacb10e9584cacae5592249f82422e91a</id>
<content type='text'>
</content>
</entry>
</feed>
