Commit graph

18 commits

Author SHA1 Message Date
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 Rodas 47c5c7fbc8 pythonPackages.scrapy: 1.7.2 -> 1.7.3 2019-08-02 09:54:13 +02:00
Mario Rodas 95233e1d39 pythonPackages.scrapy: 1.7.1 -> 1.7.2 (#65297) 2019-07-23 22:33:05 +02:00
Mario Rodas 80d39388de pythonPackages.scrapy: 1.6.0 -> 1.7.1 2019-07-19 09:09:33 +02:00
Mario Rodas 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 Mulligan 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 Mosberger 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