- Remove LICENSE_FILE Changes: 1.3: (2012-07-13) - Implement markdown rendering - GitAuthor.date is now a datetime, thank you bilderbuchi - Fix documentation of Github.get_gist: id is a string, not an integer 1.2: (2012-06-29) - Implement legacy search APIs, thank you kukuts for telling me Github had released them - Fix a bug with issue labels containing spaces, thank you philipkimmey for detecting the bug and fixing it - Clarify how collections of objects are returned by get_* methods, thank you bilderbuchi for asking PR: ports/169848 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
26 lines
503 B
Makefile
26 lines
503 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.3
|
|
CATEGORIES= devel www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyGithub-${PORTVERSION}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= Use the full Github API v3 with Python
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PYDISTUTILS_PKGNAME= PyGithub
|
|
|
|
.include <bsd.port.mk>
|