Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
fbaf435a
Commit
fbaf435a
authored
Feb 21, 2018
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add csvkit package
parent
9b47cb76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
packages/csvkit.rb
packages/csvkit.rb
+22
-0
No files found.
packages/csvkit.rb
0 → 100644
View file @
fbaf435a
require
'package'
class
Csvkit
<
Package
description
'A suite of utilities for converting to and working with CSV, the king of tabular file formats.'
homepage
'http://csvkit.rtfd.org/'
version
'1.0.2'
source_url
'https://github.com/wireservice/csvkit/archive/1.0.2.tar.gz'
source_sha256
'35c8c7c699573bec47cbd3576240cc9b444d35f309386f8030340bc50315cdec'
binary_url
({
})
binary_sha256
({
})
depends_on
'python27'
def
self
.
install
system
"yes | pip install setuptools"
system
"pip install --prefix
#{
CREW_PREFIX
}
--root
#{
CREW_DEST_DIR
}
-r requirements-py2.txt -r requirements-py3.txt csvkit"
system
"yes | pip uninstall setuptools"
end
end
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