<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/language, branch master</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #3863 from MikeMcQuaid/python3-changes</title>
<updated>2018-03-03T18:17:04+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-03-03T18:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bc3389bdae5be31e5447802cb0eb8e1a967f5b4d'/>
<id>bc3389bdae5be31e5447802cb0eb8e1a967f5b4d</id>
<content type='text'>
Adjust docs and more internal code for Python 3.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust docs and more internal code for Python 3.</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust docs and more internal code for Python 3.</title>
<updated>2018-03-03T09:42:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-03-03T09:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=70253f0009ee8095a5d10ee7bdd891f1fe5cc35c'/>
<id>70253f0009ee8095a5d10ee7bdd891f1fe5cc35c</id>
<content type='text'>
Now we have `python` for Python 3 and `python@2` for Python 2 some more
adjustments need to be made.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we have `python` for Python 3 and `python@2` for Python 2 some more
adjustments need to be made.
</pre>
</div>
</content>
</entry>
<entry>
<title>language/python: version 3.6 in site_packages</title>
<updated>2018-03-02T17:05:41+00:00</updated>
<author>
<name>Steven Peters</name>
</author>
<published>2018-03-02T17:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0d5ae6cf0b603f3fbea0c18fad1cd406d7a5847e'/>
<id>0d5ae6cf0b603f3fbea0c18fad1cd406d7a5847e</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: handle python@* in each_python</title>
<updated>2018-02-28T11:20:14+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2018-02-28T11:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=04cec369c7f75d53136cf4eb46efb5fd184527b4'/>
<id>04cec369c7f75d53136cf4eb46efb5fd184527b4</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: handle python@* in virtualenv_install_with_resources</title>
<updated>2017-12-30T23:11:14+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-12-30T22:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5496a04dd977b1e0d6c71ed0ff6de01e722ca513'/>
<id>5496a04dd977b1e0d6c71ed0ff6de01e722ca513</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3573 from DomT4/python_dead_code</title>
<updated>2017-12-13T08:50:05+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-13T08:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4b849dacd285be0e53e6cef7ee62e6b1e689e3e5'/>
<id>4b849dacd285be0e53e6cef7ee62e6b1e689e3e5</id>
<content type='text'>
python: remove package_available? logic</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python: remove package_available? logic</pre>
</div>
</content>
</entry>
<entry>
<title>python: remove package_available? logic</title>
<updated>2017-12-13T06:16:02+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-12-13T06:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5a018f86508e3963965c353caf283820b6a4c9c0'/>
<id>5a018f86508e3963965c353caf283820b6a4c9c0</id>
<content type='text'>
It was added in https://github.com/Homebrew/legacy-homebrew/pull/37345 for
a use case discussed in https://github.com/Homebrew/legacy-homebrew/pull/37340
that never seems to have actually emerged. I can find no reference of it
ever having been used, despite it existing for 2+ years here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was added in https://github.com/Homebrew/legacy-homebrew/pull/37345 for
a use case discussed in https://github.com/Homebrew/legacy-homebrew/pull/37340
that never seems to have actually emerged. I can find no reference of it
ever having been used, despite it existing for 2+ years here.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: handle env filtering on pth check</title>
<updated>2017-12-13T06:09:37+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-12-13T06:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d6ebdf1e6253a76cbbe38588a1a16e497afbbfa2'/>
<id>d6ebdf1e6253a76cbbe38588a1a16e497afbbfa2</id>
<content type='text'>
Since ENV filtering became the default this has been chucking
erroneous warnings from both `brew doctor` and things like `brew install pygobject`
about needing to run:
```
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' &gt;&gt; /Users/xyz/Library/Python/2.7/lib/python/site-packages/homebrew.pth
```
even though I had Homebrew's `python` installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since ENV filtering became the default this has been chucking
erroneous warnings from both `brew doctor` and things like `brew install pygobject`
about needing to run:
```
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' &gt;&gt; /Users/xyz/Library/Python/2.7/lib/python/site-packages/homebrew.pth
```
even though I had Homebrew's `python` installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usless comments.</title>
<updated>2017-10-24T17:39:40+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-10-21T17:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=526299913fe757af28de9bad868635124b26e071'/>
<id>526299913fe757af28de9bad868635124b26e071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use “squiggly” heredocs.</title>
<updated>2017-10-18T12:39:09+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-10-15T00:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9bee9ca5757d1c5f720787737fed6a534a620d72'/>
<id>9bee9ca5757d1c5f720787737fed6a534a620d72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
