1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Update to 1.0

This commit is contained in:
Antoine Brodin 2017-02-25 13:10:29 +00:00
parent 10c0028ec3
commit b7fb1edfb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434802
3 changed files with 13 additions and 19 deletions
emulators/py-unicorn

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= unicorn
PORTVERSION= 0.9
PORTVERSION= 1.0
CATEGORIES= emulators python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1481841704
SHA256 (unicorn-engine-unicorn-0.9_GH0.tar.gz) = 1ca03b1c8f6360335567b528210713461e839d47c4eb7c676ba3aa4f72b8cf10
SIZE (unicorn-engine-unicorn-0.9_GH0.tar.gz) = 2576109
TIMESTAMP = 1487917142
SHA256 (unicorn-engine-unicorn-1.0_GH0.tar.gz) = 27efa24e465f3eca9a1fa8f7f456f6fecd91beeba0b4be21b34308040047def9
SIZE (unicorn-engine-unicorn-1.0_GH0.tar.gz) = 3214697

View File

@ -1,22 +1,16 @@
# Do not bundle libunicorn.so
--- setup.py.orig 2015-10-15 16:22:04 UTC
--- setup.py.orig 2017-02-23 12:57:14 UTC
+++ setup.py
@@ -166,17 +166,4 @@ setup(
@@ -260,11 +260,4 @@ setup(
'Programming Language :: Python :: 3',
],
requires=['ctypes'],
- cmdclass=dict(
- build_clib=custom_build_clib,
- sdist=custom_sdist,
- ),
-
- libraries=[(
- 'unicorn', dict(
- package='unicorn',
- sources=dummy_src()
- ),
- )],
-
- data_files=[(SITE_PACKAGES, SETUP_DATA_FILES)],
- cmdclass=cmdclass,
- zip_safe=True,
- include_package_data=True,
- is_pure=True,
- package_data={
- 'unicorn': ['lib/*', 'include/unicorn/*']
- }
)