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`.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "serversyncstorage-${version}";
|
||||
pname = "serversyncstorage";
|
||||
version = "1.6.11";
|
||||
disabled = !isPy27;
|
||||
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
sha256 = "197gj2jfs2c6nzs20j37kqxwi91wabavxnfm4rqmrjwhgqjwhnm0";
|
||||
};
|
||||
|
||||
buildInputs = [ testfixtures unittest2 webtest ];
|
||||
checkInputs = [ testfixtures unittest2 webtest ];
|
||||
propagatedBuildInputs = [
|
||||
pyramid sqlalchemy simplejson mozsvc cornice pyramid_hawkauth pymysql
|
||||
pymysqlsa umemcache WSGIProxy requests pybrowserid
|
||||
|
||||
Reference in New Issue
Block a user