pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-angr/patches



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Wed Aug 19 16:25:08 UTC 2020

Added Files:
        pkgsrc/devel/py-angr/patches: patch-setup.py

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-angr/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-angr/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-angr/patches/patch-setup.py:1.1
--- /dev/null   Wed Aug 19 16:25:08 2020
+++ pkgsrc/devel/py-angr/patches/patch-setup.py Wed Aug 19 16:25:08 2020
@@ -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