forked from Lainports/freebsd-ports
With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts. It covers the full API, and all methods are tested against the real Github site. WWW: http://vincent-jacques.net/PyGithub PR: ports/168660 Submitted by: koobs <koobs.freebsd@gmail.com>
28 lines
584 B
Makefile
28 lines
584 B
Makefile
# New ports collection makefile for: py-github
|
|
# Date created: 2012-06-04
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pygithub
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel python www
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyGithub-${PORTVERSION}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= Use the full Github API v3 with Python
|
|
|
|
LICENSE= GPLv3 LGPL3
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WKRSRC}/COPYING ${WKRSRC}/COPYING.LESSER
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PYDISTUTILS_PKGNAME=PyGithub
|
|
|
|
.include <bsd.port.mk>
|