Date: Sun, 03 Nov 2013 14:43:01 +0000 From: Jase Thew <jase@FreeBSD.org> To: William Grzybowski <wg@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Kurt Jaeger <fbsd-ports@opsec.eu> Subject: Re: svn commit: r332550 - in head/sysutils/duplicity: . files Message-ID: <527660F5.4040901@FreeBSD.org> In-Reply-To: <201311022300.rA2N0snK083676@svn.freebsd.org> References: <201311022300.rA2N0snK083676@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tmHTEP61RcwQGxElAoJpAEG8hnAdsjuWs Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/11/2013 23:00, William Grzybowski wrote: > Author: wg > Date: Sat Nov 2 23:00:53 2013 > New Revision: 332550 > URL: http://svnweb.freebsd.org/changeset/ports/332550 >=20 > Log: > sysutils/duplicity: fix for python 3.x > =20 > PR: ports/182765 > Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> > Approved by: maintainer (timeout) >=20 Hi, Duplicity itself is not fully Python 3 compatible [1] (there's multiple instances of "print" as command and all the unicode vs bytes string handling needs resolving to allow woeking unicode filename support), so simply patching setup.py to prevent a syntax error under Python 3 seems somewhat bogus. There has been work upstream [2] with regards to fully supporting Python 3 with Duplicity, but this is taking place in a developer branch [3] and work appears to have stalled. Therefore, I think it would be wise to revert this commit and I'll modify the Makefile to prevent usage with > py27. Kind regards, Jase. [1] http://www.mail-archive.com/duplicity-team@lists.launchpad.net/msg01541.h= tml [2] http://www.mail-archive.com/duplicity-team@lists.launchpad.net/msg01604.h= tml [3] https://code.launchpad.net/~mterry/duplicity/python3 --=20 Jase Thew jase@FreeBSD.org FreeBSD Ports Committer --tmHTEP61RcwQGxElAoJpAEG8hnAdsjuWs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJSdmEHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGNzY3ODIxQkE1MTQ4MjNFQ0RGNUM3QkRE NEU2NUM4QkZGMUMzODI5AAoJENTmXIv/HDgpas4P/jQoFFUPTi0KC5kVzHeHjdhp 6a57NdrIp60sIk+rjkQl6xGT+Aaaobg0n2xjsSZzUYLFyrmAKfVUTcUElsQ4FI7Q mDoXRU5cmxvII3bPxwjmgcoUH4GfpgDwYzGIqWN6dDObqFPs4RhF0Y0wf95VX11c bruhB6ChVSFu1yJqkxdveBmPSbvDnPasBgGPdJFLpfWlnXiq0LE0CaXy8BXc5a/H 3KS/hYthGrHfWYnUmBnD70JmCfeIKUb1ReIt2US7EDOnmavEUHUtgrgobJ5++6mZ 5fxbX4TLiYI9RuIyGlxRlQL0dj1KaY/NTpDIlyvLUdZWa/e5BgHBkU8ae9ZW/99l InkNdMg+kxVoJQAZVl8dbng3u3izXR5/xuZ0fn7NwEDJM2M2zgaLqOctw/Mo3z4o aUm/SxgvU0NRTeXRtKV8XqrMh23X1f2xN4ypPoMeQmhMvwWsyVv5fJAP4OLeqYeG BZ+EowQ0FpB2tHFFz+m2jFRi2oE5zTTFnt76r55FNmo1pPQdzTlmAVKxf2u0EotU tfTu95ukAYBEbKcD/wPnFuhrAA092jrcwoWWJ2/9anUuvwCXD+nYHFMqg3Yjdv7s ZCPaViBKC3uZJgxN5rF7SXEYoDn+nugCRBrGkcTQJMt6CTk96qKFrIcOs9OxupeT hHum2QApPJsg6bjQimXU =4+qf -----END PGP SIGNATURE----- --tmHTEP61RcwQGxElAoJpAEG8hnAdsjuWs--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?527660F5.4040901>