[arch-commits] Commit in brltty/repos (8 files)
Date: Monday, September 21, 2015 @ 08:56:44 Author: fyan Revision: 247028 archrelease: copy trunk to staging-i686, staging-x86_64 Added: brltty/repos/staging-i686/ brltty/repos/staging-i686/PKGBUILD (from rev 247027, brltty/trunk/PKGBUILD) brltty/repos/staging-i686/brltty.install (from rev 247027, brltty/trunk/brltty.install) brltty/repos/staging-i686/brltty.service (from rev 247027, brltty/trunk/brltty.service) brltty/repos/staging-x86_64/ brltty/repos/staging-x86_64/PKGBUILD (from rev 247027, brltty/trunk/PKGBUILD) brltty/repos/staging-x86_64/brltty.install (from rev 247027, brltty/trunk/brltty.install) brltty/repos/staging-x86_64/brltty.service (from rev 247027, brltty/trunk/brltty.service) ---+ staging-i686/PKGBUILD | 43 staging-i686/brltty.install | 20 ++ staging-i686/brltty.service | 12 +++ staging-x86_64/PKGBUILD | 43 staging-x86_64/brltty.install | 20 ++ staging-x86_64/brltty.service | 12 +++ 6 files changed, 150 insertions(+) Copied: brltty/repos/staging-i686/PKGBUILD (from rev 247027, brltty/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-09-21 06:56:44 UTC (rev 247028) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Jan de Groot +# Contributor: Giovanni Scafora + +pkgname=brltty +pkgver=5.2 +pkgrel=5 +pkgdesc="Braille display driver for Linux/Unix" +arch=(i686 x86_64) +url="http://mielke.cc/brltty"; +license=(GPL LGPL) +depends=(libxaw gpm icu tcl cython bluez-libs) +makedepends=(at-spi2-core tcl) +optdepends=('at-spi2-core: X11/GNOME Apps accessibility' +'atk: ATK bridge for X11/GNOME accessibility') +backup=(etc/brltty.conf) +options=('!emptydirs') +install=brltty.install +source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz +brltty.service) +md5sums=('b484343461b5a45f95fedfb21d1ceca3' + '0cad54bb5470122535f5e3a11d5ca123') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--mandir=/usr/share/man \ +--with-tables-directory=/usr/share/brltty \ +--with-screen-driver=lx \ +--enable-gpm \ +--disable-java-bindings \ +--disable-static + + make +} + +package() { + cd $pkgname-$pkgver + make INSTALL_ROOT="$pkgdir" install + install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf" + install -Dm644 ../brltty.service "$pkgdir/usr/lib/systemd/system/brltty.service" +} Copied: brltty/repos/staging-i686/brltty.install (from rev 247027, brltty/trunk/brltty.install) === --- staging-i686/brltty.install (rev 0) +++ staging-i686/brltty.install 2015-09-21 06:56:44 UTC (rev 247028) @@ -0,0 +1,20 @@ +post_install () { + getent group brlapi &>/dev/null || groupadd -r brlapi + if [ ! -e /etc/brlapi.key ]; then + mcookie >/etc/brlapi.key + chmod 0640 /etc/brlapi.key + chgrp brlapi /etc/brlapi.key + echo "Please add your user to the brlapi group." + fi +} + +post_upgrade () { +post_install +} + +post_remove () { +getent group brlapi >/dev/null 2>&1 && groupdel brlapi +if [ -e /etc/brlapi.key ]; then +rm -f /etc/brlapi.key +fi +} Copied: brltty/repos/staging-i686/brltty.service (from rev 247027, brltty/trunk/brltty.service) === --- staging-i686/brltty.service (rev 0) +++ staging-i686/brltty.service 2015-09-21 06:56:44 UTC (rev 247028) @@ -0,0 +1,12 @@ +[Unit] +Description=Braille Console Driver +DefaultDependencies=no +Before=sysinit.target + +[Service] +ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid +Type=forking +PIDFile=/run/brltty.pid + +[Install] +WantedBy=sysinit.target Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 247027, brltty/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2015-09-21 06:56:44 UTC (rev 247028) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Jan de Groot +# Contributor: Giovanni Scafora + +pkgname=brltty +pkgver=5.2 +pkgrel=5 +pkgdesc="Braille display driver for Linux/Unix" +arch=(i686 x86_64) +url="http://mielke.cc/brltty"; +license=(GPL LGPL) +depends=(libxaw gpm icu tcl cython bluez-libs) +makedepends=(at-spi2-core tcl) +optdepends=('at-spi2-core: X11/GNOME Apps accessibility' +'atk: ATK bridge for X11/GNOME accessibility') +backup=(etc/brltty.conf) +options=('!emptydirs') +install=brltty.install +source=(http://mielke.cc/brltty/archive/br
[arch-commits] Commit in brltty/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 08:56:12 Author: fyan Revision: 247027 upgpkg: brltty 5.2-5 rebuild for python 3.5 Modified: brltty/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 06:47:16 UTC (rev 247026) +++ PKGBUILD2015-09-21 06:56:12 UTC (rev 247027) @@ -5,7 +5,7 @@ pkgname=brltty pkgver=5.2 -pkgrel=4 +pkgrel=5 pkgdesc="Braille display driver for Linux/Unix" arch=(i686 x86_64) url="http://mielke.cc/brltty";
[arch-commits] Commit in vim/repos (12 files)
Date: Monday, September 21, 2015 @ 08:47:16 Author: fyan Revision: 247026 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vim/repos/staging-i686/ vim/repos/staging-i686/PKGBUILD (from rev 247025, vim/trunk/PKGBUILD) vim/repos/staging-i686/archlinux.vim (from rev 247025, vim/trunk/archlinux.vim) vim/repos/staging-i686/gvim.desktop (from rev 247025, vim/trunk/gvim.desktop) vim/repos/staging-i686/gvim.install (from rev 247025, vim/trunk/gvim.install) vim/repos/staging-i686/vimrc (from rev 247025, vim/trunk/vimrc) vim/repos/staging-x86_64/ vim/repos/staging-x86_64/PKGBUILD (from rev 247025, vim/trunk/PKGBUILD) vim/repos/staging-x86_64/archlinux.vim (from rev 247025, vim/trunk/archlinux.vim) vim/repos/staging-x86_64/gvim.desktop (from rev 247025, vim/trunk/gvim.desktop) vim/repos/staging-x86_64/gvim.install (from rev 247025, vim/trunk/gvim.install) vim/repos/staging-x86_64/vimrc (from rev 247025, vim/trunk/vimrc) --+ staging-i686/PKGBUILD| 376 + staging-i686/archlinux.vim | 25 ++ staging-i686/gvim.desktop| 63 ++ staging-i686/gvim.install| 15 + staging-i686/vimrc | 16 + staging-x86_64/PKGBUILD | 376 + staging-x86_64/archlinux.vim | 25 ++ staging-x86_64/gvim.desktop | 63 ++ staging-x86_64/gvim.install | 15 + staging-x86_64/vimrc | 16 + 10 files changed, 990 insertions(+) Copied: vim/repos/staging-i686/PKGBUILD (from rev 247025, vim/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-09-21 06:47:16 UTC (rev 247026) @@ -0,0 +1,376 @@ +# $Id$ +# Maintainer: Thomas Dziedzic +# Contributor: Jan "heftig" Steffens +# Contributor: tobias [ tobias at archlinux org ] +# Contributor: Daniel J Griffiths + +pkgbase=vim +pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime) +pkgver=7.4.854 +_versiondir=74 +pkgrel=3 +arch=(i686 x86_64) +license=('custom:vim') +url='http://www.vim.org' +makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua) +source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz +vimrc +archlinux.vim +gvim.desktop) +sha1sums=('SKIP' + '15ebf3f48693f1f219fe2d8edb7643683139eb6b' + '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2' + '4a579cf66590d711f49c5dfb4a25e5df116ff7ba') + +prepare() { + cd vim-$pkgver + + # define the place for the global (g)vimrc file (set to /etc/vimrc) + sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \ +src/feature.h + sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \ +src/feature.h + + (cd src && autoconf) + + cd "$srcdir" + for pkg in ${pkgname[@]} + do +cp -a vim-$pkgver ${pkg}-build + done +} + +build() { + cd "${srcdir}"/vim-runtime-build + + ./configure \ +--prefix=/usr \ +--localstatedir=/var/lib/vim \ +--with-features=huge \ +--with-compiledby='Arch Linux' \ +--enable-gpm \ +--enable-acl \ +--with-x=no \ +--disable-gui \ +--enable-multibyte \ +--enable-cscope \ +--disable-netbeans \ +--enable-perlinterp \ +--disable-pythoninterp \ +--disable-python3interp \ +--disable-rubyinterp \ +--disable-luainterp + + make + + cd "${srcdir}"/vim-minimal-build + + ./configure \ +--prefix=/usr \ +--localstatedir=/var/lib/vim \ +--with-features=huge \ +--with-compiledby='Arch Linux' \ +--enable-gpm \ +--enable-acl \ +--with-x=no \ +--disable-gui \ +--enable-multibyte \ +--enable-cscope \ +--disable-netbeans \ +--enable-perlinterp \ +--disable-pythoninterp \ +--disable-python3interp \ +--disable-rubyinterp \ +--disable-luainterp + + make + + cd "${srcdir}"/vim-build + + ./configure \ +--prefix=/usr \ +--localstatedir=/var/lib/vim \ +--with-features=huge \ +--with-compiledby='Arch Linux' \ +--enable-gpm \ +--enable-acl \ +--with-x=no \ +--disable-gui \ +--enable-multibyte \ +--enable-cscope \ +--enable-netbeans \ +--enable-perlinterp \ +--enable-pythoninterp \ +--disable-python3interp \ +--enable-rubyinterp \ +--enable-luainterp + + make + + cd "${srcdir}"/vim-python3-build + + ./configure \ +--prefix=/usr \ +--localstatedir=/var/lib/vim \ +--with-features=huge \ +--with-compiledby='Arch Linux' \ +--enable-gpm \ +--enable-acl \ +--with-x=no \ +--disable-gui \ +--enable-multibyte \ +--enable-cscope \ +--enable-netbeans \ +--enable-perlinterp \ +--disable-pythoninterp \ +--enable-python3interp \ +--enable-rubyinterp \ +--enable-luainterp + + make + + cd "${srcdir}"/gvim-build + + ./configure \ +--prefix=
[arch-commits] Commit in vim/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 08:46:32 Author: fyan Revision: 247025 upgpkg: vim 7.4.854-3 rebuild for python 3.5 Modified: vim/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 06:09:13 UTC (rev 247024) +++ PKGBUILD2015-09-21 06:46:32 UTC (rev 247025) @@ -8,7 +8,7 @@ pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime) pkgver=7.4.854 _versiondir=74 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) license=('custom:vim') url='http://www.vim.org'
[arch-commits] Commit in python-pyperclip/repos/community-staging-any (4 files)
Date: Monday, September 21, 2015 @ 08:16:21 Author: fyan Revision: 141350 archrelease: copy trunk to community-staging-any Added: python-pyperclip/repos/community-staging-any/LICENSE.txt (from rev 141349, python-pyperclip/trunk/LICENSE.txt) python-pyperclip/repos/community-staging-any/PKGBUILD (from rev 141349, python-pyperclip/trunk/PKGBUILD) Deleted: python-pyperclip/repos/community-staging-any/LICENSE.txt python-pyperclip/repos/community-staging-any/PKGBUILD -+ LICENSE.txt | 54 +++ PKGBUILD| 100 +- 2 files changed, 77 insertions(+), 77 deletions(-) Deleted: LICENSE.txt === --- LICENSE.txt 2015-09-21 06:16:02 UTC (rev 141349) +++ LICENSE.txt 2015-09-21 06:16:21 UTC (rev 141350) @@ -1,27 +0,0 @@ -Copyright (c) 2014, Al Sweigart -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the {organization} nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Copied: python-pyperclip/repos/community-staging-any/LICENSE.txt (from rev 141349, python-pyperclip/trunk/LICENSE.txt) === --- LICENSE.txt (rev 0) +++ LICENSE.txt 2015-09-21 06:16:21 UTC (rev 141350) @@ -0,0 +1,27 @@ +Copyright (c) 2014, Al Sweigart +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the {organization} nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Deleted: PKGBUILD === --- PKGBUILD2015-09-21 06:16:02 UTC (rev 141349) +++ PKGBUILD2015-09-21 06:16:21 UTC (rev 141350) @@ -1,50 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Jim Bridgewater -# Contributor: delta48 - -pkgbase=python-pyperclip -pkgname=('python-pyperclip' 'python2-pyperclip') -_pypiname=pyperclip -pkgver=1.5.11 -pkgrel=2 -pkgdesc="A cross-platform clipboard module for Python" -arch=('any') -url="http://coffeeghost.net/2010/10/09/pyperclip-a-cross-platform-clipboard-module-for-python/"; -license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools' 'xclip') -checkdepends=('xorg-server-xvfb') -source=("https://pypi.python.org/packages/source/p
[arch-commits] Commit in python-pyperclip/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 08:16:02 Author: fyan Revision: 141349 upgpkg: python-pyperclip 1.5.12-1 Modified: python-pyperclip/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 05:56:20 UTC (rev 141348) +++ PKGBUILD2015-09-21 06:16:02 UTC (rev 141349) @@ -6,8 +6,8 @@ pkgbase=python-pyperclip pkgname=('python-pyperclip' 'python2-pyperclip') _pypiname=pyperclip -pkgver=1.5.11 -pkgrel=2 +pkgver=1.5.12 +pkgrel=1 pkgdesc="A cross-platform clipboard module for Python" arch=('any') url="http://coffeeghost.net/2010/10/09/pyperclip-a-cross-platform-clipboard-module-for-python/"; @@ -16,7 +16,7 @@ checkdepends=('xorg-server-xvfb') source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.zip"; LICENSE.txt) -md5sums=('800b0e2c8aefee2e026da0acf3379a2d' +md5sums=('8be09a9d9991a02df5b71f6a27362a43' 'b6cd06fd72984ac1f8428337aec8cff7') prepare() {
[arch-commits] Commit in pylint/repos/staging-any (PKGBUILD PKGBUILD)
Date: Monday, September 21, 2015 @ 08:09:13 Author: fyan Revision: 247024 archrelease: copy trunk to staging-any Added: pylint/repos/staging-any/PKGBUILD (from rev 247023, pylint/trunk/PKGBUILD) Deleted: pylint/repos/staging-any/PKGBUILD --+ PKGBUILD | 143 ++--- 1 file changed, 72 insertions(+), 71 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-09-21 06:08:56 UTC (rev 247023) +++ PKGBUILD2015-09-21 06:09:13 UTC (rev 247024) @@ -1,71 +0,0 @@ -# $Id$ -# Maintainer: Angel Velasquez -# Maintainer: Felix Yan -# Contributor: Stéphane Gaudreault -# Contributor: Alexander Fehr - -pkgbase=pylint -pkgname=('python2-pylint' 'python-pylint') -pkgver=1.4.4 -pkgrel=2 -pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" -arch=('any') -url="http://pylint.org"; -license=('GPL') -makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 'python-setuptools' 'python2-six' 'python-six') -optdepends=('tk: Pylint GUI') -source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";) -sha1sums=('4f46ee34830cebb51a1c5f8fa27e132bd0952ae3') - -prepare() { - cp -a ${pkgbase}-${pkgver}{,-py3} - - cd ${pkgbase}-${pkgver}/pylint - sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e "s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py test/input/noext test/data/ascript - - cd ../../${pkgbase}-${pkgver}-py3/pylint - sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e "s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py test/input/noext test/data/ascript -} - -build() { - cd ${pkgbase}-${pkgver} - python2 setup.py build - - cd ../${pkgbase}-${pkgver}-py3 - python3 setup.py build -} - -check() { - cd ${pkgbase}-${pkgver} - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s pylint/test/ -p *test_*.py || warning "Tests failed" - - cd ../${pkgbase}-${pkgver}-py3 - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s pylint/test/ -p *test_*.py || warning "Tests failed" -} - -package_python2-pylint() { - depends=('python2-astroid' 'python2-setuptools' 'python2-six') - - cd ${pkgbase}-${pkgver} - - python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1 - - install -d "${pkgdir}"/usr/share/man/man1 - install -m644 man/* "${pkgdir}/usr/share/man/man1" - - for i in epylint pylint pylint-gui pyreverse symilar; do - mv "${pkgdir}"/usr/bin/${i}{,2} - mv "${pkgdir}"/usr/share/man/man1/${i}{,2}.1 - done -} - -package_python-pylint() { - depends=('python-astroid' 'python-setuptools' 'python-six') - - cd ${pkgbase}-${pkgver}-py3 - - python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1 - - install -d "${pkgdir}/usr/share/man/man1" - install -m644 man/* "${pkgdir}/usr/share/man/man1" -} Copied: pylint/repos/staging-any/PKGBUILD (from rev 247023, pylint/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-09-21 06:09:13 UTC (rev 247024) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Angel Velasquez +# Maintainer: Felix Yan +# Contributor: Stéphane Gaudreault +# Contributor: Alexander Fehr + +pkgbase=pylint +pkgname=('python2-pylint' 'python-pylint') +pkgver=1.4.4.20150921 +_commit=794a019236afead67c745777f5927cbe6b3f0711 +pkgrel=1 +pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" +arch=('any') +url="http://pylint.org"; +license=('GPL') +makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 'python-setuptools' 'python2-six' 'python-six' 'mercurial') +optdepends=('tk: Pylint GUI') +source=("hg+https://felixonm...@bitbucket.org/logilab/pylint#revision=$_commit";) +sha1sums=('SKIP') + +prepare() { + cp -a ${pkgbase}{,-py3} + + cd ${pkgbase}/pylint + sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e "s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py test/input/noext test/data/ascript + + cd ../../${pkgbase}-py3/pylint + sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e "s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py test/input/noext test/data/ascript +} + +build() { + cd ${pkgbase} + python2 setup.py build + + cd ../${pkgbase}-py3 + python3 setup.py build +} + +check() { + cd ${pkgbase} + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s pylint/test/ -p *test_*.py || warning "Tests failed" + + cd ../${pkgbase}-py3 + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s pylint/test/ -p *test_*.py || warning "Tests failed" +} + +package_python2-pylint() { + depends=('python2-astroid' 'python2-setuptools' 'python2-six') + + cd ${pkgbase} + + python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optim
[arch-commits] Commit in pylint/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 08:08:56 Author: fyan Revision: 247023 upgpkg: pylint 1.4.4.20150921-1 bumping to git master for compatibility with new astroid Modified: pylint/trunk/PKGBUILD --+ PKGBUILD | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 06:01:44 UTC (rev 247022) +++ PKGBUILD2015-09-21 06:08:56 UTC (rev 247023) @@ -6,40 +6,41 @@ pkgbase=pylint pkgname=('python2-pylint' 'python-pylint') -pkgver=1.4.4 -pkgrel=2 +pkgver=1.4.4.20150921 +_commit=794a019236afead67c745777f5927cbe6b3f0711 +pkgrel=1 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" arch=('any') url="http://pylint.org"; license=('GPL') -makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 'python-setuptools' 'python2-six' 'python-six') +makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 'python-setuptools' 'python2-six' 'python-six' 'mercurial') optdepends=('tk: Pylint GUI') -source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";) -sha1sums=('4f46ee34830cebb51a1c5f8fa27e132bd0952ae3') +source=("hg+https://felixonm...@bitbucket.org/logilab/pylint#revision=$_commit";) +sha1sums=('SKIP') prepare() { - cp -a ${pkgbase}-${pkgver}{,-py3} + cp -a ${pkgbase}{,-py3} - cd ${pkgbase}-${pkgver}/pylint + cd ${pkgbase}/pylint sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e "s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py test/input/noext test/data/ascript - cd ../../${pkgbase}-${pkgver}-py3/pylint + cd ../../${pkgbase}-py3/pylint sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e "s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py test/input/noext test/data/ascript } build() { - cd ${pkgbase}-${pkgver} + cd ${pkgbase} python2 setup.py build - cd ../${pkgbase}-${pkgver}-py3 + cd ../${pkgbase}-py3 python3 setup.py build } check() { - cd ${pkgbase}-${pkgver} + cd ${pkgbase} PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s pylint/test/ -p *test_*.py || warning "Tests failed" - cd ../${pkgbase}-${pkgver}-py3 + cd ../${pkgbase}-py3 PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s pylint/test/ -p *test_*.py || warning "Tests failed" } @@ -46,7 +47,7 @@ package_python2-pylint() { depends=('python2-astroid' 'python2-setuptools' 'python2-six') - cd ${pkgbase}-${pkgver} + cd ${pkgbase} python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1 @@ -62,7 +63,7 @@ package_python-pylint() { depends=('python-astroid' 'python-setuptools' 'python-six') - cd ${pkgbase}-${pkgver}-py3 + cd ${pkgbase}-py3 python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
[arch-commits] Commit in python-astroid/repos (staging-any staging-any/PKGBUILD)
Date: Monday, September 21, 2015 @ 08:01:44 Author: fyan Revision: 247022 archrelease: copy trunk to staging-any Added: python-astroid/repos/staging-any/ python-astroid/repos/staging-any/PKGBUILD (from rev 247021, python-astroid/trunk/PKGBUILD) --+ PKGBUILD | 58 ++ 1 file changed, 58 insertions(+) Copied: python-astroid/repos/staging-any/PKGBUILD (from rev 247021, python-astroid/trunk/PKGBUILD) === --- staging-any/PKGBUILD(rev 0) +++ staging-any/PKGBUILD2015-09-21 06:01:44 UTC (rev 247022) @@ -0,0 +1,58 @@ +# $Id$ +# Maintainer: Angel Velasquez +# Maintainer: Felix Yan + +pkgbase=python-astroid +pkgname=('python2-astroid' 'python-astroid') +pkgver=1.3.8.20150919 +_commit=21f676e1e04042dfebd0024161a2cff72c53 +pkgrel=1 +pkgdesc="Useful miscellaneous modules used by Logilab projects" +arch=('any') +url="https://bitbucket.org/logilab/astroid"; +license=('LGPL') +makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'mercurial' + 'python-lazy-object-proxy' 'python2-lazy-object-proxy' 'python-wrapt' 'python2-wrapt' + 'python2-singledispatch') +source=("hg+https://bitbucket.org/logilab/astroid#revision=$_commit";) +sha1sums=('SKIP') + +prepare() { + cp -a astroid{,-py2} +} + +build() { + cd astroid + python setup.py build + + cd ../astroid-py2 + python2 setup.py build +} + +check() { + cd astroid + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s build/lib/astroid/tests -p "unittest*.py" + + cd ../astroid-py2 + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s build/lib/astroid/tests -p "unittest*.py" +} + +package_python-astroid() { + depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt') + replaces=('python-logilab-astng') + conflicts=('python-logilab-astng') + + cd astroid + + python setup.py install --optimize=1 --skip-build --prefix=/usr --root="${pkgdir}" +} + +package_python2-astroid() { + depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 'python2-singledispatch') + replaces=('python2-logilab-astng') + conflicts=('python2-logilab-astng') + + cd astroid-py2 + + python2 setup.py install --optimize=1 --skip-build --prefix=/usr --root="${pkgdir}" +}
[arch-commits] Commit in python-astroid/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 08:01:29 Author: fyan Revision: 247021 upgpkg: python-astroid 1.3.8.20150919-1 Modified: python-astroid/trunk/PKGBUILD --+ PKGBUILD | 54 -- 1 file changed, 28 insertions(+), 26 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 05:51:25 UTC (rev 247020) +++ PKGBUILD2015-09-21 06:01:29 UTC (rev 247021) @@ -4,53 +4,55 @@ pkgbase=python-astroid pkgname=('python2-astroid' 'python-astroid') -pkgver=1.3.6 +pkgver=1.3.8.20150919 +_commit=21f676e1e04042dfebd0024161a2cff72c53 pkgrel=1 pkgdesc="Useful miscellaneous modules used by Logilab projects" arch=('any') url="https://bitbucket.org/logilab/astroid"; license=('LGPL') -makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') -checkdepends=('python-logilab-common' 'python2-logilab-common') -source=("https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz";) -sha1sums=('bcf21cfa9891c70f63a9730b792ce9cf8ea3bb2b') +makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'mercurial' + 'python-lazy-object-proxy' 'python2-lazy-object-proxy' 'python-wrapt' 'python2-wrapt' + 'python2-singledispatch') +source=("hg+https://bitbucket.org/logilab/astroid#revision=$_commit";) +sha1sums=('SKIP') prepare() { - cp -a astroid-${pkgver}{,-py3} + cp -a astroid{,-py2} } build() { - cd astroid-${pkgver} + cd astroid + python setup.py build + + cd ../astroid-py2 python2 setup.py build - - cd ../astroid-${pkgver}-py3 - python3 setup.py build } check() { - cd astroid-${pkgver} - PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s build/lib/astroid/tests -p "unittest*.py" + cd astroid + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s build/lib/astroid/tests -p "unittest*.py" - cd ../astroid-${pkgver}-py3 - PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python -Wi -m unittest discover -s build/lib/astroid/tests -p "unittest*.py" + cd ../astroid-py2 + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s build/lib/astroid/tests -p "unittest*.py" } +package_python-astroid() { + depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt') + replaces=('python-logilab-astng') + conflicts=('python-logilab-astng') + + cd astroid + + python setup.py install --optimize=1 --skip-build --prefix=/usr --root="${pkgdir}" +} + package_python2-astroid() { - depends=('python2-logilab-common' 'python2-six') + depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 'python2-singledispatch') replaces=('python2-logilab-astng') conflicts=('python2-logilab-astng') - cd astroid-${pkgver} + cd astroid-py2 python2 setup.py install --optimize=1 --skip-build --prefix=/usr --root="${pkgdir}" } - -package_python-astroid() { - depends=('python-logilab-common' 'python-six') - replaces=('python-logilab-astng') - conflicts=('python-logilab-astng') - - cd astroid-${pkgver}-py3 - - python3 setup.py install --optimize=1 --skip-build --prefix=/usr --root="${pkgdir}" -}
[arch-commits] Commit in python-lazy-object-proxy/repos (4 files)
Date: Monday, September 21, 2015 @ 07:56:20 Author: fyan Revision: 141348 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: python-lazy-object-proxy/repos/community-staging-i686/ python-lazy-object-proxy/repos/community-staging-i686/PKGBUILD (from rev 141347, python-lazy-object-proxy/trunk/PKGBUILD) python-lazy-object-proxy/repos/community-staging-x86_64/ python-lazy-object-proxy/repos/community-staging-x86_64/PKGBUILD (from rev 141347, python-lazy-object-proxy/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 52 community-staging-x86_64/PKGBUILD | 52 2 files changed, 104 insertions(+) Copied: python-lazy-object-proxy/repos/community-staging-i686/PKGBUILD (from rev 141347, python-lazy-object-proxy/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-21 05:56:20 UTC (rev 141348) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-lazy-object-proxy +pkgname=(python-lazy-object-proxy python2-lazy-object-proxy) +pkgver=1.2.1 +pkgrel=1 +pkgdesc='A fast and thorough lazy object proxy' +arch=('i686' 'x86_64') +url="https://github.com/ionelmc/python-lazy-object-proxy"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools' 'git') +checkdepends=('python-pytest-capturelog' 'python2-pytest-capturelog' + 'python-pytest-benchmark' 'python2-pytest-benchmark') +source=("git+https://github.com/ionelmc/python-lazy-object-proxy#tag=v$pkgver";) +sha256sums=('SKIP') + +prepare() { + cp -a python-lazy-object-proxy{,-py2} +} + +build() { + cd "${srcdir}/python-lazy-object-proxy" + python setup.py build + + cd "${srcdir}/python-lazy-object-proxy-py2" + python2 setup.py build +} + +check() { + cd "${srcdir}/python-lazy-object-proxy" + LC_CTYPE=en_US.UTF-8 PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test --ignore=src + + cd "${srcdir}/python-lazy-object-proxy-py2" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2 --ignore=src +} + +package_python-lazy-object-proxy() { + depends=("python") + + cd "${srcdir}/python-lazy-object-proxy" + python setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-lazy-object-proxy() { + depends=("python2") + + cd "${srcdir}/python-lazy-object-proxy" + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} Copied: python-lazy-object-proxy/repos/community-staging-x86_64/PKGBUILD (from rev 141347, python-lazy-object-proxy/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-09-21 05:56:20 UTC (rev 141348) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-lazy-object-proxy +pkgname=(python-lazy-object-proxy python2-lazy-object-proxy) +pkgver=1.2.1 +pkgrel=1 +pkgdesc='A fast and thorough lazy object proxy' +arch=('i686' 'x86_64') +url="https://github.com/ionelmc/python-lazy-object-proxy"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools' 'git') +checkdepends=('python-pytest-capturelog' 'python2-pytest-capturelog' + 'python-pytest-benchmark' 'python2-pytest-benchmark') +source=("git+https://github.com/ionelmc/python-lazy-object-proxy#tag=v$pkgver";) +sha256sums=('SKIP') + +prepare() { + cp -a python-lazy-object-proxy{,-py2} +} + +build() { + cd "${srcdir}/python-lazy-object-proxy" + python setup.py build + + cd "${srcdir}/python-lazy-object-proxy-py2" + python2 setup.py build +} + +check() { + cd "${srcdir}/python-lazy-object-proxy" + LC_CTYPE=en_US.UTF-8 PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test --ignore=src + + cd "${srcdir}/python-lazy-object-proxy-py2" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2 --ignore=src +} + +package_python-lazy-object-proxy() { + depends=("python") + + cd "${srcdir}/python-lazy-object-proxy" + python setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-lazy-object-proxy() { + depends=("python2") + + cd "${srcdir}/python-lazy-object-proxy" + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in (4 files)
Date: Monday, September 21, 2015 @ 07:54:17 Author: fyan Revision: 141347 addpkg: python-lazy-object-proxy 1.2.1-1 Added: python-lazy-object-proxy/ python-lazy-object-proxy/repos/ python-lazy-object-proxy/trunk/ python-lazy-object-proxy/trunk/PKGBUILD --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Added: python-lazy-object-proxy/trunk/PKGBUILD === --- python-lazy-object-proxy/trunk/PKGBUILD (rev 0) +++ python-lazy-object-proxy/trunk/PKGBUILD 2015-09-21 05:54:17 UTC (rev 141347) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-lazy-object-proxy +pkgname=(python-lazy-object-proxy python2-lazy-object-proxy) +pkgver=1.2.1 +pkgrel=1 +pkgdesc='A fast and thorough lazy object proxy' +arch=('i686' 'x86_64') +url="https://github.com/ionelmc/python-lazy-object-proxy"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools' 'git') +checkdepends=('python-pytest-capturelog' 'python2-pytest-capturelog' + 'python-pytest-benchmark' 'python2-pytest-benchmark') +source=("git+https://github.com/ionelmc/python-lazy-object-proxy#tag=v$pkgver";) +sha256sums=('SKIP') + +prepare() { + cp -a python-lazy-object-proxy{,-py2} +} + +build() { + cd "${srcdir}/python-lazy-object-proxy" + python setup.py build + + cd "${srcdir}/python-lazy-object-proxy-py2" + python2 setup.py build +} + +check() { + cd "${srcdir}/python-lazy-object-proxy" + LC_CTYPE=en_US.UTF-8 PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test --ignore=src + + cd "${srcdir}/python-lazy-object-proxy-py2" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2 --ignore=src +} + +package_python-lazy-object-proxy() { + depends=("python") + + cd "${srcdir}/python-lazy-object-proxy" + python setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-lazy-object-proxy() { + depends=("python2") + + cd "${srcdir}/python-lazy-object-proxy" + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} Property changes on: python-lazy-object-proxy/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in python-pytest-cov/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 07:52:37 Author: fyan Revision: 141345 upgpkg: python-pytest-cov 2.1.0-2 rebuild for python 3.5 Modified: python-pytest-cov/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 05:39:51 UTC (rev 141344) +++ PKGBUILD2015-09-21 05:52:37 UTC (rev 141345) @@ -7,7 +7,7 @@ pkgname=('python-pytest-cov' 'python2-pytest-cov') _pypiname=pytest-cov pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing' arch=('any') license=('MIT') @@ -37,7 +37,7 @@ cd "$srcdir/$_pypiname" python setup.py install --root="$PWD/tmp_install" --optimize=1 - PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH:$PWD/tests" py.test || warning "Tests failed" + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests" py.test || warning "Tests failed" cd "$srcdir/$_pypiname-py2" python2 setup.py install --root="$PWD/tmp_install" --optimize=1
[arch-commits] Commit in python-pytest-cov/repos (2 files)
Date: Monday, September 21, 2015 @ 07:52:52 Author: fyan Revision: 141346 archrelease: copy trunk to community-staging-any Added: python-pytest-cov/repos/community-staging-any/ python-pytest-cov/repos/community-staging-any/PKGBUILD (from rev 141345, python-pytest-cov/trunk/PKGBUILD) --+ PKGBUILD | 60 1 file changed, 60 insertions(+) Copied: python-pytest-cov/repos/community-staging-any/PKGBUILD (from rev 141345, python-pytest-cov/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-21 05:52:52 UTC (rev 141346) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Sebastien LEDUC +# Contributor: Andrey Mikhaylenko + +pkgbase=python-pytest-cov +pkgname=('python-pytest-cov' 'python2-pytest-cov') +_pypiname=pytest-cov +pkgver=2.1.0 +pkgrel=2 +pkgdesc='py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing' +arch=('any') +license=('MIT') +url='https://github.com/schlamar/pytest-cov' +makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 'python2-setuptools' + 'python-pytest' 'python2-pytest' 'git') +checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests' 'python2-process-tests' + 'python-pytest-cache' 'python2-pytest-cache' 'python-pytest-xdist' 'python2-pytest-xdist' + 'python-pytest-capturelog' 'python2-pytest-capturelog') +source=("git+https://github.com/pytest-dev/pytest-cov.git#tag=v$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a "${srcdir}/${_pypiname}"{,-py2} +} + +build() { + cd "$srcdir/$_pypiname" + python setup.py build + + cd "$srcdir/$_pypiname-py2" + python2 setup.py build +} + +check() { + # Hack entry points by installing it + + cd "$srcdir/$_pypiname" + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests" py.test || warning "Tests failed" + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests" py.test2 || warning "Tests failed" +} + +package_python-pytest-cov() { + depends=('python-pytest' 'python-coverage') + + cd "$srcdir/$_pypiname" + python setup.py install --root="$pkgdir"/ --optimize=1 +} + +package_python2-pytest-cov() { + depends=('python2-pytest' 'python2-coverage') + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$pkgdir"/ --optimize=1 +} +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 07:50:58 Author: foutrelis Revision: 247019 Python 3.5 rebuild Modified: libreoffice-fresh/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 22:44:49 UTC (rev 247018) +++ PKGBUILD2015-09-21 05:50:58 UTC (rev 247019) @@ -6,11 +6,11 @@ pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') _LOver=5.0.1.2 pkgver=5.0.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/"; -makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.4' 'libwpd>=0.9.2' 'libwps' +makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'libwps' 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' @@ -298,7 +298,7 @@ package_libreoffice-fresh() { pkgdesc="LibreOffice branch which contains new features and program enhancements" - depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.4' 'libwpd>=0.9.2' 'libwps' + depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'libwps' 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' @@ -357,11 +357,11 @@ rm -rf ${pkgdir}/etc/bash_completion.d # make pyuno find its modules - install -dm755 ${pkgdir}/usr/lib/python3.4/site-packages + install -dm755 ${pkgdir}/usr/lib/python3.5/site-packages ln -svf /usr/lib/libreoffice/program/uno.py \ - ${pkgdir}/usr/lib/python3.4/site-packages/uno.py + ${pkgdir}/usr/lib/python3.5/site-packages/uno.py ln -svf /usr/lib/libreoffice/program/unohelper.py \ - ${pkgdir}/usr/lib/python3.4/site-packages/unohelper.py + ${pkgdir}/usr/lib/python3.5/site-packages/unohelper.py # cleanup rm -rf ${pkgdir}/usr/share/libreoffice/sdk
[arch-commits] Commit in libreoffice-fresh/repos (12 files)
Date: Monday, September 21, 2015 @ 07:51:25 Author: foutrelis Revision: 247020 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libreoffice-fresh/repos/staging-i686/ libreoffice-fresh/repos/staging-i686/PKGBUILD (from rev 247019, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh (from rev 247019, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/staging-i686/libreoffice-fresh.install (from rev 247019, libreoffice-fresh/trunk/libreoffice-fresh.install) libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh (from rev 247019, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff (from rev 247019, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) libreoffice-fresh/repos/staging-x86_64/ libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 247019, libreoffice-fresh/trunk/PKGBUILD) libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh (from rev 247019, libreoffice-fresh/trunk/libreoffice-fresh.csh) libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.install (from rev 247019, libreoffice-fresh/trunk/libreoffice-fresh.install) libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh (from rev 247019, libreoffice-fresh/trunk/libreoffice-fresh.sh) libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff (from rev 247019, libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff) -+ staging-i686/PKGBUILD | 372 ++ staging-i686/libreoffice-fresh.csh |6 staging-i686/libreoffice-fresh.install | 13 staging-i686/libreoffice-fresh.sh |6 staging-i686/make-pyuno-work-with-system-wide-module-install.diff | 44 + staging-x86_64/PKGBUILD | 372 ++ staging-x86_64/libreoffice-fresh.csh|6 staging-x86_64/libreoffice-fresh.install| 13 staging-x86_64/libreoffice-fresh.sh |6 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff | 44 + 10 files changed, 882 insertions(+) Copied: libreoffice-fresh/repos/staging-i686/PKGBUILD (from rev 247019, libreoffice-fresh/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-09-21 05:51:25 UTC (rev 247020) @@ -0,0 +1,372 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski + +pkgbase=libreoffice-fresh +pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') +_LOver=5.0.1.2 +pkgver=5.0.1 +pkgrel=2 +arch=('i686' 'x86_64') +license=('LGPL3') +url="http://www.libreoffice.org/"; +makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'libwps' + 'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' + 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' + 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' + 'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme' + 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 'gst-plugins-base-libs' + 'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant' + 'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene' + 'junit' 'libmythes' 'libwpg' 'mesa' 'java-environment' 'postgresql-libs' + 'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen' 'libatomic_ops' 'mdds' 'glew' + 'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker' + 'libabw' 'libmwaw' 'libe-book' 'coin-or-mp') + +_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}"; +#_mirror="http://dev-builds.libreoffice.org/pre-releases/src"; +_additional_source_url="http://dev-www.libreoffice.org/src"; +_additional_source_url2="http://dev-www.libreoffice.org/extern"; +source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc} + ${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2 + ${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz + ${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip + ${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip + ${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip + ${_additional_source_url}/commons-logging-1.2-src.tar.gz + ${_additional_source_url}/8ab049135b2d15313da5d9f0656894a1-commons-lang3
[arch-commits] Commit in python-pytest-benchmark/repos (2 files)
Date: Monday, September 21, 2015 @ 07:39:51 Author: fyan Revision: 141344 archrelease: copy trunk to community-staging-any Added: python-pytest-benchmark/repos/community-staging-any/ python-pytest-benchmark/repos/community-staging-any/PKGBUILD (from rev 141343, python-pytest-benchmark/trunk/PKGBUILD) --+ PKGBUILD | 60 1 file changed, 60 insertions(+) Copied: python-pytest-benchmark/repos/community-staging-any/PKGBUILD (from rev 141343, python-pytest-benchmark/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-21 05:39:51 UTC (rev 141344) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-pytest-benchmark +pkgname=('python-pytest-benchmark' 'python2-pytest-benchmark') +_pypiname=pytest-benchmark +pkgver=3.0.0a1 +pkgrel=1 +pkgdesc='A py.test fixture for benchmarking code' +arch=('any') +license=('BSD') +url='https://github.com/ionelmc/pytest-benchmark' +makedepends=('python-pytest' 'python2-pytest' 'python2-statistics' 'git') +checkdepends=('python-pytest-cov' 'python2-pytest-cov') +source=("git+https://github.com/ionelmc/pytest-benchmark.git#tag=v$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a "${srcdir}/${_pypiname}"{,-py2} +} + +build() { + cd "$srcdir/$_pypiname" + python setup.py build + + cd "$srcdir/$_pypiname-py2" + python2 setup.py build +} + +check() {( + # Hack entry points by installing it + + cd "$srcdir/$_pypiname" + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 + ) || warning "Tests failed" + # We don't have pygal for now. +} + +package_python-pytest-benchmark() { + depends=('python-pytest') + + cd "$srcdir/$_pypiname" + python setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-pytest-benchmark() { + depends=('python2-pytest' 'python2-statistics') + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Monday, September 21, 2015 @ 07:39:20 Author: fyan Revision: 141343 addpkg: python-pytest-benchmark 3.0.0a1-1 Added: python-pytest-benchmark/ python-pytest-benchmark/repos/ python-pytest-benchmark/trunk/ python-pytest-benchmark/trunk/PKGBUILD --+ PKGBUILD | 60 1 file changed, 60 insertions(+) Added: python-pytest-benchmark/trunk/PKGBUILD === --- python-pytest-benchmark/trunk/PKGBUILD (rev 0) +++ python-pytest-benchmark/trunk/PKGBUILD 2015-09-21 05:39:20 UTC (rev 141343) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-pytest-benchmark +pkgname=('python-pytest-benchmark' 'python2-pytest-benchmark') +_pypiname=pytest-benchmark +pkgver=3.0.0a1 +pkgrel=1 +pkgdesc='A py.test fixture for benchmarking code' +arch=('any') +license=('BSD') +url='https://github.com/ionelmc/pytest-benchmark' +makedepends=('python-pytest' 'python2-pytest' 'python2-statistics' 'git') +checkdepends=('python-pytest-cov' 'python2-pytest-cov') +source=("git+https://github.com/ionelmc/pytest-benchmark.git#tag=v$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a "${srcdir}/${_pypiname}"{,-py2} +} + +build() { + cd "$srcdir/$_pypiname" + python setup.py build + + cd "$srcdir/$_pypiname-py2" + python2 setup.py build +} + +check() {( + # Hack entry points by installing it + + cd "$srcdir/$_pypiname" + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 + ) || warning "Tests failed" + # We don't have pygal for now. +} + +package_python-pytest-benchmark() { + depends=('python-pytest') + + cd "$srcdir/$_pypiname" + python setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-pytest-benchmark() { + depends=('python2-pytest' 'python2-statistics') + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Property changes on: python-pytest-benchmark/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in deepin-screenshot/repos/community-any (4 files)
Date: Monday, September 21, 2015 @ 07:38:34 Author: fyan Revision: 141342 archrelease: copy trunk to community-any Added: deepin-screenshot/repos/community-any/PKGBUILD (from rev 141341, deepin-screenshot/trunk/PKGBUILD) deepin-screenshot/repos/community-any/deepin-screenshot.install (from rev 141341, deepin-screenshot/trunk/deepin-screenshot.install) Deleted: deepin-screenshot/repos/community-any/PKGBUILD deepin-screenshot/repos/community-any/deepin-screenshot.install ---+ PKGBUILD | 82 ++-- deepin-screenshot.install | 22 +-- 2 files changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-09-21 05:38:18 UTC (rev 141341) +++ PKGBUILD2015-09-21 05:38:34 UTC (rev 141342) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-screenshot -pkgver=3.1.2 -pkgrel=1 -pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment" -arch=('any') -url="https://gitcafe.com/Deepin/deepin-screenshot"; -license=('GPL3') -depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols' - 'python2' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil') -makedepends=('deepin-gettext-tools' 'git') -groups=('deepin-extra') -install="${pkgname}.install" -source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#tag=$pkgver";) -sha256sums=('SKIP') - -prepare() { - cd deepin-screenshot - - # fix python version - find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2=' -} - -build() { - cd deepin-screenshot - - make -} - -package() { - cd deepin-screenshot - make DESTDIR="${pkgdir}" install -} - - # Local Variables: - # sh-basic-offset: 2 - # End: Copied: deepin-screenshot/repos/community-any/PKGBUILD (from rev 141341, deepin-screenshot/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-09-21 05:38:34 UTC (rev 141342) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-screenshot +pkgver=3.1.2 +pkgrel=2 +pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment" +arch=('any') +url="https://gitcafe.com/Deepin/deepin-screenshot"; +license=('GPL3') +depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols' + 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil') +makedepends=('deepin-gettext-tools' 'git') +groups=('deepin-extra') +install="${pkgname}.install" +source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#tag=$pkgver";) +sha256sums=('SKIP') + +prepare() { + cd deepin-screenshot + + # fix python version + find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2=' +} + +build() { + cd deepin-screenshot + + make +} + +package() { + cd deepin-screenshot + make DESTDIR="${pkgdir}" install +} + + # Local Variables: + # sh-basic-offset: 2 + # End: Deleted: deepin-screenshot.install === --- deepin-screenshot.install 2015-09-21 05:38:18 UTC (rev 141341) +++ deepin-screenshot.install 2015-09-21 05:38:34 UTC (rev 141342) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install "$1" -} - -post_remove() { - post_install "$1" -} Copied: deepin-screenshot/repos/community-any/deepin-screenshot.install (from rev 141341, deepin-screenshot/trunk/deepin-screenshot.install) === --- deepin-screenshot.install (rev 0) +++ deepin-screenshot.install 2015-09-21 05:38:34 UTC (rev 141342) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install "$1" +} + +post_remove() { + post_install "$1" +}
[arch-commits] Commit in deepin-screenshot/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 07:38:18 Author: fyan Revision: 141341 upgpkg: deepin-screenshot 3.1.2-2 fix dependency on qt5-svg Modified: deepin-screenshot/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 04:26:40 UTC (rev 141340) +++ PKGBUILD2015-09-21 05:38:18 UTC (rev 141341) @@ -5,13 +5,13 @@ pkgname=deepin-screenshot pkgver=3.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment" arch=('any') url="https://gitcafe.com/Deepin/deepin-screenshot"; license=('GPL3') depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols' - 'python2' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil') + 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil') makedepends=('deepin-gettext-tools' 'git') groups=('deepin-extra') install="${pkgname}.install"
[arch-commits] Commit in python2-statistics/repos (2 files)
Date: Monday, September 21, 2015 @ 06:26:40 Author: fyan Revision: 141340 archrelease: copy trunk to community-any Added: python2-statistics/repos/community-any/ python2-statistics/repos/community-any/PKGBUILD (from rev 141339, python2-statistics/trunk/PKGBUILD) --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Copied: python2-statistics/repos/community-any/PKGBUILD (from rev 141339, python2-statistics/trunk/PKGBUILD) === --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2015-09-21 04:26:40 UTC (rev 141340) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=python2-statistics +pkgver=1.0.3.5 +pkgrel=1 +pkgdesc='A Python 2.* port of 3.4 Statistics Module' +arch=('any') +url='https://pypi.python.org/pypi/statistics' +license=('PSF') +depends=('python2-docutils') +makedepends=('python2-setuptools') +source=("https://pypi.python.org/packages/source/s/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";) +sha256sums=('2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138') + +package() { + cd ${pkgname#*-}-${pkgver} + + python2 setup.py install --root="${pkgdir}" --optimize='1' + + install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname} +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in (4 files)
Date: Monday, September 21, 2015 @ 06:26:23 Author: fyan Revision: 141339 addpkg: python2-statistics 1.0.3.5-1 Added: python2-statistics/ python2-statistics/repos/ python2-statistics/trunk/ python2-statistics/trunk/PKGBUILD --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Added: python2-statistics/trunk/PKGBUILD === --- python2-statistics/trunk/PKGBUILD (rev 0) +++ python2-statistics/trunk/PKGBUILD 2015-09-21 04:26:23 UTC (rev 141339) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=python2-statistics +pkgver=1.0.3.5 +pkgrel=1 +pkgdesc='A Python 2.* port of 3.4 Statistics Module' +arch=('any') +url='https://pypi.python.org/pypi/statistics' +license=('PSF') +depends=('python2-docutils') +makedepends=('python2-setuptools') +source=("https://pypi.python.org/packages/source/s/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";) +sha256sums=('2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138') + +package() { + cd ${pkgname#*-}-${pkgver} + + python2 setup.py install --root="${pkgdir}" --optimize='1' + + install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname} +} + +# vim: ts=2 sw=2 et: Property changes on: python2-statistics/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in python-wrapt/repos (4 files)
Date: Monday, September 21, 2015 @ 06:11:59 Author: fyan Revision: 141338 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: python-wrapt/repos/community-staging-i686/ python-wrapt/repos/community-staging-i686/PKGBUILD (from rev 141337, python-wrapt/trunk/PKGBUILD) python-wrapt/repos/community-staging-x86_64/ python-wrapt/repos/community-staging-x86_64/PKGBUILD (from rev 141337, python-wrapt/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 52 community-staging-x86_64/PKGBUILD | 52 2 files changed, 104 insertions(+) Copied: python-wrapt/repos/community-staging-i686/PKGBUILD (from rev 141337, python-wrapt/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-21 04:11:59 UTC (rev 141338) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Troy C < rstrox -ta yahoo -tod com > + +pkgbase=python-wrapt +pkgname=(python-wrapt python2-wrapt) +pkgver=1.10.5 +pkgrel=2 +pkgdesc="A Python module for decorators, wrappers and monkey patching" +arch=("i686" "x86_64") +url="https://pypi.python.org/pypi/wrapt"; +license=("BSD") +makedepends=('python' 'python2' 'git') +checkdepends=('python-pytest' 'python2-pytest') +source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver";) +sha256sums=('SKIP') + +prepare() { + cp -a wrapt{,-py2} +} + +build() { + cd "$srcdir/wrapt" + python3 setup.py build + + cd "$srcdir/wrapt-py2" + python2 setup.py build +} + +check() { + cd "$srcdir/wrapt" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test + + cd "$srcdir/wrapt-py2" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2 +} + +package_python-wrapt() { + depends=('python') + + cd wrapt + python3 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-wrapt() { + depends=('python2') + + cd wrapt + python2 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} Copied: python-wrapt/repos/community-staging-x86_64/PKGBUILD (from rev 141337, python-wrapt/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-09-21 04:11:59 UTC (rev 141338) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Troy C < rstrox -ta yahoo -tod com > + +pkgbase=python-wrapt +pkgname=(python-wrapt python2-wrapt) +pkgver=1.10.5 +pkgrel=2 +pkgdesc="A Python module for decorators, wrappers and monkey patching" +arch=("i686" "x86_64") +url="https://pypi.python.org/pypi/wrapt"; +license=("BSD") +makedepends=('python' 'python2' 'git') +checkdepends=('python-pytest' 'python2-pytest') +source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver";) +sha256sums=('SKIP') + +prepare() { + cp -a wrapt{,-py2} +} + +build() { + cd "$srcdir/wrapt" + python3 setup.py build + + cd "$srcdir/wrapt-py2" + python2 setup.py build +} + +check() { + cd "$srcdir/wrapt" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test + + cd "$srcdir/wrapt-py2" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2 +} + +package_python-wrapt() { + depends=('python') + + cd wrapt + python3 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-wrapt() { + depends=('python2') + + cd wrapt + python2 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}
[arch-commits] Commit in (4 files)
Date: Monday, September 21, 2015 @ 06:11:17 Author: fyan Revision: 141337 addpkg: python-wrapt 1.10.5-2 Added: python-wrapt/ python-wrapt/repos/ python-wrapt/trunk/ python-wrapt/trunk/PKGBUILD --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Added: python-wrapt/trunk/PKGBUILD === --- python-wrapt/trunk/PKGBUILD (rev 0) +++ python-wrapt/trunk/PKGBUILD 2015-09-21 04:11:17 UTC (rev 141337) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Troy C < rstrox -ta yahoo -tod com > + +pkgbase=python-wrapt +pkgname=(python-wrapt python2-wrapt) +pkgver=1.10.5 +pkgrel=2 +pkgdesc="A Python module for decorators, wrappers and monkey patching" +arch=("i686" "x86_64") +url="https://pypi.python.org/pypi/wrapt"; +license=("BSD") +makedepends=('python' 'python2' 'git') +checkdepends=('python-pytest' 'python2-pytest') +source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver";) +sha256sums=('SKIP') + +prepare() { + cp -a wrapt{,-py2} +} + +build() { + cd "$srcdir/wrapt" + python3 setup.py build + + cd "$srcdir/wrapt-py2" + python2 setup.py build +} + +check() { + cd "$srcdir/wrapt" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test + + cd "$srcdir/wrapt-py2" + PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2 +} + +package_python-wrapt() { + depends=('python') + + cd wrapt + python3 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +package_python2-wrapt() { + depends=('python2') + + cd wrapt + python2 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} Property changes on: python-wrapt/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in python-coverage/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 05:51:37 Author: fyan Revision: 141335 upgpkg: python-coverage 4.0-1 Modified: python-coverage/trunk/PKGBUILD --+ PKGBUILD | 40 +++- 1 file changed, 23 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 03:12:24 UTC (rev 141334) +++ PKGBUILD2015-09-21 03:51:37 UTC (rev 141335) @@ -4,41 +4,47 @@ # Contributor: Fazlul Shahriar pkgname=(python-coverage python2-coverage) -pkgver=3.7.1 -pkgrel=5 +pkgver=4.0 +pkgrel=1 pkgdesc="A tool for measuring code coverage of Python programs" arch=('i686' 'x86_64') url="http://nedbatchelder.com/code/coverage/"; license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose') -source=("http://pypi.python.org/packages/source/c/coverage/coverage-$pkgver.tar.gz";) -md5sums=('c47b36ceb17eaff3ecfab3bcd347d0df') +makedepends=('python-setuptools' 'python2-setuptools' 'mercurial') +checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose' + 'python-pycontracts' 'python2-pycontracts') +source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver";) +md5sums=('SKIP') prepare() { - cp -a coverage-$pkgver{,-py2} + cp -a coveragepy{,-py2} } build() { - cd "$srcdir/coverage-$pkgver" + cd "$srcdir/coveragepy" python3 setup.py build - cd "$srcdir/coverage-$pkgver-py2" + cd "$srcdir/coveragepy-py2" python2 setup.py build } -check() { - cd "$srcdir/coverage-$pkgver" - #python3 igor.py zip_mods install_egg remove_extension - #python3 igor.py test_with_tracer py - #python3 setup.py --quiet build_ext --inplace - #python3 igor.py test_with_tracer c +check() {( + # Hack entry points by installing it + + cd "$srcdir/coveragepy" + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" python igor.py test_with_tracer py + + cd "$srcdir/coveragepy-py2" + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" python2 igor.py test_with_tracer py + ) || warning "Tests failed" } package_python-coverage() { depends=('python') - cd coverage-$pkgver + cd coveragepy python3 setup.py install --root="$pkgdir" --optimize=1 } @@ -45,7 +51,7 @@ package_python2-coverage() { depends=('python2') - cd coverage-$pkgver + cd coveragepy python2 setup.py install --root="$pkgdir" --optimize=1 mv "$pkgdir/usr/bin/coverage" "$pkgdir/usr/bin/coverage2"
[arch-commits] Commit in python-coverage/repos (4 files)
Date: Monday, September 21, 2015 @ 05:52:14 Author: fyan Revision: 141336 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: python-coverage/repos/community-staging-i686/PKGBUILD (from rev 141335, python-coverage/trunk/PKGBUILD) python-coverage/repos/community-staging-x86_64/PKGBUILD (from rev 141335, python-coverage/trunk/PKGBUILD) Deleted: python-coverage/repos/community-staging-i686/PKGBUILD python-coverage/repos/community-staging-x86_64/PKGBUILD ---+ /PKGBUILD | 116 community-staging-i686/PKGBUILD | 52 community-staging-x86_64/PKGBUILD | 52 3 files changed, 116 insertions(+), 104 deletions(-) Deleted: community-staging-i686/PKGBUILD === --- community-staging-i686/PKGBUILD 2015-09-21 03:51:37 UTC (rev 141335) +++ community-staging-i686/PKGBUILD 2015-09-21 03:52:14 UTC (rev 141336) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Clément Démoulins -# Contributor: Fazlul Shahriar - -pkgname=(python-coverage python2-coverage) -pkgver=3.7.1 -pkgrel=5 -pkgdesc="A tool for measuring code coverage of Python programs" -arch=('i686' 'x86_64') -url="http://nedbatchelder.com/code/coverage/"; -license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose') -source=("http://pypi.python.org/packages/source/c/coverage/coverage-$pkgver.tar.gz";) -md5sums=('c47b36ceb17eaff3ecfab3bcd347d0df') - -prepare() { - cp -a coverage-$pkgver{,-py2} -} - -build() { - cd "$srcdir/coverage-$pkgver" - python3 setup.py build - - cd "$srcdir/coverage-$pkgver-py2" - python2 setup.py build -} - -check() { - cd "$srcdir/coverage-$pkgver" - #python3 igor.py zip_mods install_egg remove_extension - #python3 igor.py test_with_tracer py - #python3 setup.py --quiet build_ext --inplace - #python3 igor.py test_with_tracer c -} - -package_python-coverage() { - depends=('python') - - cd coverage-$pkgver - python3 setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-coverage() { - depends=('python2') - - cd coverage-$pkgver - python2 setup.py install --root="$pkgdir" --optimize=1 - - mv "$pkgdir/usr/bin/coverage" "$pkgdir/usr/bin/coverage2" -} Copied: python-coverage/repos/community-staging-i686/PKGBUILD (from rev 141335, python-coverage/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-21 03:52:14 UTC (rev 141336) @@ -0,0 +1,58 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Clément Démoulins +# Contributor: Fazlul Shahriar + +pkgname=(python-coverage python2-coverage) +pkgver=4.0 +pkgrel=1 +pkgdesc="A tool for measuring code coverage of Python programs" +arch=('i686' 'x86_64') +url="http://nedbatchelder.com/code/coverage/"; +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools' 'mercurial') +checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose' + 'python-pycontracts' 'python2-pycontracts') +source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a coveragepy{,-py2} +} + +build() { + cd "$srcdir/coveragepy" + python3 setup.py build + + cd "$srcdir/coveragepy-py2" + python2 setup.py build +} + +check() {( + # Hack entry points by installing it + + cd "$srcdir/coveragepy" + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" python igor.py test_with_tracer py + + cd "$srcdir/coveragepy-py2" + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" python2 igor.py test_with_tracer py + ) || warning "Tests failed" +} + +package_python-coverage() { + depends=('python') + + cd coveragepy + python3 setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-coverage() { + depends=('python2') + + cd coveragepy + python2 setup.py install --root="$pkgdir" --optimize=1 + + mv "$pkgdir/usr/bin/coverage" "$pkgdir/usr/bin/coverage2" +} Deleted: community-staging-x86_64/PKGBUILD === --- community-staging-x86_64/PKGBUILD 2015-09-21 03:51:37 UTC (rev 141335) +++ community-staging-x86_64/PKGBUILD 2015-09-21 03:52:14 UTC (rev 141336) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Clément Démoulins -# Contributor: Fazlul Shahriar - -pkgname=(python-coverage python2-coverage) -pkgver=3.7.1 -pkgrel=5 -pkgdesc="A tool for measuring code coverage of Py
[arch-commits] Commit in python-pycontracts/repos (2 files)
Date: Monday, September 21, 2015 @ 05:12:24 Author: fyan Revision: 141334 archrelease: copy trunk to community-staging-any Added: python-pycontracts/repos/community-staging-any/ python-pycontracts/repos/community-staging-any/PKGBUILD (from rev 141333, python-pycontracts/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: python-pycontracts/repos/community-staging-any/PKGBUILD (from rev 141333, python-pycontracts/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-21 03:12:24 UTC (rev 141334) @@ -0,0 +1,51 @@ +# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $ +# Maintainer: Felix Yan + +pkgbase=python-pycontracts +pkgname=(python-pycontracts python2-pycontracts) +_pypiname=PyContracts +pkgver=1.7.6 +pkgrel=1 +pkgdesc='Declare constraints on function parameters and return values' +arch=('any') +url="https://andreacensi.github.io/contracts"; +license=('GPL') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 'python2-pyparsing' + 'python-decorator' 'python2-decorator' 'python-six' 'python2-six') +checkdepends=('python-nose' 'python2-nose') +source=("http://pypi.python.org/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz";) +sha256sums=('94814b376b168483edeee33fdf1a04d892065d0bdfe0638d281c285d1f3e42bf') + +prepare() { + cp -a $_pypiname-$pkgver{,-py2} +} + +build() { + cd "${srcdir}/${_pypiname}-${pkgver}" + python setup.py build + + cd "${srcdir}/${_pypiname}-${pkgver}-py2" + python2 setup.py build +} + +check() { + cd "${srcdir}/${_pypiname}-${pkgver}" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 + + cd "${srcdir}/${_pypiname}-${pkgver}-py2" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 +} + +package_python-pycontracts() { + depends=('python-pyparsing' 'python-decorator' 'python-six') + + cd "${srcdir}/${_pypiname}-${pkgver}" + python setup.py install --root="${pkgdir}" --optimize=1 +} + +package_python2-pycontracts() { + depends=('python2-pyparsing' 'python2-decorator' 'python2-six') + + cd "${srcdir}/${_pypiname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 +}
[arch-commits] Commit in (4 files)
Date: Monday, September 21, 2015 @ 05:09:01 Author: fyan Revision: 141333 addpkg: python-pycontracts 1.7.6-1 Added: python-pycontracts/ python-pycontracts/repos/ python-pycontracts/trunk/ python-pycontracts/trunk/PKGBUILD --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Added: python-pycontracts/trunk/PKGBUILD === --- python-pycontracts/trunk/PKGBUILD (rev 0) +++ python-pycontracts/trunk/PKGBUILD 2015-09-21 03:09:01 UTC (rev 141333) @@ -0,0 +1,51 @@ +# $Id: PKGBUILD 140810 2015-09-19 13:17:30Z fyan $ +# Maintainer: Felix Yan + +pkgbase=python-pycontracts +pkgname=(python-pycontracts python2-pycontracts) +_pypiname=PyContracts +pkgver=1.7.6 +pkgrel=1 +pkgdesc='Declare constraints on function parameters and return values' +arch=('any') +url="https://andreacensi.github.io/contracts"; +license=('GPL') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 'python2-pyparsing' + 'python-decorator' 'python2-decorator' 'python-six' 'python2-six') +checkdepends=('python-nose' 'python2-nose') +source=("http://pypi.python.org/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz";) +sha256sums=('94814b376b168483edeee33fdf1a04d892065d0bdfe0638d281c285d1f3e42bf') + +prepare() { + cp -a $_pypiname-$pkgver{,-py2} +} + +build() { + cd "${srcdir}/${_pypiname}-${pkgver}" + python setup.py build + + cd "${srcdir}/${_pypiname}-${pkgver}-py2" + python2 setup.py build +} + +check() { + cd "${srcdir}/${_pypiname}-${pkgver}" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 + + cd "${srcdir}/${_pypiname}-${pkgver}-py2" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 +} + +package_python-pycontracts() { + depends=('python-pyparsing' 'python-decorator' 'python-six') + + cd "${srcdir}/${_pypiname}-${pkgver}" + python setup.py install --root="${pkgdir}" --optimize=1 +} + +package_python2-pycontracts() { + depends=('python2-pyparsing' 'python2-decorator' 'python2-six') + + cd "${srcdir}/${_pypiname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 +}
[arch-commits] Commit in python-pytest-cache/repos (2 files)
Date: Monday, September 21, 2015 @ 05:02:38 Author: fyan Revision: 141332 archrelease: copy trunk to community-staging-any Added: python-pytest-cache/repos/community-staging-any/ python-pytest-cache/repos/community-staging-any/PKGBUILD (from rev 141331, python-pytest-cache/trunk/PKGBUILD) --+ PKGBUILD | 59 +++ 1 file changed, 59 insertions(+) Copied: python-pytest-cache/repos/community-staging-any/PKGBUILD (from rev 141331, python-pytest-cache/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-21 03:02:38 UTC (rev 141332) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-pytest-cache +pkgname=('python-pytest-cache' 'python2-pytest-cache') +_pypiname=pytest-cache +pkgver=1.0 +pkgrel=2 +pkgdesc='pytest plugin with mechanisms for caching across test runs' +arch=('any') +license=('MIT') +url='http://bitbucket.org/hpk42/pytest-cache/' +makedepends=('python-pytest' 'python2-pytest' 'python-execnet' 'python2-execnet' 'mercurial') +source=("hg+https://bitbucket.org/hpk42/pytest-cache#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a "${srcdir}/${_pypiname}"{,-py2} +} + +build() { + cd "$srcdir/$_pypiname" + python setup.py build + + cd "$srcdir/$_pypiname-py2" + python2 setup.py build +} + +check() {( + # Hack entry points by installing it + + cd "$srcdir/$_pypiname" + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 + ) || warning "Tests failed" + # Skipping tests as it's incompatibility with pytest 2.8.0, not python 3.5. + # https://bitbucket.org/hpk42/pytest-cache/issues/11/tests-failed-with-pytest-280 +} + +package_python-pytest-cache() { + depends=('python-pytest' 'python-execnet') + + cd "$srcdir/$_pypiname" + python setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-pytest-cache() { + depends=('python2-pytest' 'python2-execnet') + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-pytest-cache/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 04:51:44 Author: fyan Revision: 141331 upgpkg: python-pytest-cache 1.0-2 rebuild for python 3.5 Modified: python-pytest-cache/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 02:48:31 UTC (rev 141330) +++ PKGBUILD2015-09-21 02:51:44 UTC (rev 141331) @@ -5,7 +5,7 @@ pkgname=('python-pytest-cache' 'python2-pytest-cache') _pypiname=pytest-cache pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc='pytest plugin with mechanisms for caching across test runs' arch=('any') license=('MIT') @@ -26,16 +26,19 @@ python2 setup.py build } -check() { +check() {( # Hack entry points by installing it cd "$srcdir/$_pypiname" python setup.py install --root="$PWD/tmp_install" --optimize=1 - PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH" py.test + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test cd "$srcdir/$_pypiname-py2" python2 setup.py install --root="$PWD/tmp_install" --optimize=1 PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 + ) || warning "Tests failed" + # Skipping tests as it's incompatibility with pytest 2.8.0, not python 3.5. + # https://bitbucket.org/hpk42/pytest-cache/issues/11/tests-failed-with-pytest-280 } package_python-pytest-cache() {
[arch-commits] Commit in jenkins/repos/community-any (12 files)
Date: Monday, September 21, 2015 @ 04:48:31 Author: fyan Revision: 141330 archrelease: copy trunk to community-any Added: jenkins/repos/community-any/LICENSE (from rev 141329, jenkins/trunk/LICENSE) jenkins/repos/community-any/PKGBUILD (from rev 141329, jenkins/trunk/PKGBUILD) jenkins/repos/community-any/jenkins.conf (from rev 141329, jenkins/trunk/jenkins.conf) jenkins/repos/community-any/jenkins.install (from rev 141329, jenkins/trunk/jenkins.install) jenkins/repos/community-any/jenkins.service (from rev 141329, jenkins/trunk/jenkins.service) jenkins/repos/community-any/jenkins.tmpfiles.d (from rev 141329, jenkins/trunk/jenkins.tmpfiles.d) Deleted: jenkins/repos/community-any/LICENSE jenkins/repos/community-any/PKGBUILD jenkins/repos/community-any/jenkins.conf jenkins/repos/community-any/jenkins.install jenkins/repos/community-any/jenkins.service jenkins/repos/community-any/jenkins.tmpfiles.d + LICENSE| 46 ++-- PKGBUILD | 84 ++--- jenkins.conf | 26 +-- jenkins.install| 114 +-- jenkins.service| 48 ++--- jenkins.tmpfiles.d |2 6 files changed, 160 insertions(+), 160 deletions(-) Deleted: LICENSE === --- LICENSE 2015-09-21 02:47:45 UTC (rev 141329) +++ LICENSE 2015-09-21 02:48:31 UTC (rev 141330) @@ -1,23 +0,0 @@ -The MIT License - -Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - Copied: jenkins/repos/community-any/LICENSE (from rev 141329, jenkins/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2015-09-21 02:48:31 UTC (rev 141330) @@ -0,0 +1,23 @@ +The MIT License + +Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + Deleted: PKGBUILD === --- PKGBUILD2015-09-21 02:47:45 UTC (rev 141329) +++ PKGBUILD2015-09-21 02:48:31 UTC (rev 141330) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Marcel Huber -# Contributor: Illarion Kovalchuk - -pkgname=jenkins -pkgver=1.629 -pkgrel=1 -pkgdesc='Extendable continuous integration server (latest)' -arch=('any') -url='http://jenkins-ci.org/' -license=('MIT') -depends=('java-runtime' 'ttf-dejavu' 'libcups') -provides=('jenkins-ci') -conflicts=('jenkins-ci') -replaces=('jenkins-ci') -backup=('etc/conf.d/jenkins') -install='jenkins.install' -noextract=('jenkins.war') -source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war"; -# Rename t
[arch-commits] Commit in jenkins/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 04:47:45 Author: fyan Revision: 141329 upgpkg: jenkins 1.630-1 Modified: jenkins/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 02:34:27 UTC (rev 141328) +++ PKGBUILD2015-09-21 02:47:45 UTC (rev 141329) @@ -5,7 +5,7 @@ # Contributor: Illarion Kovalchuk pkgname=jenkins -pkgver=1.629 +pkgver=1.630 pkgrel=1 pkgdesc='Extendable continuous integration server (latest)' arch=('any') @@ -24,7 +24,7 @@ 'jenkins.service' 'jenkins.tmpfiles.d' 'LICENSE') -sha512sums=('0a39dbaa4d9772c4e109b4689208829108c1c0aeff9d637c837f69e5be0ee78cbdb77b09b9fc0aa6a71d82dcdbe4f3b20ecf479ffe7b8ad82d0546d7d28900ed' +sha512sums=('a9922a959a17daf88b0530d92f7a1d3480024f6e4503813cdc29214650a871079ff171b882dc30e3b1fbe3fd39ce106adee46956a8aa8a2fe08146dfeedc' '3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0' 'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7' 'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'
[arch-commits] Commit in python-pyflakes/repos/community-staging-any (3 files)
Date: Monday, September 21, 2015 @ 04:34:27 Author: fyan Revision: 141328 archrelease: copy trunk to community-staging-any Added: python-pyflakes/repos/community-staging-any/PKGBUILD (from rev 141327, python-pyflakes/trunk/PKGBUILD) Deleted: python-pyflakes/repos/community-staging-any/PKGBUILD python-pyflakes/repos/community-staging-any/python-3.5.patch --+ PKGBUILD | 133 + python-3.5.patch | 34 - 2 files changed, 65 insertions(+), 102 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-09-21 02:34:04 UTC (rev 141327) +++ PKGBUILD2015-09-21 02:34:27 UTC (rev 141328) @@ -1,68 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Karol 'Kenji Takahashi' Woźniak -# Contributor: Tianjiao Yin -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: TDY -# Contributor: Tiago Pierezan Camargo - -pkgbase=python-pyflakes -pkgname=(python-pyflakes python2-pyflakes) -_reponame=pyflakes -pkgver=0.9.2 -pkgrel=2 -pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code' -arch=('any') -url='http://pypi.python.org/pypi/pyflakes' -license=('MIT') -makedepends=('python-setuptools' 'python2-setuptools') -source=("http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz"; -python-3.5.patch) -sha1sums=('522b7f7fa5967360e388d0ba72d8c7597785bfd0' - '51e527adbad4f0d672f939290e2aebb545b37983') - -prepare() { - (cd ${_reponame}-${pkgver}; patch -p1 -i ../python-3.5.patch) - cp -a "${_reponame}-${pkgver}"{,-py2} -} - -build() { - cd "$srcdir/${_reponame}-${pkgver}" - python setup.py build - - cd "$srcdir/${_reponame}-${pkgver}-py2" - python2 setup.py build -} - -check() { - cd "$srcdir/${_reponame}-${pkgver}" - python setup.py test - - cd "$srcdir/${_reponame}-${pkgver}-py2" - python2 setup.py test -} - -package_python-pyflakes() { - depends=('python-setuptools') - - cd "${_reponame}-${pkgver}" - - python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - - # We have python 3 as default python, and want to keep compatibility with the old pyflakes3k naming - ln -s pyflakes "${pkgdir}/usr/bin/pyflakes3k" - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -package_python2-pyflakes() { - depends=('python2-setuptools') - - cd "${_reponame}-${pkgver}-py2" - - python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 - - mv "${pkgdir}/usr/bin/pyflakes" "${pkgdir}/usr/bin/pyflakes-python2" - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: python-pyflakes/repos/community-staging-any/PKGBUILD (from rev 141327, python-pyflakes/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-09-21 02:34:27 UTC (rev 141328) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Karol 'Kenji Takahashi' Woźniak +# Contributor: Tianjiao Yin +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: TDY +# Contributor: Tiago Pierezan Camargo + +pkgbase=python-pyflakes +pkgname=(python-pyflakes python2-pyflakes) +_reponame=pyflakes +pkgver=1.0.0 +pkgrel=1 +pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code' +arch=('any') +url='http://pypi.python.org/pypi/pyflakes' +license=('MIT') +makedepends=('python-setuptools' 'python2-setuptools') +source=("http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz";) +sha1sums=('a33015811abae323bec1a9e4f9ab130036ab43c3') + +prepare() { + cp -a "${_reponame}-${pkgver}"{,-py2} +} + +build() { + cd "$srcdir/${_reponame}-${pkgver}" + python setup.py build + + cd "$srcdir/${_reponame}-${pkgver}-py2" + python2 setup.py build +} + +check() { + cd "$srcdir/${_reponame}-${pkgver}" + python setup.py test + + cd "$srcdir/${_reponame}-${pkgver}-py2" + python2 setup.py test +} + +package_python-pyflakes() { + depends=('python-setuptools') + + cd "${_reponame}-${pkgver}" + + python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 + + # We have python 3 as default python, and want to keep compatibility with the old pyflakes3k naming + ln -s pyflakes "${pkgdir}/usr/bin/pyflakes3k" + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-pyflakes() { + depends=('python2-setuptools') + + cd "${_reponame}-${pkgver}-py2" + + python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 + + mv "${pkgdir}/usr/bin/pyflakes" "${pkgdir}/usr/bin/pyflakes-python2" + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: python-3.5.patch === --- python-3.5.patch2015-09-21 02:34:04 UTC (rev 141327) +++
[arch-commits] Commit in python-pyflakes/trunk (PKGBUILD python-3.5.patch)
Date: Monday, September 21, 2015 @ 04:34:04 Author: fyan Revision: 141327 upgpkg: python-pyflakes 1.0.0-1 Modified: python-pyflakes/trunk/PKGBUILD Deleted: python-pyflakes/trunk/python-3.5.patch --+ PKGBUILD | 11 --- python-3.5.patch | 34 -- 2 files changed, 4 insertions(+), 41 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-21 02:21:33 UTC (rev 141326) +++ PKGBUILD2015-09-21 02:34:04 UTC (rev 141327) @@ -9,20 +9,17 @@ pkgbase=python-pyflakes pkgname=(python-pyflakes python2-pyflakes) _reponame=pyflakes -pkgver=0.9.2 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc='A lint-like tool for Python to identify common errors quickly without executing code' arch=('any') url='http://pypi.python.org/pypi/pyflakes' license=('MIT') makedepends=('python-setuptools' 'python2-setuptools') -source=("http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz"; -python-3.5.patch) -sha1sums=('522b7f7fa5967360e388d0ba72d8c7597785bfd0' - '51e527adbad4f0d672f939290e2aebb545b37983') +source=("http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz";) +sha1sums=('a33015811abae323bec1a9e4f9ab130036ab43c3') prepare() { - (cd ${_reponame}-${pkgver}; patch -p1 -i ../python-3.5.patch) cp -a "${_reponame}-${pkgver}"{,-py2} } Deleted: python-3.5.patch === --- python-3.5.patch2015-09-21 02:21:33 UTC (rev 141326) +++ python-3.5.patch2015-09-21 02:34:04 UTC (rev 141327) @@ -1,34 +0,0 @@ -From bf62d389bdbe2085f765f648de536eb44979e448 Mon Sep 17 00:00:00 2001 -From: Steven Myint -Date: Fri, 10 Jul 2015 07:17:51 -0700 -Subject: [PATCH] Fix a test under Python 3.5 - - pyflakes/test/test_api.py | 10 -- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git a/pyflakes/test/test_api.py b/pyflakes/test/test_api.py -index ad61983..a83a7fd 100644 a/pyflakes/test/test_api.py -+++ b/pyflakes/test/test_api.py -@@ -385,12 +385,18 @@ def test_nonKeywordAfterKeywordSyntaxError(self): - sourcePath = self.makeTempFile(source) - last_line = '^\n' if sys.version_info >= (3, 2) else '' - column = '13:' if sys.version_info >= (3, 2) else '' -+ -+if sys.version_info >= (3, 5): -+message = 'positional argument follows keyword argument' -+else: -+message = 'non-keyword arg after keyword arg' -+ - self.assertHasErrors( - sourcePath, - ["""\ --%s:1:%s non-keyword arg after keyword arg -+%s:1:%s %s - foo(bar=baz, bax) --%s""" % (sourcePath, column, last_line)]) -+%s""" % (sourcePath, column, message, last_line)]) - - def test_invalidEscape(self): - """
[arch-commits] Commit in python-pytest-timeout/repos (2 files)
Date: Monday, September 21, 2015 @ 04:21:33 Author: fyan Revision: 141326 archrelease: copy trunk to community-staging-any Added: python-pytest-timeout/repos/community-staging-any/ python-pytest-timeout/repos/community-staging-any/PKGBUILD (from rev 141325, python-pytest-timeout/trunk/PKGBUILD) --+ PKGBUILD | 61 + 1 file changed, 61 insertions(+) Copied: python-pytest-timeout/repos/community-staging-any/PKGBUILD (from rev 141325, python-pytest-timeout/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-21 02:21:33 UTC (rev 141326) @@ -0,0 +1,61 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-pytest-timeout +pkgname=('python-pytest-timeout' 'python2-pytest-timeout') +_pypiname=pytest-timeout +pkgver=0.5 +pkgrel=2 +pkgdesc='py.test plugin to abort hanging tests' +arch=('any') +license=('MIT') +url='https://bitbucket.org/pytest-dev/pytest-timeout' +makedepends=('python-pytest' 'python2-pytest' 'mercurial') +checkdepends=('python-pexpect' 'python2-pexpect') +source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a "${srcdir}/${_pypiname}"{,-py2} +} + +build() { + cd "$srcdir/$_pypiname" + python setup.py build + + cd "$srcdir/$_pypiname-py2" + python2 setup.py build +} + +check() {( + # Hack entry points by installing it + + cd "$srcdir/$_pypiname" + python setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$PWD/tmp_install" --optimize=1 + PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 + ) || warning "Tests failed" + # Tests failed because of pytest 2.8.0, not python 3.5, so let's give upstream some time. + # https://bitbucket.org/pytest-dev/pytest-timeout/issues/12/tests-failed-with-pytest-280 +} + +package_python-pytest-timeout() { + depends=('python-pytest') + + cd "$srcdir/$_pypiname" + python setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-pytest-timeout() { + depends=('python2-pytest') + + cd "$srcdir/$_pypiname-py2" + python2 setup.py install --root="$pkgdir"/ --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-pytest-timeout/trunk (PKGBUILD)
Date: Monday, September 21, 2015 @ 04:21:11 Author: fyan Revision: 141325 upgpkg: python-pytest-timeout 0.5-2 rebuild for python 3.5 Modified: python-pytest-timeout/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 19:34:04 UTC (rev 141324) +++ PKGBUILD2015-09-21 02:21:11 UTC (rev 141325) @@ -5,7 +5,7 @@ pkgname=('python-pytest-timeout' 'python2-pytest-timeout') _pypiname=pytest-timeout pkgver=0.5 -pkgrel=1 +pkgrel=2 pkgdesc='py.test plugin to abort hanging tests' arch=('any') license=('MIT') @@ -27,16 +27,19 @@ python2 setup.py build } -check() { +check() {( # Hack entry points by installing it cd "$srcdir/$_pypiname" python setup.py install --root="$PWD/tmp_install" --optimize=1 - PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH" py.test + PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test cd "$srcdir/$_pypiname-py2" python2 setup.py install --root="$PWD/tmp_install" --optimize=1 PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 + ) || warning "Tests failed" + # Tests failed because of pytest 2.8.0, not python 3.5, so let's give upstream some time. + # https://bitbucket.org/pytest-dev/pytest-timeout/issues/12/tests-failed-with-pytest-280 } package_python-pytest-timeout() {
[arch-commits] Commit in btrfs-progs/repos (16 files)
Date: Monday, September 21, 2015 @ 00:44:49 Author: seblu Revision: 247018 archrelease: copy trunk to testing-i686, testing-x86_64 Added: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 247017, btrfs-progs/trunk/PKGBUILD) btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 247017, btrfs-progs/trunk/btrfs-progs.install) btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 247017, btrfs-progs/trunk/initcpio-hook-btrfs) btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 247017, btrfs-progs/trunk/initcpio-install-btrfs) btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 247017, btrfs-progs/trunk/PKGBUILD) btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 247017, btrfs-progs/trunk/btrfs-progs.install) btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs (from rev 247017, btrfs-progs/trunk/initcpio-hook-btrfs) btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs (from rev 247017, btrfs-progs/trunk/initcpio-install-btrfs) Deleted: btrfs-progs/repos/testing-i686/PKGBUILD btrfs-progs/repos/testing-i686/btrfs-progs.install btrfs-progs/repos/testing-i686/initcpio-hook-btrfs btrfs-progs/repos/testing-i686/initcpio-install-btrfs btrfs-progs/repos/testing-x86_64/PKGBUILD btrfs-progs/repos/testing-x86_64/btrfs-progs.install btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs ---+ /PKGBUILD | 104 /btrfs-progs.install | 18 + /initcpio-hook-btrfs | 14 /initcpio-install-btrfs | 34 ++ testing-i686/PKGBUILD | 52 testing-i686/btrfs-progs.install |9 -- testing-i686/initcpio-hook-btrfs |7 -- testing-i686/initcpio-install-btrfs | 17 - testing-x86_64/PKGBUILD | 52 testing-x86_64/btrfs-progs.install|9 -- testing-x86_64/initcpio-hook-btrfs|7 -- testing-x86_64/initcpio-install-btrfs | 17 - 12 files changed, 170 insertions(+), 170 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2015-09-20 21:46:40 UTC (rev 247017) +++ testing-i686/PKGBUILD 2015-09-20 22:44:49 UTC (rev 247018) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Sébastien "Seblu" Luttringer -# Contributor: Tom Gundersen -# Contributor: Tobias Powalowski - -pkgname=btrfs-progs -pkgver=4.2.1 -pkgrel=1 -pkgdesc='Btrfs filesystem utilities' -arch=('i686' 'x86_64') -depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib') -makedepends=('git' 'asciidoc' 'xmlto') -url='http://btrfs.wiki.kernel.org/' -replaces=('btrfs-progs-unstable') -conflicts=('btrfs-progs-unstable') -provides=('btrfs-progs-unstable') -license=('GPL2') -source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver" -'initcpio-install-btrfs' -'initcpio-hook-btrfs') -install=btrfs-progs.install -options=(!staticlibs) -md5sums=('SKIP' - '7241ba3a4286d08da0d50b7176941112' - 'b09688a915a0ec8f40e2f5aacbabc9ad') - -build() { - cd $pkgname - ./autogen.sh - ./configure --prefix=/usr - make -} - -check() { - cd $pkgname - ./btrfs filesystem show -} - -package() { - cd $pkgname - make prefix="$pkgdir"/usr install - - # install bash completion (FS#44618) - install -Dm644 btrfs-completion "$pkgdir/usr/share/bash-completion/completions/btrfs" - - # install mkinitcpio hooks - cd "$srcdir" - install -Dm644 initcpio-install-btrfs "$pkgdir/usr/lib/initcpio/install/btrfs" - install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs" -} - -# vim:set ts=2 sw=2 ft=sh et: Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 247017, btrfs-progs/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-09-20 22:44:49 UTC (rev 247018) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Tom Gundersen +# Contributor: Tobias Powalowski + +pkgname=btrfs-progs +pkgver=4.2.1 +pkgrel=1 +pkgdesc='Btrfs filesystem utilities' +arch=('i686' 'x86_64') +depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib') +makedepends=('git' 'asciidoc' 'xmlto') +url='http://btrfs.wiki.kernel.org/' +replaces=('btrfs-progs-unstable') +conflicts=('btrfs-progs-unstable') +provides=('btrfs-progs-unstable') +license=('GPL2') +source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver" +'initcpio-install-btrfs' +'initcpio-hook-btrfs') +install=btrfs-progs.install +options=(!staticlibs) +md5sums=('SKIP' + '7241ba3a4286d08da0d50b7176941112' + 'b09688a915a0ec8f40e2f5aacbabc9ad') + +build() { + c
[arch-commits] Commit in btrfs-progs/repos (10 files)
Date: Sunday, September 20, 2015 @ 23:46:40 Author: seblu Revision: 247017 archrelease: copy trunk to testing-i686, testing-x86_64 Added: btrfs-progs/repos/testing-i686/ btrfs-progs/repos/testing-i686/PKGBUILD (from rev 247016, btrfs-progs/trunk/PKGBUILD) btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 247016, btrfs-progs/trunk/btrfs-progs.install) btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 247016, btrfs-progs/trunk/initcpio-hook-btrfs) btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 247016, btrfs-progs/trunk/initcpio-install-btrfs) btrfs-progs/repos/testing-x86_64/ btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 247016, btrfs-progs/trunk/PKGBUILD) btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 247016, btrfs-progs/trunk/btrfs-progs.install) btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs (from rev 247016, btrfs-progs/trunk/initcpio-hook-btrfs) btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs (from rev 247016, btrfs-progs/trunk/initcpio-install-btrfs) ---+ testing-i686/PKGBUILD | 52 testing-i686/btrfs-progs.install |9 + testing-i686/initcpio-hook-btrfs |7 testing-i686/initcpio-install-btrfs | 17 ++ testing-x86_64/PKGBUILD | 52 testing-x86_64/btrfs-progs.install|9 + testing-x86_64/initcpio-hook-btrfs|7 testing-x86_64/initcpio-install-btrfs | 17 ++ 8 files changed, 170 insertions(+) Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 247016, btrfs-progs/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-09-20 21:46:40 UTC (rev 247017) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Sébastien "Seblu" Luttringer +# Contributor: Tom Gundersen +# Contributor: Tobias Powalowski + +pkgname=btrfs-progs +pkgver=4.2.1 +pkgrel=1 +pkgdesc='Btrfs filesystem utilities' +arch=('i686' 'x86_64') +depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib') +makedepends=('git' 'asciidoc' 'xmlto') +url='http://btrfs.wiki.kernel.org/' +replaces=('btrfs-progs-unstable') +conflicts=('btrfs-progs-unstable') +provides=('btrfs-progs-unstable') +license=('GPL2') +source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver" +'initcpio-install-btrfs' +'initcpio-hook-btrfs') +install=btrfs-progs.install +options=(!staticlibs) +md5sums=('SKIP' + '7241ba3a4286d08da0d50b7176941112' + 'b09688a915a0ec8f40e2f5aacbabc9ad') + +build() { + cd $pkgname + ./autogen.sh + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname + ./btrfs filesystem show +} + +package() { + cd $pkgname + make prefix="$pkgdir"/usr install + + # install bash completion (FS#44618) + install -Dm644 btrfs-completion "$pkgdir/usr/share/bash-completion/completions/btrfs" + + # install mkinitcpio hooks + cd "$srcdir" + install -Dm644 initcpio-install-btrfs "$pkgdir/usr/lib/initcpio/install/btrfs" + install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs" +} + +# vim:set ts=2 sw=2 ft=sh et: Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 247016, btrfs-progs/trunk/btrfs-progs.install) === --- testing-i686/btrfs-progs.install(rev 0) +++ testing-i686/btrfs-progs.install2015-09-20 21:46:40 UTC (rev 247017) @@ -0,0 +1,9 @@ +#!/bin/sh + +post_upgrade() { + if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then +echo "btrfs multi-device support now relies on linux 3.6 or later" + fi +} + +# vim:set ts=2 sw=2 et: Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 247016, btrfs-progs/trunk/initcpio-hook-btrfs) === --- testing-i686/initcpio-hook-btrfs(rev 0) +++ testing-i686/initcpio-hook-btrfs2015-09-20 21:46:40 UTC (rev 247017) @@ -0,0 +1,7 @@ +#!/usr/bin/ash + +run_hook() { +btrfs device scan +} + +# vim: set ft=sh ts=4 sw=4 et: Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 247016, btrfs-progs/trunk/initcpio-install-btrfs) === --- testing-i686/initcpio-install-btrfs (rev 0) +++ testing-i686/initcpio-install-btrfs 2015-09-20 21:46:40 UTC (rev 247017) @@ -0,0 +1,17 @@ +#!/bin/bash + +build() { +add_module btrfs +add_binary btrfs +add_binary btrfsck +add_runscript +} + +help() { +cat < +# Contributor: Tom Gundersen +# Contributor: Tobias Powalowski + +pkgname=btrfs-progs +pkgver=4.2.1 +pkgrel=1 +pkgdesc='Btrfs filesystem utilities' +ar
[arch-commits] Commit in nuitka/repos (staging-any)
Date: Sunday, September 20, 2015 @ 21:34:04 Author: bluewind Revision: 141324 remove wrong repo Deleted: nuitka/repos/staging-any/
[arch-commits] Commit in libnewt/repos (staging-i686)
Date: Sunday, September 20, 2015 @ 21:33:42 Author: bluewind Revision: 141323 remove wrong repo Deleted: libnewt/repos/staging-i686/
[arch-commits] Commit in profanity/repos (4 files)
Date: Sunday, September 20, 2015 @ 20:14:00 Author: anthraxx Revision: 141322 archrelease: copy trunk to community-i686, community-x86_64 Added: profanity/repos/community-i686/PKGBUILD (from rev 141321, profanity/trunk/PKGBUILD) profanity/repos/community-x86_64/PKGBUILD (from rev 141321, profanity/trunk/PKGBUILD) Deleted: profanity/repos/community-i686/PKGBUILD profanity/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 50 community-i686/PKGBUILD | 25 -- community-x86_64/PKGBUILD | 25 -- 3 files changed, 50 insertions(+), 50 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-09-20 18:13:49 UTC (rev 141321) +++ community-i686/PKGBUILD 2015-09-20 18:14:00 UTC (rev 141322) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: jason ryan - -pkgname=profanity -pkgver=0.4.6 -pkgrel=2 -epoch=1 -pkgdesc='Console based XMPP client' -arch=('i686' 'x86_64') -url='http://www.profanity.im' -license=('GPL3') -depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify') -source=(http://www.profanity.im/profanity-$pkgver.tar.gz) -md5sums=('fda246e678f81f089126f92017774c00') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - make -C $pkgname-$pkgver DESTDIR="$pkgdir" install -} Copied: profanity/repos/community-i686/PKGBUILD (from rev 141321, profanity/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-09-20 18:14:00 UTC (rev 141322) @@ -0,0 +1,25 @@ +# Maintainer: Levente Polyak +# Contributor: Bartłomiej Piotrowski +# Contributor: jason ryan + +pkgname=profanity +pkgver=0.4.7 +pkgrel=1 +epoch=1 +pkgdesc='Console based XMPP client' +url='http://www.profanity.im' +arch=('i686' 'x86_64') +license=('GPL3') +depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify' 'gpgme') +source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz) +sha512sums=('805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-09-20 18:13:49 UTC (rev 141321) +++ community-x86_64/PKGBUILD 2015-09-20 18:14:00 UTC (rev 141322) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski -# Contributor: jason ryan - -pkgname=profanity -pkgver=0.4.6 -pkgrel=2 -epoch=1 -pkgdesc='Console based XMPP client' -arch=('i686' 'x86_64') -url='http://www.profanity.im' -license=('GPL3') -depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify') -source=(http://www.profanity.im/profanity-$pkgver.tar.gz) -md5sums=('fda246e678f81f089126f92017774c00') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - make -C $pkgname-$pkgver DESTDIR="$pkgdir" install -} Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 141321, profanity/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-09-20 18:14:00 UTC (rev 141322) @@ -0,0 +1,25 @@ +# Maintainer: Levente Polyak +# Contributor: Bartłomiej Piotrowski +# Contributor: jason ryan + +pkgname=profanity +pkgver=0.4.7 +pkgrel=1 +epoch=1 +pkgdesc='Console based XMPP client' +url='http://www.profanity.im' +arch=('i686' 'x86_64') +license=('GPL3') +depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify' 'gpgme') +source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz) +sha512sums=('805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in profanity/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 20:13:49 Author: anthraxx Revision: 141321 upgpkg: profanity 1:0.4.7-1 upgpkg: profanity 1:0.4.7-1 Modified: profanity/trunk/PKGBUILD --+ PKGBUILD | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:24:48 UTC (rev 141320) +++ PKGBUILD2015-09-20 18:13:49 UTC (rev 141321) @@ -1,25 +1,25 @@ -# $Id$ -# Maintainer: Bartłomiej Piotrowski +# Maintainer: Levente Polyak +# Contributor: Bartłomiej Piotrowski # Contributor: jason ryan pkgname=profanity -pkgver=0.4.6 -pkgrel=2 +pkgver=0.4.7 +pkgrel=1 epoch=1 pkgdesc='Console based XMPP client' +url='http://www.profanity.im' arch=('i686' 'x86_64') -url='http://www.profanity.im' license=('GPL3') -depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify') -source=(http://www.profanity.im/profanity-$pkgver.tar.gz) -md5sums=('fda246e678f81f089126f92017774c00') +depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify' 'gpgme') +source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz) +sha512sums=('805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568') build() { - cd $pkgname-$pkgver + cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { - make -C $pkgname-$pkgver DESTDIR="$pkgdir" install + make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install }
[arch-commits] Commit in btrfs-progs/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 20:01:13 Author: seblu Revision: 247015 upgpkg: btrfs-progs 4.2.1-1 Modified: btrfs-progs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:58:08 UTC (rev 247014) +++ PKGBUILD2015-09-20 18:01:13 UTC (rev 247015) @@ -4,7 +4,7 @@ # Contributor: Tobias Powalowski pkgname=btrfs-progs -pkgver=4.2 +pkgver=4.2.1 pkgrel=1 pkgdesc='Btrfs filesystem utilities' arch=('i686' 'x86_64')
[arch-commits] Commit in python-celery/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 18:24:07 Author: fyan Revision: 141319 upgpkg: python-celery 3.1.18-2 rebuild for python 3.5 Modified: python-celery/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:21:59 UTC (rev 141318) +++ PKGBUILD2015-09-20 16:24:07 UTC (rev 141319) @@ -9,7 +9,7 @@ pkgbase=python-celery pkgname=('python-celery' 'python2-celery') pkgver=3.1.18 -pkgrel=1 +pkgrel=2 pkgdesc='Distributed Asynchronous Task Queue' arch=('any') url='http://celeryproject.org/'
[arch-commits] Commit in python-celery/repos (8 files)
Date: Sunday, September 20, 2015 @ 18:24:48 Author: fyan Revision: 141320 archrelease: copy trunk to community-staging-any Added: python-celery/repos/community-staging-any/ python-celery/repos/community-staging-any/PKGBUILD (from rev 141319, python-celery/trunk/PKGBUILD) python-celery/repos/community-staging-any/celery.tmpfiles.d (from rev 141319, python-celery/trunk/celery.tmpfiles.d) python-celery/repos/community-staging-any/celery2.tmpfiles.d (from rev 141319, python-celery/trunk/celery2.tmpfiles.d) python-celery/repos/community-staging-any/celery2@.service (from rev 141319, python-celery/trunk/celery2@.service) python-celery/repos/community-staging-any/celery@.service (from rev 141319, python-celery/trunk/celery@.service) python-celery/repos/community-staging-any/python-celery.install (from rev 141319, python-celery/trunk/python-celery.install) python-celery/repos/community-staging-any/python2-celery.install (from rev 141319, python-celery/trunk/python2-celery.install) + PKGBUILD | 98 +++ celery.tmpfiles.d |2 celery2.tmpfiles.d |2 celery2@.service | 15 +++ celery@.service| 15 +++ python-celery.install |3 + python2-celery.install |3 + 7 files changed, 138 insertions(+) Copied: python-celery/repos/community-staging-any/PKGBUILD (from rev 141319, python-celery/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 16:24:48 UTC (rev 141320) @@ -0,0 +1,98 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Marcin Kolenda +# Contributor: Valentin Haloiu +# Contributor: Lukas Linhart +# Contributor: Marco Elver +# Contributor: apkawa + +pkgbase=python-celery +pkgname=('python-celery' 'python2-celery') +pkgver=3.1.18 +pkgrel=2 +pkgdesc='Distributed Asynchronous Task Queue' +arch=('any') +url='http://celeryproject.org/' +license=('BSD') +makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 'python2-kombu' 'python-billiard' 'python2-billiard' + 'python-pytz' 'python2-pytz') +checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent' + 'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 'python-msgpack' 'python2-msgpack' 'python-pyro' + 'python2-pyro' 'python-redis' 'python2-redis' 'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto' + 'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq') +source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz"; +celery@.service celery2@.service python-celery.install python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d) +options=('!emptydirs') +sha256sums=('0924f94070c6fc57d408b169848c5b38832668fffe060e48b4803fb23e0e3eaf' +'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff' +'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9' +'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a' +'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00' +'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46' +'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5') + +prepare() { + cp -a celery-$pkgver{,-py2} +} + +build() { + cd "$srcdir/celery-$pkgver" + python setup.py build + + cd "$srcdir/celery-$pkgver-py2" + python2 setup.py build +} + +check() { + cd "$srcdir/celery-$pkgver" + nosetests3 || warning "Python 3 tests failed" + + cd "$srcdir/celery-$pkgver-py2" + nosetests2 || warning "Python 2 tests failed" +} + +package_python-celery() { + depends=('python' 'python-kombu' 'python-billiard' 'python-pytz') + optdepends=('python-pyopenssl: for celery.security' + 'python-pymongo: for celery.backends.mongodb' + 'python-msgpack: for using the msgpack serializer' + 'python-pyro: for using Pyro4 message transport' + 'python-redis: for celery.backends.redis' + 'python-sqlalchemy: for celery.backends.database' + 'python-boto: for SQS transport' + 'python-yaml: for using the yaml serializer' + 'python-pyzmq: for using ZeroMQ transport') + install=python-celery.install + + cd "$srcdir/celery-$pkgver" + python setup.py install --root="$pkgdir" --optimize=1 --skip-build + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 "$srcdir/celery@.service" "$pkgdir/usr/lib/systemd/system/celery@.service" + install -Dm644 "$srcdir/celery.tmpfiles.d" "$pkgdir/usr/lib/tmpfiles.d/celery.conf" +} + +package_python2-celery() { + depends=('python2' 'python2-kom
[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)
Date: Sunday, September 20, 2015 @ 18:21:59 Author: andyrtr Revision: 141318 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 141317, virtualbox-modules-lts/trunk/PKGBUILD) virtualbox-modules-lts/repos/community-testing-i686/build.sh (from rev 141317, virtualbox-modules-lts/trunk/build.sh) virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install (from rev 141317, virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install) virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install (from rev 141317, virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install) virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141317, virtualbox-modules-lts/trunk/PKGBUILD) virtualbox-modules-lts/repos/community-testing-x86_64/build.sh (from rev 141317, virtualbox-modules-lts/trunk/build.sh) virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install (from rev 141317, virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install) virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install (from rev 141317, virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install) Deleted: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD virtualbox-modules-lts/repos/community-testing-i686/build.sh virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD virtualbox-modules-lts/repos/community-testing-x86_64/build.sh virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install ---+ /PKGBUILD | 132 ++ /build.sh | 116 /virtualbox-guest-modules-lts.install | 42 +++ /virtualbox-host-modules-lts.install | 46 +++ community-testing-i686/PKGBUILD | 66 - community-testing-i686/build.sh | 58 community-testing-i686/virtualbox-guest-modules-lts.install | 21 - community-testing-i686/virtualbox-host-modules-lts.install| 23 - community-testing-x86_64/PKGBUILD | 66 - community-testing-x86_64/build.sh | 58 community-testing-x86_64/virtualbox-guest-modules-lts.install | 21 - community-testing-x86_64/virtualbox-host-modules-lts.install | 23 - 12 files changed, 336 insertions(+), 336 deletions(-) Deleted: community-testing-i686/PKGBUILD === --- community-testing-i686/PKGBUILD 2015-09-20 16:21:44 UTC (rev 141317) +++ community-testing-i686/PKGBUILD 2015-09-20 16:21:59 UTC (rev 141318) @@ -1,66 +0,0 @@ -# $Id$ -# Contributor: Bartłomiej Piotrowski -# Contributor: Ionut Biru -# Contributor: Sébastien Luttringer - -pkgbase=virtualbox-modules-lts -pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts') -pkgver=5.0.4 -pkgrel=2 -arch=('i686' 'x86_64') -url='http://virtualbox.org' -license=('GPL') -makedepends=('linux-lts>=3.14.42' 'linux-lts<3.15' - 'linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15' - "virtualbox-host-dkms>=$pkgver" - "virtualbox-guest-dkms>=$pkgver") - -# remember to also adjust the .install files and the package deps below -_extramodules=extramodules-3.14-lts - -build() { - _kernver=$(cat /usr/lib/modules/$_extramodules/version) - # dkms need modification to be run as user - cp -r /var/lib/dkms . - echo "dkms_tree='$srcdir/dkms'" > dkms.conf - # build host modules - msg2 'Host modules' - dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver" - # build guest modules - msg2 'Guest modules' - dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver" -} - -package_virtualbox-host-modules-lts(){ - _kernver=$(cat /usr/lib/modules/$_extramodules/version) - pkgdesc='Host kernel modules for VirtualBox' - depends=('linux-lts>=3.14.40' 'linux-lts<3.15') - replaces=('virtualbox-modules-lts') - conflicts=('virtualbox-modules-lts') - provides=("virtualbox-host-modules=$pkgver") - install=virtualbox-host-modules-lts.install - - cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module" - install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/" - install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/" - find "$pkgdir" -name '*.ko' -exec gzip
[arch-commits] Commit in virtualbox-modules-lts/trunk (3 files)
Date: Sunday, September 20, 2015 @ 18:21:44 Author: andyrtr Revision: 141317 upgpkg: virtualbox-modules-lts 5.0.4-3 rebuild for 4.1.7 Modified: virtualbox-modules-lts/trunk/PKGBUILD virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install --+ PKGBUILD | 12 ++-- virtualbox-guest-modules-lts.install |2 +- virtualbox-host-modules-lts.install |2 +- 3 files changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:17:52 UTC (rev 141316) +++ PKGBUILD2015-09-20 16:21:44 UTC (rev 141317) @@ -6,17 +6,17 @@ pkgbase=virtualbox-modules-lts pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts') pkgver=5.0.4 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL') -makedepends=('linux-lts>=3.14.42' 'linux-lts<3.15' - 'linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15' +makedepends=('linux-lts>=4.1.7' 'linux-lts<4.2' + 'linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2' "virtualbox-host-dkms>=$pkgver" "virtualbox-guest-dkms>=$pkgver") # remember to also adjust the .install files and the package deps below -_extramodules=extramodules-3.14-lts +_extramodules=extramodules-4.1-lts build() { _kernver=$(cat /usr/lib/modules/$_extramodules/version) @@ -34,7 +34,7 @@ package_virtualbox-host-modules-lts(){ _kernver=$(cat /usr/lib/modules/$_extramodules/version) pkgdesc='Host kernel modules for VirtualBox' - depends=('linux-lts>=3.14.40' 'linux-lts<3.15') + depends=('linux-lts>=4.1.7' 'linux-lts<4.2') replaces=('virtualbox-modules-lts') conflicts=('virtualbox-modules-lts') provides=("virtualbox-host-modules=$pkgver") @@ -50,7 +50,7 @@ _kernver=$(cat /usr/lib/modules/$_extramodules/version) pkgdesc='Guest kernel modules for VirtualBox' license=('GPL') - depends=('linux-lts>=3.14.40' 'linux-lts<3.15') + depends=('linux-lts>=4.1.7' 'linux-lts<4.2') replaces=('virtualbox-archlinux-modules-lts') conflicts=('virtualbox-archlinux-modules-lts') provides=("virtualbox-guest-modules=$pkgver") Modified: virtualbox-guest-modules-lts.install === --- virtualbox-guest-modules-lts.install2015-09-20 16:17:52 UTC (rev 141316) +++ virtualbox-guest-modules-lts.install2015-09-20 16:21:44 UTC (rev 141317) @@ -1,5 +1,5 @@ _depmod() { - EXTRAMODULES=extramodules-3.14-lts + EXTRAMODULES=extramodules-4.1-lts depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } Modified: virtualbox-host-modules-lts.install === --- virtualbox-host-modules-lts.install 2015-09-20 16:17:52 UTC (rev 141316) +++ virtualbox-host-modules-lts.install 2015-09-20 16:21:44 UTC (rev 141317) @@ -1,5 +1,5 @@ _depmod() { - EXTRAMODULES=extramodules-3.14-lts + EXTRAMODULES=extramodules-4.1-lts depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) }
[arch-commits] Commit in tp_smapi-lts/repos (6 files)
Date: Sunday, September 20, 2015 @ 18:17:52 Author: andyrtr Revision: 141316 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: tp_smapi-lts/repos/community-testing-i686/ tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 141315, tp_smapi-lts/trunk/PKGBUILD) tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from rev 141315, tp_smapi-lts/trunk/tp_smapi-lts.install) tp_smapi-lts/repos/community-testing-x86_64/ tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141315, tp_smapi-lts/trunk/PKGBUILD) tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install (from rev 141315, tp_smapi-lts/trunk/tp_smapi-lts.install) ---+ community-testing-i686/PKGBUILD | 57 community-testing-i686/tp_smapi-lts.install | 13 + community-testing-x86_64/PKGBUILD | 57 community-testing-x86_64/tp_smapi-lts.install | 13 + 4 files changed, 140 insertions(+) Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 141315, tp_smapi-lts/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-09-20 16:17:52 UTC (rev 141316) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Lukas Fleischer +# Contributor: xduugu +# Contributor: nh2 +# Contributor: Steven Davidovitz +# Contributor: Nick B +# Contributor: Christof Musik +# Contributor: Stefan Rupp +# Contributor: Ignas Anikevicius + +pkgname=tp_smapi-lts +_pkgname=tp_smapi +_extramodules=/usr/lib/modules/extramodules-4.1-lts +pkgver=0.41 +pkgrel=42 +pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality" +arch=('i686' 'x86_64') +url='https://github.com/evgeni/tp_smapi' +license=('GPL') +depends=('linux-lts>=4.1.7' 'linux-lts<4.2') +makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2') +install="${pkgname}.install" +source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";) +md5sums=('63c683415c764568f6bf17c7eabe4752') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + + _kernver=$(< "${_extramodules}/version") + + sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \ + -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile + + make HDAPS=1 +} + +package() { + _kernver=$(< "${_extramodules}/version") + + make -C "${_extramodules%/*}/${_kernver}/build" \ +INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \ +M="${srcdir}/${_pkgname}-${pkgver}" modules_install + + cd "${pkgdir}/${_extramodules%/*}" + mv "${_kernver}/extra" "${_extramodules##*/}" + rmdir "${_kernver}" + + # compress kernel modules + find "${pkgdir}" -name "*.ko" -exec gzip -9 {} + + + # load module on startup + echo tp_smapi > "${srcdir}/${pkgname}.conf" + install -Dm644 "${srcdir}/${pkgname}.conf" "${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf" + + # update kernel version in install file + sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" "${startdir}/${pkgname}.install" +} Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from rev 141315, tp_smapi-lts/trunk/tp_smapi-lts.install) === --- community-testing-i686/tp_smapi-lts.install (rev 0) +++ community-testing-i686/tp_smapi-lts.install 2015-09-20 16:17:52 UTC (rev 141316) @@ -0,0 +1,13 @@ +extramodules=/usr/lib/modules/extramodules-4.1-lts + +post_install() { + depmod -v $(< "$extramodules/version") &>/dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141315, tp_smapi-lts/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-09-20 16:17:52 UTC (rev 141316) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Lukas Fleischer +# Contributor: xduugu +# Contributor: nh2 +# Contributor: Steven Davidovitz +# Contributor: Nick B +# Contributor: Christof Musik +# Contributor: Stefan Rupp +# Contributor: Ignas Anikevicius + +pkgname=tp_smapi-lts +_pkgname=tp_smapi +_extramodules=/usr/lib/modules/extramodules-4.1-lts +pkgver=0.41 +pkgrel=42 +pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality" +arch=('i686' 'x86_64') +url='https://github.com/evgeni/tp_smapi' +license=('GPL') +depends=('linux-lts>=4.1.7' 'linux-lts<4.2') +makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2') +install="${pkgname}.install" +source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";) +md5sums=('63c683415c764568f6bf17c7eabe4752') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + + _ker
[arch-commits] Commit in tp_smapi-lts/trunk (PKGBUILD tp_smapi-lts.install)
Date: Sunday, September 20, 2015 @ 18:17:44 Author: andyrtr Revision: 141315 upgpkg: tp_smapi-lts 0.41-42 rebuild for 4.1.7 Modified: tp_smapi-lts/trunk/PKGBUILD tp_smapi-lts/trunk/tp_smapi-lts.install --+ PKGBUILD |8 tp_smapi-lts.install |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:14:37 UTC (rev 141314) +++ PKGBUILD2015-09-20 16:17:44 UTC (rev 141315) @@ -10,15 +10,15 @@ pkgname=tp_smapi-lts _pkgname=tp_smapi -_extramodules=/usr/lib/modules/extramodules-3.14-lts +_extramodules=/usr/lib/modules/extramodules-4.1-lts pkgver=0.41 -pkgrel=41 +pkgrel=42 pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality" arch=('i686' 'x86_64') url='https://github.com/evgeni/tp_smapi' license=('GPL') -depends=('linux-lts>=3.14.42' 'linux-lts<3.15') -makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15') +depends=('linux-lts>=4.1.7' 'linux-lts<4.2') +makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2') install="${pkgname}.install" source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";) md5sums=('63c683415c764568f6bf17c7eabe4752') Modified: tp_smapi-lts.install === --- tp_smapi-lts.install2015-09-20 16:14:37 UTC (rev 141314) +++ tp_smapi-lts.install2015-09-20 16:17:44 UTC (rev 141315) @@ -1,4 +1,4 @@ -extramodules=/usr/lib/modules/extramodules-3.14-lts +extramodules=/usr/lib/modules/extramodules-4.1-lts post_install() { depmod -v $(< "$extramodules/version") &>/dev/null
[arch-commits] Commit in r8168-lts/repos (6 files)
Date: Sunday, September 20, 2015 @ 18:14:37 Author: andyrtr Revision: 141314 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: r8168-lts/repos/community-testing-i686/ r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 141313, r8168-lts/trunk/PKGBUILD) r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 141313, r8168-lts/trunk/r8168-lts.install) r8168-lts/repos/community-testing-x86_64/ r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141313, r8168-lts/trunk/PKGBUILD) r8168-lts/repos/community-testing-x86_64/r8168-lts.install (from rev 141313, r8168-lts/trunk/r8168-lts.install) + community-testing-i686/PKGBUILD| 34 +++ community-testing-i686/r8168-lts.install | 17 + community-testing-x86_64/PKGBUILD | 34 +++ community-testing-x86_64/r8168-lts.install | 17 + 4 files changed, 102 insertions(+) Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 141313, r8168-lts/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-09-20 16:14:37 UTC (rev 141314) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo + +pkgname=r8168-lts +_pkgname=r8168 +pkgver=8.040.00 +pkgrel=2 +pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" +#url="http://www.realtek.com.tw"; +url="https://code.google.com/p/r8168/"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('glibc' "linux-lts>=4.1.7" "linux-lts<4.2") +makedepends=("linux-lts-headers>=4.1.7" "linux-lts-headers<4.2") +install=$pkgname.install +source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b') + +_extramodules=extramodules-4.1-lts + +build() { + cd "$_pkgname-$pkgver" + local _kernver="$(cat /usr/lib/modules/$_extramodules/version)" + make -C /usr/lib/modules/$_kernver/build \ + SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \ + EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \ + modules +} + +package() { + cd "$_pkgname-$pkgver" + install -Dm644 src/$_pkgname.ko "$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko" + find "$pkgdir" -name '*.ko' -exec gzip -9 {} + +} Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 141313, r8168-lts/trunk/r8168-lts.install) === --- community-testing-i686/r8168-lts.install(rev 0) +++ community-testing-i686/r8168-lts.install2015-09-20 16:14:37 UTC (rev 141314) @@ -0,0 +1,17 @@ +rebuild_module_dependencies() { + EXTRAMODULES='extramodules-4.1-lts' + depmod $(cat /lib/modules/$EXTRAMODULES/version) +} + +post_install() { + rebuild_module_dependencies + echo '>>> The module r8168 conflicts with r8169. You can blacklist it with:' + echo '>>> `echo "blacklist r8169" > /etc/modprobe.d/r8169_blacklist.conf`' +} +post_upgrade() { + rebuild_module_dependencies +} + +post_remove() { + rebuild_module_dependencies +} Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141313, r8168-lts/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-09-20 16:14:37 UTC (rev 141314) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo + +pkgname=r8168-lts +_pkgname=r8168 +pkgver=8.040.00 +pkgrel=2 +pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" +#url="http://www.realtek.com.tw"; +url="https://code.google.com/p/r8168/"; +license=("GPL") +arch=('i686' 'x86_64') +depends=('glibc' "linux-lts>=4.1.7" "linux-lts<4.2") +makedepends=("linux-lts-headers>=4.1.7" "linux-lts-headers<4.2") +install=$pkgname.install +source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b') + +_extramodules=extramodules-4.1-lts + +build() { + cd "$_pkgname-$pkgver" + local _kernver="$(cat /usr/lib/modules/$_extramodules/version)" + make -C /usr/lib/modules/$_kernver/build \ + SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \ + EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \ + modules +} + +package() { + cd "$_pkgname-$pkgver" + install -Dm644 src/$_pkgname.ko "$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko" + find "$pkgdir" -name '*.ko' -exec gzip -9 {} + +} Copied: r8168-lts/repos/c
[arch-commits] Commit in r8168-lts/trunk (PKGBUILD r8168-lts.install)
Date: Sunday, September 20, 2015 @ 18:14:28 Author: andyrtr Revision: 141313 upgpkg: r8168-lts 8.040.00-2 rebuild for 4.1.7 Modified: r8168-lts/trunk/PKGBUILD r8168-lts/trunk/r8168-lts.install ---+ PKGBUILD |8 r8168-lts.install |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:10:34 UTC (rev 141312) +++ PKGBUILD2015-09-20 16:14:28 UTC (rev 141313) @@ -4,19 +4,19 @@ pkgname=r8168-lts _pkgname=r8168 pkgver=8.040.00 -pkgrel=1 +pkgrel=2 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" #url="http://www.realtek.com.tw"; url="https://code.google.com/p/r8168/"; license=("GPL") arch=('i686' 'x86_64') -depends=('glibc' "linux-lts>=3.14.42" "linux-lts<3.15") -makedepends=("linux-lts-headers>=3.14.42" "linux-lts-headers<3.15") +depends=('glibc' "linux-lts>=4.1.7" "linux-lts<4.2") +makedepends=("linux-lts-headers>=4.1.7" "linux-lts-headers<4.2") install=$pkgname.install source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz) sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b') -_extramodules=extramodules-3.14-lts +_extramodules=extramodules-4.1-lts build() { cd "$_pkgname-$pkgver" Modified: r8168-lts.install === --- r8168-lts.install 2015-09-20 16:10:34 UTC (rev 141312) +++ r8168-lts.install 2015-09-20 16:14:28 UTC (rev 141313) @@ -1,5 +1,5 @@ rebuild_module_dependencies() { - EXTRAMODULES='extramodules-3.14-lts' + EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /lib/modules/$EXTRAMODULES/version) }
[arch-commits] Commit in python-pyswip/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 18:10:26 Author: jelle Revision: 141310 upgpkg: python-pyswip 0.2.3-2 python 3.5 rebuild Modified: python-pyswip/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:10:25 UTC (rev 141309) +++ PKGBUILD2015-09-20 16:10:26 UTC (rev 141310) @@ -2,7 +2,7 @@ pkgname=python-pyswip pkgver=0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc='Python wrapper for SWI-Prolog' arch=('any') url='https://github.com/swenzel2/pyswip3'
[arch-commits] Commit in bbswitch-lts/repos (6 files)
Date: Sunday, September 20, 2015 @ 18:10:34 Author: andyrtr Revision: 141312 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: bbswitch-lts/repos/community-testing-i686/ bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 141310, bbswitch-lts/trunk/PKGBUILD) bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from rev 141310, bbswitch-lts/trunk/bbswitch-lts.install) bbswitch-lts/repos/community-testing-x86_64/ bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141310, bbswitch-lts/trunk/PKGBUILD) bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from rev 141310, bbswitch-lts/trunk/bbswitch-lts.install) ---+ community-testing-i686/PKGBUILD | 34 community-testing-i686/bbswitch-lts.install | 12 community-testing-x86_64/PKGBUILD | 34 community-testing-x86_64/bbswitch-lts.install | 12 4 files changed, 92 insertions(+) Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 141310, bbswitch-lts/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-09-20 16:10:34 UTC (rev 141312) @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $ +# Maintainer: Sven-Hendrik Haase +# Contributor: M0Rf30 +# Contributor: Samsagax + +pkgname=bbswitch-lts +_basename=bbswitch +pkgver=0.8 +_extramodules=extramodules-4.1-lts # Don't forget to update bbswitch-lts.install +pkgrel=11 +pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" +arch=('i686' 'x86_64') +url=("http://github.com/Bumblebee-Project/bbswitch";) +license=('GPL') +depends=('linux-lts>=4.1.7' 'linux-lts<4.2') +makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2') +install=${pkgname}.install +source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";) +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') + +build() { + cd ${srcdir}/${_basename}-${pkgver} + + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + + make KDIR=/lib/modules/${_kernver}/build +} + +package() { + cd ${srcdir}/${_basename}-${pkgver} + + install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko + gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko" +} Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from rev 141310, bbswitch-lts/trunk/bbswitch-lts.install) === --- community-testing-i686/bbswitch-lts.install (rev 0) +++ community-testing-i686/bbswitch-lts.install 2015-09-20 16:10:34 UTC (rev 141312) @@ -0,0 +1,12 @@ +post_install() { +EXTRAMODULES='extramodules-4.1-lts' +depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141310, bbswitch-lts/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-09-20 16:10:34 UTC (rev 141312) @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $ +# Maintainer: Sven-Hendrik Haase +# Contributor: M0Rf30 +# Contributor: Samsagax + +pkgname=bbswitch-lts +_basename=bbswitch +pkgver=0.8 +_extramodules=extramodules-4.1-lts # Don't forget to update bbswitch-lts.install +pkgrel=11 +pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" +arch=('i686' 'x86_64') +url=("http://github.com/Bumblebee-Project/bbswitch";) +license=('GPL') +depends=('linux-lts>=4.1.7' 'linux-lts<4.2') +makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2') +install=${pkgname}.install +source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";) +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') + +build() { + cd ${srcdir}/${_basename}-${pkgver} + + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + + make KDIR=/lib/modules/${_kernver}/build +} + +package() { + cd ${srcdir}/${_basename}-${pkgver} + + install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko + gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko" +} Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from rev 141310, bbswitch-lts/trunk/bbswitch-lts.install) === --- community-testing-x86_64/bbswitch-lts.install
[arch-commits] Commit in python-pyswip/repos (2 files)
Date: Sunday, September 20, 2015 @ 18:10:31 Author: jelle Revision: 141311 archrelease: copy trunk to community-staging-any Added: python-pyswip/repos/community-staging-any/ python-pyswip/repos/community-staging-any/PKGBUILD (from rev 141310, python-pyswip/trunk/PKGBUILD) --+ PKGBUILD | 36 1 file changed, 36 insertions(+) Copied: python-pyswip/repos/community-staging-any/PKGBUILD (from rev 141310, python-pyswip/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 16:10:31 UTC (rev 141311) @@ -0,0 +1,36 @@ +# Maintainer: Alexander Rødseth + +pkgname=python-pyswip +pkgver=0.2.3 +pkgrel=2 +pkgdesc='Python wrapper for SWI-Prolog' +arch=('any') +url='https://github.com/swenzel2/pyswip3' +license=('MIT') +depends=('python' 'swi-prolog') +makedepends=('setuptools' 'git') +source=("git://github.com/swenzel2/pyswip3.git#commit=0145fd1f70") +sha256sums=('SKIP') + +build() { + cd pyswip3 + + python setup.py build +} + +check() { + cd pyswip3 + + python setup.py check +} + +package() { + cd pyswip3 + + python setup.py install --prefix=/usr --root="$pkgdir" + install -d "$pkgdir/usr/share/doc/$pkgname" + cp -R README examples "$pkgdir/usr/share/doc/$pkgname" + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in bbswitch-lts/trunk (PKGBUILD bbswitch-lts.install)
Date: Sunday, September 20, 2015 @ 18:10:25 Author: andyrtr Revision: 141309 upgpkg: bbswitch-lts 0.8-11 rebuild for 4.1.7 Modified: bbswitch-lts/trunk/PKGBUILD bbswitch-lts/trunk/bbswitch-lts.install --+ PKGBUILD |8 bbswitch-lts.install |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:08:03 UTC (rev 141308) +++ PKGBUILD2015-09-20 16:10:25 UTC (rev 141309) @@ -6,14 +6,14 @@ pkgname=bbswitch-lts _basename=bbswitch pkgver=0.8 -_extramodules=extramodules-3.14-lts # Don't forget to update bbswitch-lts.install -pkgrel=10 +_extramodules=extramodules-4.1-lts # Don't forget to update bbswitch-lts.install +pkgrel=11 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" arch=('i686' 'x86_64') url=("http://github.com/Bumblebee-Project/bbswitch";) license=('GPL') -depends=('linux-lts>=3.14.42' 'linux-lts<3.15') -makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15') +depends=('linux-lts>=4.1.7' 'linux-lts<4.2') +makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2') install=${pkgname}.install source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";) md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') Modified: bbswitch-lts.install === --- bbswitch-lts.install2015-09-20 16:08:03 UTC (rev 141308) +++ bbswitch-lts.install2015-09-20 16:10:25 UTC (rev 141309) @@ -1,5 +1,5 @@ post_install() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) }
[arch-commits] Commit in gaupol/repos (3 files)
Date: Sunday, September 20, 2015 @ 18:08:03 Author: jelle Revision: 141308 archrelease: copy trunk to community-staging-any Added: gaupol/repos/community-staging-any/ gaupol/repos/community-staging-any/PKGBUILD (from rev 141307, gaupol/trunk/PKGBUILD) gaupol/repos/community-staging-any/gaupol.install (from rev 141307, gaupol/trunk/gaupol.install) + PKGBUILD | 36 gaupol.install | 14 ++ 2 files changed, 50 insertions(+) Copied: gaupol/repos/community-staging-any/PKGBUILD (from rev 141307, gaupol/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 16:08:03 UTC (rev 141308) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Evangelos Foutras +# Contributor: Ionut Biru +# Contributor: Allan McRae +# Contributor: FJ +# Contributor: Sebastien Piccand + +pkgname=gaupol +pkgver=0.28.2 +pkgrel=2 +pkgdesc="Editor for text-based subtitle files" +arch=('any') +url="http://home.gna.org/gaupol"; +license=('GPL') +depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good' + 'iso-codes' 'desktop-file-utils' 'hicolor-icon-theme') +makedepends=('intltool') +optdepends=('python-pyenchant: spell-checking' +'gtkspell3: inline spell-checking' +'python-chardet: character encoding auto-detection' +'mplayer: subtitle preview' +'vlc: subtitle preview' +'gst-plugins-bad: extra media codecs' +'gst-plugins-ugly: extra media codecs' +'gst-libav: extra media codecs') +install=gaupol.install +source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz) +sha256sums=('d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c') + +package() { + cd "$srcdir/$pkgname-$pkgver" + + python3 setup.py --without-iso-codes install --root="$pkgdir" -O1 +} + +# vim:set ts=2 sw=2 et: Copied: gaupol/repos/community-staging-any/gaupol.install (from rev 141307, gaupol/trunk/gaupol.install) === --- community-staging-any/gaupol.install(rev 0) +++ community-staging-any/gaupol.install2015-09-20 16:08:03 UTC (rev 141308) @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in gaupol/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 18:07:57 Author: jelle Revision: 141307 upgpkg: gaupol 0.28.2-2 python 3.5 rebuild Modified: gaupol/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:07:31 UTC (rev 141306) +++ PKGBUILD2015-09-20 16:07:57 UTC (rev 141307) @@ -7,7 +7,7 @@ pkgname=gaupol pkgver=0.28.2 -pkgrel=1 +pkgrel=2 pkgdesc="Editor for text-based subtitle files" arch=('any') url="http://home.gna.org/gaupol";
[arch-commits] Commit in python-kombu/repos (2 files)
Date: Sunday, September 20, 2015 @ 18:07:31 Author: fyan Revision: 141306 archrelease: copy trunk to community-staging-any Added: python-kombu/repos/community-staging-any/ python-kombu/repos/community-staging-any/PKGBUILD (from rev 141305, python-kombu/trunk/PKGBUILD) --+ PKGBUILD | 77 + 1 file changed, 77 insertions(+) Copied: python-kombu/repos/community-staging-any/PKGBUILD (from rev 141305, python-kombu/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 16:07:31 UTC (rev 141306) @@ -0,0 +1,77 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: mutantmonkey + +pkgbase=python-kombu +pkgname=('python-kombu' 'python2-kombu') +pkgver=3.0.26 +pkgrel=2 +pkgdesc='A messaging library for Python' +arch=('any') +url="http://kombu.readthedocs.org/"; +license=('BSD') +options=('!emptydirs') +makedepends=('python-anyjson' 'python2-anyjson') +checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack' + 'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 'python-nose' 'python2-nose' + 'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock') +source=("http://pypi.python.org/packages/source/k/kombu/kombu-${pkgver}.tar.gz";) +sha256sums=('1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09') + +prepare() { + cp -a kombu-$pkgver{,-py2} +} + +check() { + cd kombu-$pkgver + # Tests are not python 3 compatible + nosetests3 || warning "Tests failed" + + cd ../kombu-$pkgver-py2 + # Ignoring missing assert_* errors, as this only affects tests + nosetests2 || warning "Tests failed" +} + +package_python-kombu() { + depends=('python-amqp' 'python-anyjson') + optdepends=('python-pymongo: for MongoDB support' + 'python-msgpack: for MessagePack support' + 'python-pyro: for Pyro support' + 'python-redis: for Redis support' + 'python-sqlalchemy: for SQLAlchemy support' + 'python-boto: for Amazon SQS support' + 'python-yaml: for YAML support' + 'python-pyzmq: for ZeroMQ support') + # 'python-couchdb: for CouchDB support': Not packaged yet + # 'python-softlayer-messaging: for SoftLayer Message Queue support': Not packaged yet + # 'python-kazoo: for Zookeeper support': Not packaged yet + # 'python-librabbitmq: C optimization for AMQP transport' Not available for python 3 yet + # 'python-beanstalkc: for Beanstalk Support' Not available for python 3 yet + + cd "$srcdir/kombu-$pkgver" + python setup.py install --root="$pkgdir/" --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-kombu() { + depends=('python2-amqp' 'python2-anyjson') + optdepends=('python2-pymongo: for MongoDB support' + 'python2-msgpack: for MessagePack support' + 'python2-pyro: for Pyro support' + 'python2-redis: for Redis support' + 'python2-sqlalchemy: for SQLAlchemy support' + 'python2-boto: for Amazon SQS support' + 'python2-yaml: for YAML support' + 'python2-pyzmq: for ZeroMQ support' + 'python2-librabbitmq: C optimization for AMQP transport') + # 'python2-couchdb: for CouchDB support': In AUR + # 'python2-softlayer-messaging: for SoftLayer Message Queue support': Not packaged yet + # 'python2-kazoo: for Zookeeper support': Not packaged yet + # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet + + cd "$srcdir/kombu-$pkgver-py2" + python2 setup.py install --root="$pkgdir/" --optimize=1 + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-kombu/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 18:07:12 Author: fyan Revision: 141305 upgpkg: python-kombu 3.0.26-2 rebuild for python 3.5 Modified: python-kombu/trunk/PKGBUILD --+ PKGBUILD |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:06:37 UTC (rev 141304) +++ PKGBUILD2015-09-20 16:07:12 UTC (rev 141305) @@ -5,7 +5,7 @@ pkgbase=python-kombu pkgname=('python-kombu' 'python2-kombu') pkgver=3.0.26 -pkgrel=1 +pkgrel=2 pkgdesc='A messaging library for Python' arch=('any') url="http://kombu.readthedocs.org/"; @@ -24,10 +24,12 @@ check() { cd kombu-$pkgver + # Tests are not python 3 compatible nosetests3 || warning "Tests failed" cd ../kombu-$pkgver-py2 - nosetests2 + # Ignoring missing assert_* errors, as this only affects tests + nosetests2 || warning "Tests failed" } package_python-kombu() {
[arch-commits] Commit in acpi_call-lts/repos (6 files)
Date: Sunday, September 20, 2015 @ 18:06:37 Author: andyrtr Revision: 141304 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: acpi_call-lts/repos/community-testing-i686/ acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 141303, acpi_call-lts/trunk/PKGBUILD) acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 141303, acpi_call-lts/trunk/acpi_call.install) acpi_call-lts/repos/community-testing-x86_64/ acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141303, acpi_call-lts/trunk/PKGBUILD) acpi_call-lts/repos/community-testing-x86_64/acpi_call.install (from rev 141303, acpi_call-lts/trunk/acpi_call.install) + community-testing-i686/PKGBUILD| 48 +++ community-testing-i686/acpi_call.install | 14 +++ community-testing-x86_64/PKGBUILD | 48 +++ community-testing-x86_64/acpi_call.install | 14 +++ 4 files changed, 124 insertions(+) Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 141303, acpi_call-lts/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-09-20 16:06:37 UTC (rev 141304) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: mortzu +# Contributor: fnord0 + +pkgname=acpi_call-lts +pkgver=1.1.0 +pkgrel=22 +_extramodules=extramodules-4.1-lts +pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' +arch=('i686' 'x86_64') +url="http://github.com/mkottman/${pkgname%-*}"; +license=('GPL') +depends=('linux-lts>=4.1.7') +makedepends=('linux-lts-headers>=4.1.7') +provides=("${pkgname%-*}") +install="${pkgname%-*}.install" +source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0') + +prepare() { + cd acpi_call-${pkgver} + + # Fix build with Linux >= 3.17 + sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c +} + +build() { + cd ${pkgname%-*}-${pkgver} + + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + + make KVERSION="${_kernver}" +} + +package() { + cd ${pkgname%-*}-${pkgver} + + install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d} + install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/ + gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko + echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf + + install -dm 755 "${pkgdir}"/usr/share/${pkgname} + cp -dr --no-preserve='ownership' {examples,support} "${pkgdir}"/usr/share/${pkgname}/ +} + +# vim: ts=2 sw=2 et: Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 141303, acpi_call-lts/trunk/acpi_call.install) === --- community-testing-i686/acpi_call.install(rev 0) +++ community-testing-i686/acpi_call.install2015-09-20 16:06:37 UTC (rev 141304) @@ -0,0 +1,14 @@ +post_install() { + _extramodules=extramodules-4.1-lts + depmod $(cat /usr/lib/modules/${_extramodules}/version) +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141303, acpi_call-lts/trunk/PKGBUILD) === --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-09-20 16:06:37 UTC (rev 141304) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: mortzu +# Contributor: fnord0 + +pkgname=acpi_call-lts +pkgver=1.1.0 +pkgrel=22 +_extramodules=extramodules-4.1-lts +pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' +arch=('i686' 'x86_64') +url="http://github.com/mkottman/${pkgname%-*}"; +license=('GPL') +depends=('linux-lts>=4.1.7') +makedepends=('linux-lts-headers>=4.1.7') +provides=("${pkgname%-*}") +install="${pkgname%-*}.install" +source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz") +sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0') + +prepare() { + cd acpi_call-${pkgver} + + # Fix build with Linux >= 3.17 + sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c +} + +build() { + cd ${pkgname%-*}-${pkgver} + + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + + make KVERSION="${_kernver}" +} + +package() { + cd ${pkgname%-*}-${pkgver} + + install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d} + install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/ + gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkg
[arch-commits] Commit in acpi_call-lts/trunk (PKGBUILD acpi_call.install)
Date: Sunday, September 20, 2015 @ 18:06:28 Author: andyrtr Revision: 141303 upgpkg: acpi_call-lts 1.1.0-22 rebuild for 4.1.7 Modified: acpi_call-lts/trunk/PKGBUILD acpi_call-lts/trunk/acpi_call.install ---+ PKGBUILD | 15 +++ acpi_call.install |2 +- 2 files changed, 12 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:04:09 UTC (rev 141302) +++ PKGBUILD2015-09-20 16:06:28 UTC (rev 141303) @@ -5,19 +5,26 @@ pkgname=acpi_call-lts pkgver=1.1.0 -pkgrel=21 -_extramodules=extramodules-3.14-lts +pkgrel=22 +_extramodules=extramodules-4.1-lts pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' arch=('i686' 'x86_64') url="http://github.com/mkottman/${pkgname%-*}"; license=('GPL') -depends=('linux-lts>=3.14.42') -makedepends=('linux-lts-headers>=3.14.42') +depends=('linux-lts>=4.1.7') +makedepends=('linux-lts-headers>=4.1.7') provides=("${pkgname%-*}") install="${pkgname%-*}.install" source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0') +prepare() { + cd acpi_call-${pkgver} + + # Fix build with Linux >= 3.17 + sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c +} + build() { cd ${pkgname%-*}-${pkgver} Modified: acpi_call.install === --- acpi_call.install 2015-09-20 16:04:09 UTC (rev 141302) +++ acpi_call.install 2015-09-20 16:06:28 UTC (rev 141303) @@ -1,5 +1,5 @@ post_install() { - _extramodules=extramodules-3.14-lts + _extramodules=extramodules-4.1-lts depmod $(cat /usr/lib/modules/${_extramodules}/version) }
[arch-commits] Commit in lightdm-gtk-greeter-settings/repos (3 files)
Date: Sunday, September 20, 2015 @ 18:04:09 Author: jelle Revision: 141302 archrelease: copy trunk to community-staging-any Added: lightdm-gtk-greeter-settings/repos/community-staging-any/ lightdm-gtk-greeter-settings/repos/community-staging-any/PKGBUILD (from rev 141301, lightdm-gtk-greeter-settings/trunk/PKGBUILD) lightdm-gtk-greeter-settings/repos/community-staging-any/lightdm-gtk-greeter-settings.install (from rev 141301, lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install) --+ PKGBUILD | 31 +++ lightdm-gtk-greeter-settings.install | 13 + 2 files changed, 44 insertions(+) Copied: lightdm-gtk-greeter-settings/repos/community-staging-any/PKGBUILD (from rev 141301, lightdm-gtk-greeter-settings/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 16:04:09 UTC (rev 141302) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: Arthur Zamarin +# Contributor: andrew.p + +pkgname=lightdm-gtk-greeter-settings +pkgver=1.2.0 +pkgrel=3 +pkgdesc='Settings editor for the LightDM GTK+ Greeter' +arch=('any') +url='https://launchpad.net/lightdm-gtk-greeter-settings' +license=('GPL3') +depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject') +makedepends=('python-distutils-extra') +install='lightdm-gtk-greeter-settings.install' +source=("https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz";) +sha256sums=('0450202639b947434695d5ff60b4c4b655d7399f52e5b56db4593241c8080a55') + +build() { + cd lightdm-gtk-greeter-settings-${pkgver} + + python setup.py build +} + +package() { + cd lightdm-gtk-greeter-settings-${pkgver} + + python setup.py install --root="${pkgdir}" --optimize='1' +} + +# vim: ts=2 sw=2 et: Copied: lightdm-gtk-greeter-settings/repos/community-staging-any/lightdm-gtk-greeter-settings.install (from rev 141301, lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install) === --- community-staging-any/lightdm-gtk-greeter-settings.install (rev 0) +++ community-staging-any/lightdm-gtk-greeter-settings.install 2015-09-20 16:04:09 UTC (rev 141302) @@ -0,0 +1,13 @@ +post_install() { + gtk-update-icon-cache -fqt /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in lightdm-gtk-greeter-settings/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 18:04:04 Author: jelle Revision: 141301 upgpkg: lightdm-gtk-greeter-settings 1.2.0-3 python 3.5 rebuild Modified: lightdm-gtk-greeter-settings/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 16:02:13 UTC (rev 141300) +++ PKGBUILD2015-09-20 16:04:04 UTC (rev 141301) @@ -5,7 +5,7 @@ pkgname=lightdm-gtk-greeter-settings pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc='Settings editor for the LightDM GTK+ Greeter' arch=('any') url='https://launchpad.net/lightdm-gtk-greeter-settings'
[arch-commits] Commit in gramps/repos (4 files)
Date: Sunday, September 20, 2015 @ 18:02:13 Author: jelle Revision: 141300 archrelease: copy trunk to community-staging-any Added: gramps/repos/community-staging-any/ gramps/repos/community-staging-any/PKGBUILD (from rev 141299, gramps/trunk/PKGBUILD) gramps/repos/community-staging-any/gramps.install (from rev 141299, gramps/trunk/gramps.install) gramps/repos/community-staging-any/ignore_intltool_errors.patch (from rev 141299, gramps/trunk/ignore_intltool_errors.patch) --+ PKGBUILD | 48 + gramps.install | 13 +++ ignore_intltool_errors.patch | 12 ++ 3 files changed, 73 insertions(+) Copied: gramps/repos/community-staging-any/PKGBUILD (from rev 141299, gramps/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 16:02:13 UTC (rev 141300) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: William Rea +# Contributor: Cory Farmer +# Contributor: György Balló + +pkgname=gramps +pkgver=4.2.0 +pkgrel=1 +epoch=2 +pkgdesc="A genealogy program, which helps you track your family tree" +arch=('any') +url="http://gramps-project.org/"; +license=('GPL') +depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' +'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils' +'shared-mime-info' 'python-cairo') +makedepends=('intltool') +optdepends=('graphviz: enable creation of graphs (required for tree reports)' + 'gtkspell3: enable spell checking in the notes' + 'rcs: manage multiple revisions of your family trees' + 'python-pillow: crop and convert images to JPG' + 'libgexiv2: manage Exif metadata embedded in your media' + 'ttf-freefont: more font support in the reports') +# 'python-osmgpsmap: show maps in the geography view' +# 'python-pyicu: improves localised sorting' +# 'webkitgtk: allows websites to be opened in Gramps' +install=$pkgname.install +source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz ignore_intltool_errors.patch) +md5sums=('2c59c91166740311ce15af4b0b5229e1' + '64af41dab4d7fe4765a9d48f27b20350') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i $srcdir/ignore_intltool_errors.patch +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + python setup.py build +} + +package() { +_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.` + cd "$srcdir/$pkgname-$pkgver" + python setup.py install --root=$pkgdir + echo -n '/usr/share' >$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path +} Copied: gramps/repos/community-staging-any/gramps.install (from rev 141299, gramps/trunk/gramps.install) === --- community-staging-any/gramps.install(rev 0) +++ community-staging-any/gramps.install2015-09-20 16:02:13 UTC (rev 141300) @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q &>/dev/null & + update-mime-database usr/share/mime &>/dev/null & + xdg-icon-resource forceupdate --theme gnome &>/dev/null & +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Copied: gramps/repos/community-staging-any/ignore_intltool_errors.patch (from rev 141299, gramps/trunk/ignore_intltool_errors.patch) === --- community-staging-any/ignore_intltool_errors.patch (rev 0) +++ community-staging-any/ignore_intltool_errors.patch 2015-09-20 16:02:13 UTC (rev 141300) @@ -0,0 +1,12 @@ +diff -aur gramps-4.2.0/setup.py gramps-4.2.0.new/setup.py +--- gramps-4.2.0/setup.py 2015-07-29 20:53:06.0 +0200 gramps-4.2.0.new/setup.py 2015-09-20 17:58:17.035215951 +0200 +@@ -91,7 +91,7 @@ + except: + return (0,0,0) + else: +-cmd = 'intltool-update --version | head -1 | cut -d" " -f3' ++cmd = 'intltool-update --version 2> /dev/null | head -1 | cut -d" " -f3' + retcode, version_str = subprocess.getstatusoutput(cmd) + if retcode != 0: + return None
[arch-commits] Commit in gramps/trunk (PKGBUILD ignore_intltool_errors.patch)
Date: Sunday, September 20, 2015 @ 18:02:04 Author: jelle Revision: 141299 upgpkg: gramps 2:4.2.0-1 python 3.5 rebuild && update to 4.2.0 Added: gramps/trunk/ignore_intltool_errors.patch Modified: gramps/trunk/PKGBUILD --+ PKGBUILD | 12 +--- ignore_intltool_errors.patch | 12 2 files changed, 21 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:37:17 UTC (rev 141298) +++ PKGBUILD2015-09-20 16:02:04 UTC (rev 141299) @@ -5,7 +5,7 @@ # Contributor: György Balló pkgname=gramps -pkgver=4.1.3 +pkgver=4.2.0 pkgrel=1 epoch=2 pkgdesc="A genealogy program, which helps you track your family tree" @@ -26,9 +26,15 @@ # 'python-pyicu: improves localised sorting' # 'webkitgtk: allows websites to be opened in Gramps' install=$pkgname.install -source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz) -md5sums=('d9dd8e7cbd97b6275ecbec8d3cd7b21a') +source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz ignore_intltool_errors.patch) +md5sums=('2c59c91166740311ce15af4b0b5229e1' + '64af41dab4d7fe4765a9d48f27b20350') +prepare() { + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i $srcdir/ignore_intltool_errors.patch +} + build() { cd "$srcdir/$pkgname-$pkgver" python setup.py build Added: ignore_intltool_errors.patch === --- ignore_intltool_errors.patch(rev 0) +++ ignore_intltool_errors.patch2015-09-20 16:02:04 UTC (rev 141299) @@ -0,0 +1,12 @@ +diff -aur gramps-4.2.0/setup.py gramps-4.2.0.new/setup.py +--- gramps-4.2.0/setup.py 2015-07-29 20:53:06.0 +0200 gramps-4.2.0.new/setup.py 2015-09-20 17:58:17.035215951 +0200 +@@ -91,7 +91,7 @@ + except: + return (0,0,0) + else: +-cmd = 'intltool-update --version | head -1 | cut -d" " -f3' ++cmd = 'intltool-update --version 2> /dev/null | head -1 | cut -d" " -f3' + retcode, version_str = subprocess.getstatusoutput(cmd) + if retcode != 0: + return None
[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD nvidia-340xx-lts.install)
Date: Sunday, September 20, 2015 @ 17:57:56 Author: andyrtr Revision: 247013 upgpkg: nvidia-340xx-lts 340.93-2 rebuild for 4.1.7 Modified: nvidia-340xx-lts/trunk/PKGBUILD nvidia-340xx-lts/trunk/nvidia-340xx-lts.install --+ PKGBUILD |8 nvidia-340xx-lts.install |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:53:14 UTC (rev 247012) +++ PKGBUILD2015-09-20 15:57:56 UTC (rev 247013) @@ -3,13 +3,13 @@ pkgname=nvidia-340xx-lts pkgver=340.93 -_extramodules=extramodules-3.14-lts -pkgrel=1 +_extramodules=extramodules-4.1-lts +pkgrel=2 pkgdesc="NVIDIA drivers for linux-lts" arch=('i686' 'x86_64') url="http://www.nvidia.com/"; -depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl') -makedepends=('linux-lts-headers>=3.14.42') +depends=('linux-lts>=4.1.7' "nvidia-340xx-utils=$pkgver" 'libgl') +makedepends=('linux-lts-headers>=4.1.7') provides=('nvidia-340xx') conflicts=('nvidia-lts') license=('custom') Modified: nvidia-340xx-lts.install === --- nvidia-340xx-lts.install2015-09-20 15:53:14 UTC (rev 247012) +++ nvidia-340xx-lts.install2015-09-20 15:57:56 UTC (rev 247013) @@ -1,15 +1,15 @@ post_install() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) echo 'In order to use nvidia module, reboot the system.' } post_upgrade() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } post_remove() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) }
[arch-commits] Commit in nvidia-340xx-lts/repos (8 files)
Date: Sunday, September 20, 2015 @ 17:58:08 Author: andyrtr Revision: 247014 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 247013, nvidia-340xx-lts/trunk/PKGBUILD) nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 247013, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install) nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 247013, nvidia-340xx-lts/trunk/PKGBUILD) nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install (from rev 247013, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install) Deleted: nvidia-340xx-lts/repos/testing-i686/PKGBUILD nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install -+ /PKGBUILD | 98 ++ /nvidia-340xx-lts.install | 30 + testing-i686/PKGBUILD | 49 --- testing-i686/nvidia-340xx-lts.install | 15 testing-x86_64/PKGBUILD | 49 --- testing-x86_64/nvidia-340xx-lts.install | 15 6 files changed, 128 insertions(+), 128 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2015-09-20 15:57:56 UTC (rev 247013) +++ testing-i686/PKGBUILD 2015-09-20 15:58:08 UTC (rev 247014) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=nvidia-340xx-lts -pkgver=340.93 -_extramodules=extramodules-3.14-lts -pkgrel=1 -pkgdesc="NVIDIA drivers for linux-lts" -arch=('i686' 'x86_64') -url="http://www.nvidia.com/"; -depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl') -makedepends=('linux-lts-headers>=3.14.42') -provides=('nvidia-340xx') -conflicts=('nvidia-lts') -license=('custom') -install=${pkgname}.install -options=(!strip) -source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"; - "ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";) -md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437' - 'cb80e3f1cb6f2fb6e6eab35fad0884e4') - -[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" -[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" - -prepare() { -sh ${_pkg}.run --extract-only -} - -build() { - _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" - cd "${_pkg}/kernel" - make SYSSRC=/usr/lib/modules/${_kernver}/build module - - cd uvm - make SYSSRC=/usr/lib/modules/${_kernver}/build module -} - -package() { - install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ -"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko" - install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \ - "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko" - gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko - install -d -m755 "${pkgdir}/usr/lib/modprobe.d" - echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" - echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" - install -D -m644 "${srcdir}/${_pkg}/LICENSE" "${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE" -} Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 247013, nvidia-340xx-lts/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-09-20 15:58:08 UTC (rev 247014) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=nvidia-340xx-lts +pkgver=340.93 +_extramodules=extramodules-4.1-lts +pkgrel=2 +pkgdesc="NVIDIA drivers for linux-lts" +arch=('i686' 'x86_64') +url="http://www.nvidia.com/"; +depends=('linux-lts>=4.1.7' "nvidia-340xx-utils=$pkgver" 'libgl') +makedepends=('linux-lts-headers>=4.1.7') +provides=('nvidia-340xx') +conflicts=('nvidia-lts') +license=('custom') +install=${pkgname}.install +options=(!strip) +source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"; + "ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";) +md5sums=('4a7edf6838a80c77a57fb6f6ec7f0437' + 'cb80e3f1cb6f2fb6e6eab35fad0884e4') + +[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" +[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" + +prepare() { +sh ${_pkg}.run --extract-only +} + +build() { + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + cd "${_pkg}/kernel" + make SYSSRC=/usr/lib/modules/${_kernver}/build module + + cd uvm + make SYSSRC=/usr/lib/modules/${_kernver}/build module +} + +package() { + install -D -m644
[arch-commits] Commit in nvidia-304xx-lts/repos (8 files)
Date: Sunday, September 20, 2015 @ 17:53:14 Author: andyrtr Revision: 247012 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 247011, nvidia-304xx-lts/trunk/PKGBUILD) nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 247011, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install) nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 247011, nvidia-304xx-lts/trunk/PKGBUILD) nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install (from rev 247011, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install) Deleted: nvidia-304xx-lts/repos/testing-i686/PKGBUILD nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install -+ /PKGBUILD | 94 ++ /nvidia-304xx-lts.install | 30 + testing-i686/PKGBUILD | 47 --- testing-i686/nvidia-304xx-lts.install | 15 testing-x86_64/PKGBUILD | 47 --- testing-x86_64/nvidia-304xx-lts.install | 15 6 files changed, 124 insertions(+), 124 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2015-09-20 15:53:04 UTC (rev 247011) +++ testing-i686/PKGBUILD 2015-09-20 15:53:14 UTC (rev 247012) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andreas Radke - -pkgname=nvidia-304xx-lts -pkgver=304.128 -_extramodules=extramodules-3.14-lts -pkgrel=1 -pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch" -arch=('i686' 'x86_64') -url="http://www.nvidia.com/"; -depends=('linux-lts>=3.14.42' 'libgl' "nvidia-304xx-utils=${pkgver}") -makedepends=('linux-lts-headers>=3.14.42') -conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts') -provides=('nvidia-304xx') -license=('custom') -install=nvidia-304xx-lts.install -options=(!strip) -source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";) -source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";) -sha512sums_i686=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90') -sha512sums_x86_64=('fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a208db2') - -if [ "$CARCH" = "i686" ]; then - _arch='x86' - _pkg="NVIDIA-Linux-${_arch}-${pkgver}" -elif [ "$CARCH" = "x86_64" ]; then - _arch='x86_64' - _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32" -fi - -build() { -_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" -sh "${_pkg}.run" --extract-only -cd "${_pkg}/kernel" -make SYSSRC=/usr/lib/modules/"${_kernver}/build" module -} - -package() { -install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ -"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko" -install -d -m755 "${pkgdir}/usr/lib/modprobe.d" -echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf" -echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf" -gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko" -install -D -m644 ${_pkg}/LICENSE "${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE" -} Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 247011, nvidia-304xx-lts/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-09-20 15:53:14 UTC (rev 247012) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andreas Radke + +pkgname=nvidia-304xx-lts +pkgver=304.128 +_extramodules=extramodules-4.1-lts +pkgrel=2 +pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch" +arch=('i686' 'x86_64') +url="http://www.nvidia.com/"; +depends=('linux-lts>=4.1.7' 'libgl' "nvidia-304xx-utils=${pkgver}") +makedepends=('linux-lts-headers>=4.1.7') +conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts') +provides=('nvidia-304xx') +license=('custom') +install=nvidia-304xx-lts.install +options=(!strip) +source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";) +source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";) +sha512sums_i686=('9822b61872ae28751cd5c41714048612f7ddf0fd9f02e6340598150afbea43dddeba88482a8c88bcf893b015d14b2a2cf5157ed60583da57fdfe183ecb620c90') +sha512sums_x86_64=('fa7a81edaba92561314b4874635e639607cf2f9bcde10609764528a35bb2d4a6916c7ea2be2cdcb9e2abf5ac7455f54287ff7218f3e57acc67bdeae18a
[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD nvidia-304xx-lts.install)
Date: Sunday, September 20, 2015 @ 17:53:04 Author: andyrtr Revision: 247011 upgpkg: nvidia-304xx-lts 304.128-2 rebuild for 4.1.7 Modified: nvidia-304xx-lts/trunk/PKGBUILD nvidia-304xx-lts/trunk/nvidia-304xx-lts.install --+ PKGBUILD |8 nvidia-304xx-lts.install |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:46:50 UTC (rev 247010) +++ PKGBUILD2015-09-20 15:53:04 UTC (rev 247011) @@ -4,13 +4,13 @@ pkgname=nvidia-304xx-lts pkgver=304.128 -_extramodules=extramodules-3.14-lts -pkgrel=1 +_extramodules=extramodules-4.1-lts +pkgrel=2 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch" arch=('i686' 'x86_64') url="http://www.nvidia.com/"; -depends=('linux-lts>=3.14.42' 'libgl' "nvidia-304xx-utils=${pkgver}") -makedepends=('linux-lts-headers>=3.14.42') +depends=('linux-lts>=4.1.7' 'libgl' "nvidia-304xx-utils=${pkgver}") +makedepends=('linux-lts-headers>=4.1.7') conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts') provides=('nvidia-304xx') license=('custom') Modified: nvidia-304xx-lts.install === --- nvidia-304xx-lts.install2015-09-20 15:46:50 UTC (rev 247010) +++ nvidia-304xx-lts.install2015-09-20 15:53:04 UTC (rev 247011) @@ -1,15 +1,15 @@ post_install() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) echo 'In order to use nvidia module, reboot the system.' } post_upgrade() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } post_remove() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) }
[arch-commits] Commit in nvidia-lts/trunk (PKGBUILD nvidia-lts.install)
Date: Sunday, September 20, 2015 @ 17:46:36 Author: andyrtr Revision: 247009 upgpkg: nvidia-lts 355.11-2 rebuild for 4.1.7 Modified: nvidia-lts/trunk/PKGBUILD nvidia-lts/trunk/nvidia-lts.install + PKGBUILD |8 nvidia-lts.install |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 13:25:01 UTC (rev 247008) +++ PKGBUILD2015-09-20 15:46:36 UTC (rev 247009) @@ -3,13 +3,13 @@ pkgname=nvidia-lts pkgver=355.11 -_extramodules=extramodules-3.14-lts -pkgrel=1 +_extramodules=extramodules-4.1-lts +pkgrel=2 pkgdesc="NVIDIA drivers for linux-lts" arch=('i686' 'x86_64') url="http://www.nvidia.com/"; -depends=('linux-lts>=3.14.42' "nvidia-utils=$pkgver" 'libgl') -makedepends=('linux-lts-headers>=3.14.42') +depends=('linux-lts>=4.1.7' "nvidia-utils=$pkgver" 'libgl') +makedepends=('linux-lts-headers>=4.1.7') provides=('nvidia') license=('custom') install=nvidia-lts.install Modified: nvidia-lts.install === --- nvidia-lts.install 2015-09-20 13:25:01 UTC (rev 247008) +++ nvidia-lts.install 2015-09-20 15:46:36 UTC (rev 247009) @@ -1,15 +1,15 @@ post_install() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) echo 'In order to use nvidia module, reboot the system.' } post_upgrade() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } post_remove() { -EXTRAMODULES='extramodules-3.14-lts' +EXTRAMODULES='extramodules-4.1-lts' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) }
[arch-commits] Commit in nvidia-lts/repos (8 files)
Date: Sunday, September 20, 2015 @ 17:46:50 Author: andyrtr Revision: 247010 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 247009, nvidia-lts/trunk/PKGBUILD) nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 247009, nvidia-lts/trunk/nvidia-lts.install) nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 247009, nvidia-lts/trunk/PKGBUILD) nvidia-lts/repos/testing-x86_64/nvidia-lts.install (from rev 247009, nvidia-lts/trunk/nvidia-lts.install) Deleted: nvidia-lts/repos/testing-i686/PKGBUILD nvidia-lts/repos/testing-i686/nvidia-lts.install nvidia-lts/repos/testing-x86_64/PKGBUILD nvidia-lts/repos/testing-x86_64/nvidia-lts.install ---+ /PKGBUILD | 102 /nvidia-lts.install | 30 ++ testing-i686/PKGBUILD | 51 -- testing-i686/nvidia-lts.install | 15 - testing-x86_64/PKGBUILD | 51 -- testing-x86_64/nvidia-lts.install | 15 - 6 files changed, 132 insertions(+), 132 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2015-09-20 15:46:36 UTC (rev 247009) +++ testing-i686/PKGBUILD 2015-09-20 15:46:50 UTC (rev 247010) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=nvidia-lts -pkgver=355.11 -_extramodules=extramodules-3.14-lts -pkgrel=1 -pkgdesc="NVIDIA drivers for linux-lts" -arch=('i686' 'x86_64') -url="http://www.nvidia.com/"; -depends=('linux-lts>=3.14.42' "nvidia-utils=$pkgver" 'libgl') -makedepends=('linux-lts-headers>=3.14.42') -provides=('nvidia') -license=('custom') -install=nvidia-lts.install -options=(!strip) -source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"; - "ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";) -md5sums=('16d143ccafe99328a2ca8e5a396fd4bc' - '30133d89690f4683c4e289ec6c0247dc') - -[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" -[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" - -prepare() { -sh ${_pkg}.run --extract-only -} - -build() { -export IGNORE_CC_MISMATCH=1 - -_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" -cd "${_pkg}/kernel" -make SYSSRC=/usr/lib/modules/${_kernver}/build module -} - -package() { -install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ - "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko" - -if [[ "$CARCH" = "x86_64" ]]; then - install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \ -"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko" -fi - -gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko -install -d -m755 "${pkgdir}/usr/lib/modprobe.d" -echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" -echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" -install -D -m644 "${srcdir}/${_pkg}/LICENSE" "${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE" -} Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 247009, nvidia-lts/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-09-20 15:46:50 UTC (rev 247010) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=nvidia-lts +pkgver=355.11 +_extramodules=extramodules-4.1-lts +pkgrel=2 +pkgdesc="NVIDIA drivers for linux-lts" +arch=('i686' 'x86_64') +url="http://www.nvidia.com/"; +depends=('linux-lts>=4.1.7' "nvidia-utils=$pkgver" 'libgl') +makedepends=('linux-lts-headers>=4.1.7') +provides=('nvidia') +license=('custom') +install=nvidia-lts.install +options=(!strip) +source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"; + "ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";) +md5sums=('16d143ccafe99328a2ca8e5a396fd4bc' + '30133d89690f4683c4e289ec6c0247dc') + +[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" +[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" + +prepare() { +sh ${_pkg}.run --extract-only +} + +build() { +export IGNORE_CC_MISMATCH=1 + +_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" +cd "${_pkg}/kernel" +make SYSSRC=/usr/lib/modules/${_kernver}/build module +} + +package() { +install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ + "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko" + +if [[ "$CARCH" = "x86_64" ]]; then + install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \ +
[arch-commits] Commit in python-mock/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:37:06 Author: jelle Revision: 141297 upgpkg: python-mock 1.3.0-3 python 3.5 rebuild Modified: python-mock/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:22:05 UTC (rev 141296) +++ PKGBUILD2015-09-20 15:37:06 UTC (rev 141297) @@ -5,7 +5,7 @@ pkgbase=python-mock pkgname=(python2-mock python-mock) pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc='Mocking and Patching Library for Testing' url='http://www.voidspace.org.uk/python/mock/' makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools') @@ -27,7 +27,7 @@ } package_python-mock() { -depends=('python' 'python-six' 'python2-pbr') +depends=('python' 'python-six' 'python-pbr') cd "$srcdir/mock-$pkgver" python3 setup.py install --optimize=1 --root="$pkgdir" install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
[arch-commits] Commit in python-mock/repos/community-staging-any (PKGBUILD PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:37:17 Author: jelle Revision: 141298 archrelease: copy trunk to community-staging-any Added: python-mock/repos/community-staging-any/PKGBUILD (from rev 141297, python-mock/trunk/PKGBUILD) Deleted: python-mock/repos/community-staging-any/PKGBUILD --+ PKGBUILD | 106 ++--- 1 file changed, 53 insertions(+), 53 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-09-20 15:37:06 UTC (rev 141297) +++ PKGBUILD2015-09-20 15:37:17 UTC (rev 141298) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: jelle van der Waa -# Contributor: Felix Kaiser - -pkgbase=python-mock -pkgname=(python2-mock python-mock) -pkgver=1.3.0 -pkgrel=2 -pkgdesc='Mocking and Patching Library for Testing' -url='http://www.voidspace.org.uk/python/mock/' -makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools') -checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 'python-six' 'python2-six' 'git') -license=('BSD') -arch=('any') -source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz";) -md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb') - -build() { - cd "$srcdir" - cp -rf "mock-$pkgver" "mock2-$pkgver" - - cd "$srcdir/mock-$pkgver" - python3 setup.py build - - cd "$srcdir/mock2-$pkgver" - python2 setup.py build -} - -package_python-mock() { -depends=('python' 'python-six' 'python2-pbr') - cd "$srcdir/mock-$pkgver" - python3 setup.py install --optimize=1 --root="$pkgdir" - install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} - -package_python2-mock() { -depends=('python2' 'python2-six' 'python2-pbr' 'python2-funcsigs') # Backported Py > 3.3 functionality - cd "$srcdir/mock2-$pkgver" - python2 setup.py install --optimize=1 --root="$pkgdir" - install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} - -check() { - cd "$srcdir/mock2-$pkgver/" - sed -i 's/unittest2/unittest/g' mock/tests/*.py - - echo 'python tests' - python -m unittest discover - - # Does not run because of self.assertRaisesRegex() usage in unitests, which is self.assertRaisesRegexp() in Python 2.7 - #echo 'python2 tests' - #python2 -m unittest discover -} Copied: python-mock/repos/community-staging-any/PKGBUILD (from rev 141297, python-mock/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-09-20 15:37:17 UTC (rev 141298) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: jelle van der Waa +# Contributor: Felix Kaiser + +pkgbase=python-mock +pkgname=(python2-mock python-mock) +pkgver=1.3.0 +pkgrel=3 +pkgdesc='Mocking and Patching Library for Testing' +url='http://www.voidspace.org.uk/python/mock/' +makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools') +checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 'python-six' 'python2-six' 'git') +license=('BSD') +arch=('any') +source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz";) +md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb') + +build() { + cd "$srcdir" + cp -rf "mock-$pkgver" "mock2-$pkgver" + + cd "$srcdir/mock-$pkgver" + python3 setup.py build + + cd "$srcdir/mock2-$pkgver" + python2 setup.py build +} + +package_python-mock() { +depends=('python' 'python-six' 'python-pbr') + cd "$srcdir/mock-$pkgver" + python3 setup.py install --optimize=1 --root="$pkgdir" + install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} + +package_python2-mock() { +depends=('python2' 'python2-six' 'python2-pbr' 'python2-funcsigs') # Backported Py > 3.3 functionality + cd "$srcdir/mock2-$pkgver" + python2 setup.py install --optimize=1 --root="$pkgdir" + install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} + +check() { + cd "$srcdir/mock2-$pkgver/" + sed -i 's/unittest2/unittest/g' mock/tests/*.py + + echo 'python tests' + python -m unittest discover + + # Does not run because of self.assertRaisesRegex() usage in unitests, which is self.assertRaisesRegexp() in Python 2.7 + #echo 'python2 tests' + #python2 -m unittest discover +}
[arch-commits] Commit in notmuch/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:21:51 Author: jelle Revision: 141295 upgpkg: notmuch 0.20.2-2 python 3.5 rebuild Modified: notmuch/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:19:20 UTC (rev 141294) +++ PKGBUILD2015-09-20 15:21:51 UTC (rev 141295) @@ -7,7 +7,7 @@ pkgbase=notmuch pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime') pkgver=0.20.2 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://notmuchmail.org/"; license=('GPL3')
[arch-commits] Commit in notmuch/repos (8 files)
Date: Sunday, September 20, 2015 @ 17:22:05 Author: jelle Revision: 141296 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: notmuch/repos/community-staging-i686/ notmuch/repos/community-staging-i686/PKGBUILD (from rev 141295, notmuch/trunk/PKGBUILD) notmuch/repos/community-staging-i686/notmuch-vim.install (from rev 141295, notmuch/trunk/notmuch-vim.install) notmuch/repos/community-staging-i686/notmuch.install (from rev 141295, notmuch/trunk/notmuch.install) notmuch/repos/community-staging-x86_64/ notmuch/repos/community-staging-x86_64/PKGBUILD (from rev 141295, notmuch/trunk/PKGBUILD) notmuch/repos/community-staging-x86_64/notmuch-vim.install (from rev 141295, notmuch/trunk/notmuch-vim.install) notmuch/repos/community-staging-x86_64/notmuch.install (from rev 141295, notmuch/trunk/notmuch.install) --+ community-staging-i686/PKGBUILD | 103 + community-staging-i686/notmuch-vim.install | 21 + community-staging-i686/notmuch.install |8 + community-staging-x86_64/PKGBUILD| 103 + community-staging-x86_64/notmuch-vim.install | 21 + community-staging-x86_64/notmuch.install |8 + 6 files changed, 264 insertions(+) Copied: notmuch/repos/community-staging-i686/PKGBUILD (from rev 141295, notmuch/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-20 15:22:05 UTC (rev 141296) @@ -0,0 +1,103 @@ +# Maintainer: Daniel Wallace +# Maintainer: Lukas Fleischer +# Contributor: fauno +# Contributor: Olivier Ramonat +# Contributor: Richard Murri + +pkgbase=notmuch +pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime') +pkgver=0.20.2 +pkgrel=2 +arch=('i686' 'x86_64') +url="http://notmuchmail.org/"; +license=('GPL3') +makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc') +options=(!distcc !makeflags) +source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";) +md5sums=('4042de105925bb693f5f9c750bed28d1') + +prepare(){ +cp -dpr --no-preserve=ownership "$srcdir/${pkgname}-$pkgver"/bindings/python{,2} +find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed -i -e '1s,python$,python3,' {} + +find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec sed -i -e '1s,python$,python2,' {} + +} + +build() { +cd "$srcdir/$pkgbase-$pkgver" + +./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include --without-zsh-completion +make + +make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1" + +cd "$srcdir/$pkgbase-$pkgver/bindings/ruby" +ruby extconf.rb --vendor + +cd "$srcdir/$pkgbase-$pkgver/bindings/python" +python setup.py build + +cd "$srcdir/$pkgbase-$pkgver/bindings/python2" +python2 setup.py build +} + +package_notmuch-runtime(){ +pkgdesc="Runtime for notmuch and notmuch-mutt" +depends=('xapian-core' 'gmime' 'talloc') + +cd "$srcdir/$pkgbase-$pkgver" + +make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install + +install -Dm755 notmuch "$pkgdir/usr/bin/notmuch" +rm -rf "$pkgdir/usr/share" +} + + +package_notmuch-vim(){ +pkgdesc="Vim plugins for notmuch" +depends=('notmuch-runtime') +install=notmuch-vim.install + +make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" prefix="/usr/share/vim/vimfiles" install +} + + +package_notmuch(){ +pkgdesc="Notmuch is not much of an email program" +depends=('notmuch-runtime') +optdepends=('emacs: for using the emacs interface' +'vim: for using the vim interface' +'python2: for using the python2 bindings' +'ruby: for using the ruby bindings' +'gnupg: for email encryption') +install=notmuch.install + +cd "$srcdir/$pkgbase-$pkgver" + +# Install emacs parts +make DESTDIR="$pkgdir/" install-emacs + +# Install manpages +make DESTDIR="$pkgdir" prefix="/usr" install-man + +# Install ruby bindings +sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile +make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install + +# Install python bindings +cd "$srcdir/$pkgbase-$pkgver/bindings/python" +python setup.py install --prefix=/usr --root="$pkgdir" + +cd "$srcdir/$pkgbase-$pkgver/bindings/python2" +python2 setup.py install --prefix=/usr --root="$pkgdir" +} + +package_notmuch-mutt(){ +pkgdesc="The mail indexer" +depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which') + +cd "$srcdir/$pkgbase-$pkgver" + +install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgnam
[arch-commits] Commit in firewalld/repos (4 files)
Date: Sunday, September 20, 2015 @ 17:19:20 Author: jelle Revision: 141294 archrelease: copy trunk to community-staging-any Added: firewalld/repos/community-staging-any/ firewalld/repos/community-staging-any/PKGBUILD (from rev 141293, firewalld/trunk/PKGBUILD) firewalld/repos/community-staging-any/firewalld-paths.patch (from rev 141293, firewalld/trunk/firewalld-paths.patch) firewalld/repos/community-staging-any/firewalld.install (from rev 141293, firewalld/trunk/firewalld.install) ---+ PKGBUILD | 52 + firewalld-paths.patch | 117 firewalld.install | 14 + 3 files changed, 183 insertions(+) Copied: firewalld/repos/community-staging-any/PKGBUILD (from rev 141293, firewalld/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 15:19:20 UTC (rev 141294) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Maxime Gauduin +# Contributor: unikum +# Contributor: speed145a + +pkgname=firewalld +pkgver=0.3.14.2 +pkgrel=2 +pkgdesc='A dynamic firewall daemon with a D-BUS interface' +arch=('any') +url='http://fedorahosted.org/firewalld' +license=('GPL2') +depends=('dbus-glib' 'ebtables' 'iptables' 'python-slip') +makedepends=('intltool' 'docbook-xsl') +optdepends=('gtk3: firewall-config' +'libnm-glib: firewall-config and firewall-applet' +'libnotify: firewall-applet' +'python-pyqt4: firewall-applet') +backup=('etc/conf.d/firewalld' +'etc/firewalld/firewalld.conf') +install='firewalld.install' +source=("https://fedorahosted.org/released/firewalld/firewalld-${pkgver}.tar.bz2"; +'firewalld-paths.patch') +sha256sums=('4b6c3e1deab41b6002b8dc25639e466085941c98a6c14a56bef4f621a5651567' +'41591c5358c5ad8d43b29d72f42c331fcfc25e3d38c0ba5b3c818fc757ceef2f') + +prepare() { + cd firewalld-${pkgver} + + patch -Np1 -i ../firewalld-paths.patch +} + +build() { + cd firewalld-${pkgver} + + ./configure \ +--prefix='/usr'\ +--localstatedir='/var' \ +--sbindir='/usr/bin' \ +--sysconfdir='/etc' \ +--disable-schemas-compile + make +} + +package() { + cd firewalld-${pkgver} + + make DESTDIR="${pkgdir}" install + #chmod 755 "${pkgdir}"/usr/bin/firewall-applet +} + +# vim: ts=2 sw=2 et: Copied: firewalld/repos/community-staging-any/firewalld-paths.patch (from rev 141293, firewalld/trunk/firewalld-paths.patch) === --- community-staging-any/firewalld-paths.patch (rev 0) +++ community-staging-any/firewalld-paths.patch 2015-09-20 15:19:20 UTC (rev 141294) @@ -0,0 +1,117 @@ +diff -rupN firewalld-0.3.10.orig/config/firewalld.service.in firewalld-0.3.10/config/firewalld.service.in +--- firewalld-0.3.10.orig/config/firewalld.service.in 2014-06-10 11:07:27.864758482 +0200 firewalld-0.3.10/config/firewalld.service.in 2014-06-10 11:07:39.582420959 +0200 +@@ -6,7 +6,7 @@ Before=NetworkManager.service + Conflicts=iptables.service ip6tables.service ebtables.service + + [Service] +-EnvironmentFile=-/etc/sysconfig/firewalld ++EnvironmentFile=-/etc/conf.d/firewalld + ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS + ExecReload=/bin/kill -HUP $MAINPID + # supress to log debug and error output also to /var/log/messages +diff -rupN firewalld-0.3.10.orig/config/Makefile.am firewalld-0.3.10/config/Makefile.am +--- firewalld-0.3.10.orig/config/Makefile.am 2014-06-10 11:07:27.851758856 +0200 firewalld-0.3.10/config/Makefile.am2014-06-10 11:07:39.580421016 +0200 +@@ -164,12 +164,12 @@ firewalld.service: firewalld.service.in + $(edit) $< >$@ + + install-sysconfig: +- $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig +- $(INSTALL_DATA) $(srcdir)/firewalld.sysconfig $(DESTDIR)$(sysconfdir)/sysconfig/firewalld ++ $(MKDIR_P) $(DESTDIR)$(sysconfdir)/conf.d ++ $(INSTALL_DATA) $(srcdir)/firewalld.sysconfig $(DESTDIR)$(sysconfdir)/conf.d/firewalld + + uninstall-sysconfig: +- rm -f $(DESTDIR)$(sysconfdir)/sysconfig/firewalld +- rmdir $(DESTDIR)$(sysconfdir)/sysconfig || : ++ rm -f $(DESTDIR)$(sysconfdir)/conf.d/firewalld ++ rmdir $(DESTDIR)$(sysconfdir)/conf.d || : + + install-init: install-sysconfig + $(MKDIR_P) $(DESTDIR)$(sysconfdir)/rc.d/init.d +diff -rupN firewalld-0.3.10.orig/config/Makefile.in firewalld-0.3.10/config/Makefile.in +--- firewalld-0.3.10.orig/config/Makefile.in 2014-06-10 11:07:27.782760844 +0200 firewalld-0.3.10/config/Makefile.in2014-06-10 11:07:39.581420988 +0200 +@@ -761,12 +761,12 @@ firewalld.service: firewalld.service.in + $(edit) $< >$@ + + install-sysconfig: +- $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig +- $(INSTALL_DATA) $(srcdir)/firewalld.sysconf
[arch-commits] Commit in firewalld/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:19:14 Author: jelle Revision: 141293 upgpkg: firewalld 0.3.14.2-2 python 3.5 rebuild Modified: firewalld/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:13:01 UTC (rev 141292) +++ PKGBUILD2015-09-20 15:19:14 UTC (rev 141293) @@ -5,7 +5,7 @@ pkgname=firewalld pkgver=0.3.14.2 -pkgrel=1 +pkgrel=2 pkgdesc='A dynamic firewall daemon with a D-BUS interface' arch=('any') url='http://fedorahosted.org/firewalld'
[arch-commits] Commit in d-feet/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:12:54 Author: jelle Revision: 141291 upgpkg: d-feet 0.3.10-2 python 3.5 rebuild Modified: d-feet/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:10:54 UTC (rev 141290) +++ PKGBUILD2015-09-20 15:12:54 UTC (rev 141291) @@ -3,7 +3,7 @@ pkgname=d-feet pkgver=0.3.10 -pkgrel=1 +pkgrel=2 pkgdesc="D-Bus debugger for GNOME" arch=('any') url="https://wiki.gnome.org/Apps/DFeet";
[arch-commits] Commit in d-feet/repos (3 files)
Date: Sunday, September 20, 2015 @ 17:13:01 Author: jelle Revision: 141292 archrelease: copy trunk to community-staging-any Added: d-feet/repos/community-staging-any/ d-feet/repos/community-staging-any/PKGBUILD (from rev 141291, d-feet/trunk/PKGBUILD) d-feet/repos/community-staging-any/d-feet.install (from rev 141291, d-feet/trunk/d-feet.install) + PKGBUILD | 32 d-feet.install | 12 2 files changed, 44 insertions(+) Copied: d-feet/repos/community-staging-any/PKGBUILD (from rev 141291, d-feet/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 15:13:01 UTC (rev 141292) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Balló György + +pkgname=d-feet +pkgver=0.3.10 +pkgrel=2 +pkgdesc="D-Bus debugger for GNOME" +arch=('any') +url="https://wiki.gnome.org/Apps/DFeet"; +license=('GPL2') +depends=('gtk3' 'python-gobject' 'hicolor-icon-theme') +makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3' 'gobject-introspection') +install=d-feet.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('88f0df5fcb862387ff3d1793873c5eb368c3e4db0bbd82ea65f748cbf70a6359') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +check() { + cd $pkgname-$pkgver + # Needs X + #make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: d-feet/repos/community-staging-any/d-feet.install (from rev 141291, d-feet/trunk/d-feet.install) === --- community-staging-any/d-feet.install(rev 0) +++ community-staging-any/d-feet.install2015-09-20 15:13:01 UTC (rev 141292) @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -f -q usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in nfoview/repos (4 files)
Date: Sunday, September 20, 2015 @ 17:10:54 Author: jelle Revision: 141290 archrelease: copy trunk to community-staging-any Added: nfoview/repos/community-staging-any/ nfoview/repos/community-staging-any/PKGBUILD (from rev 141289, nfoview/trunk/PKGBUILD) nfoview/repos/community-staging-any/nfoview.install (from rev 141289, nfoview/trunk/nfoview.install) nfoview/repos/community-staging-any/x-nfo.desktop (from rev 141289, nfoview/trunk/x-nfo.desktop) -+ PKGBUILD| 31 +++ nfoview.install | 13 + x-nfo.desktop |7 +++ 3 files changed, 51 insertions(+) Copied: nfoview/repos/community-staging-any/PKGBUILD (from rev 141289, nfoview/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 15:10:54 UTC (rev 141290) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ray Rashif +# Contributor: Wes Brewer +# Contributor: VuDu + +pkgname=nfoview +pkgver=1.16 +pkgrel=2 +pkgdesc="Simple NFO file viewer in GTK+ 3" +arch=('any') +url="http://otsaloma.github.io/nfoview/"; +license=('GPL3') +depends=('gtk3' 'python-gobject' 'desktop-file-utils') +makedepends=('intltool') +optdepends=('terminus-font: recommended font') +install=$pkgname.install +source=("https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz"; +'x-nfo.desktop') +md5sums=('5683ccf049761dda7f1b9a68aae4a39f' + '29d0ad75aeecfaf21965c01173d23e48') + +package() { + cd "$srcdir/$pkgname-$pkgver" + + python3 ./setup.py install --root "$pkgdir" --optimize 1 + + install -Dm644 "$srcdir/x-nfo.desktop" \ +"$pkgdir/usr/share/mimelnk/text/x-nfo.desktop" +} + +# vim:set ts=2 sw=2 et: Copied: nfoview/repos/community-staging-any/nfoview.install (from rev 141289, nfoview/trunk/nfoview.install) === --- community-staging-any/nfoview.install (rev 0) +++ community-staging-any/nfoview.install 2015-09-20 15:10:54 UTC (rev 141290) @@ -0,0 +1,13 @@ +post_install() { + echo " > Updating desktop database..." + update-desktop-database -q usr/share/applications + gtk-update-icon-cache +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: nfoview/repos/community-staging-any/x-nfo.desktop (from rev 141289, nfoview/trunk/x-nfo.desktop) === --- community-staging-any/x-nfo.desktop (rev 0) +++ community-staging-any/x-nfo.desktop 2015-09-20 15:10:54 UTC (rev 141290) @@ -0,0 +1,7 @@ +[Desktop Entry] +Comment=NFO document +DefaultApp=nfoview +Type=MimeType +MimeType=text/x-nfo +Patterns=*.nfo; +X-KDE-AutoEmbed=false \ No newline at end of file
[arch-commits] Commit in nfoview/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:10:48 Author: jelle Revision: 141289 upgpkg: nfoview 1.16-2 python 3.5 rebuild Modified: nfoview/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:08:25 UTC (rev 141288) +++ PKGBUILD2015-09-20 15:10:48 UTC (rev 141289) @@ -5,7 +5,7 @@ pkgname=nfoview pkgver=1.16 -pkgrel=1 +pkgrel=2 pkgdesc="Simple NFO file viewer in GTK+ 3" arch=('any') url="http://otsaloma.github.io/nfoview/";
[arch-commits] Commit in libgexiv2/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:08:17 Author: jelle Revision: 141287 upgpkg: libgexiv2 0.10.3-3 python 3.5 rebuild Modified: libgexiv2/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:06:17 UTC (rev 141286) +++ PKGBUILD2015-09-20 15:08:17 UTC (rev 141287) @@ -4,7 +4,7 @@ pkgname=libgexiv2 pkgver=0.10.3 -pkgrel=2 +pkgrel=3 pkgdesc='GObject-based wrapper around the Exiv2 library' url='https://wiki.gnome.org/Projects/gexiv2' arch=('x86_64' 'i686')
[arch-commits] Commit in libgexiv2/repos (4 files)
Date: Sunday, September 20, 2015 @ 17:08:25 Author: jelle Revision: 141288 archrelease: copy trunk to community-staging-x86_64, community-staging-i686 Added: libgexiv2/repos/community-staging-i686/ libgexiv2/repos/community-staging-i686/PKGBUILD (from rev 141287, libgexiv2/trunk/PKGBUILD) libgexiv2/repos/community-staging-x86_64/ libgexiv2/repos/community-staging-x86_64/PKGBUILD (from rev 141287, libgexiv2/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 31 +++ community-staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: libgexiv2/repos/community-staging-i686/PKGBUILD (from rev 141287, libgexiv2/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-20 15:08:25 UTC (rev 141288) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Ionut Biru + +pkgname=libgexiv2 +pkgver=0.10.3 +pkgrel=3 +pkgdesc='GObject-based wrapper around the Exiv2 library' +url='https://wiki.gnome.org/Projects/gexiv2' +arch=('x86_64' 'i686') +license=('GPL2') +depends=('exiv2' 'glib2') +makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection') +source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz";) +sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988') + +build() { + cd "${pkgname/lib/}-$pkgver" + + # In order for the build process to include any python-related files, + # 'import gi; print(gi._overridesdir)' must work with either python or + # python2. The gi module is provided by python-gobject and python2-gobject. + ./configure --prefix=/usr --enable-introspection + make +} + +package() { + make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: libgexiv2/repos/community-staging-x86_64/PKGBUILD (from rev 141287, libgexiv2/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-09-20 15:08:25 UTC (rev 141288) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Ionut Biru + +pkgname=libgexiv2 +pkgver=0.10.3 +pkgrel=3 +pkgdesc='GObject-based wrapper around the Exiv2 library' +url='https://wiki.gnome.org/Projects/gexiv2' +arch=('x86_64' 'i686') +license=('GPL2') +depends=('exiv2' 'glib2') +makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection') +source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz";) +sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988') + +build() { + cd "${pkgname/lib/}-$pkgver" + + # In order for the build process to include any python-related files, + # 'import gi; print(gi._overridesdir)' must work with either python or + # python2. The gi module is provided by python-gobject and python2-gobject. + ./configure --prefix=/usr --enable-introspection + make +} + +package() { + make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in devede/repos (2 files)
Date: Sunday, September 20, 2015 @ 17:06:17 Author: jelle Revision: 141286 archrelease: copy trunk to community-staging-any Added: devede/repos/community-staging-any/ devede/repos/community-staging-any/PKGBUILD (from rev 141285, devede/trunk/PKGBUILD) --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Copied: devede/repos/community-staging-any/PKGBUILD (from rev 141285, devede/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 15:06:17 UTC (rev 141286) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Andrea Scarpino +# Contributor: Javier 'Phrodo_00' Aravena +# Maintainer: Daniel J Griffiths + +pkgname=devede +pkgver=4.2 +pkgrel=2 +pkgdesc="A program to create VideoDVDs and CDs" +arch=('any') +url="http://www.rastersoft.com/programas/devede.html"; +license=('GPL3') +depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager' +'cdrkit' 'ttf-dejavu' +'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject' +'python-pip') +source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz) +md5sums=('b0052b557d96652ee5b9ddc00f4cf310') + +package() { + cd ${srcdir}/${pkgname}ng-$pkgver + python setup.py install --root=${pkgdir} +}
[arch-commits] Commit in devede/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:06:06 Author: jelle Revision: 141285 upgpkg: devede 4.2-2 python 3.5 rebuild Modified: devede/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 15:01:07 UTC (rev 141284) +++ PKGBUILD2015-09-20 15:06:06 UTC (rev 141285) @@ -6,7 +6,7 @@ pkgname=devede pkgver=4.2 -pkgrel=1 +pkgrel=2 pkgdesc="A program to create VideoDVDs and CDs" arch=('any') url="http://www.rastersoft.com/programas/devede.html";
[arch-commits] Commit in blueman/repos (8 files)
Date: Sunday, September 20, 2015 @ 17:01:07 Author: jelle Revision: 141284 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: blueman/repos/community-staging-i686/ blueman/repos/community-staging-i686/PKGBUILD (from rev 141283, blueman/trunk/PKGBUILD) blueman/repos/community-staging-i686/blueman.install (from rev 141283, blueman/trunk/blueman.install) blueman/repos/community-staging-i686/fix-infinite-loop.patch (from rev 141283, blueman/trunk/fix-infinite-loop.patch) blueman/repos/community-staging-x86_64/ blueman/repos/community-staging-x86_64/PKGBUILD (from rev 141283, blueman/trunk/PKGBUILD) blueman/repos/community-staging-x86_64/blueman.install (from rev 141283, blueman/trunk/blueman.install) blueman/repos/community-staging-x86_64/fix-infinite-loop.patch (from rev 141283, blueman/trunk/fix-infinite-loop.patch) --+ community-staging-i686/PKGBUILD | 54 + community-staging-i686/blueman.install | 12 community-staging-i686/fix-infinite-loop.patch | 24 + community-staging-x86_64/PKGBUILD| 54 + community-staging-x86_64/blueman.install | 12 community-staging-x86_64/fix-infinite-loop.patch | 24 + 6 files changed, 180 insertions(+) Copied: blueman/repos/community-staging-i686/PKGBUILD (from rev 141283, blueman/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-20 15:01:07 UTC (rev 141284) @@ -0,0 +1,54 @@ +# $Id$ +# Maintainer: Balló György +# Contributer: Arthur Zamarin +# Contributer: Martin Wimpress + +pkgname=blueman +pkgver=2.0 +pkgrel=5 +pkgdesc="GTK+ Bluetooth Manager" +arch=('i686' 'x86_64') +url="https://github.com/blueman-project/blueman"; +license=('GPL') +depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 'python-gobject') +makedepends=('cython' 'intltool') +optdepends=('dnsmasq: Network Access Point (NAP) support' +'networkmanager: Dial Up Networking (DUN) and Personal Area Networking (PAN) support' +'pulseaudio-bluetooth: audio devices support') +install=$pkgname.install +source=($pkgname-$pkgver.tar.gz::https://github.com/blueman-project/$pkgname/archive/$pkgver.tar.gz +fix-infinite-loop.patch) +sha256sums=('3f6dc827c4410f128f75a15672af8dc76c5c041f6d639d5ab19b15abeb42ff74' +'25eb611bd7817e82240565caf2ac14a5841cd56e09be702a77ca3d7737cd5ac5') + +prepare() { + cd $pkgname-$pkgver + + # Fix infinite loop if RecentConns has only invalid items + # https://github.com/blueman-project/blueman/commit/9619d3b5 + patch -Np1 -i ../fix-infinite-loop.patch + + # Fix path for bluetoothd + sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' apps/blueman-report + + # Fix non-standard icon names + sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui + sed -i 's/mouse/input-mouse/' blueman/services/Input.py + + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd $pkgname-$pkgver + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/$pkgname \ +--disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: blueman/repos/community-staging-i686/blueman.install (from rev 141283, blueman/trunk/blueman.install) === --- community-staging-i686/blueman.install (rev 0) +++ community-staging-i686/blueman.install 2015-09-20 15:01:07 UTC (rev 141284) @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: blueman/repos/community-staging-i686/fix-infinite-loop.patch (from rev 141283, blueman/trunk/fix-infinite-loop.patch) === --- community-staging-i686/fix-infinite-loop.patch (rev 0) +++ community-staging-i686/fix-infinite-loop.patch 2015-09-20 15:01:07 UTC (rev 141284) @@ -0,0 +1,24 @@ +From 9619d3b5c95b1ec0c971b67d047abeb260e04cc4 Mon Sep 17 00:00:00 2001 +From: Christopher Schramm +Date: Wed, 22 Jul 2015 10:27:37 +0200 +Subject: [PATCH] Fix infinite loop if RecentConns has only invalid items + +Closes #325 +--- + CHANGELOG.md | 1 + + blueman/plugins/applet/RecentConns.py | 2 +- + 2 files changed, 2 insertions(+), 1 deletion(-) + +diff --git a/blueman/plugins/applet/RecentConns.py b/blueman/plugins/applet/RecentConns.py +index 3498ace..467807f 100644 +--- a/blueman/plugins/applet/RecentConns.py b/blueman/plugins/app
[arch-commits] Commit in blueman/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 17:00:46 Author: jelle Revision: 141283 upgpkg: blueman 2.0-5 python 3.5 rebuild Modified: blueman/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 14:56:27 UTC (rev 141282) +++ PKGBUILD2015-09-20 15:00:46 UTC (rev 141283) @@ -5,7 +5,7 @@ pkgname=blueman pkgver=2.0 -pkgrel=4 +pkgrel=5 pkgdesc="GTK+ Bluetooth Manager" arch=('i686' 'x86_64') url="https://github.com/blueman-project/blueman";
[arch-commits] Commit in libvirt-python/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 16:56:18 Author: jelle Revision: 141281 upgpkg: libvirt-python 1.2.19-2 python 3.5 rebuild Modified: libvirt-python/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 14:54:51 UTC (rev 141280) +++ PKGBUILD2015-09-20 14:56:18 UTC (rev 141281) @@ -5,7 +5,7 @@ pkgbase=libvirt-python pkgname=(libvirt-python libvirt-python3) pkgver=1.2.19 -pkgrel=1 +pkgrel=2 pkgdesc="libvirt python binding" arch=('i686' 'x86_64') url="http://libvirt.org/";
[arch-commits] Commit in libvirt-python/repos (6 files)
Date: Sunday, September 20, 2015 @ 16:56:27 Author: jelle Revision: 141282 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: libvirt-python/repos/community-staging-i686/ libvirt-python/repos/community-staging-i686/PKGBUILD (from rev 141281, libvirt-python/trunk/PKGBUILD) libvirt-python/repos/community-staging-i686/libvirt-python.install (from rev 141281, libvirt-python/trunk/libvirt-python.install) libvirt-python/repos/community-staging-x86_64/ libvirt-python/repos/community-staging-x86_64/PKGBUILD (from rev 141281, libvirt-python/trunk/PKGBUILD) libvirt-python/repos/community-staging-x86_64/libvirt-python.install (from rev 141281, libvirt-python/trunk/libvirt-python.install) -+ community-staging-i686/PKGBUILD | 33 ++ community-staging-i686/libvirt-python.install |3 ++ community-staging-x86_64/PKGBUILD | 33 ++ community-staging-x86_64/libvirt-python.install |3 ++ 4 files changed, 72 insertions(+) Copied: libvirt-python/repos/community-staging-i686/PKGBUILD (from rev 141281, libvirt-python/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-20 14:56:27 UTC (rev 141282) @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Jonathan Wiersma + +pkgbase=libvirt-python +pkgname=(libvirt-python libvirt-python3) +pkgver=1.2.19 +pkgrel=2 +pkgdesc="libvirt python binding" +arch=('i686' 'x86_64') +url="http://libvirt.org/"; +license=('LGPL') +makedepends=('python' 'python2' 'libvirt') +options=('emptydirs') +install="libvirt-python.install" +source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";) +md5sums=('429e328028fc59b62404a4163004f2ae') + +package_libvirt-python() { + depends=('python2' 'libvirt') + + cd "$srcdir/$pkgbase-$pkgver" + python2 setup.py clean + python2 setup.py install --root=$pkgdir +} + +package_libvirt-python3() { + depends=('python' 'libvirt') + + cd "$srcdir/$pkgbase-$pkgver" + python setup.py clean + python setup.py install --root=$pkgdir +} Copied: libvirt-python/repos/community-staging-i686/libvirt-python.install (from rev 141281, libvirt-python/trunk/libvirt-python.install) === --- community-staging-i686/libvirt-python.install (rev 0) +++ community-staging-i686/libvirt-python.install 2015-09-20 14:56:27 UTC (rev 141282) @@ -0,0 +1,3 @@ +post_remove() { + rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc +} Copied: libvirt-python/repos/community-staging-x86_64/PKGBUILD (from rev 141281, libvirt-python/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-09-20 14:56:27 UTC (rev 141282) @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Jonathan Wiersma + +pkgbase=libvirt-python +pkgname=(libvirt-python libvirt-python3) +pkgver=1.2.19 +pkgrel=2 +pkgdesc="libvirt python binding" +arch=('i686' 'x86_64') +url="http://libvirt.org/"; +license=('LGPL') +makedepends=('python' 'python2' 'libvirt') +options=('emptydirs') +install="libvirt-python.install" +source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz";) +md5sums=('429e328028fc59b62404a4163004f2ae') + +package_libvirt-python() { + depends=('python2' 'libvirt') + + cd "$srcdir/$pkgbase-$pkgver" + python2 setup.py clean + python2 setup.py install --root=$pkgdir +} + +package_libvirt-python3() { + depends=('python' 'libvirt') + + cd "$srcdir/$pkgbase-$pkgver" + python setup.py clean + python setup.py install --root=$pkgdir +} Copied: libvirt-python/repos/community-staging-x86_64/libvirt-python.install (from rev 141281, libvirt-python/trunk/libvirt-python.install) === --- community-staging-x86_64/libvirt-python.install (rev 0) +++ community-staging-x86_64/libvirt-python.install 2015-09-20 14:56:27 UTC (rev 141282) @@ -0,0 +1,3 @@ +post_remove() { + rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc +}
[arch-commits] Commit in redshift/repos (6 files)
Date: Sunday, September 20, 2015 @ 16:54:51 Author: jelle Revision: 141280 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: redshift/repos/community-staging-i686/ redshift/repos/community-staging-i686/PKGBUILD (from rev 141279, redshift/trunk/PKGBUILD) redshift/repos/community-staging-i686/redshift.install (from rev 141279, redshift/trunk/redshift.install) redshift/repos/community-staging-x86_64/ redshift/repos/community-staging-x86_64/PKGBUILD (from rev 141279, redshift/trunk/PKGBUILD) redshift/repos/community-staging-x86_64/redshift.install (from rev 141279, redshift/trunk/redshift.install) ---+ community-staging-i686/PKGBUILD | 35 community-staging-i686/redshift.install | 11 community-staging-x86_64/PKGBUILD | 35 community-staging-x86_64/redshift.install | 11 4 files changed, 92 insertions(+) Copied: redshift/repos/community-staging-i686/PKGBUILD (from rev 141279, redshift/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-20 14:54:51 UTC (rev 141280) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Lukas Fleischer +# Contributor: Geoffrey Teale +# Contributor: Mark, Huo Mian +# Contributor: Biginoz +# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=redshift +pkgver=1.10 +pkgrel=2 +pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' +arch=('i686' 'x86_64') +url='http://jonls.dk/redshift/' +license=('GPL3') +depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm') +optdepends=('python-gobject: for redshift-gtk' +'python-xdg: for redshift-gtk' +'librsvg: for redshift-gtk') +makedepends=('intltool' 'python') +install='redshift.install' +source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('3a5480b8dd5d28a877a0cb407619fd76') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue2 \ +--with-systemduserunitdir=/usr/lib/systemd/user + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: redshift/repos/community-staging-i686/redshift.install (from rev 141279, redshift/trunk/redshift.install) === --- community-staging-i686/redshift.install (rev 0) +++ community-staging-i686/redshift.install 2015-09-20 14:54:51 UTC (rev 141280) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Copied: redshift/repos/community-staging-x86_64/PKGBUILD (from rev 141279, redshift/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-09-20 14:54:51 UTC (rev 141280) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Lukas Fleischer +# Contributor: Geoffrey Teale +# Contributor: Mark, Huo Mian +# Contributor: Biginoz +# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> + +pkgname=redshift +pkgver=1.10 +pkgrel=2 +pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' +arch=('i686' 'x86_64') +url='http://jonls.dk/redshift/' +license=('GPL3') +depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm') +optdepends=('python-gobject: for redshift-gtk' +'python-xdg: for redshift-gtk' +'librsvg: for redshift-gtk') +makedepends=('intltool' 'python') +install='redshift.install' +source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('3a5480b8dd5d28a877a0cb407619fd76') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue2 \ +--with-systemduserunitdir=/usr/lib/systemd/user + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: redshift/repos/community-staging-x86_64/redshift.install (from rev 141279, redshift/trunk/redshift.install) === --- community-staging-x86_64/redshift.install (rev 0) +++ community-staging-x86_64/redshift.install 2015-09-20 14:54:51 UTC (rev 141280) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in redshift/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 16:54:42 Author: jelle Revision: 141279 upgpkg: redshift 1.10-2 python 3.5 rebuild Modified: redshift/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 14:51:37 UTC (rev 141278) +++ PKGBUILD2015-09-20 14:54:42 UTC (rev 141279) @@ -7,7 +7,7 @@ pkgname=redshift pkgver=1.10 -pkgrel=1 +pkgrel=2 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' arch=('i686' 'x86_64') url='http://jonls.dk/redshift/'
[arch-commits] Commit in python-mock/repos/community-staging-any (PKGBUILD PKGBUILD)
Date: Sunday, September 20, 2015 @ 16:51:37 Author: jelle Revision: 141278 archrelease: copy trunk to community-staging-any Added: python-mock/repos/community-staging-any/PKGBUILD (from rev 141277, python-mock/trunk/PKGBUILD) Deleted: python-mock/repos/community-staging-any/PKGBUILD --+ PKGBUILD | 106 ++--- 1 file changed, 53 insertions(+), 53 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-09-20 14:50:11 UTC (rev 141277) +++ PKGBUILD2015-09-20 14:51:37 UTC (rev 141278) @@ -1,53 +0,0 @@ -# $Id$ -# Maintainer: jelle van der Waa -# Contributor: Felix Kaiser - -pkgbase=python-mock -pkgname=(python2-mock python-mock) -pkgver=1.3.0 -pkgrel=1 -pkgdesc='Mocking and Patching Library for Testing' -url='http://www.voidspace.org.uk/python/mock/' -makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools') -checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 'python-six' 'python2-six' 'git') -license=('BSD') -arch=('any') -source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz";) -md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb') - -build() { - cd "$srcdir" - cp -rf "mock-$pkgver" "mock2-$pkgver" - - cd "$srcdir/mock-$pkgver" - python3 setup.py build - - cd "$srcdir/mock2-$pkgver" - python2 setup.py build -} - -package_python-mock() { -depends=('python' 'python-six') - cd "$srcdir/mock-$pkgver" - python3 setup.py install --optimize=1 --root="$pkgdir" - install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} - -package_python2-mock() { -depends=('python2' 'python2-six' 'python2-funcsigs') # Backported Py > 3.3 functionality - cd "$srcdir/mock2-$pkgver" - python2 setup.py install --optimize=1 --root="$pkgdir" - install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} - -check() { - cd "$srcdir/mock2-$pkgver/" - sed -i 's/unittest2/unittest/g' mock/tests/*.py - - echo 'python tests' - python -m unittest discover - - # Does not run because of self.assertRaisesRegex() usage in unitests, which is self.assertRaisesRegexp() in Python 2.7 - #echo 'python2 tests' - #python2 -m unittest discover -} Copied: python-mock/repos/community-staging-any/PKGBUILD (from rev 141277, python-mock/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-09-20 14:51:37 UTC (rev 141278) @@ -0,0 +1,53 @@ +# $Id$ +# Maintainer: jelle van der Waa +# Contributor: Felix Kaiser + +pkgbase=python-mock +pkgname=(python2-mock python-mock) +pkgver=1.3.0 +pkgrel=2 +pkgdesc='Mocking and Patching Library for Testing' +url='http://www.voidspace.org.uk/python/mock/' +makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools') +checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 'python-six' 'python2-six' 'git') +license=('BSD') +arch=('any') +source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz";) +md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb') + +build() { + cd "$srcdir" + cp -rf "mock-$pkgver" "mock2-$pkgver" + + cd "$srcdir/mock-$pkgver" + python3 setup.py build + + cd "$srcdir/mock2-$pkgver" + python2 setup.py build +} + +package_python-mock() { +depends=('python' 'python-six' 'python2-pbr') + cd "$srcdir/mock-$pkgver" + python3 setup.py install --optimize=1 --root="$pkgdir" + install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} + +package_python2-mock() { +depends=('python2' 'python2-six' 'python2-pbr' 'python2-funcsigs') # Backported Py > 3.3 functionality + cd "$srcdir/mock2-$pkgver" + python2 setup.py install --optimize=1 --root="$pkgdir" + install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} + +check() { + cd "$srcdir/mock2-$pkgver/" + sed -i 's/unittest2/unittest/g' mock/tests/*.py + + echo 'python tests' + python -m unittest discover + + # Does not run because of self.assertRaisesRegex() usage in unitests, which is self.assertRaisesRegexp() in Python 2.7 + #echo 'python2 tests' + #python2 -m unittest discover +}
[arch-commits] Commit in python-mock/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 16:50:11 Author: jelle Revision: 141277 upgpkg: python-mock 1.3.0-2 Modified: python-mock/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 13:33:16 UTC (rev 141276) +++ PKGBUILD2015-09-20 14:50:11 UTC (rev 141277) @@ -5,7 +5,7 @@ pkgbase=python-mock pkgname=(python2-mock python-mock) pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='Mocking and Patching Library for Testing' url='http://www.voidspace.org.uk/python/mock/' makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools') @@ -27,7 +27,7 @@ } package_python-mock() { -depends=('python' 'python-six') +depends=('python' 'python-six' 'python2-pbr') cd "$srcdir/mock-$pkgver" python3 setup.py install --optimize=1 --root="$pkgdir" install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE @@ -34,7 +34,7 @@ } package_python2-mock() { -depends=('python2' 'python2-six' 'python2-funcsigs') # Backported Py > 3.3 functionality +depends=('python2' 'python2-six' 'python2-pbr' 'python2-funcsigs') # Backported Py > 3.3 functionality cd "$srcdir/mock2-$pkgver" python2 setup.py install --optimize=1 --root="$pkgdir" install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
[arch-commits] Commit in python-terminado/repos (2 files)
Date: Sunday, September 20, 2015 @ 15:33:16 Author: kkeen Revision: 141276 archrelease: copy trunk to community-staging-any Added: python-terminado/repos/community-staging-any/ python-terminado/repos/community-staging-any/PKGBUILD (from rev 141275, python-terminado/trunk/PKGBUILD) --+ PKGBUILD | 40 1 file changed, 40 insertions(+) Copied: python-terminado/repos/community-staging-any/PKGBUILD (from rev 141275, python-terminado/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 13:33:16 UTC (rev 141276) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Kyle Keen +# Contributor: Will Shanks + +pkgbase=python-terminado +pkgname=(python-terminado python2-terminado) +_pkgname=terminado +pkgver=0.5 +pkgrel=3 +pkgdesc="Terminals served to term.js using Tornado websockets" +url="https://github.com/takluyver/terminado"; +arch=('any') +license=('BSD') +depends=('python-tornado' 'python-ptyprocess') +makedepends=('python-setuptools' 'python2-setuptools' + 'python-tornado' 'python-ptyprocess' + 'python2-tornado' 'python2-ptyprocess') +source=("http://pypi.python.org/packages/source/t/$_pkgname/$_pkgname-$pkgver.tar.gz"; + 'https://raw.githubusercontent.com/takluyver/terminado/master/LICENSE.txt') +md5sums=('e992c6262a5f4c8952fee93da31a067e' + '242c3ea7df130edf77dc0e088ac1847c') + +prepare() { + cd "$srcdir" + cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver +} + +package_python-terminado() { + cd "$srcdir/$_pkgname-$pkgver" + python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0 + install -Dm644 "$srcdir/LICENSE.txt" "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE" +} + +package_python2-terminado() { + depends=('python2-tornado' 'python2-ptyprocess') + cd "$srcdir/${_pkgname}2-$pkgver" + python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0 + install -Dm644 "$srcdir/LICENSE.txt" "$pkgdir/usr/share/licenses/python2-$_pkgname/LICENSE" +} +
[arch-commits] Commit in python-terminado/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 15:32:37 Author: kkeen Revision: 141275 upgpkg: python-terminado 0.5-3 py3.5 rebuild Modified: python-terminado/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 13:25:59 UTC (rev 141274) +++ PKGBUILD2015-09-20 13:32:37 UTC (rev 141275) @@ -6,7 +6,7 @@ pkgname=(python-terminado python2-terminado) _pkgname=terminado pkgver=0.5 -pkgrel=2 +pkgrel=3 pkgdesc="Terminals served to term.js using Tornado websockets" url="https://github.com/takluyver/terminado"; arch=('any')
[arch-commits] Commit in bpython/repos (2 files)
Date: Sunday, September 20, 2015 @ 15:25:59 Author: kkeen Revision: 141274 archrelease: copy trunk to community-staging-any Added: bpython/repos/community-staging-any/ bpython/repos/community-staging-any/PKGBUILD (from rev 141273, bpython/trunk/PKGBUILD) --+ PKGBUILD | 75 + 1 file changed, 75 insertions(+) Copied: bpython/repos/community-staging-any/PKGBUILD (from rev 141273, bpython/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 13:25:59 UTC (rev 141274) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer: Kyle Keen < keenerd at gmail > +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Mike Sampson +# Contributor: Anton Bazhenov + +pkgname=('bpython' 'bpython2') +pkgver=0.14.1 +pkgrel=2 +pkgdesc='Fancy ncurses interface to the Python interpreter' +arch=('any') +url='http://bpython-interpreter.org/' +license=('MIT') +depends=('python-pygments' 'python-requests' 'python-curtsies' 'python-greenlet' 'python-six') +optdepends=('python-urwid: for bpython-urwid' +'python-jedi: multiline completion') +makedepends=('python-distribute' 'python2-distribute') +source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz) +md5sums=('106551e4f563f2575f67a3738a56b815') + +# python-watchdog optdep... +# python-curtsies a required dep, use old version for now + +build() { + cp -r bpython-$pkgver bpython2-$pkgver + + cd bpython-$pkgver + python setup.py build + + cd "$srcdir/bpython2-$pkgver" + python2 setup.py build +} + +package_bpython() { + cd bpython-$pkgver + + python setup.py install --root="$pkgdir" --optimize=0 + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE" +} + +package_bpython2() { + depends=('python2-pygments' 'python2-requests' 'python2-curtsies' 'python2-greenlet' 'python2-six') + optdepends=('python2-urwid: for bpython2-urwid' + 'python2-jedi: multiline completion') + + cd bpython2-$pkgver + + python2 setup.py install --root="$pkgdir" --optimize=0 + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython2/LICENSE" + + # conflicting files with bpython + pushd "$pkgdir/usr/bin/" + mv bpython bpython2 + mv bpython-urwid bpython2-urwid + mv bpython-curses bpython2-curses + mv bpbd bpbd2 + popd + + pushd "$pkgdir/usr/share/applications/" + mv bpython.desktop bpython2.desktop + # fix the .desktop file for the rename + sed -i 's/bpython/&2/' bpython2.desktop + popd + + pushd "$pkgdir/usr/share/appdata/" + mv bpython.appdata.xml bpython2.appdata.xml + sed -i 's/bpython/&2/' bpython2.appdata.xml + popd + + pushd "$pkgdir/usr/share/pixmaps/" + mv bpython.png bpython2.png + popd +}
[arch-commits] Commit in bpython/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 15:25:47 Author: kkeen Revision: 141273 upgpkg: bpython 0.14.1-2 py3.5 rebuild Modified: bpython/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 13:23:35 UTC (rev 141272) +++ PKGBUILD2015-09-20 13:25:47 UTC (rev 141273) @@ -6,7 +6,7 @@ pkgname=('bpython' 'bpython2') pkgver=0.14.1 -pkgrel=1 +pkgrel=2 pkgdesc='Fancy ncurses interface to the Python interpreter' arch=('any') url='http://bpython-interpreter.org/'
[arch-commits] Commit in python-curtsies/trunk (PKGBUILD)
Date: Sunday, September 20, 2015 @ 15:23:23 Author: kkeen Revision: 141271 upgpkg: python-curtsies 0.1.18-2 py3.5 rebuild Modified: python-curtsies/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-09-20 13:17:54 UTC (rev 141270) +++ PKGBUILD2015-09-20 13:23:23 UTC (rev 141271) @@ -8,7 +8,7 @@ # so the version is stuck at whatever bpython's release supports # dear users, do not flag this package out of date pkgver=0.1.18 -pkgrel=1 +pkgrel=2 pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d arrays of text" arch=('any') url="https://github.com/thomasballinger/curtsies";
[arch-commits] Commit in python-curtsies/repos (2 files)
Date: Sunday, September 20, 2015 @ 15:23:35 Author: kkeen Revision: 141272 archrelease: copy trunk to community-staging-any Added: python-curtsies/repos/community-staging-any/ python-curtsies/repos/community-staging-any/PKGBUILD (from rev 141271, python-curtsies/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: python-curtsies/repos/community-staging-any/PKGBUILD (from rev 141271, python-curtsies/trunk/PKGBUILD) === --- community-staging-any/PKGBUILD (rev 0) +++ community-staging-any/PKGBUILD 2015-09-20 13:23:35 UTC (rev 141272) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Kyle Keen + +pkgbase=python-curtsies +pkgname=(python-curtsies python2-curtsies) +_pkgname=curtsies +# the author of this package intends it to be used for bpython only +# so the version is stuck at whatever bpython's release supports +# dear users, do not flag this package out of date +pkgver=0.1.18 +pkgrel=2 +pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d arrays of text" +arch=('any') +url="https://github.com/thomasballinger/curtsies"; +license=('MIT') +depends=('python-blessings') +makedepends=('python-setuptools' 'python2-setuptools') +source=("https://pypi.python.org/packages/source/c/curtsies/curtsies-${pkgver}.tar.gz";) +md5sums=('077cf97028e342abe1cad94ff98fbd66') + +prepare() { + cd "$srcdir" + cp -r curtsies-$pkgver curtsies2-$pkgver +} + +build() { + cd "$srcdir/curtsies-$pkgver" + python3 setup.py build + + cd "$srcdir/curtsies2-$pkgver" + python2 setup.py build +} + +package_python-curtsies() { + cd "$srcdir/curtsies-$pkgver" + python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-curtsies/LICENSE" +} + +package_python2-curtsies() { + depends=('python2-blessings') + cd "$srcdir/curtsies2-$pkgver" + python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-curtsies/LICENSE" +}
[arch-commits] Commit in libftdi/repos (4 files)
Date: Sunday, September 20, 2015 @ 15:17:54 Author: kkeen Revision: 141270 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: libftdi/repos/community-staging-i686/ libftdi/repos/community-staging-i686/PKGBUILD (from rev 141269, libftdi/trunk/PKGBUILD) libftdi/repos/community-staging-x86_64/ libftdi/repos/community-staging-x86_64/PKGBUILD (from rev 141269, libftdi/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 51 community-staging-x86_64/PKGBUILD | 51 2 files changed, 102 insertions(+) Copied: libftdi/repos/community-staging-i686/PKGBUILD (from rev 141269, libftdi/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-09-20 13:17:54 UTC (rev 141270) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Kyle Keen + +# bug, python binding vanished with 3.4 +# Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) + +pkgname=libftdi +pkgver=1.2 +pkgrel=6 +pkgdesc="A library to talk to FTDI chips, optional python bindings." +arch=('i686' 'x86_64') +url="http://www.intra2net.com/en/developer/libftdi/download.php"; +license=('GPL2' 'LGPL2.1') +depends=('libusb' 'confuse') +optdepends=('python: library bindings') +makedepends=('boost' 'cmake' 'python' 'swig') +# doxygen for docs, confuse for eeprom +source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig}) +sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a' + 'SKIP') +validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5') # Intra2net open source + +prepare() { + cd "${pkgname}1-$pkgver" + sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt + sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" packages/99-libftdi.rules +} + +build() { + cd "$srcdir/${pkgname}1-$pkgver" + mkdir -p build + cd build + cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \ +-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON + make +} + +# needs yet unknown dependencies +#check() { +# cd "$srcdir/${pkgname}1-$pkgver/build" +# make check +#} + +package() { + cd "${pkgname}1-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm644 "../packages/99-libftdi.rules" "$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules" + # FS#45053 + cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples" +} + Copied: libftdi/repos/community-staging-x86_64/PKGBUILD (from rev 141269, libftdi/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-09-20 13:17:54 UTC (rev 141270) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Kyle Keen + +# bug, python binding vanished with 3.4 +# Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) + +pkgname=libftdi +pkgver=1.2 +pkgrel=6 +pkgdesc="A library to talk to FTDI chips, optional python bindings." +arch=('i686' 'x86_64') +url="http://www.intra2net.com/en/developer/libftdi/download.php"; +license=('GPL2' 'LGPL2.1') +depends=('libusb' 'confuse') +optdepends=('python: library bindings') +makedepends=('boost' 'cmake' 'python' 'swig') +# doxygen for docs, confuse for eeprom +source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig}) +sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a' + 'SKIP') +validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5') # Intra2net open source + +prepare() { + cd "${pkgname}1-$pkgver" + sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt + sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" packages/99-libftdi.rules +} + +build() { + cd "$srcdir/${pkgname}1-$pkgver" + mkdir -p build + cd build + cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \ +-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON + make +} + +# needs yet unknown dependencies +#check() { +# cd "$srcdir/${pkgname}1-$pkgver/build" +# make check +#} + +package() { + cd "${pkgname}1-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm644 "../packages/99-libftdi.rules" "$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules" + # FS#45053 + cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples" +} +