Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-angr/patches devel/py-angr: Forgot to add a p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b697e663746
branches:  trunk
changeset: 437264:3b697e663746
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Wed Aug 19 16:25:08 2020 +0000

description:
devel/py-angr: Forgot to add a patch.

No revbump needed because this doesn't build without the patch, since
we don't have unicorn>=1.0.2rc4 in pkgsrc.

diffstat:

 devel/py-angr/patches/patch-setup.py |  18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 7a81f76d7719 -r 3b697e663746 devel/py-angr/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-angr/patches/patch-setup.py      Wed Aug 19 16:25:08 2020 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-setup.py,v 1.1 2020/08/19 16:25:08 riastradh Exp $
+
+Allow unicorn 1.0.1, which is what we have in pkgsrc.
+
+Judging by the commit history, unicorn>=1.0.2 is needed only for
+building on Windows.
+
+--- setup.py.orig      2020-07-28 02:00:38.000000000 +0000
++++ setup.py
+@@ -129,7 +129,7 @@ if 'bdist_wheel' in sys.argv and '--plat
+         # https://www.python.org/dev/peps/pep-0425/
+         sys.argv.append(name.replace('.', '_').replace('-', '_'))
+ 
+-_UNICORN = "unicorn>=1.0.2rc4"
++_UNICORN = "unicorn>=1.0.1"
+ 
+ setup(
+     name='angr',



Home | Main Index | Thread Index | Old Index