stravaweblib: use nix-update-script (#358503)
This commit is contained in:
commit
f95f434d27
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user