stravaweblib: use nix-update-script (#358503)
This commit is contained in:
commit
f95f434d27
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
|
||||
# setuptools
|
||||
setuptools,
|
||||
@ -35,6 +36,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "stravaweblib" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Python library for extending the Strava v3 API using web scraping";
|
||||
homepage = "https://github.com/pR0Ps/stravaweblib";
|
||||
|
Loading…
Reference in New Issue
Block a user