freebsd-ports/devel/py-pygithub/Makefile
Martin Wilke 787fa8e884 This is a Python library to access the Github API v3.
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>
2012-06-10 09:47:55 +00:00

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>