Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
node-sqlite3
Commits
2dca7daf
Commit
2dca7daf
authored
Jul 10, 2013
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop the tar.gz dependency and use python instead - refs #151
parent
4a8ab10b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
extract.py
deps/extract.py
+9
-0
sqlite3.gyp
deps/sqlite3.gyp
+1
-1
package.json
package.json
+1
-5
No files found.
deps/extract.py
0 → 100644
View file @
2dca7daf
import
sys
import
tarfile
import
os
tarball
=
sys
.
argv
[
1
]
if
not
os
.
path
.
exists
(
tarball
.
replace
(
'.tar.gz'
,
''
)):
tarfile
.
open
()
.
extractall
(
'.'
)
\ No newline at end of file
deps/sqlite3.gyp
View file @
2dca7daf
...
...
@@ -63,7 +63,7 @@
'outputs': [
'./sqlite-autoconf-<@(sqlite_version)/sqlite3.c'
],
'action': ['
<@(bin_name)','../node_modules/.bin/targz','./sqlite-autoconf-<@(sqlite_version).tar.gz','-x','./
']
'action': ['
python','./extract.py','./sqlite-autoconf-<@(sqlite_version).tar.gz
']
}
]
},
...
...
package.json
View file @
2dca7daf
...
...
@@ -30,12 +30,8 @@
},
"devDependencies"
:
{
"
step
"
:
"0.0.4"
,
"
mocha
"
:
"
~1.7
"
"
mocha
"
:
"
1.12.x
"
},
"dependencies"
:
{
"
tar.gz
"
:
"*"
},
"bundledDependencies"
:
[
"tar.gz"
],
"engines"
:
{
"node"
:
">= 0.6.13 && < 0.11.0"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment