pkgbuilder
Advanced tools
+6
-2
@@ -8,4 +8,4 @@ ===================== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -51,2 +51,6 @@ .. index:: CHANGELOG | ||
| 4.2.17 | ||
| * Add ``-G``, ``--get`` as ``-F``, ``--fetch`` alternatives (Issue #56) | ||
| * Pass ``pb -F`` to pacman’s file search option (Issue #56) | ||
| 4.2.16 | ||
@@ -53,0 +57,0 @@ * Handle searches with spaces correctly (Issue #55) |
+2
-2
@@ -7,4 +7,4 @@ ====================== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -11,0 +11,0 @@ .. index:: AUR; RPC |
+2
-2
@@ -8,4 +8,4 @@ ============ | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. index:: build |
@@ -8,4 +8,4 @@ ===================== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -51,2 +51,6 @@ .. index:: CHANGELOG | ||
| 4.2.17 | ||
| * Add ``-G``, ``--get`` as ``-F``, ``--fetch`` alternatives (Issue #56) | ||
| * Pass ``pb -F`` to pacman’s file search option (Issue #56) | ||
| 4.2.16 | ||
@@ -53,0 +57,0 @@ * Handle searches with spaces correctly (Issue #55) |
+2
-2
@@ -51,5 +51,5 @@ # -*- coding: utf-8 -*- | ||
| # The short X.Y version. | ||
| version = '4.2.16' | ||
| version = '4.2.17' | ||
| # The full version, including alpha/beta/rc tags. | ||
| release = '4.2.16' | ||
| release = '4.2.17' | ||
@@ -56,0 +56,0 @@ # The language for content autogenerated by Sphinx. Refer to documentation |
@@ -8,4 +8,4 @@ ======================== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. index:: Exceptions |
+2
-2
@@ -6,4 +6,4 @@ ================================== | ||
| :Author: Chris Warrick <chris@chriswarrick.com> | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -10,0 +10,0 @@ .. index:: LICENSE |
+2
-2
@@ -7,4 +7,4 @@ =============== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -11,0 +11,0 @@ .. index:: main |
+2
-2
@@ -8,4 +8,4 @@ ======================================================== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. index:: Package |
+2
-2
@@ -9,4 +9,4 @@ ========= | ||
| :License: BSD (see /LICENSE or Appendix B.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
| :Wrapper Version: 0.5.3 | ||
@@ -13,0 +13,0 @@ :Manual section: 8 |
+2
-2
@@ -8,4 +8,4 @@ ======================== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. module: pbds |
@@ -9,4 +9,4 @@ ========== | ||
| :License: BSD (see /LICENSE or Appendix B.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
| :Manual section: 8 | ||
@@ -52,3 +52,3 @@ :Manual group: PKGBUILDer manual | ||
| **-F, --fetch** | ||
| **-F, --fetch, -G, --get** | ||
| Fetch (and don't build) **PACKAGE**\s in a fashion similar to | ||
@@ -155,3 +155,3 @@ ``cower -d``. Override with ``--nofetch``. | ||
| Python is a binary repo package, triggering a package download from ASP. | ||
| -S and/or -F are also accepted. | ||
| -S and/or -F/-G are also accepted. | ||
@@ -158,0 +158,0 @@ pkgbuilder -Syu |
+2
-2
@@ -6,4 +6,4 @@ ===================================================== | ||
| :Author: Chris Warrick <chris@chriswarrick.com> | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -10,0 +10,0 @@ .. index: README |
@@ -7,4 +7,4 @@ ========================= | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -11,0 +11,0 @@ .. index:: sample scripts |
@@ -8,4 +8,4 @@ ============ | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. index:: transaction |
+2
-2
@@ -8,4 +8,4 @@ ==================== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. index:: UI |
+2
-2
@@ -8,4 +8,4 @@ ============== | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. index:: upgrade |
+2
-2
@@ -8,4 +8,4 @@ ============ | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -12,0 +12,0 @@ .. index:: utils |
+2
-2
@@ -7,4 +7,4 @@ ========= | ||
| :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
| :PBWrapper Version: 0.2.3 | ||
@@ -11,0 +11,0 @@ |
+3
-3
| Metadata-Version: 1.1 | ||
| Name: pkgbuilder | ||
| Version: 4.2.16 | ||
| Version: 4.2.17 | ||
| Summary: An AUR helper (and library) in Python 3. | ||
@@ -14,4 +14,4 @@ Home-page: https://github.com/Kwpolska/pkgbuilder | ||
| :Author: Chris Warrick <chris@chriswarrick.com> | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -18,0 +18,0 @@ .. index: README |
| Metadata-Version: 1.1 | ||
| Name: pkgbuilder | ||
| Version: 4.2.16 | ||
| Version: 4.2.17 | ||
| Summary: An AUR helper (and library) in Python 3. | ||
@@ -14,4 +14,4 @@ Home-page: https://github.com/Kwpolska/pkgbuilder | ||
| :Author: Chris Warrick <chris@chriswarrick.com> | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -18,0 +18,0 @@ .. index: README |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -48,3 +48,3 @@ # Copyright © 2011-2018, Chris Warrick. | ||
| __title__ = 'PKGBUILDer' | ||
| __version__ = '4.2.16' | ||
| __version__ = '4.2.17' | ||
| __author__ = 'Chris Warrick' | ||
@@ -51,0 +51,0 @@ __license__ = '3-clause BSD' |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -55,3 +55,3 @@ # Copyright © 2011-2018, Chris Warrick. | ||
| argopr.add_argument( | ||
| '-F', '--fetch', action='store_true', dest='fetch', | ||
| '-F', '--fetch', '-G', '--get', action='store_true', dest='fetch', | ||
| help=_('fetch package files')) | ||
@@ -58,0 +58,0 @@ argopr.add_argument( |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
+1
-1
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
| # -*- encoding: utf-8 -*- | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -4,0 +4,0 @@ # Copyright © 2011-2018, Chris Warrick. |
+15
-11
| # -*- encoding: utf-8 -*- | ||
| # PBWrapper v0.5.0 | ||
| # PKGBUILDer v4.2.16 | ||
| # PKGBUILDer v4.2.17 | ||
| # An AUR helper (and library) in Python 3. | ||
@@ -28,3 +28,3 @@ # Copyright © 2011-2018, Chris Warrick. | ||
| __all__ = ('main', 'wrapper') | ||
| __wrapperversion__ = '0.5.4' | ||
| __wrapperversion__ = '0.5.5' | ||
@@ -117,3 +117,3 @@ | ||
| 'noprogressbar', 'noscriptlet', 'print', 'quiet', | ||
| 'verbose'] | ||
| 'verbose', 'files'] | ||
| pacmanshorta = ['b', 'r'] | ||
@@ -124,4 +124,4 @@ pacmanlonga = ['arch', 'cachedir', 'config', 'dbpath', 'gpgdir', | ||
| pbshort = ['D', 'C', 'F'] | ||
| pblong = ['fetch', 'userfetch', 'vcsupgrade', 'novcsupgrade', 'colors', | ||
| pbshort = ['D', 'C', 'G'] | ||
| pblong = ['fetch', 'get', 'userfetch', 'vcsupgrade', 'novcsupgrade', 'colors', | ||
| 'nocolors', 'depcheck', 'nodepcheck', 'validation', | ||
@@ -324,8 +324,8 @@ 'novalidation', 'install', 'buildonly', 'pgpcheck', | ||
| DS.sudo([DS.paccommand] + pacargs + sanityargs) | ||
| elif (('-F' in argst) or ('--fetch' in argst) or | ||
| ('--userfetch' in argst) or | ||
| ('-X' in argst) or ('--runtx' in argst) or | ||
| (re.search('-[a-zA-Z]*F', ' '.join(argst)) is not None) or | ||
| elif (('-G' in argst) or ('--get' in argst) or ('--fetch' in argst) or | ||
| ('--userfetch' in argst) or ('-X' in argst) or ('--runtx' in argst) or | ||
| (re.search('-[a-zA-Z]*G', ' '.join(argst)) is not None) or | ||
| (re.search('-[a-zA-Z]*X', ' '.join(argst)) is not None)): | ||
| # pkgbuilder -F, --fetch / --userfetch / -X, --runtx. | ||
| # pkgbuilder -G, --get, --fetch / --userfetch / -X, --runtx. | ||
| log.info("Running pkgbuilder command") | ||
| pbmain(argst) | ||
@@ -344,5 +344,9 @@ elif ('-h' in argst) or ('--help' in argst): | ||
| elif (('-Q' in argst) or ('--query' in argst) or (re.search( | ||
| '-[a-zA-Z]*Q', ''.join(argst)) is not None)): | ||
| '-[a-zA-Z]*Q', ''.join(argst)) is not None) or | ||
| ('-F' in argst) or ('--files' in argst) or (re.search( | ||
| '-[a-zA-Z]*F', ''.join(argst)) is not None)): | ||
| log.info("Running rootless pacman command") | ||
| DS.run_command([DS.paccommand] + argst) | ||
| else: | ||
| log.info("Running root pacman command") | ||
| DS.sudo([DS.paccommand] + argst) |
+2
-2
@@ -6,4 +6,4 @@ ===================================================== | ||
| :Author: Chris Warrick <chris@chriswarrick.com> | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -10,0 +10,0 @@ .. index: README |
+2
-2
@@ -6,4 +6,4 @@ ===================================================== | ||
| :Author: Chris Warrick <chris@chriswarrick.com> | ||
| :Date: 2018-03-18 | ||
| :Version: 4.2.16 | ||
| :Date: 2018-03-25 | ||
| :Version: 4.2.17 | ||
@@ -10,0 +10,0 @@ .. index: README |
+1
-1
@@ -21,3 +21,3 @@ #!/usr/bin/env python3 | ||
| setup(name='pkgbuilder', | ||
| version='4.2.16', | ||
| version='4.2.17', | ||
| description='An AUR helper (and library) in Python 3.', | ||
@@ -24,0 +24,0 @@ keywords='arch pkgbuild', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
306424
0.21%3228
0.12%