diff --git a/devel/py-pygithub/Makefile b/devel/py-pygithub/Makefile index 5e1d3e214064..05b4e172908a 100644 --- a/devel/py-pygithub/Makefile +++ b/devel/py-pygithub/Makefile @@ -1,28 +1,26 @@ # Created by: Kubilay Kocak PORTNAME= pygithub -PORTVERSION= 1.54 -PORTREVISION= 1 +PORTVERSION= 1.55 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyGithub-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Python library implementing the full GitHub API v3 LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.14.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyjwt1>0:www/py-pyjwt1@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - .include diff --git a/devel/py-pygithub/distinfo b/devel/py-pygithub/distinfo index 8cae190a0e87..de052128e349 100644 --- a/devel/py-pygithub/distinfo +++ b/devel/py-pygithub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608010662 -SHA256 (PyGithub-1.54.tar.gz) = 14c96d55e3c0e295598e52fbbbf2a7862a293723482ae9000cb9c816faab4fb4 -SIZE (PyGithub-1.54.tar.gz) = 157062 +TIMESTAMP = 1641075510 +SHA256 (PyGithub-1.55.tar.gz) = 1bbfff9372047ff3f21d5cd8e07720f3dbfdaf6462fcaed9d815f528f1ba7283 +SIZE (PyGithub-1.55.tar.gz) = 158046