This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 7 files changed +27
-1
lines changed
7 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ = appnope =
2
+
3
+ == Description ==
4
+
5
+ Disable App Nap on OS X 10.9
Original file line number Diff line number Diff line change
1
+ tarball =appnope-VERSION.tar.gz
2
+ sha1 =838158bf881f3e8538b7bfeff4ad289a6623cdda
3
+ md5 =932fbaa73792c9b06754755a774dcac5
4
+ cksum =4167491137
Original file line number Diff line number Diff line change
1
+ $(PYTHON) | pip
2
+
3
+ ----------
4
+ All lines of this file are ignored except the first.
5
+ It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
Original file line number Diff line number Diff line change
1
+ 0.1.0
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ cd src
4
+
5
+ # Only install this package on OS X
6
+ if python -c ' from sys import *; exit(0 if platform == "darwin" else 1)' ; then
7
+ $PIP_INSTALL . || exit $?
8
+ else
9
+ echo " Not OS X, skipping installation of package 'appnope'"
10
+ fi
Original file line number Diff line number Diff line change
1
+ standard
Original file line number Diff line number Diff line change 1
- $(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric traitlets | pip backports_shutil_get_terminal_size wcwidth prompt_toolkit pygments pexpect
1
+ $(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric traitlets | pip backports_shutil_get_terminal_size wcwidth prompt_toolkit pygments pexpect appnope
2
2
3
3
----------
4
4
All lines of this file are ignored except the first.
You can’t perform that action at this time.
0 commit comments