devpi-server: 4.9.0 -> 5.1.0
This commit is contained in:
parent
4a220b64b4
commit
b9329a88b9
@ -1,20 +1,21 @@
|
|||||||
{ stdenv, python3Packages, nginx }:
|
{ stdenv, python3Packages, nginx }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "devpi-server";
|
pname = "devpi-server";
|
||||||
version = "4.9.0";
|
version = "5.1.0";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0cx0nv1qqv8lg6p1v8dv5val0dxnc3229c15imibl9wrhrffjbg9";
|
sha256 = "254fceee846532a5fec4e6bf52a59eb8f236efc657678a542b5200da4bb3abbc";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
py
|
||||||
appdirs
|
appdirs
|
||||||
devpi-common
|
devpi-common
|
||||||
execnet
|
execnet
|
||||||
itsdangerous
|
itsdangerous
|
||||||
|
repoze_lru
|
||||||
passlib
|
passlib
|
||||||
pluggy
|
pluggy
|
||||||
pyramid
|
pyramid
|
||||||
@ -24,13 +25,12 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
checkInputs = with python3Packages; [
|
checkInputs = with python3Packages; [
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
mock
|
|
||||||
nginx
|
nginx
|
||||||
pytest
|
pytest
|
||||||
pytest-flakes
|
pytest-flake8
|
||||||
pytestpep8
|
pytestpep8
|
||||||
webtest
|
webtest
|
||||||
];
|
] ++ stdenv.lib.optionals isPy27 [ mock ];
|
||||||
|
|
||||||
# test_genconfig.py needs devpi-server on PATH
|
# test_genconfig.py needs devpi-server on PATH
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user