Commit Graph

18555 Commits (1e4cf31f69cea8b36cb46f137a87f8b88a331d5b)

Author SHA1 Message Date
Sebastian Sdorra 9713173e3f scm-manager 1.33
Closes Homebrew/homebrew#21764.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:17:17 -07:00
Adam Vandenberg bce8bc2ef8 pypy: setuptools 0.9.8 2013-08-08 13:17:13 -07:00
Adam Vandenberg 8e07bddad3 python + python3: fix typo 2013-08-08 13:01:25 -07:00
Swayam Narain 8a2b513ec6 heroku-toolbelt 2.39.5
Closes Homebrew/homebrew#21761.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 13:00:15 -07:00
Adam Vandenberg 622048729a monotone: tighten up comment 2013-08-08 11:15:33 -07:00
Adam Vandenberg 07d326a174 scala: add comment about IntelliJ 2013-08-08 11:14:42 -07:00
Alex K 04ed99e766 mkvtomp4 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 09:55:36 -07:00
Anders F Bjorklund af3756cf5c rpm: make sure to not include var in the Cellar
Closes Homebrew/homebrew#21751.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 09:23:12 -07:00
Alex Kantchelian 1691655987 re2 20130802
Closes Homebrew/homebrew#20597.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08 09:18:36 -07:00
Jeroen f55d19b0ed ninja-ide: 2.3 - Python IDE
NINJA-IDE (from: "Ninja Is Not Just Another IDE"),
is a cross-platform integrated development
environment specially designed to build Python
Applications. NINJA-IDE provides tools to simplify
the Python-software development and handles all
kinds of situations thanks to its rich extensibility.

Closes Homebrew/homebrew#21487

Signed-off-by: Samuel John <github@SamuelJohn.de>

Just added a test and fixed the python fsenvents dep.
2013-08-08 18:15:33 +02:00
Samuel John 6b03957f61 rebar: --HEAD added 2013-08-08 17:25:47 +02:00
Samuel John 148a86de23 sip: Caveats tell about sip-dir for Python 2.x and 3.x 2013-08-08 17:25:35 +02:00
Samuel John ff3187ddd6 zpython: Comments, version number & minor stuff 2013-08-08 16:01:07 +02:00
Samuel John 7ec4aee761 Revert "python: Remove outdated fix"
This reverts commit 59ebdf67cfa5cd8fcc6661e180e3bab2ab2ed6fb.
2013-08-08 15:21:58 +02:00
Felix Bünemann 525babe543 New formula zpython: Zsh Python Module
This formula provides a zsh python module that allows executing python
as a zsh builtin. Its current main purpose is speeding up heavy
prompts like powerline.

It requires at least zsh 5.x.

More info: http://www.zsh.org/mla/workers/2013/msg00089.html

