Skip to content

Commit

Permalink
preparing for release…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jul 27, 2012
1 parent 60f2cbd commit d7ede23
Show file tree
Hide file tree
Showing 20 changed files with 99 additions and 65 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2011, Kwpolska
Copyright (C) 2011-2012, Kwpolska.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
pkgver=2.1.2.27
pkgver=2.1.2.31
pkgrel=1
pkgdesc="A basic Python AUR helper/library."
arch=('any')
url="https://github.com/Kwpolska/pkgbuilder"
license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-pyparsing' 'pacman>=4.0.0-1')
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=('a39276443eb7351056f9e4708b5c4540')
Expand Down
6 changes: 3 additions & 3 deletions README
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-26
:Version: 2.1.2.5
:Date: 2012-07-14
:Version: 2.1.2.27

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down Expand Up @@ -36,7 +36,7 @@ all the time at GitHub.

COPYRIGHT
---------
Copyright (C) 2011, Kwpolska
Copyright (C) 2011-2012, Kwpolska.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 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: 2012-07-14
:Version: 2.1.2.27
:Date: 2012-07-27
:Version: 2.1.2.31

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down Expand Up @@ -36,7 +36,7 @@ all the time at GitHub.

COPYRIGHT
---------
Copyright (C) 2011, Kwpolska
Copyright (C) 2011-2012, Kwpolska.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Binary file added docs/.messagecodes.rst.swp
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Appendix B. License for PKGBUILDer
==================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-07-14
:Version: 2.1.2.27
:Date: 2012-07-27
:Version: 2.1.2.31

Copyright (C) 2011, Kwpolska
Copyright (C) 2011-2012, Kwpolska.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 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: 2012-07-14
:Version: 2.1.2.27
:Date: 2012-07-27
:Version: 2.1.2.31

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down Expand Up @@ -36,7 +36,7 @@ all the time at GitHub.

COPYRIGHT
---------
Copyright (C) 2011, Kwpolska
Copyright (C) 2011-2012, Kwpolska.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Classes in PKGBUILDer

:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-07-14
:Version: 2.1.2.27
:Date: 2012-07-27
:Version: 2.1.2.31

.. index:: classes
.. module:: PKGBUILDer
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'
# The full version, including alpha/beta/rc tags.
release = '2.1.2.27'
release = '2.1.2.31'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
33 changes: 22 additions & 11 deletions docs/messagecodes.rst
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: 2012-07-14
:Version: 2.1.2.27
:Date: 2012-07-27
:Version: 2.1.2.31

In order to help debugging, messages are numbered.
Each message number has four digits: the first one is the
Expand All @@ -21,7 +21,7 @@ Categories
3. makepkg
4. auto_build, validation
4. Update class
5. non-module problems
5. __main__ functionality (when run as an AUR helper)

Usage instructions
------------------
Expand Down Expand Up @@ -51,7 +51,7 @@ Warnings
========

