mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- Update to 1.21.0 - Enable STAGE support, delete pkg-plist acordingly - Enable AUTOPLIST - Switch to setuptools - Remove USE_ZIP, distribution file is now tar.gz - pkg-descr: Update WWW: URL - pkg-descr: Tab->space in WWW: - Repatch setup.py Changes: http://jacquev6.github.io/PyGithub/changes.html
24 lines
523 B
Makefile
24 lines
523 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pygithub
|
|
PORTVERSION= 1.21.0
|
|
CATEGORIES= devel www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyGithub-${PORTVERSION}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Use the full Github API v3 with Python
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_PKGNAME= PyGithub
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
|
|
|
.include <bsd.port.mk>
|