Closes Homebrew/homebrew#20182.

Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-08-08 15:13:47 +02:00
Samuel John 87b88c23d3 python3: --with-brewed-tk needs :x11 if --with-x11
When tcl-tk was installed `--with-x11`, python needs
to `depends_on :x11`, otherwise tcl-tk ships an
included versions of X11.
2013-08-08 14:47:39 +02:00
Samuel John 8ab92e0e2f python: Use PythonInstalled#binary
This simplyfies the formula a bit.
Also rearrange the line to be more logically grouped. Hopefully.
2013-08-08 13:40:03 +02:00
Samuel John e828e3da75 python: Remove outdated fix
Since 2.7.5 the `python-config --ldflags` is not fixed but Python does
not use the Makefile any longer for this. We fix this now in our
`sitecustomize.py`.
2013-08-08 13:38:52 +02:00
Samuel John f93587da19 python: Fix --with-brewed-tk if that was installed --with-x11
Closes Homebrew/homebrew#19099
2013-08-08 13:37:32 +02:00
Samuel John a0fae2f51b pyside-tools: --HEAD
Also use `python.site_packages`.
2013-08-08 12:22:50 +02:00
Samuel John 679593cc27 pyside: 1.2.0, --HEAD
Needed a patch fix moc_qpytextobject.cxx not found
(https://codereview.qt-project.org/62479).

use `include` for `ALTERNATE_QT_INCLUDE_DIR`.

Point to Qt src dir.
2013-08-08 12:22:50 +02:00
Samuel John 0a4c062fe3 pyqt5: Improve test 2013-08-08 12:22:50 +02:00
Samuel John f16276feca pyqt: Use the new configure-ng and improve python2/3
Improve handling of conflicting files (between 2.x and 3.x).
If only installing for one of these two versions, there is no conflict
to handle.

Update the test code to work with both python versions.

Indentation fix.
2013-08-08 12:22:49 +02:00
Samuel John fcf056146a python3: reuse PythonInstalled better
We can use `PythonInstalled#binary`.
typo fix.
2013-08-08 12:22:49 +02:00
Samuel John 0e231b749b python3: Harden build by unsetting PYTHONPATH 2013-08-08 12:22:49 +02:00
Samuel John d93e7316bc python: Harden build by unsetting PYTHONPATH 2013-08-08 12:22:49 +02:00
Samuel John 4b45b79910 python3: setuptools 0.9.8 2013-08-08 12:22:49 +02:00
Samuel John fc31e4169c python: setuptools 0.9.8 2013-08-08 12:22:49 +02:00
Samuel John 5f1d112c7f shiboken: 1.2.0, fix tests, run tests, add --HEAD 2013-08-08 12:22:49 +02:00
Samuel John a0a0fce6cb qt5: Default to build in-place and preserve the src
Needed for debug symbols.
PySide needs the source for documentation generation.
Closes Homebrew/homebrew#20020
2013-08-08 12:03:32 +02:00
Samuel John b78837b621 qt: Fix Framework symlinks
doh.
2013-08-08 12:02:11 +02:00
Samuel John 4189df6d87 qt: typo 2013-08-08 12:01:40 +02:00
Samuel John bc8d630519 qt: Default to build in-place and preserve the src
Needed for debug symbols.
PySide needs the source for documentation generation.
Closes Homebrew/homebrew#20020
2013-08-08 12:01:25 +02:00
Samuel John 5302d516f6 sip: We don't need sip and sip3 binaries
They are both identical. Difference lies in the config and libs.
2013-08-08 11:58:37 +02:00
Samuel John 607cbdfea2 cmake: Added --HEAD 2013-08-08 11:46:22 +02:00
Jack Nagel 8c9dcfe973 gpgme 1.4.2 2013-08-07 19:52:38 -05:00
Jack Nagel ce22835848 pixman 0.30.2 2013-08-07 19:46:54 -05:00
Jack Nagel 83c76fbeea glib 2.36.4 2013-08-07 19:36:27 -05:00
S. Shehzed de136b861d chromedriver 2.2
Closes Homebrew/homebrew#21743.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07 16:16:44 -07:00
Adam Vandenberg 49beb875ac open-mpi: still fails check with clang 425
Closes Homebrew/homebrew#21701
2013-08-07 15:08:36 -07:00
Adam Vandenberg 2b289f6f5c znc: remove skip_clean 2013-08-07 10:20:17 -07:00
Adam Vandenberg de65d53a6e cmus: remove skip_clean 2013-08-07 10:16:55 -07:00
Adam Vandenberg b2ef5e8254 class-dump: remove skip-clean 2013-08-07 10:16:36 -07:00
Adam Vandenberg a116427fe7 czmq: style nits 2013-08-07 09:46:36 -07:00
Nikolaus Wittenstein 70722509c0 czmq: add HEAD option
Closes Homebrew/homebrew#21730.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07 09:45:11 -07:00
Dane Summers a6df1710c9 watchman 2.8.2
Closes Homebrew/homebrew#21611.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07 09:41:25 -07:00
Adam Vandenberg f91340ae89 pcre++: use opt prefix 2013-08-07 09:16:17 -07:00
John Hewson 341649d745 LMDB 2.4.35
LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas for the OpenLDAP Project.

Closes Homebrew/homebrew#21677.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07 07:50:08 -07:00
Christian Höltje be026e3d58 scala: Use opt_prefix for caveat
Closes Homebrew/homebrew#21722.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07 07:49:45 -07:00
Stephen Martinis 04395b6b63 google_appengine 1.8.3
Closes Homebrew/homebrew#21723.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07 07:49:13 -07:00