Commit Graph
27 Commits
Author SHA1 Message Date
Pavol Rusnak a4bbfba80d pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Sandro Jäckel fdd065c761 pythonPackages.scrapy: Fix tests on darwin 2021-01-11 12:13:16 +01: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
Mario RodasandJonathan Ringer 15f61a9b84 python3Packages.scrapy: 2.4.0 -> 2.4.1
https://github.com/scrapy/scrapy/releases/tag/2.4.1
2020-11-23 22:17:30 -08:00
Mario RodasandJon 8c154d0545 pythonPackages.scrapy: 2.3.0 -> 2.4.0
https://github.com/scrapy/scrapy/releases/tag/2.4.0
2020-10-11 20:33:56 -07:00
Mario RodasandJon cf5bc04fcf python3Packages.scrapy: 2.2.1 -> 2.3.0 2020-08-06 23:03:45 -07:00
Mario Rodas 8d1a3c78c4 pythonPackages.scrapy: 2.1.0 -> 2.2.1
Changelog:
+ https://github.com/scrapy/scrapy/releases/tag/2.2.0
+ https://github.com/scrapy/scrapy/releases/tag/2.2.1
2020-07-01 04:21:00 -05:00
Mario RodasandJon c42ac755a6 python37Packages.scrapy: 2.0.1 -> 2.1.0 2020-04-24 16:34:51 -07:00
Mario Rodas fcc818acd5 python3Packages.scrapy: 1.8.0 -> 2.0.1 2020-03-03 04:22:00 -05:00
Frederik Rietdijk 3492c777f2 python: Scrapy: 1.7.4 -> 1.8.0 2019-12-30 16:46:47 +01:00
Frederik Rietdijk c94c86e300 python: Scrapy: 1.7.3 -> 1.7.4 2019-10-27 16:26:53 +01:00
Mario RodasandFrederik Rietdijk 47c5c7fbc8 pythonPackages.scrapy: 1.7.2 -> 1.7.3 2019-08-02 09:54:13 +02:00
Mario RodasandAristid Breitkreuz 95233e1d39 pythonPackages.scrapy: 1.7.1 -> 1.7.2 (#65297) 2019-07-23 22:33:05 +02:00
Mario RodasandFrederik Rietdijk 80d39388de pythonPackages.scrapy: 1.6.0 -> 1.7.1 2019-07-19 09:09:33 +02:00
Mario RodasandFrederik Rietdijk b081e92562 pythonPackages.scrapy: 1.5.1 -> 1.6.0 2019-02-13 12:09:33 +01:00
Mario Rodas 706aa7127e pythonPackages.scrapy: fix build on Python 3.7 2018-12-22 22:33:16 -05:00
Frederik Rietdijk 003d4d089e python: Scrapy: 1.5.0 -> 1.5.1 2018-07-26 12:43:08 +02:00
Vladimír Čunát 2059bf9e39 Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Ryan Mulliganandxeji fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Mario Rodas f8351ba5f0 pythonPackages.scrapy: enable darwin build 2018-05-05 23:35:30 -05:00
Frederik Rietdijk 4a877f70c5 python: Scrapy: 1.4.0 -> 1.5.0 2017-12-31 10:55:17 +01:00
Silvan MosbergerandFrederik Rietdijk f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Albert Peschar 77edba1fc4 pythonPackages.scrapy: fix 1.4.0 update 2017-05-30 18:30:31 +02:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk 959842a9c7 Python: add pname attributes to libraries
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Tom Hunger 69363e9611 Move scrapy to its own module and add patch to fix broken permission code.
Scrapy is usually installed via pip where copying all permissions
makes sense. In Nix the files copied are owned by root and
readonly. As a consequence scrapy can't edit the project templates so

  scrapy startproject

fails.
2017-02-16 16:21:46 +00:00