pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-proteus
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 20 22:06:16 UTC 2021
Modified Files:
pkgsrc/devel/py-proteus: distinfo
Added Files:
pkgsrc/devel/py-proteus/patches: patch-setup.py
Log Message:
py-proteus: fix build with latest setuptools
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-proteus/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-proteus/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-proteus/distinfo
diff -u pkgsrc/devel/py-proteus/distinfo:1.7 pkgsrc/devel/py-proteus/distinfo:1.8
--- pkgsrc/devel/py-proteus/distinfo:1.7 Tue Oct 26 10:18:47 2021
+++ pkgsrc/devel/py-proteus/distinfo Mon Dec 20 22:06:16 2021
@@ -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
Added files:
Index: pkgsrc/devel/py-proteus/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-proteus/patches/patch-setup.py:1.1
--- /dev/null Mon Dec 20 22:06:16 2021
+++ pkgsrc/devel/py-proteus/patches/patch-setup.py Mon Dec 20 22:06:16 2021
@@ -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