<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/makefile, branch inline</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Switch docs to mkdocs</title>
<updated>2015-04-23T00:26:03+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-04-23T00:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=6f87b323e8a295b405056f5f5c37be2f111cde91'/>
<id>6f87b323e8a295b405056f5f5c37be2f111cde91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use twine to upload releases.</title>
<updated>2015-04-22T23:53:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-04-22T02:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=092c989a65ced0d9db68106c59bd2fa33340ce64'/>
<id>092c989a65ced0d9db68106c59bd2fa33340ce64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build and upload wheels for releases.</title>
<updated>2015-04-22T23:53:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-04-22T02:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e8dddd1b17f1082047e876684a072e156e1091ed'/>
<id>e8dddd1b17f1082047e876684a072e156e1091ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced scripts with 'console_scripts' entry points.</title>
<updated>2015-04-22T23:53:48+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-03-28T01:02:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=350bbc8054a277d32e43387a308d5c72e51bce19'/>
<id>350bbc8054a277d32e43387a308d5c72e51bce19</id>
<content type='text'>
The 'bin/markdown_py' script has been replaced with a 'markdown' entry point
and 'run_tests.py' with a 'mdtests' entry point.

The makefile uses 'python -m markdown.test' rather than 'mdtests' so it can run
even if the package is not installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'bin/markdown_py' script has been replaced with a 'markdown' entry point
and 'run_tests.py' with a 'mdtests' entry point.

The makefile uses 'python -m markdown.test' rather than 'mdtests' so it can run
even if the package is not installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'help' command to makefile</title>
<updated>2015-02-20T00:36:29+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-02-20T00:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cd875a04df8307e1a06b89e4d0b3a0ebff8ee7cf'/>
<id>cd875a04df8307e1a06b89e4d0b3a0ebff8ee7cf</id>
<content type='text'>
I can never remember the names of the subcommands. A 'help' subcommand
is an easy assistant for the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I can never remember the names of the subcommands. A 'help' subcommand
is an easy assistant for the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefiles require tabs - not spaces - for indentation. see #328</title>
<updated>2014-08-06T01:08:02+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-08-06T01:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=44cf8ce39936d7c045c58c550ad7cd21f9d59760'/>
<id>44cf8ce39936d7c045c58c550ad7cd21f9d59760</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure MANIFEST is always included in builds. Fixes #328.</title>
<updated>2014-08-06T01:04:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-08-06T01:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4f1a48495ebbc30ba04e924512c7adf20b81e34e'/>
<id>4f1a48495ebbc30ba04e924512c7adf20b81e34e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More makefile cleanup. Fixes #202.</title>
<updated>2013-03-15T19:04:36+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-15T19:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ed508633c6db0342b6fbec681bbce4aa11507ba9'/>
<id>ed508633c6db0342b6fbec681bbce4aa11507ba9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a few minor issues with the makefile discovered deploying the last release.</title>
<updated>2013-03-15T04:17:58+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-15T04:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a8836a1894eb9ec375f99e14e2625bc31ca51616'/>
<id>a8836a1894eb9ec375f99e14e2625bc31ca51616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switched testing to tox.</title>
<updated>2013-03-01T18:45:12+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-01T18:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=6bc8b9611c85d321fd4fbad012525b7cd05a66d9'/>
<id>6bc8b9611c85d321fd4fbad012525b7cd05a66d9</id>
<content type='text'>
Also scrapped fabfile.py and replaced it with a much
simpler makefile. Tox does most of the stuff that was
in fabfile.py anyway.

Now that everything runs in all supported python versions
without using 2to3, we don't need to wait for tox to
support it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also scrapped fabfile.py and replaced it with a much
simpler makefile. Tox does most of the stuff that was
in fabfile.py anyway.

Now that everything runs in all supported python versions
without using 2to3, we don't need to wait for tox to
support it.
</pre>
</div>
</content>
</entry>
</feed>
