aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-10-27 03:48:56 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-10-27 03:48:56 +0800
commit341d7b3407d57277b7a93e7a7b85e23a59193268 (patch)
tree152ecc301ae11315429522e8c8b6c2902c2dd4b7 /yarn.lock
parent9be4c4749935a765cbd55783735d1d1f719322c0 (diff)
downloaddexon-sol-tools-341d7b3407d57277b7a93e7a7b85e23a59193268.tar.gz
dexon-sol-tools-341d7b3407d57277b7a93e7a7b85e23a59193268.tar.zst
dexon-sol-tools-341d7b3407d57277b7a93e7a7b85e23a59193268.zip
yarn.lock changes
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock41
1 files changed, 39 insertions, 2 deletions
diff --git a/yarn.lock b/yarn.lock
index 1ea799433..f3c0be06b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1900,6 +1900,10 @@ aes-js@^0.2.3:
version "0.2.4"
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-0.2.4.tgz#94b881ab717286d015fa219e08fb66709dda5a3d"
+aes-js@^3.1.1:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.1.tgz#89fd1f94ae51b4c72d62466adc1a7323ff52f072"
+
agent-base@4, agent-base@^4.1.0, agent-base@~4.2.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
@@ -3337,7 +3341,7 @@ bs-logger@0.x:
dependencies:
fast-json-stable-stringify "^2.0.0"
-bs58@=4.0.1:
+bs58@=4.0.1, bs58@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz#be161e76c354f6f788ae4071f63f34e8c4f0a42a"
dependencies:
@@ -3360,6 +3364,14 @@ bs58check@^1.0.8:
bs58 "^3.1.0"
create-hash "^1.1.0"
+bs58check@^2.1.2:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/bs58check/-/bs58check-2.1.2.tgz#53b018291228d82a5aa08e7d796fdafda54aebfc"
+ dependencies:
+ bs58 "^4.0.0"
+ create-hash "^1.1.0"
+ safe-buffer "^5.1.2"
+
bser@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"
@@ -5947,6 +5959,19 @@ ethereumjs-wallet@0.6.0:
utf8 "^2.1.1"
uuid "^2.0.1"
+ethereumjs-wallet@~0.6.0:
+ version "0.6.2"
+ resolved "https://registry.yarnpkg.com/ethereumjs-wallet/-/ethereumjs-wallet-0.6.2.tgz#67244b6af3e8113b53d709124b25477b64aeccda"
+ dependencies:
+ aes-js "^3.1.1"
+ bs58check "^2.1.2"
+ ethereumjs-util "^5.2.0"
+ hdkey "^1.0.0"
+ safe-buffer "^5.1.2"
+ scrypt.js "^0.2.0"
+ utf8 "^3.0.0"
+ uuid "^3.3.2"
+
ethers@~4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.4.tgz#d3f85e8b27f4b59537e06526439b0fb15b44dc65"
@@ -6751,7 +6776,7 @@ ganache-core@0xProject/ganache-core#monorepo-dep:
ethereumjs-tx "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default"
ethereumjs-util "^5.2.0"
ethereumjs-vm "2.3.5"
- ethereumjs-wallet "~0.6.0"
+ ethereumjs-wallet "0.6.0"
fake-merkle-patricia-tree "~1.0.1"
heap "~0.2.6"
js-scrypt "^0.2.0"
@@ -7476,6 +7501,14 @@ hdkey@^0.7.0, hdkey@^0.7.1:
coinstring "^2.0.0"
secp256k1 "^3.0.1"
+hdkey@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/hdkey/-/hdkey-1.1.0.tgz#e74e7b01d2c47f797fa65d1d839adb7a44639f29"
+ dependencies:
+ coinstring "^2.0.0"
+ safe-buffer "^5.1.1"
+ secp256k1 "^3.0.1"
+
he@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
@@ -15562,6 +15595,10 @@ utf8@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/utf8/-/utf8-2.1.2.tgz#1fa0d9270e9be850d9b05027f63519bf46457d96"
+utf8@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/utf8/-/utf8-3.0.0.tgz#f052eed1364d696e769ef058b183df88c87f69d1"
+
util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
b11bdf5
7e62a3c4267c
9b2f64d77695
3876bae11fc3
6534821fdbcd
6249aa321cd3
30e32b11bdf5
84dd2a8a1b2c
9d4979292427

cacf671ae355
e8fc23ae120a
322557b38bbf
9b2f64d77695
4325223d814a
3876bae11fc3








41637d44471f
9d4979292427
3876bae11fc3


4325223d814a
84dd2a8a1b2c

4325223d814a
dccefb8a4b9b
9d4979292427
dccefb8a4b9b
e8fc23ae120a
ed9f74ade115
84dd2a8a1b2c
98753c4bbb7a
fff48ed1873b
4325223d814a

9d4979292427




e8fc23ae120a
3876bae11fc3
8f042a171a35
82deb06f149e

f21d8205f626

82deb06f149e
9b2f64d77695
4325223d814a
3876bae11fc3


9b2f64d77695
dbc8aa6cc1cb





82deb06f149e
f21d8205f626





82deb06f149e
f21d8205f626






