<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/requirements/python_dependency.rb, branch 1.3.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Rename requirements named *Dependency.</title>
<updated>2015-06-16T07:12:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-06-15T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1e867302891f04ba7857d86ea641315d2e1c8e4d'/>
<id>1e867302891f04ba7857d86ea641315d2e1c8e4d</id>
<content type='text'>
Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.

Closes Homebrew/homebrew#38891.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.

Closes Homebrew/homebrew#38891.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary nil check</title>
<updated>2015-03-06T01:48:47+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-03-06T01:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4d5c1526665bda7ccd3948e388bec27001ddd1e7'/>
<id>4d5c1526665bda7ccd3948e388bec27001ddd1e7</id>
<content type='text'>
The backticks will either return a string or raise an exception, so
`executable` cannot be nil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The backticks will either return a string or raise an exception, so
`executable` cannot be nil.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use env DSL</title>
<updated>2015-03-06T01:39:57+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-03-06T01:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=db772eee8a50f8adaaae01eac6b5a59053a0f330'/>
<id>db772eee8a50f8adaaae01eac6b5a59053a0f330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set cask and download DSL values on requirements.</title>
<updated>2014-12-28T12:14:49+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-12-25T20:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=515395171ca5d5278115da678d2a5a367395260e'/>
<id>515395171ca5d5278115da678d2a5a367395260e</id>
<content type='text'>
Closes Homebrew/homebrew#35257.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#35257.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use predicate methods instead of inspecting the tags array</title>
<updated>2014-07-02T02:57:30+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-07-02T02:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=330e18bb171ebbe778e0909aa419940607c3da54'/>
<id>330e18bb171ebbe778e0909aa419940607c3da54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python_dependency: don't block pour when :build.</title>
<updated>2014-04-04T10:55:36+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-04-04T10:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=efe7fe77a1382114ac4706e42a4acb2f18e1427a'/>
<id>efe7fe77a1382114ac4706e42a4acb2f18e1427a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python_dependency: only pour with system python.</title>
<updated>2014-04-03T18:47:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-03-28T14:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1207ba4f8ccc2c140c002bdc4ed898c0d60b5f14'/>
<id>1207ba4f8ccc2c140c002bdc4ed898c0d60b5f14</id>
<content type='text'>
This is as Python bindings are not build in a way that can have
system or Homebrew Python used interchangeably.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is as Python bindings are not build in a way that can have
system or Homebrew Python used interchangeably.
</pre>
</div>
</content>
</entry>
<entry>
<title>python_dependency: no brewed python for bottles</title>
<updated>2014-03-18T12:08:12+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-03-18T12:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8dcadc54d271cc2b71e4993bb7499e87460f38a9'/>
<id>8dcadc54d271cc2b71e4993bb7499e87460f38a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python_dependency: move bottle check into method.</title>
<updated>2014-03-14T18:21:29+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-03-14T18:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=afec712a869c4f857781b05bd97b5d141848702b'/>
<id>afec712a869c4f857781b05bd97b5d141848702b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python_dependency: always bottle with brew Python.</title>
<updated>2014-03-13T10:05:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-03-13T08:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b6d872459ce7f2bd6346130f2d7ab8099275908'/>
<id>5b6d872459ce7f2bd6346130f2d7ab8099275908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
