Skip to content

Commit

Permalink
v2.1.3.7: depcheck ignores empty deps (eg. pyload 0.4.9-4)
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Aug 26, 2012
1 parent 27a4896 commit 1e92f81
Show file tree
Hide file tree
Showing 36 changed files with 91 additions and 87 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.3.6
pkgver=2.1.3.7
pkgrel=1
pkgdesc='A Python AUR helper/library.'
arch=('any')
Expand All @@ -9,7 +9,7 @@ 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=('1c2bc2ea69a6dbaa8da86817f1462aab')
md5sums=('1f6613ea44e5186610a5245e7e16a20a')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. index: README

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 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. index: README
Expand Down
Binary file removed dist/pkgbuilder-2.1.3.3.tar.gz
Binary file not shown.
Binary file removed dist/pkgbuilder-2.1.3.4.tar.gz
Binary file not shown.
Binary file removed dist/pkgbuilder-2.1.3.5.tar.gz
Binary file not shown.
Binary file removed dist/pkgbuilder-2.1.3.6.tar.gz
Binary file not shown.
Binary file added dist/pkgbuilder-2.1.3.7.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix C. Changelog
=====================
:Info: This is a partial changelog for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. index:: CHANGELOG

Expand Down
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: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. index:: LICENSE

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 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. index: README
Expand Down
4 changes: 2 additions & 2 deletions docs/aur.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ aur module (AUR class)
======================
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. module:: aur

Expand Down
4 changes: 2 additions & 2 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ build module (Build class)
==========================
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. module:: 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.3'
# The full version, including alpha/beta/rc tags.
release = '2.1.3.6'
release = '2.1.3.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ main module
===========
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. index:: main
.. versionadded:: 2.1.3.0
Expand Down
4 changes: 2 additions & 2 deletions docs/messagecodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix A. PKGBUILDer message codes list
=========================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. index:: Message Codes

Expand Down
4 changes: 2 additions & 2 deletions docs/pbds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pbds module (PBDS class)

:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. module: pbds
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
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-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ upgrade module (Upgrade class)

:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. module:: upgrade

Expand Down
4 changes: 2 additions & 2 deletions docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ utils module (Utils class)

:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-08-24
:Version: 2.1.3.6
:Date: 2012-08-26
:Version: 2.1.3.7

.. module:: utils

Expand Down
Binary file modified locale/en/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
30 changes: 15 additions & 15 deletions locale/en/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2.1.3.6\n"
"Project-Id-Version: 2.1.3.7\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2012-08-24 20:35+0200\n"
"POT-Creation-Date: 2012-08-26 16:00+0200\n"
"PO-Revision-Date: 2012-07-27 13:44+0100\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Kwpolska <[email protected]>\n"
Expand Down Expand Up @@ -56,56 +56,56 @@ msgstr "[ERR3101] download: 0 bytes downloaded"
msgid "[ERR3151] extract: no files extracted"
msgstr "[ERR3151] extract: no files extracted"

#: pkgbuilder/build.py:206 pkgbuilder/build.py:268
#: pkgbuilder/build.py:210 pkgbuilder/build.py:272
msgid "[ERR3201] depcheck: cannot find {0} anywhere"
msgstr "[ERR3201] depcheck: cannot find {0} anywhere"

#: pkgbuilder/build.py:231
#: pkgbuilder/build.py:235
msgid "[ERR3001] Package {0} not found."
msgstr "[ERR3001] Package {0} not found."

#: pkgbuilder/build.py:234
#: pkgbuilder/build.py:238
msgid "Building {0}..."
msgstr "Building {0}..."

#. Okay, this package exists, great then. Thanks, user.
#: pkgbuilder/build.py:243
#: pkgbuilder/build.py:247
msgid "Downloading the tarball..."
msgstr "Downloading the tarball..."

#: pkgbuilder/build.py:246
#: pkgbuilder/build.py:250
msgid "{0} kB downloaded"
msgstr "{0} kB downloaded"

#: pkgbuilder/build.py:248
#: pkgbuilder/build.py:252
msgid "Extracting..."
msgstr "Extracting..."

