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, lib,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
nix-update-script,
# setuptools # setuptools
setuptools, setuptools,
@ -35,6 +36,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "stravaweblib" ]; pythonImportsCheck = [ "stravaweblib" ];
passthru.updateScript = nix-update-script { };
meta = { meta = {
description = "Python library for extending the Strava v3 API using web scraping"; description = "Python library for extending the Strava v3 API using web scraping";
homepage = "https://github.com/pR0Ps/stravaweblib"; homepage = "https://github.com/pR0Ps/stravaweblib";