mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 17:14:33 +00:00
python3Packages.datasette: 0.59.4 -> 0.60
This commit is contained in:
parent
c472377b3b
commit
b47cfa8a16
@ -18,7 +18,6 @@
|
||||
, httpx
|
||||
# Check Inputs
|
||||
, pytestCheckHook
|
||||
, pytest-runner
|
||||
, pytest-asyncio
|
||||
, pytest-timeout
|
||||
, aiohttp
|
||||
@ -31,7 +30,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "datasette";
|
||||
version = "0.59.4";
|
||||
version = "0.60";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
@ -39,11 +38,9 @@ buildPythonPackage rec {
|
||||
owner = "simonw";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-bH/VREo2f84wloA2jgXnQkGNSRRRYmSvUXmI0wMfmYM=";
|
||||
sha256 = "sha256-GGxv6GWGUCJb4R4SMrDVc45q6xk4cB3vOCTabHlhNZE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pytest-runner ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiofiles
|
||||
asgi-csrf
|
||||
@ -74,6 +71,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
postConfigure = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace '"pytest-runner"' ""
|
||||
substituteInPlace setup.py \
|
||||
--replace "click-default-group~=1.2.2" "click-default-group" \
|
||||
--replace "hupper~=1.9" "hupper" \
|
||||
|
Loading…
Reference in New Issue
Block a user