freebsd-ports/devel/py-pygithub/Makefile
Kubilay Kocak 72f833567c devel/py-pygithub: Update to 1.25.0
- Update to 1.25.0
- Update COMMENT

Changes:

  * Implement getting repos by id
  * Add Gist.owner

PR:		189920
Submitted by:	robak (with changes)
2014-06-27 07:52:34 +00:00

23 lines
496 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygithub
PORTVERSION= 1.25.0
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>