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
274ea363
Commit
274ea363
authored
6 years ago
by
Chris Thurber
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2389 from uberhacker/add-virtualenv-package
Add virtualenv package
parents
0631f72b
9f547976
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
packages/virtualenv.rb
packages/virtualenv.rb
+28
-0
No files found.
packages/virtualenv.rb
0 → 100644
View file @
274ea363
require
'package'
class
Virtualenv
<
Package
description
'Virtual Python Environment builder'
homepage
'http://virtualenv.pypa.io/'
version
'16.0.0'
source_url
'https://github.com/pypa/virtualenv/archive/16.0.0.tar.gz'
source_sha256
'5a597f845cf785d46c3ae39d6cb18ef0b6af4ca366da40682364f78f7fe00d22'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/virtualenv-16.0.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/virtualenv-16.0.0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/virtualenv-16.0.0-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/virtualenv-16.0.0-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'e9399ce601f4676f9d7803e4f8198db69503b0f1103e4224f3154d162801543e'
,
armv7l:
'e9399ce601f4676f9d7803e4f8198db69503b0f1103e4224f3154d162801543e'
,
i686:
'74d7b88a32424d818b5c9ef4d8dfbdf7e3db7b422f84ed440e7c13f6ab1517a9'
,
x86_64:
'bd8b5a48aadf9457287f95b5c99f33f0263fb3fbb026b1509affe46ed21faa9d'
,
})
depends_on
'python3'
def
self
.
install
system
"python3 setup.py install --root
#{
CREW_DEST_DIR
}
--prefix
#{
CREW_PREFIX
}
"
end
end
This diff is collapsed.
Click to expand it.
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