- update to 2.16.0

- staging support
- autoplist

changelog:
http://docs.pythonboto.org/en/latest/releasenotes/v2.16.0.html
This commit is contained in:
Ruslan Makhmatkhanov 2013-11-10 19:16:24 +00:00
parent f8a6aa8135
commit 5085829232
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333426
4 changed files with 15 additions and 1017 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= boto
PORTVERSION= 2.14.0
PORTVERSION= 2.16.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,8 +14,8 @@ LICENSE= MIT
USE_PYTHON= 2
USE_PYDISTUTILS=easy_install
PYDISTUTILS_AUTOPLIST=yes
CONFLICTS= p5-Net-Amazon-Route53-[0-9]*
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (boto-2.14.0.tar.gz) = 6e26cb54229085bec996ce2330e883f8ac696f11d6d9a398fa127788d4454428
SIZE (boto-2.14.0.tar.gz) = 1073405
SHA256 (boto-2.16.0.tar.gz) = 345b9766e924995d70799af2beecd5bb5937e15c9201f5ed9f0b1ee5edf09e6d
SIZE (boto-2.16.0.tar.gz) = 5700070

View File

@ -0,0 +1,11 @@
--- ./setup.py.orig 2013-07-23 04:02:25.000000000 +0400
+++ ./setup.py 2013-11-10 22:58:50.000000000 +0400
@@ -27,7 +27,7 @@
try:
from setuptools import setup
- extra = dict(test_suite="tests.test.suite", include_package_data=True)
+ extra = dict(test_suite="tests.test.suite", include_package_data=True, zip_safe=False)
except ImportError:
from distutils.core import setup
extra = {}

File diff suppressed because it is too large Load Diff