python3Packages.venusian: 3.0.0 -> 3.1.0
This commit is contained in:
@@ -2,22 +2,31 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, pytest
|
||||
, pytestCheckHook
|
||||
, pytest-cov
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "venusian";
|
||||
version = "3.0.0";
|
||||
format = "setuptools";
|
||||
version = "3.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f6842b7242b1039c0c28f6feef29016e7e7dd3caaeb476a193acf737db31ee38";
|
||||
hash = "sha256-63LNym8xOaFdyA+cldPBD4pUoLqIHu744uxbQtPuOpU=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ pytest pytest-cov ];
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user