mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #132707 from fabaff/bump-pyflunearyou
python3Packages.pyflunearyou: 2.0.1 -> 2.0.2
This commit is contained in:
commit
6ba43400b8
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyflunearyou";
|
pname = "pyflunearyou";
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
@ -23,10 +23,12 @@ buildPythonPackage rec {
|
|||||||
owner = "bachya";
|
owner = "bachya";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-2a4OKPmy9tFLJqRg9bEXqrbr3RKVHmKPSYDrtAEqvdo=";
|
sha256 = "07n2dvnfpfglpdlnwzj4dy41x2zc07ia2krvxdarnv8wzap30y23";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry-core ];
|
nativeBuildInputs = [
|
||||||
|
poetry-core
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
@ -44,7 +46,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# Ignore the examples directory as the files are prefixed with test_.
|
# Ignore the examples directory as the files are prefixed with test_.
|
||||||
# disabledTestFiles doesn't seem to work here
|
# disabledTestFiles doesn't seem to work here
|
||||||
pytestFlagsArray = [ "--ignore examples/" ];
|
disabledTestPaths = [ "examples/" ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "pyflunearyou" ];
|
pythonImportsCheck = [ "pyflunearyou" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user