Update to 1.0.2
This commit is contained in:
parent
7d1b6d7a10
commit
fed1690859
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559421
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unicorn
|
||||
DISTVERSION= 1.0.2-rc4
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= emulators python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1590773048
|
||||
SHA256 (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3bba380b85e67ffec375cc60b3c21d89968aa22ae4b0f7101bf4a43cb01c8417
|
||||
SIZE (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3730676
|
||||
TIMESTAMP = 1603347498
|
||||
SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52
|
||||
SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Do not bundle libunicorn.so
|
||||
|
||||
--- setup.py.orig 2020-05-29 03:56:24 UTC
|
||||
--- setup.py.orig 2020-09-21 18:11:43 UTC
|
||||
+++ setup.py
|
||||
@@ -289,11 +289,4 @@ setup(
|
||||
@@ -281,11 +281,4 @@ setup(
|
||||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
requires=['ctypes'],
|
||||
- cmdclass=cmdclass,
|
||||
- zip_safe=True,
|
||||
- cmdclass={'build': custom_build, 'develop': custom_develop, 'sdist': custom_sdist, 'bdist_egg': custom_bdist_egg},
|
||||
- zip_safe=False,
|
||||
- include_package_data=True,
|
||||
- is_pure=True,
|
||||
- is_pure=False,
|
||||
- package_data={
|
||||
- 'unicorn': ['lib/*', 'include/unicorn/*']
|
||||
- }
|
||||
|
@ -1,3 +1,3 @@
|
||||
Python bindings for Unicorn CPU emulator framework.
|
||||
|
||||
WWW: http://www.unicorn-engine.org/
|
||||
WWW: https://www.unicorn-engine.org/
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unicorn
|
||||
DISTVERSION= 1.0.2-rc4
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1590773048
|
||||
SHA256 (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3bba380b85e67ffec375cc60b3c21d89968aa22ae4b0f7101bf4a43cb01c8417
|
||||
SIZE (unicorn-engine-unicorn-1.0.2-rc4_GH0.tar.gz) = 3730676
|
||||
TIMESTAMP = 1603347498
|
||||
SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52
|
||||
SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111
|
||||
|
@ -14,4 +14,4 @@ Unicorn offers some unparalleled features:
|
||||
- Thread-safety by design
|
||||
- Distributed under free software license GPLv2
|
||||
|
||||
WWW: http://www.unicorn-engine.org/
|
||||
WWW: https://www.unicorn-engine.org/
|
||||
|
Loading…
Reference in New Issue
Block a user