python313Packages.asyncprawcore: modernize
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pytest-asyncio_0,
|
pytest-asyncio_0,
|
||||||
pytest-vcr,
|
pytest-vcr,
|
||||||
pythonOlder,
|
|
||||||
requests,
|
requests,
|
||||||
requests-toolbelt,
|
requests-toolbelt,
|
||||||
testfixtures,
|
testfixtures,
|
||||||
@@ -21,8 +20,6 @@ buildPythonPackage rec {
|
|||||||
version = "2.4.0";
|
version = "2.4.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "praw-dev";
|
owner = "praw-dev";
|
||||||
repo = "asyncprawcore";
|
repo = "asyncprawcore";
|
||||||
@@ -30,9 +27,9 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-FDQdtnNjsbiEp9BUYdQFMC/hkyJDhCh2WHhQWSQwrFY=";
|
hash = "sha256-FDQdtnNjsbiEp9BUYdQFMC/hkyJDhCh2WHhQWSQwrFY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flit-core ];
|
build-system = [ flit-core ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
requests
|
requests
|
||||||
aiohttp
|
aiohttp
|
||||||
yarl
|
yarl
|
||||||
|
|||||||
Reference in New Issue
Block a user