wip/py-lazr-restfulclient Update to 0.14.3

This commit is contained in:
K.I.A.Derouiche 2020-11-21 10:49:04 +01:00
parent 55170b23ee
commit ff57f4d9dd
1 changed files with 10 additions and 10 deletions

View File

@ -2,22 +2,22 @@
DISTNAME= lazr.restfulclient-0.14.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazr.restfulclient/}
MAINTAINER= rhialto@NetBSD.org
HOMEPAGE= https://launchpad.net/lazr.restfulclient
COMMENT= Provide added functionality on top of wadllib
LICENSE= gnu-lgpl-v3
MAINTAINER= rhialto@NetBSD.org
HOMEPAGE= https://launchpad.net/lazr.restfulclient
COMMENT= Provide added functionality on top of wadllib
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
DEPENDS+= ${PYPKGPREFIX}-wadllib-[0-9]*:../../wip/py-wadllib
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-oauthlib-[0-9]*:../../security/py-oauthlib
DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
DEPENDS+= ${PYPKGPREFIX}-wadllib-[0-9]*:../../wip/py-wadllib
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-oauthlib-[0-9]*:../../security/py-oauthlib
USE_LANGUAGES= # none
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"