Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2012 17:55:57 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169537: [MAINTAINER] devel/py-pygithub: update to 1.1
Message-ID:  <20120629075557.75FC817735@freebsd-90-amd64.localdomain>
Resent-Message-ID: <201206290800.q5T80Ket017857@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169537
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-pygithub: update to 1.1
>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:   Fri Jun 29 08:00:20 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
>Description:
- Update to 1.1
- Update & Remove LICENCES according to https://github.com/jacquev6/PyGithub/issues/45
- Update patch to setup.py

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

--- py27-pygithub-1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-pygithub/Makefile ./Makefile
--- /usr/ports/devel/py-pygithub/Makefile	2012-06-10 19:47:55.000000000 +1000
+++ ./Makefile	2012-06-29 17:50:03.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pygithub
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	devel python www
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,7 @@
 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
+LICENSE=	LGPL3
 
 USE_ZIP=	yes
 USE_PYTHON=	yes
diff -ruN --exclude=CVS /usr/ports/devel/py-pygithub/distinfo ./distinfo
--- /usr/ports/devel/py-pygithub/distinfo	2012-06-10 19:47:55.000000000 +1000
+++ ./distinfo	2012-06-29 17:50:11.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (PyGithub-1.0.zip) = 3072fb6d028e5554d5dd3d85b351bcc1b6d57815771f46f7215b4d54f9cc4df9
-SIZE (PyGithub-1.0.zip) = 99902
+SHA256 (PyGithub-1.1.zip) = ab7d50986670d69e2d4e46efbc7483cc991994edc966ec6a8e8325a51d2777a6
+SIZE (PyGithub-1.1.zip) = 100158
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-06-10 19:47:55.000000000 +1000
+++ ./files/patch-setup.py	2012-06-29 17:52:47.000000000 +1000
@@ -1,12 +1,12 @@
---- ./setup.py.orig	2012-06-04 19:29:37.000000000 +1000
-+++ ./setup.py	2012-06-04 19:29:46.000000000 +1000
+--- ./setup.py.orig	2012-06-29 17:52:26.000000000 +1000
++++ ./setup.py	2012-06-29 17:52:35.000000000 +1000
 @@ -54,9 +54,6 @@
      packages = [
          "github",
      ],
--    data_files = [
--        ( "", [ "ReadMe.md", "COPYING", "COPYING.LESSER", "doc/ReferenceOfClasses.md", "doc/ReferenceOfApis.md", "doc/Design.md" ] ),
--    ],
-     classifiers=[
+-    package_data = {
+-        "github": [ "../ReadMe.md", "../COPYING*", "../doc/*.md" ]
+-    },
+     classifiers = [
          "Development Status :: 5 - Production/Stable",
          "Environment :: Web Environment",
--- py27-pygithub-1.1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120629075557.75FC817735>