Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2018 02:42:17 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476558 - head/devel/py-pygithub
Message-ID:  <201808070242.w772gHvG095091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Aug  7 02:42:17 2018
New Revision: 476558
URL: https://svnweb.freebsd.org/changeset/ports/476558

Log:
  devel/py-pygithub: Update to 1.40
  
  Changelog:
  
    https://github.com/PyGithub/PyGithub/blob/v1.40/doc/changes.rst

Modified:
  head/devel/py-pygithub/Makefile
  head/devel/py-pygithub/distinfo

Modified: head/devel/py-pygithub/Makefile
==============================================================================
--- head/devel/py-pygithub/Makefile	Tue Aug  7 02:07:53 2018	(r476557)
+++ head/devel/py-pygithub/Makefile	Tue Aug  7 02:42:17 2018	(r476558)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pygithub
-PORTVERSION=	1.26.0
+PORTVERSION=	1.40
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,9 @@ COMMENT=	Python library implementing the full GitHub A
 
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.14.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/devel/py-pygithub/distinfo
==============================================================================
--- head/devel/py-pygithub/distinfo	Tue Aug  7 02:07:53 2018	(r476557)
+++ head/devel/py-pygithub/distinfo	Tue Aug  7 02:42:17 2018	(r476558)
@@ -1,2 +1,3 @@
-SHA256 (PyGithub-1.26.0.tar.gz) = 59d0ceafd1c4fb73117aa35f515988b691a386046714f278521ba01d260ddefb
-SIZE (PyGithub-1.26.0.tar.gz) = 2592131
+TIMESTAMP = 1533607994
+SHA256 (PyGithub-1.40.tar.gz) = b9f5cf80197ba0e3848e084de289ffa19ce1c8c279070a58754ad694d364d481
+SIZE (PyGithub-1.40.tar.gz) = 2621113



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808070242.w772gHvG095091>