mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.cheroot: 8.4.5 -> 8.4.8
This commit is contained in:
parent
c1011fcea4
commit
674d6ef5ca
@ -1,4 +1,5 @@
|
|||||||
{ lib, stdenv, fetchPypi, buildPythonPackage, isPy3k
|
{ lib, stdenv, fetchPypi, buildPythonPackage, isPy3k
|
||||||
|
, jaraco_functools
|
||||||
, jaraco_text
|
, jaraco_text
|
||||||
, more-itertools
|
, more-itertools
|
||||||
, portend
|
, portend
|
||||||
@ -23,12 +24,17 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1089c28a9c320d19fdf9a4b0ed6ace23a0948db1c171a36ac985f3741bc62865";
|
sha256 = "0r98qqdp9ww5r5ma6wf1n66r9813rrmfvc54z7yij39jkj5c528h";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm setuptools-scm-git-archive ];
|
nativeBuildInputs = [ setuptools_scm setuptools-scm-git-archive ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ more-itertools six ];
|
propagatedBuildInputs = [
|
||||||
|
# install_requires
|
||||||
|
jaraco_functools
|
||||||
|
|
||||||
|
more-itertools six
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
jaraco_text
|
jaraco_text
|
||||||
|
Loading…
Reference in New Issue
Block a user