Skip to content

Commit

Permalink
v2.1.2.0: new pyalpm supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Oct 14, 2011
1 parent c1ca146 commit 453d875
Show file tree
Hide file tree
Showing 33 changed files with 94 additions and 101 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
pkgver=2.1.1.9
pkgver=2.1.2.0
pkgrel=1
pkgdesc="A basic Python AUR helper/library."
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'pyalpm' 'python-pyparsing')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('cce0550d566b369cc4ecdb81ba95cef3')
md5sums=('b5661cf42d5726ca5bf79ff89e492cc6')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ README for PKGBUILDer
=====================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-12
:Version: 2.1.1.9
:Date: 2011-10-14
:Version: 2.1.2.0

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ task :prepare, :ver do |t, args|
sh "sed \"s/:Version: .*/:Version: #{version}/\" docs/*.rst -i"
sh "sed \"s/:Version: .*/:Version: #{version}/\" README.rst -i"
sh "sed \"s/BUILDer .* do/BUILDer #{version} do/\" docs/index.rst -i"
sh "sed \"s/# PKG.*/# PKGBUILDer v#{version}/\" pkgbuilder.py -i"
sh "sed \"s/VERSION = .*/VERSION = '#{version}'/\" pkgbuilder.py -i"
sh "sed \"s/Version .*/Version #{version}/\" pkgbuilder.py -i"
sh "sed \"s/pkgver=.*/pkgver=#{version}/\" PKGBUILD -i"
Expand Down
Binary file added dist/pkgbuilder-2.1.2.0.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer
==================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-12
:Version: 2.1.1.9
:Date: 2011-10-14
:Version: 2.1.2.0

Copyright (C) 2011, Kwpolska
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ README for PKGBUILDer
=====================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-12
:Version: 2.1.1.9
:Date: 2011-10-14
:Version: 2.1.2.0

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
Binary file modified docs/_build/doctrees/LICENSE.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/messagecodes.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/pkgbuilder.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.1.9'
release = '2.1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Binary file modified docs/docs-pkgbuilder.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 1ca39c519dc8b80e83758fd04844a43e
config: 7ea4cf5ce75b4f8b0b481c8ce6b57abe
tags: fbb0d17656682115ca4d033fb2f83ba1
16 changes: 8 additions & 8 deletions docs/html/LICENSE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Appendix B. License for PKGBUILDer &mdash; PKGBUILDer v2.1.1.9 documentation</title>
<title>Appendix B. License for PKGBUILDer &mdash; PKGBUILDer v2.1.2.0 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.1.1.9',
VERSION: '2.1.2.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="PKGBUILDer v2.1.1.9 documentation" href="../" />
<link rel="top" title="PKGBUILDer v2.1.2.0 documentation" href="../" />
<link rel="prev" title="Appendix A. PKGBUILDer message numbers list" href="../messagecodes/" />
</head>
<body>
Expand All @@ -32,7 +32,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="../messagecodes/" title="Appendix A. PKGBUILDer message numbers list"
accesskey="P">previous</a></li>
<li><a href="../">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -51,9 +51,9 @@ <h1>Appendix B. License for PKGBUILDer<a class="headerlink" href="#appendix-b-li
</tr>
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Kwpolska &lt;<a class="reference external" href="mailto:kwpolska&#37;&#52;&#48;kwpolska&#46;tk">kwpolska<span>&#64;</span>kwpolska<span>&#46;</span>tk</a>&gt;</td>
</tr>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-12</td>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-14</td>
</tr>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.1.9</td>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.2.0</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -118,12 +118,12 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="../messagecodes/" title="Appendix A. PKGBUILDer message numbers list"
>previous</a></li>
<li><a href="../">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Kwpolska.
Last updated on 2011-10-12T17:10:12Z.
Last updated on 2011-10-14T20:10:37Z.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
Expand Down
16 changes: 8 additions & 8 deletions docs/html/README/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>README for PKGBUILDer &mdash; PKGBUILDer v2.1.1.9 documentation</title>
<title>README for PKGBUILDer &mdash; PKGBUILDer v2.1.2.0 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.1.1.9',
VERSION: '2.1.2.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="PKGBUILDer v2.1.1.9 documentation" href="../" />
<link rel="top" title="PKGBUILDer v2.1.2.0 documentation" href="../" />
<link rel="next" title="Appendix A. PKGBUILDer message numbers list" href="../messagecodes/" />
<link rel="prev" title="PKGBUILDer" href="../pkgbuilder/" />
</head>
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../pkgbuilder/" title="PKGBUILDer"
accesskey="P">previous</a> |</li>
<li><a href="../">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -55,9 +55,9 @@ <h1>README for PKGBUILDer<a class="headerlink" href="#readme-for-pkgbuilder" tit
</tr>
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Kwpolska &lt;<a class="reference external" href="mailto:kwpolska&#37;&#52;&#48;kwpolska&#46;tk">kwpolska<span>&#64;</span>kwpolska<span>&#46;</span>tk</a>&gt;</td>
</tr>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-12</td>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-14</td>
</tr>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.1.9</td>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.2.0</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -167,12 +167,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../pkgbuilder/" title="PKGBUILDer"
>previous</a> |</li>
<li><a href="../">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Kwpolska.
Last updated on 2011-10-12T17:10:12Z.
Last updated on 2011-10-14T20:10:37Z.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/_sources/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer
==================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-12
:Version: 2.1.1.9
:Date: 2011-10-14
:Version: 2.1.2.0