======== =============== =========================================
INF# Component Message
WRN# Component Message
======== =============== =========================================
0 none Nothing there yet.
======== =============== =========================================
Expand All @@ -63,26 +63,35 @@ Errors
======== =============== =========================================
ERR# Component Message
======== =============== =========================================
[1001]_ AUR HTTP Error %s
[3001]_ build_runner package not found
[3101]_ download 0 bytes downloaded
[3102]_ download HTTP Error %s
[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
[3451]_ validation not installed
[3452]_ validation outdated
[5001]_ `__main__` Aborted by user! Exiting…
[5002]_ search search string too short
======== =============== =========================================

Explainations:

.. [1001] occurs, when PKGBUILDer got a response other than 200 from
the AUR RPC. %s is replaced with the error code.
.. [3001] occurs, when PKGBUILDer cannot find the requested package.
The name is probably mispelled or the package was deleted.
.. [3101] occurs, when PKGBUILDer downloaded 0 bytes. It usually
means that something bad happened during the download.
.. [3102] occurs, when PKGBUILDer got a response other than 200 during
a file download. %s is replaced with the error code.
.. [3151] occurs, when PKGBUILDer extracted 0 files from the
downloaded tarball. It means that the tarball is broken. Please
tell the maintainer about this problem.
Expand All @@ -91,17 +100,17 @@ Explainations:
PKGBUILD requests a package, that does not exist in the system,
repositories, nor the AUR.
.. [3202] occurs, when Python cannot decode UTF-8 the PKGBUILD. If
.. [3202] occurs, when Python cannot decode UTF-8 in the PKGBUILD. If
the PKGBUILD cannot be read, dependency checks cannot be performed.
Possible reasons include incorrectly encoded characters in the
Maintainer/Submitter field. Please inform the package maintainer
through the comments. Include the output of `iconv PKGBUILD`. Example
output: `# Maintainer: Juan Piconv: illegal input sequence at position
20` The PKGBUILDer's error message is also valid and will help the
20` PKGBUILDers 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.
that something bad happened. Refer to makepkgs 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
Expand All @@ -110,16 +119,18 @@ Explainations:
.. [3451] occurs, when PKGBUILDer finds out that the package is not
installed on your system. It means that the package that was bulit
before this message was issued wasn't installed properly (eg. root
password wasn't provided at the right time, 'n' was hit when pacman was
before this message was issued wasnt installed properly (eg. root
password wasnt provided at the right time, “n” was hit when pacman was
asking for proceeding).
.. [3452] occurs, when PKGBUILDer finds out that the package is
installed, but outdated. It means that the package that was bulit before
this message was issued wasn't installed properly (eg. root password
wasn't provided at the right time, 'n' was hit when pacman was asking for
this message was issued wasnt installed properly (eg. root password
wasnt provided at the right time, “n” was hit when pacman was asking for
proceeding).
.. [5001] occurs, when the user presses ^C (SIGINT).
.. [5002] occurs, when your search string is shorter than 3 letters.
The AUR API ignores these requests. However, the script searches for
an exact match. If one is found, it is being shown.
Empty file added docs/pkgbuilder.8
Empty file.
4 changes: 2 additions & 2 deletions docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PKGBUILDer

:Author: Kwpolska <[email protected]>
:Copyright: See Appendix B.
:Date: 2012-07-14
:Version: 2.1.2.27
:Date: 2012-07-27
:Version: 2.1.2.31
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
Binary file modified locale/en/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/en/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ msgid ""
"Votes : {cmv}\n"
"Out of Date : {ood}\n"
"Maintainer : {mnt}\n"
"Last Updated : {upd}\n"
"First Submitted: {fsb}\n"
"Last Updated : {upd}\n"
"Description : {dsc}\n"
msgstr ""
"Category : {cat}\n"
Expand All @@ -219,8 +219,8 @@ msgstr ""
"Votes : {cmv}\n"
"Out of Date : {ood}\n"
"Maintainer : {mnt}\n"
"Last Updated : {upd}\n"
"First Submitted: {fsb}\n"
"Last Updated : {upd}\n"
"Description : {dsc}\n"

#: /home/kwpolska/git/pkgbuilder/pkgbuilder.py:854
Expand Down
Binary file modified locale/pl/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/pl/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ msgid ""
"Votes : {cmv}\n"
"Out of Date : {ood}\n"
"Maintainer : {mnt}\n"
"Last Updated : {upd}\n"
"First Submitted: {fsb}\n"
"Last Updated : {upd}\n"
"Description : {dsc}\n"
msgstr ""
"Kategoria : {cat}\n"
Expand All @@ -219,8 +219,8 @@ msgstr ""
"Głosy : {cmv}\n"
"Nieaktualny : {ood}\n"
"Opiekun : {mnt}\n"
"Ost. aktualiz. : {upd}\n"
"Wysłany : {fsb}\n"
"Ost. aktualiz. : {upd}\n"
"Opis : {dsc}\n"

#: /home/kwpolska/git/pkgbuilder/pkgbuilder.py:854
Expand Down
2 changes: 1 addition & 1 deletion messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ msgid ""
"Votes : {cmv}\n"
"Out of Date : {ood}\n"
"Maintainer : {mnt}\n"
"Last Updated : {upd}\n"
"First Submitted: {fsb}\n"
"Last Updated : {upd}\n"
"Description : {dsc}\n"
msgstr ""

Expand Down
Loading

0 comments on commit d7ede23

Please sign in to comment.