aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-07-18 20:38:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-07-18 20:38:45 +0800
commitb9b269c2d1c7e205beb2a23dca94f5f9f4f5aac0 (patch)
treecaecc9218bea37c48d65d03e753f8063294ed242
parent85e5d6f256a2d6e209ea82df3b3ae5491efadb0a (diff)
downloadfreebsd-ports-gnome-b9b269c2d1c7e205beb2a23dca94f5f9f4f5aac0.tar.gz
freebsd-ports-gnome-b9b269c2d1c7e205beb2a23dca94f5f9f4f5aac0.tar.zst
freebsd-ports-gnome-b9b269c2d1c7e205beb2a23dca94f5f9f4f5aac0.zip
- Update to 1.3
- 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)
-rw-r--r--devel/py-pygithub/Makefile7
-rw-r--r--devel/py-pygithub/distinfo4
-rw-r--r--devel/py-pygithub/files/patch-setup.py6
-rw-r--r--devel/py-pygithub/pkg-plist3
4 files changed, 11 insertions, 9 deletions
diff --git a/devel/py-pygithub/Makefile b/devel/py-pygithub/Makefile
index 8d6d0487f21b..c779674098d0 100644
--- a/devel/py-pygithub/Makefile
+++ b/devel/py-pygithub/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= pygithub
-PORTVERSION= 1.1
-CATEGORIES= devel python www
+PORTVERSION= 1.3
+CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGithub-${PORTVERSION}
@@ -16,12 +16,11 @@ MAINTAINER= koobs.freebsd@gmail.com
COMMENT= Use the full Github API v3 with Python
LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/COPYING
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=PyGithub
+PYDISTUTILS_PKGNAME= PyGithub
.include <bsd.port.mk>
diff --git a/devel/py-pygithub/distinfo b/devel/py-pygithub/distinfo
index b477b2b08fce..69d8186c558d 100644
--- a/devel/py-pygithub/distinfo
+++ b/devel/py-pygithub/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PyGithub-1.1.zip) = ab7d50986670d69e2d4e46efbc7483cc991994edc966ec6a8e8325a51d2777a6
-SIZE (PyGithub-1.1.zip) = 100158
+SHA256 (PyGithub-1.3.zip) = a4953433fdec4ae81692d88323f353067a74d38419ea8cd4836392b8231d015c
+SIZE (PyGithub-1.3.zip) = 102285
diff --git a/devel/py-pygithub/files/patch-setup.py b/devel/py-pygithub/files/patch-setup.py
index 29db433cb72a..cb2b6cbbea90 100644
--- a/devel/py-pygithub/files/patch-setup.py
+++ b/devel/py-pygithub/files/patch-setup.py
@@ -1,11 +1,11 @@
---- ./setup.py.orig 2012-06-29 17:52:26.000000000 +1000
-+++ ./setup.py 2012-06-29 17:52:35.000000000 +1000
+--- ./setup.py.orig 2012-07-13 21:42:12.000000000 +1000
++++ ./setup.py 2012-07-14 19:15:08.000000000 +1000
@@ -54,9 +54,6 @@
packages = [
"github",
],
- package_data = {
-- "github": [ "../ReadMe.md", "../COPYING*", "../doc/*.md" ]
+- "github": [ "ReadMe.md", "COPYING*", "doc/*.md" ]
- },
classifiers = [
"Development Status :: 5 - Production/Stable",
diff --git a/devel/py-pygithub/pkg-plist b/devel/py-pygithub/pkg-plist
index 8034766cc323..33a07d85f9b4 100644
--- a/devel/py-pygithub/pkg-plist
+++ b/devel/py-pygithub/pkg-plist
@@ -110,6 +110,9 @@
%%PYTHON_SITELIBDIR%%/github/Label.py
%%PYTHON_SITELIBDIR%%/github/Label.pyc
%%PYTHON_SITELIBDIR%%/github/Label.pyo
+%%PYTHON_SITELIBDIR%%/github/Legacy.py
+%%PYTHON_SITELIBDIR%%/github/Legacy.pyc
+%%PYTHON_SITELIBDIR%%/github/Legacy.pyo
%%PYTHON_SITELIBDIR%%/github/Milestone.py
%%PYTHON_SITELIBDIR%%/github/Milestone.pyc
%%PYTHON_SITELIBDIR%%/github/Milestone.pyo