mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-04 19:40:05 +08:00
Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2
This commit is contained in:
42
blockstack.osx.spec
Normal file
42
blockstack.osx.spec
Normal file
@@ -0,0 +1,42 @@
|
||||
# -*- mode: python -*-
|
||||
|
||||
block_cipher = None
|
||||
# options = [('v', None, 'OPTION'), ('W ignore', None, 'OPTION')]
|
||||
|
||||
build_path_osx = '/Users/jude/blockstack/blockstack-core'
|
||||
|
||||
bitcoin_data_osx = [
|
||||
('/usr/local/lib/python2.7/site-packages/bitcoin/english.txt', 'bitcoin/')
|
||||
]
|
||||
|
||||
fastecdsa_data_osx = [
|
||||
('/Users/jude/.python-eggs/fastecdsa-1.4.2-py2.7-macosx-10.11-x86_64.egg-tmp/fastecdsa/_ecdsa.so', 'fastecdsa/'),
|
||||
('/Users/jude/.python-eggs/fastecdsa-1.4.2-py2.7-macosx-10.11-x86_64.egg-tmp/fastecdsa/curvemath.so', 'fastecdsa/'),
|
||||
]
|
||||
|
||||
build_path = build_path_osx
|
||||
datas = bitcoin_data_osx + fastecdsa_data_osx
|
||||
|
||||
a = Analysis(['bin/blockstack'],
|
||||
pathex=[build_path],
|
||||
binaries=[],
|
||||
datas=datas,
|
||||
hiddenimports=['scrypt', '_scrypt', 'fastecdsa', 'fastecdsa._ecdsa', 'fastecdsa.curvemath', 'blockstack_client.backend.drivers.disk', 'blockstack_client.backend.drivers.s3', 'blockstack_client.backend.drivers.dht', 'blockstack_client.backend.drivers.blockstack_server', 'blockstack_client.backend.drivers.blockstack_resolver', 'blockstack_client.backend.drivers.http'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
win_no_prefer_redirects=False,
|
||||
win_private_assemblies=False,
|
||||
cipher=block_cipher)
|
||||
pyz = PYZ(a.pure, a.zipped_data,
|
||||
cipher=block_cipher)
|
||||
exe = EXE(pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.zipfiles,
|
||||
a.datas,
|
||||
name='blockstack',
|
||||
debug=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
console=True )
|
||||
Reference in New Issue
Block a user