pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46904: Update py-boto to 2.5.2
>Number: 46904
>Category: pkg
>Synopsis: Update py-boto to 2.5.2
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Sep 04 19:55:02 +0000 2012
>Originator: Steven Sartorius
>Release: 5.1_STABLE
>Organization:
>Environment:
NetBSD atom.localnet 5.1_STABLE NetBSD 5.1_STABLE (ATOM_5) #2: Sun Feb 19
04:38:33 EST 2012 root@atom.localnet:/usr/obj/sys/arch/amd64/compile/ATOM_5
amd64
>Description:
The current version of boto in pkgsrc (1.9), along with the current version of
duplicity (0.6.16) in pkgsrc, do not allow a connection to be made to the
Amazon S3 cloud. Updating boto to 2.5.2 allows a connection to be made. The
patch below moves py-boto from 1.9 to 2.5.2. Also, no patches are required by
this new version of boto.
>How-To-Repeat:
>Fix:
--- Makefile.orig 2012-09-04 14:55:28.000000000 -0400
+++ Makefile 2012-09-04 14:53:18.000000000 -0400
@@ -1,20 +1,22 @@
# $NetBSD: Makefile,v 1.14 2012/04/08 19:09:09 wiz Exp $
#
-DISTNAME= boto-1.9b
-PKGREVISION= 2
+DISTNAME= boto-2.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
-MASTER_SITES= http://boto.googlecode.com/files/
+MASTER_SITES= https://github.com/downloads/boto/boto/boto/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://boto.googlecode.com/
+HOMEPAGE= http://docs.pythonboto.org/
COMMENT= Python interface to Amazon web services
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
-REPLACE_PYTHON+= boto/*/*.py
+PYTHON_VERSIONS_ACCEPTED= 27 26
+
+REPLACE_PYTHON+= *.py
+REPLACE_PYTHON+= bin/*
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index