Skip to content

Commit

Permalink
v2.1.2.30: fixed AUR dependency resolving
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Jul 14, 2012
1 parent de7cbb7 commit 6357461
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 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.2.29
pkgver=2.1.2.30
pkgrel=1
pkgdesc="A basic Python AUR helper/library."
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-pyparsing' 'pacman>=4.0.0-1')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('1dda25a99cf570094765201a916fc910')
md5sums=('128f687ef21f7797110a3dfa47f9591c')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion README
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: 2012-07-14
:Version: 2.1.2.29
:Version: 2.1.2.30

PKGBUILDer. A Python AUR helper/library.
=========================================
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: 2012-07-14
:Version: 2.1.2.29
:Version: 2.1.2.30

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
Binary file added dist/pkgbuilder-2.1.2.30.tar.gz
Binary file not shown.
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: 2012-07-14
:Version: 2.1.2.29
:Version: 2.1.2.30

Copyright (C) 2011, 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: 2012-07-14
:Version: 2.1.2.29
:Version: 2.1.2.30

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
2 changes: 1 addition & 1 deletion 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: 2012-07-14
:Version: 2.1.2.29
:Version: 2.1.2.30

.. 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.29'
release = '2.1.2.30'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion 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: 2012-07-14
:Version: 2.1.2.29
:Version: 2.1.2.30

In order to help debugging, messages are numbered.
Each message number has four digits: the first one is the
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: 2012-07-14
:Version: 2.1.2.29
:Version: 2.1.2.30
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
14 changes: 7 additions & 7 deletions pkgbuilder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v2.1.2.29
# PKGBUILDer v2.1.2.30
# A Python AUR helper/library.
# Copyright (C) 2011-2012, Kwpolska.
# All rights reserved.
Expand Down Expand Up @@ -52,7 +52,7 @@
import gettext
import functools

VERSION = '2.1.2.29'
VERSION = '2.1.2.30'
T = gettext.translation('pkgbuilder', '/usr/share/locale', fallback='C')
_ = T.gettext

Expand Down Expand Up @@ -81,10 +81,10 @@ def __init__(self):
self.validate = True
self.depcheck = True
self.mkpginst = True
self.categories = ['E', 'E', 'daemons', 'devel', 'editors',
'emulators', 'games', 'gnome', 'i18n', 'kde',
'lib', 'modules', 'multimedia', 'network',
'office', 'science', 'system', 'x11',
self.categories = ['ERROR', 'ERROR', 'daemons', 'devel',
'editors', 'emulators', 'games', 'gnome',
'i18n', 'kde', 'lib', 'modules', 'multimedia',
'network', 'office', 'science', 'system', 'x11',
'xfce', 'kernels']
self.inttext = _('[ERR5001] Aborted by user! Exiting…')

Expand Down Expand Up @@ -449,7 +449,7 @@ def auto_build(self, pkgname, validate = True, performdepcheck = True,
os.chdir('../')
fancy_warning(_('[ERR3401] Building more AUR packages is \
required.'))
for pkgname2 in build_result:
for pkgname2 in build_result[1]:
self.auto_build(pkgname2, validate, performdepcheck,
makepkginstall)
self.auto_build(pkgname, validate, performdepcheck,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup

setup(name='pkgbuilder',
version='2.1.2.29',
version='2.1.2.30',
description='An AUR helper (and library) in python3',
author='Kwpolska',
author_email='[email protected]',
Expand Down

0 comments on commit 6357461

Please sign in to comment.