e8fc23ae120a
82deb06f149e
6534821fdbcd
82deb06f149e
6534821fdbcd
e8fc23ae120a

bd6d456d1696
255243748188
dbc8aa6cc1cb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
                                              
                           


                                      
                                                       

 

                            
                                
                                                      
                                                
                    
 










                                                                                
                              
 
                             
 
                      
                                      
                   

                               
                       
                               
                        
 
 








                                           
                                                    
                        


      
                                                                         

                                                                      
 
                                    
 
                   
                                                    
                                                                      
                                     
                                      
                                                     

      




                                                             
                                                      
      
 

                                                               

                                                               
 
               
                                                               


                                                                   
 





                                    
 





                                     
      






                                                              
                                                                     
 
             
                                                                                                           
                                  

                                                                           
                                                       
 
                           
# New ports collection makefile for:    python
# Version required:     1.5
# Date created:         08 August 1995
# Whom:                 jkh
#
# $Id: Makefile,v 1.45 1999/02/22 19:06:06 nectar Exp $
#

DISTNAME=       pyth151
PKGNAME=        python-1.5.1
CATEGORIES= lang python tk80
MASTER_SITES=   ftp://www.python.org/pub/python/src/ \
        ftp://ftp.cwi.nl/pub/python/src/
EXTRACT_SUFX=   .tgz

PATCH_SITES=    http://www.python.org/1.5/patches-1.5.1/
PATCHFILES= _tkinter.1.txt SocketServer.1.txt bltinmodule.1.txt \
        bltinmodule.2.txt bltinmodule.3.txt \
        ceval.1.txt classobject.1.txt configure.2.txt fileobject.1.txt \
        freeze.1.txt \
        gzip.1.txt imaplib.1.txt imaplib.2.txt imaplib.3.txt \
        import.1.txt longobject.1.txt object.1.txt \
        parsermodule.1.txt pcre.1.txt sgmllib.1.txt sgmllib.2.txt \
        string.1.txt stringobject.1.txt stropmodule.1.txt \
        timemodule.1.txt urllib.1.txt urllib.2.txt zlibmodule.1.txt

MAINTAINER= tg@FreeBSD.ORG

LIB_DEPENDS=    ${TK_DEPENDS}

DIST_SUBDIR=    python
WRKSRC=     ${WRKDIR}/Python-1.5.1
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-fpectl
MAKE_FLAGS= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
PLIST=      ${WRKDIR}/PLIST
MAN1=       python.1

#
# The standard setup file
#
SETUP_FILE= Setup

#
# Support for Tk is compiled in by default.
#
WITH_TK?=   yes
.if defined(WITH_TK) && $(WITH_TK) == yes
TK_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
SETUP_LOCAL=    Setup.tk
.endif

#
# If you want to use Python's thread module, you need to set WITH_THREADS
# to 'yes', and you must have the FreeBSD threading c library (libc_r)
# installed. See 'man 3 pthread' for details on libc_r.
#
# This option is enabled by default.
#
WITH_THREADS?=  yes
LIBC_R!=    /sbin/ldconfig -r | grep c_r || true
.if ${LIBC_R} != "" && defined(WITH_THREADS) && ${WITH_THREADS} == yes
CONFIGURE_ARGS+=    --with-thread
CFLAGS+=        -D_THREAD_SAFE
CONFIGURE_ENV=      LDFLAGS="-pthread ${LDFLAGS}"
.endif

#
# The mpz module is built on machines with a full source tree
#
.if exists(/usr/src/contrib/libgmp/gmp-impl.h)
SETUP_LOCAL+=   Setup.gmp
PLIST_GMP=  lib/python1.5/lib-dynload/mpzmodule.so
.endif

post-extract:
    cd ${WRKSRC}/Lib; ${SH} ${FILESDIR}/plat-freebsd2.sh; \
        ${SH} ${FILESDIR}/plat-freebsd3.sh;       \
        ${SH} ${FILESDIR}/plat-freebsd4.sh

post-configure:
    ${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
.for file in ${SETUP_LOCAL}
    ${CAT} ${FILESDIR}/${file} >> ${WRKSRC}/Modules/Setup.local
.endfor

.include <bsd.port.pre.mk>

.if ${PORTOBJFORMAT} == elf
LDFLAGS+=   -rdynamic
CONFIGURE_ENV?= LDFLAGS="${LDFLAGS}"
.endif

.if ${OSVERSION} >= 400000
PLATFORMS=plat-freebsd2 plat-freebsd3
.elif ${OSVERSION} >= 300000
PLATFORMS=plat-freebsd2 plat-freebsd4
.else   
PLATFORMS=plat-freebsd3 plat-freebsd4
.endif

pre-install:
    for platform in ${PLATFORMS}; do                     \
        ${MKDIR} ${PREFIX}/lib/python1.5/$$platform; \
        ${INSTALL_DATA} ${WRKSRC}/Lib/$$platform/*   \
            ${PREFIX}/lib/python1.5/$$platform/; \
    done
    @${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST

post-install:
    ${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3
    strip ${PREFIX}/bin/python
    @${MKDIR} ${PREFIX}/share/doc/python
    ${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
    @${MKDIR} ${PREFIX}/lib/python1.5/site-packages

.include <bsd.port.post.mk>