Copyright (C) 2011, Kwpolska
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions docs/html/_sources/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ README for PKGBUILDer
=====================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-12
:Version: 2.1.1.9
:Date: 2011-10-14
:Version: 2.1.2.0

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
2 changes: 1 addition & 1 deletion docs/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

PKGBUILDer 2.1.1.9 documentation
PKGBUILDer 2.1.2.0 documentation
================================

Contents:
Expand Down
4 changes: 2 additions & 2 deletions docs/html/_sources/messagecodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix A. PKGBUILDer message numbers list
===========================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-12
:Version: 2.1.1.9
:Date: 2011-10-14
:Version: 2.1.2.0

In order to help debugging, messages are numbered.
Each message number has four digits: the first one is the
Expand Down
4 changes: 2 additions & 2 deletions docs/html/_sources/pkgbuilder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ a Python AUR helper/library

:Author: Kwpolska <[email protected]>
:Copyright: See Appendix B.
:Date: 2011-10-12
:Version: 2.1.1.9
:Date: 2011-10-14
:Version: 2.1.2.0
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
16 changes: 8 additions & 8 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>PKGBUILDer 2.1.1.9 documentation &mdash; PKGBUILDer v2.1.1.9 documentation</title>
<title>PKGBUILDer 2.1.2.0 documentation &mdash; PKGBUILDer v2.1.2.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.1.1.9',
VERSION: '2.1.2.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="PKGBUILDer v2.1.1.9 documentation" href="#" />
<link rel="top" title="PKGBUILDer v2.1.2.0 documentation" href="#" />
<link rel="next" title="PKGBUILDer" href="pkgbuilder/" />
</head>
<body>
Expand All @@ -32,7 +32,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="pkgbuilder/" title="PKGBUILDer"
accesskey="N">next</a></li>
<li><a href="#">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="#">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -41,8 +41,8 @@ <h3>Navigation</h3>
<div class="bodywrapper">
<div class="body">

<div class="section" id="pkgbuilder-2-1-1-9-documentation">
<h1>PKGBUILDer 2.1.1.9 documentation<a class="headerlink" href="#pkgbuilder-2-1-1-9-documentation" title="Permalink to this headline"></a></h1>
<div class="section" id="pkgbuilder-2-1-2-0-documentation">
<h1>PKGBUILDer 2.1.2.0 documentation<a class="headerlink" href="#pkgbuilder-2-1-2-0-documentation" title="Permalink to this headline"></a></h1>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
Expand Down Expand Up @@ -98,12 +98,12 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="pkgbuilder/" title="PKGBUILDer"
>next</a></li>
<li><a href="#">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="#">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Kwpolska.
Last updated on 2011-10-12T17:10:12Z.
Last updated on 2011-10-14T20:10:37Z.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
Expand Down
16 changes: 8 additions & 8 deletions docs/html/messagecodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Appendix A. PKGBUILDer message numbers list &mdash; PKGBUILDer v2.1.1.9 documentation</title>
<title>Appendix A. PKGBUILDer message numbers list &mdash; PKGBUILDer v2.1.2.0 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.1.1.9',
VERSION: '2.1.2.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="PKGBUILDer v2.1.1.9 documentation" href="../" />
<link rel="top" title="PKGBUILDer v2.1.2.0 documentation" href="../" />
<link rel="next" title="Appendix B. License for PKGBUILDer" href="../LICENSE/" />
<link rel="prev" title="README for PKGBUILDer" href="../README/" />
</head>
Expand All @@ -36,7 +36,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../README/" title="README for PKGBUILDer"
accesskey="P">previous</a> |</li>
<li><a href="../">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -55,9 +55,9 @@ <h1>Appendix A. PKGBUILDer message numbers list<a class="headerlink" href="#appe
</tr>
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Kwpolska &lt;<a class="reference external" href="mailto:kwpolska&#37;&#52;&#48;kwpolska&#46;tk">kwpolska<span>&#64;</span>kwpolska<span>&#46;</span>tk</a>&gt;</td>
</tr>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-12</td>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-14</td>
</tr>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.1.9</td>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.2.0</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -352,12 +352,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../README/" title="README for PKGBUILDer"
>previous</a> |</li>
<li><a href="../">PKGBUILDer v2.1.1.9 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.2.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Kwpolska.
Last updated on 2011-10-12T17:10:12Z.
Last updated on 2011-10-14T20:10:37Z.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
Expand Down
Loading

0 comments on commit 453d875

Please sign in to comment.