<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Homebrew/language, branch master</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>java overridable_java_home_env</title>
<updated>2015-03-13T10:43:42+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-03-12T15:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=62b7c44b80406aec3a6366b761f1bc410148f42f'/>
<id>62b7c44b80406aec3a6366b761f1bc410148f42f</id>
<content type='text'>
Closes #37622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #37622
</pre>
</div>
</content>
</entry>
<entry>
<title>language/python: add package_available? helper</title>
<updated>2015-03-03T14:31:29+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2015-03-03T05:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=6863c385bc68571ef5afa431d80bb0db4cbf470d'/>
<id>6863c385bc68571ef5afa431d80bb0db4cbf470d</id>
<content type='text'>
Add helper to check whether a module is importable.

Closes #37345.

Signed-off-by: Tim D. Smith &lt;git@tim-smith.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add helper to check whether a module is importable.

Closes #37345.

Signed-off-by: Tim D. Smith &lt;git@tim-smith.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>java: move java_dependency into a separate file and add Language::Java.java_home_env</title>
<updated>2015-02-27T17:42:09+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-02-26T14:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=8a24a886b6a2a66810a4b09f5f5c78db11ca4058'/>
<id>8a24a886b6a2a66810a4b09f5f5c78db11ca4058</id>
<content type='text'>
Also update activemq to test against it

Closes #37218.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update activemq to test against it

Closes #37218.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>language/haskell: optionally add args to install.</title>
<updated>2015-01-17T18:29:36+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-01-17T18:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=3a0163c0d54419e4e93d586af2fc4baa91d55f47'/>
<id>3a0163c0d54419e4e93d586af2fc4baa91d55f47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>language/python: add --no-user-cfg to setuptools options</title>
<updated>2015-01-10T07:13:36+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2015-01-09T00:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=22c8813f9aa1f9bae2355f64523cd96b0da563b0'/>
<id>22c8813f9aa1f9bae2355f64523cd96b0da563b0</id>
<content type='text'>
Closes #35681.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #35681.
</pre>
</div>
</content>
</entry>
<entry>
<title>Language::Python.setup_install: add deprecation warning</title>
<updated>2014-12-10T22:18:24+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2014-12-10T17:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=77ee012b1154e94d7386d602b4cd28992c8ed3ee'/>
<id>77ee012b1154e94d7386d602b4cd28992c8ed3ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>language/python: setup_install_args</title>
<updated>2014-12-10T22:18:23+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2014-12-10T07:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=a66d29558f457dc3b976d7b4a6b92d3ac410a984'/>
<id>a66d29558f457dc3b976d7b4a6b92d3ac410a984</id>
<content type='text'>
Add a helper like std_cmake_args that returns the correct incantation
for invoking setup.py in a consistent way and with our preferred
arguments. Replaces setup_install.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a helper like std_cmake_args that returns the correct incantation
for invoking setup.py in a consistent way and with our preferred
arguments. Replaces setup_install.
</pre>
</div>
</content>
</entry>
<entry>
<title>language/python: make sure site_packages is writable</title>
<updated>2014-11-15T00:05:18+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2014-11-06T03:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=037c1b213694c4d632b6dc6e244575003516c950'/>
<id>037c1b213694c4d632b6dc6e244575003516c950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>language/python: new setup_install method</title>
<updated>2014-11-10T23:41:57+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2014-11-07T06:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=3ea1f85edd848f4eb6f5ed477ce38f5739da1c71'/>
<id>3ea1f85edd848f4eb6f5ed477ce38f5739da1c71</id>
<content type='text'>
Closes #33988.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #33988.
</pre>
</div>
</content>
</entry>
<entry>
<title>language/python: add helper methods for pth detection</title>
<updated>2014-11-02T18:30:21+00:00</updated>
<author>
<name>Tim D. Smith</name>
</author>
<published>2014-10-19T20:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=e0c9c15e068ce166ecdf0a217f1b5350795105d6'/>
<id>e0c9c15e068ce166ecdf0a217f1b5350795105d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
