Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add appnope package
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Aug 27, 2016
1 parent f5c0b16 commit 55f9e9d
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build/pkgs/appnope/SPKG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= appnope =

== Description ==

Disable App Nap on OS X 10.9
4 changes: 4 additions & 0 deletions build/pkgs/appnope/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tarball=appnope-VERSION.tar.gz
sha1=838158bf881f3e8538b7bfeff4ad289a6623cdda
md5=932fbaa73792c9b06754755a774dcac5
cksum=4167491137
5 changes: 5 additions & 0 deletions build/pkgs/appnope/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) | pip

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/appnope/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
10 changes: 10 additions & 0 deletions build/pkgs/appnope/spkg-install
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

cd src

# Only install this package on OS X
if python -c 'from sys import *; exit(0 if platform == "darwin" else 1)'; then
$PIP_INSTALL . || exit $?
else
echo "Not OS X, skipping installation of package 'appnope'"
fi
1 change: 1 addition & 0 deletions build/pkgs/appnope/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
2 changes: 1 addition & 1 deletion build/pkgs/ipython/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric traitlets | pip backports_shutil_get_terminal_size wcwidth prompt_toolkit pygments pexpect
$(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric traitlets | pip backports_shutil_get_terminal_size wcwidth prompt_toolkit pygments pexpect appnope

----------
All lines of this file are ignored except the first.
Expand Down

0 comments on commit 55f9e9d

Please sign in to comment.