Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
9e646cf0
Commit
9e646cf0
authored
9 years ago
by
inso
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' of
https://github.com/ucoin-io/cutecoin
into dev
parents
6cbb9285
ce4ce985
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci/appveyor/build.cmd
+1
-1
1 addition, 1 deletion
ci/appveyor/build.cmd
setup.py
+12
-1
12 additions, 1 deletion
setup.py
with
13 additions
and
2 deletions
ci/appveyor/build.cmd
+
1
−
1
View file @
9e646cf0
...
...
@@ -18,7 +18,7 @@ pip install base58
pip
install
git
+https
://github.com/Insoleet/quamash.git@sockets_only
pip
install
aiohttp
pip
install
git
+https
://github.com/ucoin
-io/ucoin-python-api
.git
pip
install
git
+https
://github.com/Insoleet/pretenders.git@develop
pip
install
pretenders
python
gen_resources
.py
if
%errorlevel%
neq
0
exit
/b
1
s
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
12
−
1
View file @
9e646cf0
...
...
@@ -12,6 +12,8 @@ from PyQt5 import QtCore
sys
.
path
.
append
(
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
src
'
)))
print
(
sys
.
path
)
print
(
"
Environnement:
"
)
print
(
os
.
environ
)
includes
=
[
"
sip
"
,
"
re
"
,
"
json
"
,
"
logging
"
,
"
hashlib
"
,
"
os
"
,
"
urllib
"
,
"
ucoinpy
"
,
"
pylibscrypt
"
]
...
...
@@ -29,7 +31,7 @@ if sys.platform == "win32":
if
os
.
path
.
isfile
(
os
.
path
.
join
(
os
.
path
.
dirname
(
path
),
"
libEGL.dll
"
)):
libEGL_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
path
),
"
libEGL.dll
"
)
if
'
CONDA_
ENV_PATH
'
in
os
.
environ
:
if
'
CONDA_
DEFAULT_ENV
'
in
os
.
environ
:
# Check if we are in Conda env
path
=
QtCore
.
QCoreApplication
.
libraryPaths
()[
0
]
libEGL_path
=
os
.
path
.
join
(
path
,
"
Scripts
"
,
"
libEGL.dll
"
)
...
...
@@ -57,6 +59,15 @@ else:
"
libsodium.so.13
"
)
includefiles
.
append
((
libsodium_path
,
"
libsodium.so.13
"
))
print
(
"
Includes :
"
)
print
(
includes
)
print
(
"
Excludes :
"
)
print
(
exclude
)
print
(
"
Include files :
"
)
print
(
includefiles
)
print
(
"
Packages :
"
)
print
(
packages
)
print
(
sys
.
path
)
options
=
{
"
path
"
:
sys
.
path
,
"
includes
"
:
includes
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment