stravaweblib: use nix-update-script (#358503)

This commit is contained in:
Tomodachi94 2024-11-24 01:08:05 -08:00 committed by GitHub
commit f95f434d27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";