pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-proteus py-proteus: fix build with latest set...
details: https://anonhg.NetBSD.org/pkgsrc/rev/998258005d5f
branches: trunk
changeset: 771643:998258005d5f
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 20 22:06:16 2021 +0000
description:
py-proteus: fix build with latest setuptools
diffstat:
devel/py-proteus/distinfo | 3 ++-
devel/py-proteus/patches/patch-setup.py | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 3b5d73e3c2b7 -r 998258005d5f devel/py-proteus/distinfo
--- a/devel/py-proteus/distinfo Mon Dec 20 21:56:05 2021 +0000
+++ b/devel/py-proteus/distinfo Mon Dec 20 22:06:16 2021 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:18:47 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/20 22:06:16 wiz Exp $
BLAKE2s (tryton-4.2/proteus-4.2.0.tar.gz) = bbd7bd1222bfc6dc2fd3946c90a0b37ba290ced0320d20c8aa1bcbb70b55bec4
SHA512 (tryton-4.2/proteus-4.2.0.tar.gz) = 9bafbcb7cab43a6624dc70933efe2267e72cdd788c6dd87a1d4673ffde3c96b39ab99f430133ed10c69d563ce023bca3dbe74694c56d867d13774b44ffea47cf
Size (tryton-4.2/proteus-4.2.0.tar.gz) = 37393 bytes
+SHA1 (patch-setup.py) = 971848b4fe5301a69779c2f666ce150399fb9ea2
diff -r 3b5d73e3c2b7 -r 998258005d5f devel/py-proteus/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-proteus/patches/patch-setup.py Mon Dec 20 22:06:16 2021 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-setup.py,v 1.1 2021/12/20 22:06:16 wiz Exp $
+
+Fix build with latest setuptools.
+
+--- setup.py.orig 2016-11-05 18:56:58.000000000 +0000
++++ setup.py
+@@ -87,5 +87,4 @@ setup(name=name,
+ test_suite='proteus.tests',
+ tests_require=[get_require_version('trytond'),
+ get_require_version('trytond_party')],
+- use_2to3=True,
+ )
Home |
Main Index |
Thread Index |
Old Index