pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-stravalib: added deps, fixed DESCR
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Sat Feb 4 14:54:01 2023 +0100
Changeset: 79bb284b5e2d01603e8c05cce687a2d9e8400a81
Modified Files:
py-stravalib/DESCR
py-stravalib/Makefile
Log Message:
py-stravalib: added deps, fixed DESCR
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=79bb284b5e2d01603e8c05cce687a2d9e8400a81
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-stravalib/DESCR | 3 ++-
py-stravalib/Makefile | 9 ++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-stravalib/DESCR b/py-stravalib/DESCR
index a46b673436..365e1c6582 100644
--- a/py-stravalib/DESCR
+++ b/py-stravalib/DESCR
@@ -1 +1,2 @@
-Conan C/C++ package manager.
+Easy to use tools for accessing and downloading Strava data the Strava V3 web
+service.
diff --git a/py-stravalib/Makefile b/py-stravalib/Makefile
index 9323e42475..2ff969126f 100644
--- a/py-stravalib/Makefile
+++ b/py-stravalib/Makefile
@@ -7,10 +7,17 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=s/stravalib/}
MAINTAINER= root%zta.lk@localhost
HOMEPAGE= https://github.com/stravalib/stravalib
-COMMENT= Easy to use tools for accessing and downloading Strava data
+COMMENT= Tools for accessing and downloading Strava data
LICENSE= apache-2.0
USE_LANGUAGES= # none
+BUILD_DEPENDS+= ${PYPKGPREFIX}-distlib:../../devel/py-distlib
+
+DEPENDS+= ${PYPKGPREFIX}-pint:../../wip/py-pint
+DEPENDS+= ${PYPKGPREFIX}-pytz:../../time/py-pytz
+DEPENDS+= ${PYPKGPREFIX}-arrow:../../time/py-arrow
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.0<3.0:../../devel/py-requests
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index