#: pkgbuilder/build.py:249
#: pkgbuilder/build.py:253
msgid "{0} files extracted"
msgstr "{0} files extracted"

#: pkgbuilder/build.py:253
#: pkgbuilder/build.py:257
msgid "Checking dependencies..."
msgstr "Checking dependencies..."

#: pkgbuilder/build.py:260
#: pkgbuilder/build.py:264
msgid "found in system"
msgstr "found in system"

#: pkgbuilder/build.py:260
#: pkgbuilder/build.py:264
msgid "found in repos"
msgstr "found in repos"

#: pkgbuilder/build.py:261
#: pkgbuilder/build.py:265
msgid "found in the AUR"
msgstr "found in the AUR"

#: pkgbuilder/build.py:264
#: pkgbuilder/build.py:268
msgid "none found"
msgstr "none found"

#: pkgbuilder/build.py:278
#: pkgbuilder/build.py:282
msgid ""
"[ERR3202] depcheck: UnicodeDecodeError. The PKGBUILD cannot be read. There "
"are invalid UTF-8 characters (eg. in the Maintainer field.) Error message: "
Expand Down
Binary file modified locale/pl/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
30 changes: 15 additions & 15 deletions locale/pl/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2.1.3.6\n"
"Project-Id-Version: 2.1.3.7\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2012-08-24 20:35+0200\n"
"POT-Creation-Date: 2012-08-26 16:00+0200\n"
"PO-Revision-Date: 2012-07-27 14:20+0100\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Kwpolska <[email protected]>\n"
Expand Down Expand Up @@ -56,56 +56,56 @@ msgstr "[ERR3101] download: ściągnięto 0 bajtów"
msgid "[ERR3151] extract: no files extracted"
msgstr "[ERR3151] extract: wypakowano 0 plików"

#: pkgbuilder/build.py:206 pkgbuilder/build.py:268
#: pkgbuilder/build.py:210 pkgbuilder/build.py:272
msgid "[ERR3201] depcheck: cannot find {0} anywhere"
msgstr "[ERR3201] depcheck: nie można nigdzie znaleźć pakietu {0}"

#: pkgbuilder/build.py:231
#: pkgbuilder/build.py:235
msgid "[ERR3001] Package {0} not found."
msgstr "[ERR3001] Nie znaleziono pakietu {0}."

#: pkgbuilder/build.py:234
#: pkgbuilder/build.py:238
msgid "Building {0}..."
msgstr "Budowanie {0}..."

#. Okay, this package exists, great then. Thanks, user.
#: pkgbuilder/build.py:243
#: pkgbuilder/build.py:247
msgid "Downloading the tarball..."
msgstr "Ściąganie tarballa..."

#: pkgbuilder/build.py:246
#: pkgbuilder/build.py:250
msgid "{0} kB downloaded"
msgstr "ściągnięto {0} kB"

#: pkgbuilder/build.py:248
#: pkgbuilder/build.py:252
msgid "Extracting..."
msgstr "Wypakowywanie..."

#: pkgbuilder/build.py:249
#: pkgbuilder/build.py:253
msgid "{0} files extracted"
msgstr "wypakowano {0} plików"

#: pkgbuilder/build.py:253
#: pkgbuilder/build.py:257
msgid "Checking dependencies..."
msgstr "Sprawdzanie zależności..."

#: pkgbuilder/build.py:260
#: pkgbuilder/build.py:264
msgid "found in system"
msgstr "znaleziono w systemie"

#: pkgbuilder/build.py:260
#: pkgbuilder/build.py:264
msgid "found in repos"
msgstr "znaleziono w repozytoriach"

#: pkgbuilder/build.py:261
#: pkgbuilder/build.py:265
msgid "found in the AUR"
msgstr "znaleziono w AUR"

#: pkgbuilder/build.py:264
#: pkgbuilder/build.py:268
msgid "none found"
msgstr "brak"

#: pkgbuilder/build.py:278
#: pkgbuilder/build.py:282
msgid ""
"[ERR3202] depcheck: UnicodeDecodeError. The PKGBUILD cannot be read. There "
"are invalid UTF-8 characters (eg. in the Maintainer field.) Error message: "
Expand Down
Loading

0 comments on commit 1e92f81

Please sign in to comment.