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
5edc1a0f
Commit
5edc1a0f
authored
Jan 24, 2017
by
Damian Montero
Committed by
GitHub
Jan 24, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #366 from cstrouse/update-python
Update Python from 2.7.12 to 2.7.13
parents
b8adbe70
bb464f07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
packages/python27.rb
packages/python27.rb
+4
-4
No files found.
packages/python27.rb
View file @
5edc1a0f
require
'package'
class
Python27
<
Package
version
'2.7.1
2
'
source_url
'https://www.python.org/ftp/python/2.7.1
2/Python-2.7.12
.tar.xz'
# software source tarball url
source_sha1
'
05360b8ade117b35e266b2004a7f1f11250c6dcd
'
# source tarball sha1 sum
version
'2.7.1
3
'
source_url
'https://www.python.org/ftp/python/2.7.1
3/Python-2.7.13
.tar.xz'
# software source tarball url
source_sha1
'
18a8f30a0356c751b8d0ea6f76e764cab13ee046
'
# source tarball sha1 sum
depends_on
'bz2'
depends_on
'ncurses'
depends_on
'openssl'
def
self
.
build
# self.build contains commands needed to build the software from source
system
"./configure --prefix=/usr/local CPPFLAGS=
\"
-I/usr/local/include -I/usr/local/include/ncurses
\"
LDFLAGS=
\"
-L/usr/local/lib
\"
CFLAGS=
\"
-fPIC
\"
"
system
"./configure --prefix=/usr/local CPPFLAGS=
\"
-I/usr/local/include -I/usr/local/include/ncurses
\"
LDFLAGS=
\"
-L/usr/local/lib
\"
CFLAGS=
\"
-fPIC
\"
--with-ensure-pip=install
"
system
"make"
# ordered chronologically
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