ports/182765: [patch update] sysutils/duplicity 0.6.22 small change in setup.py to properly run under py33

Kurt Jaeger fbsd-ports at opsec.eu
Sun Oct 6 17:50:00 UTC 2013


>Number:         182765
>Category:       ports
>Synopsis:       [patch update] sysutils/duplicity 0.6.22 small change in setup.py to properly run under py33
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 06 17:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-ALPHA4 amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	small fix for setup.py to run under py33

>How-To-Repeat:
	-

>Fix:

diff -r -u -N sysutils/duplicity/files/patch-setup.py /usr/home/pi/myp/sysutils/duplicity/files/patch-setup.py
--- sysutils/duplicity/files/patch-setup.py	2013-10-01 21:07:07.000000000 +0200
+++ /usr/home/pi/myp/sysutils/duplicity/files/patch-setup.py	2013-10-06 19:44:07.000000000 +0200
@@ -1,6 +1,12 @@
---- setup.py.orig	2011-11-25 23:58:57.147597966 +0000
-+++ setup.py	2011-11-26 00:00:43.169721395 +0000
-@@ -31,6 +31,10 @@
+--- setup.py.orig	2013-08-22 15:30:09.000000000 +0200
++++ setup.py	2013-10-06 19:43:39.000000000 +0200
+@@ -26,11 +26,15 @@
+ version_string = "0.6.22"
+ 
+ if sys.version_info[:2] < (2,4):
+-    print "Sorry, duplicity requires version 2.4 or later of python"
++    print("Sorry, duplicity requires version 2.4 or later of python")
+     sys.exit(1)
  
  incdir_list = libdir_list = None
  
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list