Skip to content

Commit

Permalink
v2.1.2.33: depcheck fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Jul 30, 2012
1 parent a7f1aa0 commit d181ed7
Show file tree
Hide file tree
Showing 20 changed files with 197 additions and 207 deletions.
10 changes: 5 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
pkgver=2.1.2.32
pkgver=2.1.2.33
pkgrel=1
pkgdesc="A basic Python AUR helper/library."
pkgdesc='A basic Python AUR helper/library.'
arch=('any')
url="https://github.com/Kwpolska/pkgbuilder"
url='https://github.com/Kwpolska/pkgbuilder'
license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-pyparsing' 'python-requests')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('bae9a1d745566ebf861ef5a7e2b2749f')
source=('http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz')
md5sums=('11fbf28053ffd992add0250787581058')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README for PKGBUILDer
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: #{date}
:Version: 2.1.2.32
:Version: 2.1.2.33

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
Binary file added dist/pkgbuilder-2.1.2.33.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix C. Changelog
:Info: This is a partial changelog for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: #{date}
:Version: 2.1.2.32
:Version: 2.1.2.33

Versioning scheme
=================
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix B. License for PKGBUILDer
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: #{date}
:Version: 2.1.2.32
:Version: 2.1.2.33

Copyright (C) 2011-2012, Kwpolska.
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README for PKGBUILDer
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: #{date}
:Version: 2.1.2.32
:Version: 2.1.2.33

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
4 changes: 2 additions & 2 deletions docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Classes in PKGBUILDer
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: #{date}
:Version: 2.1.2.32
:Version: 2.1.2.33

.. index:: classes
.. module:: PKGBUILDer
Expand Down Expand Up @@ -260,7 +260,7 @@ four additional ones.
:Returns: nothing.
:Exceptions: PBError.
:Message codes:
ERR3301, ERR34?? (ERR3401, ERR3450, ERR3451, ERR3452), INF3450.
WRN3401, ERR3402, INF3450, ERR3451, ERR3452.
:Former data:
2.0 Name: build.

Expand Down
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.2'
# The full version, including alpha/beta/rc tags.
release = '2.1.2.32'
release = '2.1.2.33'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
24 changes: 11 additions & 13 deletions docs/messagecodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix A. PKGBUILDer message numbers list
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: #{date}
:Version: 2.1.2.32
:Version: 2.1.2.33

In order to help debugging, messages are numbered.
Each message number has four digits: the first one is the
Expand All @@ -18,7 +18,7 @@ Categories
3. Build class
1. download, extract
2. depcheck, predepcheck
3. makepkg
3. makepkg (defunct)
4. auto_build, validation
4. Update class
5. __main__ functionality (when run as an AUR helper)
Expand All @@ -45,17 +45,21 @@ INF# Component Message
======== =============== =========================================

.. [3450] occurs, when PKGBUILDer finds out that the package that
was meant to be bulit is correctly installed.
was meant to be bulit is correctly installed.i
Warnings
========

======== =============== =========================================
WRN# Component Message
======== =============== =========================================
0 none Nothing there yet.
[3401]_ auto_build AUR dependency required
======== =============== =========================================

.. [3401] occurs, when the $depends or $makedepends array of the
PKGBUILD request a package, which exists in the AUR. It is plain
informational. Right after displaying this message, the script will
automatically build the required packages.
Errors
======
Expand All @@ -70,8 +74,7 @@ ERR# Component Message
[3151]_ extract 0 files extracted
[3201]_ depcheck cannot find the requested dependency
[3202]_ depcheck UnicodeDecodeError while reading file
[3301]_ makepkg returned 1
[3401]_ auto_build AUR dependency required
[3402]_ auto_build Something went wrong.
[3451]_ validation not installed
[3452]_ validation outdated
[5001]_ `__main__` Aborted by user! Exiting…
Expand Down Expand Up @@ -109,13 +112,8 @@ Explainations:
20` PKGBUILDer’s error message is also valid and will help the
maintainer.
.. [3301] occurs, when makepkg exits with the return code 1. It means
that something bad happened. Refer to makepkg’s output for more info.
.. [3401] occurs, when the $depends or $makedepends array of the
PKGBUILD request a package, which exists in the AUR. It is plain
informational. Right after displaying this message, the script will
automatically build the required packages.
.. [3402] (formerly 3301) occurs, when something bad happens while building.
Refer to the output for more info.
.. [3451] occurs, when PKGBUILDer finds out that the package is not
installed on your system. It means that the package that was bulit
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKGBUILDer
:Author: Kwpolska <[email protected]>
:Copyright: See Appendix B.
:Date: #{date}
:Version: 2.1.2.32
:Version: 2.1.2.33
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
Binary file modified locale/en/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
Loading

0 comments on commit d181ed7

Please sign in to comment.