ports/169848: [MAINTAINER] devel/py-pygithub: update to 1.3

Kubilay Kocak koobs.freebsd at gmail.com
Sat Jul 14 09:30:03 UTC 2012


>Number:         169848
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-pygithub: update to 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 14 09:30:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul  7 21:26:56 EST
>Description:
- Update to 1.3
- Remove LICENSE_FILE for those in port.licenses.db.mk
- Update setup.py patch
- Update pkg-plist

Changes:

Version 1.3 (July 13th, 2012)
    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

Version 1.2 (June 29th, 2012)
    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

RedPorts Log: https://redports.org/buildarchive/20120714091759-26795/

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-pygithub-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-pygithub/Makefile ./Makefile
--- /usr/ports/devel/py-pygithub/Makefile	2012-07-05 18:51:42.000000000 +1000
+++ ./Makefile	2012-07-14 19:13:14.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pygithub
-PORTVERSION=	1.1
+PORTVERSION=	1.3
 CATEGORIES=	devel python www
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,6 @@
 COMMENT=	Use the full Github API v3 with Python
 
 LICENSE=	LGPL3
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_ZIP=	yes
 USE_PYTHON=	yes
diff -ruN --exclude=CVS /usr/ports/devel/py-pygithub/distinfo ./distinfo
--- /usr/ports/devel/py-pygithub/distinfo	2012-07-05 18:51:42.000000000 +1000
+++ ./distinfo	2012-07-14 19:13:34.000000000 +1000
@@ -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 -ruN --exclude=CVS /usr/ports/devel/py-pygithub/files/patch-setup.py ./files/patch-setup.py
--- /usr/ports/devel/py-pygithub/files/patch-setup.py	2012-07-05 18:51:42.000000000 +1000
+++ ./files/patch-setup.py	2012-07-14 19:15:14.000000000 +1000
@@ -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 -ruN --exclude=CVS /usr/ports/devel/py-pygithub/pkg-plist ./pkg-plist
--- /usr/ports/devel/py-pygithub/pkg-plist	2012-06-10 19:47:55.000000000 +1000
+++ ./pkg-plist	2012-07-14 19:16:32.000000000 +1000
@@ -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
--- py27-pygithub-1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list