aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyqt.rb
AgeCommit message (Collapse)Author
2015-01-16pyqt: update 4.11.3 bottle.BrewTestBot
2015-01-16pyqt 4.11.3Florian Bruhin
2014-12-27pyqt: update 4.11.1 bottle.BrewTestBot
2014-12-27pyqt: bottle against system PythonTim D. Smith
Closes #35283. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-27pyqt: don't open a GUI during brew testTim D. Smith
Opening a GUI window during brew test leads to test failures on Yosemite.
2014-12-27pyqt: style nitsTim D. Smith
2014-10-26Use opt helpers instead of hardcoded pathsJack Nagel
2014-10-26pyqt: add 4.11.1 bottle.BrewTestBot
2014-10-26pyqt: install sip files into prefix.Lorenz Meier
Removes TODO which is now fixed Fixes #33576.
2014-10-26pyqt: remove bottle (again), add TODO.Mike McQuaid
Closes #33576.
2014-10-23pyqt: add 4.11.1 bottle.BrewTestBot
2014-08-05pyqt 4.11.1Nikolaus Demmel
- the custom QMAKESPEC hacks for Mavericks seem to not be needed any longer - creating the `pyconfig.py` file by running `python configure.py` in a different folder seems to work, but I am not sure if this is actually still needed, so for now I commented this out. I have sucessfully built and used PyQWT even without this generated `pyqtconfig.py`. It's use is deprecated anyway it seems. I don't know if not having it breaks other stuff, which is why I left the code in the formula for now, albeit commented out. Closes #30881. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-24pyqt 4.10.4Jens H. Nielsen
Closes #27826. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-20pyqt: use patch DSLJack Nagel
2014-03-17pyqt: remove bottle.Mike McQuaid
References #27623.
2014-03-13pyqt: add 4.10.3 bottle.BrewTestBot
2014-03-13Revert "pyqt: add 4.10.3 bottle."Mike McQuaid
This reverts commit 628c909b80ffd9b5b043428087a8bd2877452f3d.
2014-03-13pyqt: add 4.10.3 bottle.BrewTestBot
2014-03-12pyqt: use Language::Python.Mike McQuaid
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-27pyqt: use Formula[]Adam Vandenberg
2014-02-10pyqt: more python cleanup.Mike McQuaid
2014-02-08pyqt: Updated formula with Python 3 supportDavid Wales
Closes #26510. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-07pyqt: fix pyqtconfig.py install locationLarry Shaffer
Closes #25702. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-04pyqt: cleanup python usage.Mike McQuaid
2014-01-03pyqt: patch handling of qmake inline comments.Brian Jensen
Closes #25225. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-19pyqt: enable build with libc++ on MavericksBrian Jensen
Closes #24213. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04pyqt: Generate PyQt4.pyqtconfigSamuel John
This is no longer generated by the new (recommended) configure-ng.py but some older projects (like PyQWT) still need that file, so we first run configure.py and copy over the generated pyqtconfig.py manually. Then, we normally run and build with configure-ng.py. Fixes #21984
2013-08-23Pyqt 4.10.3Michka Popoff
Closes #22084. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-08pyqt: Use the new configure-ng and improve python2/3Samuel John
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-07-17PyQt: 4.10.2Michka Popoff
Closes #21276. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-06-05PyQt: Getting sip dependency rightSamuel John
2013-06-05PyQt: brew test automatically quits after 2.5 sec.Samuel John
Blocking tests are bad for brew-test-bot.
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-18pyqt 4.10.1Jack Nagel
2013-02-01pyqt: use test DSLJack Nagel
2012-09-23pyqt: update tarball locationJack Nagel
Fixes #15060. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-28PyQt 4.9.4Adam Vandenberg
2012-06-25pyqt 4.9.3ptrv
Closes #13001. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-23PyQT 4.9.2Michael Bashkirov
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05pyqt: clean up testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-09PyQT: Use correct PYTHONPATH during installYann N. Dauphin
Closes #10825. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-16sip & pyqt: Now use lib/pythonX.Y/site-packagessamueljohn
Benefit: For brewed Python, adding stuff to the PYTHONPATH is no longer needed. For other Pythons nothing changes but the X.Y part in the path. Oh, and you only need to edit your PYTHONPATH once. - Added a method to get the major.minor version number from the current python - Updated the caveats to reflect the new path Fixes #8182. Closes #10051. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-12pyqt 4.9.1Nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-23PyQt: Update to 4.9Jussi Sarkkinen
Restores compatibility with Qt 4.8.x. Also upgrades SIP to 4.13.1. Fixes #9225. Closes #9249. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-30PyQt 4.8.6dannenberg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-04PyQT 4.8.5Ben
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05Update PyQt to 4.8.4, sip 4.12.2Ches Martin
PyQt 4.8.4 has just been released, and apparently they can't be bothered to keep the previous tarball in place... Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-06Bump PyQt to 4.8.3 and SIP to 4.12.1Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>