1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Update to 1.1

PR:		ports/169537
Submitted by:	koobs <koobs.freebsd at gmail.com> (maintainer)
This commit is contained in:
Sofian Brabez 2012-07-05 08:51:42 +00:00
parent a2a0aa88af
commit 4c65b52519
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300509
3 changed files with 11 additions and 12 deletions

View File

@ -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,8 @@ 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
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_ZIP= yes
USE_PYTHON= yes

View File

@ -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

View File

@ -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",