Skip to content

Commit

Permalink
devel/py-pygithub: Update to 1.55
Browse files Browse the repository at this point in the history
Remove tests, not available in distribution.

Changelog:	https://github.com/PyGithub/PyGithub/blob/v1.55/doc/changes.rst
Approved by:	koobs (maintainer, implicit)
  • Loading branch information
dbaio committed Jan 2, 2022
1 parent f83de1a commit 6ff9de7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions devel/py-pygithub/Makefile
@@ -1,8 +1,7 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>

PORTNAME= pygithub
PORTVERSION= 1.54
PORTREVISION= 1
PORTVERSION= 1.55
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,14 +14,13 @@ 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 <bsd.port.mk>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 6ff9de7

Please sign in to comment.