[arch-commits] Commit in pyglet/trunk (PKGBUILD)

2020-10-28 Thread Kyle Keen via arch-commits
Date: Thursday, October 29, 2020 @ 01:56:05
  Author: kkeen
Revision: 736461

upgpkg: pyglet 1.5.8-1

Modified:
  pyglet/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 01:35:13 UTC (rev 736460)
+++ PKGBUILD2020-10-29 01:56:05 UTC (rev 736461)
@@ -5,7 +5,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet')
-pkgver=1.5.7
+pkgver=1.5.8
 pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('ffmpeg: provides audio support'
 'openal: live audio')
 
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('dc86001e3c285bf88d60b604ed68cc92')
+md5sums=('543c5281a7d140c31c056b36842baac9')
 
 prepare() {
cd "$srcdir/$pkgbase-$pkgver"


[arch-commits] Commit in pyglet/repos/community-any (PKGBUILD PKGBUILD)

2020-10-28 Thread Kyle Keen via arch-commits
Date: Thursday, October 29, 2020 @ 01:56:22
  Author: kkeen
Revision: 736462

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 736461, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 01:56:05 UTC (rev 736461)
+++ PKGBUILD2020-10-29 01:56:22 UTC (rev 736462)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet')
-pkgver=1.5.7
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet;
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio support'
-'openal: live audio')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('dc86001e3c285bf88d60b604ed68cc92')
-
-prepare() {
-   cd "$srcdir/$pkgbase-$pkgver"
-
-   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-   rm -rf pyglet/extlibs/future/
-}
-
-build() {
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python-pyglet() {
-   depends=('python' 'glu' 'python-future')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 736461, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 01:56:22 UTC (rev 736462)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet')
+pkgver=1.5.8
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet;
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: provides audio support'
+'openal: live audio')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
+md5sums=('543c5281a7d140c31c056b36842baac9')
+
+prepare() {
+   cd "$srcdir/$pkgbase-$pkgver"
+
+   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+   rm -rf pyglet/extlibs/future/
+}
+
+build() {
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python-pyglet() {
+   depends=('python' 'glu' 'python-future')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-sphinx-alabaster-theme/repos/community-any (2 files)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:35:13
  Author: eschwartz
Revision: 736460

archrelease: copy trunk to community-any

Added:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD
(from rev 736459, python-sphinx-alabaster-theme/trunk/PKGBUILD)
Deleted:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 +
 1 file changed, 30 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 01:34:51 UTC (rev 736459)
+++ PKGBUILD2020-10-29 01:35:13 UTC (rev 736460)
@@ -1,42 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.12
-pkgrel=3
-
-pkgdesc="Sphinx default theme"
-url='https://github.com/bitprophet/alabaster'
-arch=('any')
-license=('custom:BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
-
-md5sums=('3591827fde96d1dd23970fb05410ed04')
-
-build() {
-   cp -r alabaster-"$pkgver" alabaster-"$pkgver"-py2
-
-   cd alabaster-"$pkgver"
-   python setup.py build
-
-   cd "$srcdir"/alabaster-"$pkgver"-py2
-   python2 setup.py build
-}
-
-package_python-sphinx-alabaster-theme() {
-   cd alabaster-"$pkgver"
-   python setup.py install --root="$pkgdir" --optimize=1
-
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}
-
-package_python2-sphinx-alabaster-theme() {
-   cd alabaster-"$pkgver"-py2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: python-sphinx-alabaster-theme/repos/community-any/PKGBUILD (from rev 
736459, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 01:35:13 UTC (rev 736460)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: xantares
+
+pkgname=python-sphinx-alabaster-theme
+pkgver=0.7.12
+pkgrel=4
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
+
+md5sums=('3591827fde96d1dd23970fb05410ed04')
+
+build() {
+   cd alabaster-"$pkgver"
+   python setup.py build
+}
+
+package() {
+   cd alabaster-"$pkgver"
+   python setup.py install --root="$pkgdir" --optimize=1
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


[arch-commits] Commit in python-sphinx-alabaster-theme/trunk (PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:34:51
  Author: eschwartz
Revision: 736459

upgpkg: python-sphinx-alabaster-theme 0.7.12-4: drop python2, last remaining 
user is gone from the repos

Modified:
  python-sphinx-alabaster-theme/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 01:24:22 UTC (rev 736458)
+++ PKGBUILD2020-10-29 01:34:51 UTC (rev 736459)
@@ -1,10 +1,9 @@
 # Maintainer: Johannes Löthberg 
 # Contributor: xantares
 
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgname=python-sphinx-alabaster-theme
 pkgver=0.7.12
-pkgrel=3
+pkgrel=4
 
 pkgdesc="Sphinx default theme"
 url='https://github.com/bitprophet/alabaster'
@@ -11,6 +10,7 @@
 arch=('any')
 license=('custom:BSD')
 
+depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 
 
source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
@@ -18,25 +18,13 @@
 md5sums=('3591827fde96d1dd23970fb05410ed04')
 
 build() {
-   cp -r alabaster-"$pkgver" alabaster-"$pkgver"-py2
-
cd alabaster-"$pkgver"
python setup.py build
-
-   cd "$srcdir"/alabaster-"$pkgver"-py2
-   python2 setup.py build
 }
 
-package_python-sphinx-alabaster-theme() {
+package() {
cd alabaster-"$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
 
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
 }
-
-package_python2-sphinx-alabaster-theme() {
-   cd alabaster-"$pkgver"-py2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}


[arch-commits] Commit in python-sphinxcontrib-websupport/trunk (PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:24:22
  Author: eschwartz
Revision: 736458

python-sphinxcontrib-websupport: fix missing license, empty depends=()

Modified:
  python-sphinxcontrib-websupport/trunk/PKGBUILD

--+
 PKGBUILD |4 
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 01:17:40 UTC (rev 736457)
+++ PKGBUILD2020-10-29 01:24:22 UTC (rev 736458)
@@ -25,13 +25,17 @@
 }
 
 package_python-sphinxcontrib-websupport() {
+  depends=('python')
   cd "$srcdir"/sphinxcontrib-websupport-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-sphinxcontrib-websupport() {
+  depends=('python2')
   cd "$srcdir"/sphinxcontrib-websupport-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in pybind11/repos/community-any (PKGBUILD PKGBUILD)

2020-10-28 Thread Daniel Bermond via arch-commits
Date: Thursday, October 29, 2020 @ 01:17:40
  Author: dbermond
Revision: 736457

archrelease: copy trunk to community-any

Added:
  pybind11/repos/community-any/PKGBUILD
(from rev 736456, pybind11/trunk/PKGBUILD)
Deleted:
  pybind11/repos/community-any/PKGBUILD

--+
 PKGBUILD |  113 ++---
 1 file changed, 56 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 01:17:17 UTC (rev 736456)
+++ PKGBUILD2020-10-29 01:17:40 UTC (rev 736457)
@@ -1,57 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Matthew Ellison 
-
-pkgname=pybind11
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
-arch=('any')
-url='https://pybind11.readthedocs.org/'
-license=('BSD')
-optdepends=('python: for python bindings')
-makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
- 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
-checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504')
-
-prepare() {
-mkdir -p "${pkgname}-${pkgver}/build-cmake"
-}
-
-build () {
-# python modules
-cd "${pkgname}-${pkgver}"
-python setup.py build
-
-# cmake files and tests
-cd build-cmake
-cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
-make all mock_install
-
-# manpage
-make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
-}
-
-check() {
-make -C "${pkgname}-${pkgver}/build-cmake" check
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-# python modules
-python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
-
-# cmake files
-mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
-install -m644 build-cmake/mock_install/share/cmake/pybind11/*.cmake -t 
"${pkgdir}/usr/share/cmake/${pkgname}"
-
-# man page
-install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
-sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
-
-# license
-install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: pybind11/repos/community-any/PKGBUILD (from rev 736456, 
pybind11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 01:17:40 UTC (rev 736457)
@@ -0,0 +1,56 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: for python bindings')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest')
+ #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571')
+
+build () {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# tests
+cmake \
+-B "${srcdir}/build-cmake" \
+-S "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-Wno-dev
+make -C "${srcdir}/build-cmake" all mock_install
+
+# manpage (needs python-sphinxcontrib-svg2pdfconverter - currently on AUR)
+# make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
+}
+
+check() {
+make -C build-cmake check
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="$pkgdir" --skip-build --optimize='1'
+
+# symlinks
+local _pyver
+_pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
+mkdir -p "${pkgdir}/usr"/{include,share/cmake}
+ln -s "../lib/python${_pyver}/site-packages/pybind11/include/pybind11" 
"${pkgdir}/usr/include/pybind11"
+ln -s 
"../../lib/python${_pyver}/site-packages/pybind11/share/cmake/pybind11" 
"${pkgdir}/usr/share/cmake/pybind11"
+
+# man page
+# install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
+# sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
+
+# license
+install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in pybind11/trunk (PKGBUILD)

2020-10-28 Thread Daniel Bermond via arch-commits
Date: Thursday, October 29, 2020 @ 01:17:17
  Author: dbermond
Revision: 736456

upgpkg: pybind11 2.6.0-1

Modified:
  pybind11/trunk/PKGBUILD

--+
 PKGBUILD |   51 +--
 1 file changed, 25 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 01:10:03 UTC (rev 736455)
+++ PKGBUILD2020-10-29 01:17:17 UTC (rev 736456)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Ellison 
 
 pkgname=pybind11
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
@@ -10,47 +10,46 @@
 url='https://pybind11.readthedocs.org/'
 license=('BSD')
 optdepends=('python: for python bindings')
-makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
- 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
-checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest')
+ #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571')
 
-prepare() {
-mkdir -p "${pkgname}-${pkgver}/build-cmake"
-}
-
 build () {
-# python modules
 cd "${pkgname}-${pkgver}"
 python setup.py build
 
-# cmake files and tests
-cd build-cmake
-cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
-make all mock_install
+# tests
+cmake \
+-B "${srcdir}/build-cmake" \
+-S "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-Wno-dev
+make -C "${srcdir}/build-cmake" all mock_install
 
-# manpage
-make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
+# manpage (needs python-sphinxcontrib-svg2pdfconverter - currently on AUR)
+# make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
 }
 
 check() {
-make -C "${pkgname}-${pkgver}/build-cmake" check
+make -C build-cmake check
 }
 
 package() {
 cd "${pkgname}-${pkgver}"
+python setup.py install --root="$pkgdir" --skip-build --optimize='1'
 
-# python modules
-python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
+# symlinks
+local _pyver
+_pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
+mkdir -p "${pkgdir}/usr"/{include,share/cmake}
+ln -s "../lib/python${_pyver}/site-packages/pybind11/include/pybind11" 
"${pkgdir}/usr/include/pybind11"
+ln -s 
"../../lib/python${_pyver}/site-packages/pybind11/share/cmake/pybind11" 
"${pkgdir}/usr/share/cmake/pybind11"
 
-# cmake files
-mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
-install -m644 build-cmake/mock_install/share/cmake/pybind11/*.cmake -t 
"${pkgdir}/usr/share/cmake/${pkgname}"
-
 # man page
-install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
-sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
+# install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
+# sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
 
 # license
 install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"


[arch-commits] Commit in python-pystemmer/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:10:03
  Author: eschwartz
Revision: 736455

archrelease: copy trunk to community-x86_64

Added:
  python-pystemmer/repos/community-x86_64/PKGBUILD
(from rev 736454, python-pystemmer/trunk/PKGBUILD)
Deleted:
  python-pystemmer/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 -
 1 file changed, 34 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 01:09:50 UTC (rev 736454)
+++ PKGBUILD2020-10-29 01:10:03 UTC (rev 736455)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pystemmer
-pkgname=('python-pystemmer' 'python2-pystemmer')
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Snowball stemming algorithms, for information retrieval"
-arch=('x86_64')
-license=('BSD' 'MIT')
-url="http://snowball.tartarus.org;
-makedepends=('python' 'python2' 'cython' 'cython2')
-source=("https://pypi.io/packages/source/P/PyStemmer/PyStemmer-$pkgver.tar.gz;)
-sha512sums=('3ac0ef16f0caae74cb19a73e7de7a56e3947a6f81a14273885b3461392f7f33e82a433d4ffa7b4a61d87bb94aff7e12c8e0c9726de2eb6b386a9f2c558678a6c')
-
-prepare() {
-  # Force cython rebuild
-  rm PyStemmer-$pkgver/src/Stemmer.c
-
-  cp -a PyStemmer-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/PyStemmer-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/PyStemmer-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/PyStemmer-$pkgver"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python runtests.py
-
-  cd "$srcdir/PyStemmer-$pkgver-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 runtests.py
-}
-
-package_python-pystemmer() {
-  depends=('python')
-
-  cd PyStemmer-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pystemmer() {
-  depends=('python2')
-
-  cd PyStemmer-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pystemmer/repos/community-x86_64/PKGBUILD (from rev 736454, 
python-pystemmer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 01:10:03 UTC (rev 736455)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pystemmer
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="Snowball stemming algorithms, for information retrieval"
+arch=('x86_64')
+license=('BSD' 'MIT')
+url="http://snowball.tartarus.org;
+depends=('python')
+makedepends=('cython')
+source=("https://pypi.io/packages/source/P/PyStemmer/PyStemmer-$pkgver.tar.gz;)
+sha512sums=('3ac0ef16f0caae74cb19a73e7de7a56e3947a6f81a14273885b3461392f7f33e82a433d4ffa7b4a61d87bb94aff7e12c8e0c9726de2eb6b386a9f2c558678a6c')
+
+prepare() {
+  # Force cython rebuild
+  rm PyStemmer-$pkgver/src/Stemmer.c
+}
+
+build() {
+  cd "$srcdir/PyStemmer-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/PyStemmer-$pkgver"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python runtests.py
+}
+
+package() {
+  cd PyStemmer-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-pystemmer/trunk (PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:09:50
  Author: eschwartz
Revision: 736454

upgpkg: python-pystemmer 2.0.1-2: drop python2, last remaining user is gone 
from the repos

Modified:
  python-pystemmer/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 01:06:33 UTC (rev 736453)
+++ PKGBUILD2020-10-29 01:09:50 UTC (rev 736454)
@@ -1,14 +1,14 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-pystemmer
-pkgname=('python-pystemmer' 'python2-pystemmer')
+pkgname=python-pystemmer
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Snowball stemming algorithms, for information retrieval"
 arch=('x86_64')
 license=('BSD' 'MIT')
 url="http://snowball.tartarus.org;
-makedepends=('python' 'python2' 'cython' 'cython2')
+depends=('python')
+makedepends=('cython')
 source=("https://pypi.io/packages/source/P/PyStemmer/PyStemmer-$pkgver.tar.gz;)
 
sha512sums=('3ac0ef16f0caae74cb19a73e7de7a56e3947a6f81a14273885b3461392f7f33e82a433d4ffa7b4a61d87bb94aff7e12c8e0c9726de2eb6b386a9f2c558678a6c')
 
@@ -15,38 +15,20 @@
 prepare() {
   # Force cython rebuild
   rm PyStemmer-$pkgver/src/Stemmer.c
-
-  cp -a PyStemmer-$pkgver{,-py2}
 }
 
 build() {
   cd "$srcdir/PyStemmer-$pkgver"
   python setup.py build
-
-  cd "$srcdir/PyStemmer-$pkgver-py2"
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir/PyStemmer-$pkgver"
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python runtests.py
-
-  cd "$srcdir/PyStemmer-$pkgver-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 runtests.py
 }
 
-package_python-pystemmer() {
-  depends=('python')
-
+package() {
   cd PyStemmer-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
-
-package_python2-pystemmer() {
-  depends=('python2')
-
-  cd PyStemmer-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}


[arch-commits] Commit in python-snowballstemmer/trunk (PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:06:17
  Author: eschwartz
Revision: 736452

upgpkg: python-snowballstemmer 2.0.0-4: drop python2, last remaining user is 
gone from the repos

Modified:
  python-snowballstemmer/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 6 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 00:49:15 UTC (rev 736451)
+++ PKGBUILD2020-10-29 01:06:17 UTC (rev 736452)
@@ -1,54 +1,32 @@
 # Maintainer: Felix Yan 
 # Contributor: xantares
 
-pkgbase=python-snowballstemmer
-pkgname=('python-snowballstemmer' 'python2-snowballstemmer')
+pkgname=python-snowballstemmer
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 arch=('any')
 pkgdesc="Snowball stemming library collection for Python"
 url='https://snowballstem.org'
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python')
+optdepends=('python-pystemmer: for improved performance')
+makedepends=('python-setuptools')
 
source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$pkgver.tar.gz;)
 md5sums=('c05ec4a897be3c953c8b8b844c4241d4')
 
-prepare() {
-  cp -a snowballstemmer-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/snowballstemmer-$pkgver
   python setup.py build
-
-  cd "$srcdir"/snowballstemmer-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/snowballstemmer-$pkgver/src
   PYTHONPATH=. python sample/testapp.py english "what's this"
-
-  cd "$srcdir"/snowballstemmer-$pkgver-py2/src
-  PYTHONPATH=. python2 sample/testapp.py english "what's this"
 }
 
-package_python-snowballstemmer() {
-  depends=('python')
-  optdepends=('python-pystemmer: for improved performance')
-
+package() {
   cd "$srcdir"/snowballstemmer-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
-
-package_python2-snowballstemmer() {
-  depends=('python2')
-  optdepends=('python2-pystemmer: for improved performance')
-
-  cd "$srcdir"/snowballstemmer-$pkgver-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}


[arch-commits] Commit in python-snowballstemmer/repos/community-any (2 files)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:06:33
  Author: eschwartz
Revision: 736453

archrelease: copy trunk to community-any

Added:
  python-snowballstemmer/repos/community-any/PKGBUILD
(from rev 736452, python-snowballstemmer/trunk/PKGBUILD)
Deleted:
  python-snowballstemmer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 32 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 01:06:17 UTC (rev 736452)
+++ PKGBUILD2020-10-29 01:06:33 UTC (rev 736453)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: xantares
-
-pkgbase=python-snowballstemmer
-pkgname=('python-snowballstemmer' 'python2-snowballstemmer')
-pkgver=2.0.0
-pkgrel=3
-arch=('any')
-pkgdesc="Snowball stemming library collection for Python"
-url='https://snowballstem.org'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$pkgver.tar.gz;)
-md5sums=('c05ec4a897be3c953c8b8b844c4241d4')
-
-prepare() {
-  cp -a snowballstemmer-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/snowballstemmer-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/snowballstemmer-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/snowballstemmer-$pkgver/src
-  PYTHONPATH=. python sample/testapp.py english "what's this"
-
-  cd "$srcdir"/snowballstemmer-$pkgver-py2/src
-  PYTHONPATH=. python2 sample/testapp.py english "what's this"
-}
-
-package_python-snowballstemmer() {
-  depends=('python')
-  optdepends=('python-pystemmer: for improved performance')
-
-  cd "$srcdir"/snowballstemmer-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_python2-snowballstemmer() {
-  depends=('python2')
-  optdepends=('python2-pystemmer: for improved performance')
-
-  cd "$srcdir"/snowballstemmer-$pkgver-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-snowballstemmer/repos/community-any/PKGBUILD (from rev 736452, 
python-snowballstemmer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 01:06:33 UTC (rev 736453)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: xantares
+
+pkgname=python-snowballstemmer
+pkgver=2.0.0
+pkgrel=4
+arch=('any')
+pkgdesc="Snowball stemming library collection for Python"
+url='https://snowballstem.org'
+license=('BSD')
+depends=('python')
+optdepends=('python-pystemmer: for improved performance')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$pkgver.tar.gz;)
+md5sums=('c05ec4a897be3c953c8b8b844c4241d4')
+
+build() {
+  cd "$srcdir"/snowballstemmer-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/snowballstemmer-$pkgver/src
+  PYTHONPATH=. python sample/testapp.py english "what's this"
+}
+
+package() {
+  cd "$srcdir"/snowballstemmer-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in (python2-sphinx)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 00:49:15
  Author: eschwartz
Revision: 736451

rm python2-sphinx as nothing uses it anymore

Deleted:
  python2-sphinx/


[arch-commits] Commit in idris/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:39:03
  Author: felixonmars
Revision: 736442

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 736441, idris/trunk/PKGBUILD)

--+
 PKGBUILD |   62 +
 1 file changed, 62 insertions(+)

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 736441, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:39:03 UTC (rev 736442)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.3
+pkgrel=94
+pkgdesc="Functional Programming Language with Dependent Types"
+url="https://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec'
+ 'haskell-network' 'haskell-optparse-applicative' 
'haskell-parser-combinators'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 
'haskell-terminal-size'
+ 'haskell-uniplate' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'uusi' 'haskell-tagged' 'haskell-tasty' 
'haskell-tasty-golden' 'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;
+
idris-haskeline-0.8.patch::https://github.com/idris-lang/Idris-dev/pull/4871.patch)
+sha512sums=('fc5c65847c8021ed691c7968043a04fcffaed3a44a6339f611fed616fddefa1b5bc2da8e7e6662dfa552981688a1c96571eadc197e4e50ba060de3c6ddbd03de'
+
'5f2efe359d5626c44f0c146f108dae4635ae2c8babf53841d5147d17d5be2460ab19a0b952492c68c93fa6470989bcf396cd7fbf6c8d44ac77792a54c3bbb141')
+
+prepare() {
+cd Idris-dev-$pkgver
+patch -p1 -i ../idris-haskeline-0.8.patch
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+uusi idris.cabal
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly 
--ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PWD/dist/build/idris:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" IDRIS_LIBRARY_PATH="$PWD/libs" runhaskell 
Setup test || echo "Tests failed"
+}
+
+package() {
+cd Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in idris/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:38:49
  Author: felixonmars
Revision: 736441

upgpkg: idris 1.3.3-94: rebuild with shelly 1.9.0

Modified:
  idris/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:25:42 UTC (rev 736440)
+++ PKGBUILD2020-10-28 23:38:49 UTC (rev 736441)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.3
-pkgrel=93
+pkgrel=94
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")


[arch-commits] Commit in haskell-hakyll/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:25:42
  Author: felixonmars
Revision: 736440

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 736439, haskell-hakyll/trunk/PKGBUILD)

--+
 PKGBUILD |   56 
 1 file changed, 56 insertions(+)

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
736439, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:25:42 UTC (rev 736440)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.4.1
+pkgrel=22
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6045a1461855d46f57a20f7a84636f90e6d151bcbaf09511f10ab66fa0567062e355ff580d1f12a4432bbe517bc9e162d65927f3c343f8f077e81981e7c7973c')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in doctl/trunk (PKGBUILD)

2020-10-28 Thread Kpcyrd via arch-commits
Date: Wednesday, October 28, 2020 @ 23:25:17
  Author: kpcyrd
Revision: 736437

upgpkg: doctl 1.49.0-1

Modified:
  doctl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:24:52 UTC (rev 736436)
+++ PKGBUILD2020-10-28 23:25:17 UTC (rev 736437)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.48.1
+pkgver=1.49.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('36803d77eccf7cc39d7a8d62cecb6d8e9df868078ab41b18f89a8a9f8c03fb52d955d79207f5b091b127cad82af47df5e17a847227d651d40a52e99241f5f3ef')
-b2sums=('dacad59dd815b185838eaa57ecb58a4789cb9a1f58043cb2650de8322b902681cddfdda6ecffd4b52a2cdbff12c9a1786586083118bd719e19b13d0ad83c1f83')
+sha512sums=('80bed319bc7725549b0fab9c090ef6ae1ad966519cf507690ed0b5ad6db22d5441eb94d1804f6b036c78c97070eaa9c2dd8f685f77b2afac7d5da9737483ba3f')
+b2sums=('749dc7c1942a6dc25ed98994b7189d5d29b98cd1cd939d98f66e790805147ae45fcc21e914c02256cd07e0b1fbedb1bfd76a6375458a21e1f12de05dc3b65b2e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in doctl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Kpcyrd via arch-commits
Date: Wednesday, October 28, 2020 @ 23:25:31
  Author: kpcyrd
Revision: 736439

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 736438, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:25:27 UTC (rev 736438)
+++ PKGBUILD2020-10-28 23:25:31 UTC (rev 736439)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.48.1
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('36803d77eccf7cc39d7a8d62cecb6d8e9df868078ab41b18f89a8a9f8c03fb52d955d79207f5b091b127cad82af47df5e17a847227d651d40a52e99241f5f3ef')
-b2sums=('dacad59dd815b185838eaa57ecb58a4789cb9a1f58043cb2650de8322b902681cddfdda6ecffd4b52a2cdbff12c9a1786586083118bd719e19b13d0ad83c1f83')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 736438, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:25:31 UTC (rev 736439)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.49.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('80bed319bc7725549b0fab9c090ef6ae1ad966519cf507690ed0b5ad6db22d5441eb94d1804f6b036c78c97070eaa9c2dd8f685f77b2afac7d5da9737483ba3f')
+b2sums=('749dc7c1942a6dc25ed98994b7189d5d29b98cd1cd939d98f66e790805147ae45fcc21e914c02256cd07e0b1fbedb1bfd76a6375458a21e1f12de05dc3b65b2e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:25:27
  Author: felixonmars
Revision: 736438

upgpkg: haskell-hakyll 4.13.4.1-22: rebuild with shelly 1.9.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:25:17 UTC (rev 736437)
+++ PKGBUILD2020-10-28 23:25:27 UTC (rev 736438)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.4.1
-pkgrel=21
+pkgrel=22
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


[arch-commits] Commit in picard/trunk (PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 23:24:44
  Author: dvzrv
Revision: 736435

upgpkg: picard 2.5.1-1: Upgrade to 2.5.1.

Modified:
  picard/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:24:15 UTC (rev 736434)
+++ PKGBUILD2020-10-28 23:24:44 UTC (rev 736435)
@@ -4,7 +4,7 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.5
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="Official MusicBrainz tagger"
 url="https://github.com/metabrainz/picard;
@@ -18,8 +18,8 @@
 'qt5-multimedia: media player toolbar'
 'qt5-translations: full UI translation')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('45aacdc6e1ea070b450eaad52caa3015a7ddacee875194d1af0f3d7323bfac0213d56b8106cf5f40f712d88cdd63e02cb3ac1a1834f7e1f224d0d4e58597ca85')
-b2sums=('2d6fc572a4d429f716f5d7822d87d4e167bb36daa0816d542a231f4005ab3a72b001eb5739439112e98e2ffd78ebbc9dc16a1bd85b70aa1a1585a6b086d9d7df')
+sha512sums=('7889e9a4b797c0de35d4fcab3e729ef9ddbdd46b4fad3f6bb0e7226968075fe35465007b1069c7e13fc8f5c8e3ac301ab42ab4d55f8a81c1b4984ee29d64a82f')
+b2sums=('cb1e55896f6ad71031e446592d0625752ad6e38b30f123522e9f33db6136e7b12ec853c77ee59e03de802a92d14ea75c2cb2da8f215f5c8c42ed45a4a4f06676')
 # NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
 
 build() {


[arch-commits] Commit in picard/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 23:24:52
  Author: dvzrv
Revision: 736436

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 736435, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:24:44 UTC (rev 736435)
+++ PKGBUILD2020-10-28 23:24:52 UTC (rev 736436)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.5
-pkgrel=1
-pkgdesc="Official MusicBrainz tagger"
-url="https://github.com/metabrainz/picard;
-license=('GPL2')
-arch=('x86_64')
-depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
-'python-markdown' 'python-mutagen' 'python-pyqt5')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-optdepends=('chromaprint: fingerprinting'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('45aacdc6e1ea070b450eaad52caa3015a7ddacee875194d1af0f3d7323bfac0213d56b8106cf5f40f712d88cdd63e02cb3ac1a1834f7e1f224d0d4e58597ca85')
-b2sums=('2d6fc572a4d429f716f5d7822d87d4e167bb36daa0816d542a231f4005ab3a72b001eb5739439112e98e2ffd78ebbc9dc16a1bd85b70aa1a1585a6b086d9d7df')
-# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --disable-autoupdate \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 736435, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:24:52 UTC (rev 736436)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Official MusicBrainz tagger"
+url="https://github.com/metabrainz/picard;
+license=('GPL2')
+arch=('x86_64')
+depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
+'python-markdown' 'python-mutagen' 'python-pyqt5')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+optdepends=('chromaprint: fingerprinting'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7889e9a4b797c0de35d4fcab3e729ef9ddbdd46b4fad3f6bb0e7226968075fe35465007b1069c7e13fc8f5c8e3ac301ab42ab4d55f8a81c1b4984ee29d64a82f')
+b2sums=('cb1e55896f6ad71031e446592d0625752ad6e38b30f123522e9f33db6136e7b12ec853c77ee59e03de802a92d14ea75c2cb2da8f215f5c8c42ed45a4a4f06676')
+# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --disable-autoupdate \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in stack/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:23:57
  Author: felixonmars
Revision: 736433

upgpkg: stack 2.5.1-8: rebuild with shelly 1.9.0

Modified:
  stack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:19:47 UTC (rev 736432)
+++ PKGBUILD2020-10-28 23:23:57 UTC (rev 736433)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


[arch-commits] Commit in stack/repos (3 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:24:15
  Author: felixonmars
Revision: 736434

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 736433, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 736433, stack/trunk/stack.install)

---+
 PKGBUILD  |   77 
 stack.install |4 ++
 2 files changed, 81 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 736433, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:24:15 UTC (rev 736434)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.5.1
+pkgrel=8
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative0.15' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  sed -i -e '/semigroups/d;s/optparse-applicative/optparse-applicative < 
0.16/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 736433, 
stack/trunk/stack.install)
===
--- 

[arch-commits] Commit in hledger-ui/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:19:47
  Author: felixonmars
Revision: 736432

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 736431, hledger-ui/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 736431, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:19:47 UTC (rev 736432)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.19.1
+pkgrel=21
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('421f65778a80d53a74ac983afe65e8277206d46b0fd9a10d53f9c6cdc6fd5bf20bf63c7b7586955629d8c0bd7ceb1ba5f33e2ec31035bab2da53958d20d2be95')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in hledger-ui/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:19:34
  Author: felixonmars
Revision: 736431

upgpkg: hledger-ui 1.19.1-21: rebuild with shelly 1.9.0

Modified:
  hledger-ui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:18:47 UTC (rev 736430)
+++ PKGBUILD2020-10-28 23:19:34 UTC (rev 736431)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.19.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in haskell-fsnotify/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:18:33
  Author: felixonmars
Revision: 736429

upgpkg: haskell-fsnotify 0.3.0.1-133: rebuild with shelly 1.9.0

Modified:
  haskell-fsnotify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:18:04 UTC (rev 736428)
+++ PKGBUILD2020-10-28 23:18:33 UTC (rev 736429)
@@ -4,7 +4,7 @@
 _hkgname=fsnotify
 pkgname=haskell-fsnotify
 pkgver=0.3.0.1
-pkgrel=132
+pkgrel=133
 pkgdesc="Cross platform library for file change notification."
 url="https://github.com/haskell-fswatch/hfsnotify;
 license=("BSD")


[arch-commits] Commit in haskell-fsnotify/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:18:47
  Author: felixonmars
Revision: 736430

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fsnotify/repos/community-staging-x86_64/
  haskell-fsnotify/repos/community-staging-x86_64/PKGBUILD
(from rev 736429, haskell-fsnotify/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: haskell-fsnotify/repos/community-staging-x86_64/PKGBUILD (from rev 
736429, haskell-fsnotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:18:47 UTC (rev 736430)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fsnotify
+pkgname=haskell-fsnotify
+pkgver=0.3.0.1
+pkgrel=133
+pkgdesc="Cross platform library for file change notification."
+url="https://github.com/haskell-fswatch/hfsnotify;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-hinotify" 'haskell-shelly'
+ "haskell-unix-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d5c96a54c1b4788e1d50f259d11d4e2d6eb7224552b50cb359a1f4cdcc2a9b7270f9b5ccdfe9738a163b54ab7ab5a0114de9cabc56660a7324cdfc4b16179e1a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in c2hs/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:17:50
  Author: felixonmars
Revision: 736427

upgpkg: c2hs 0.28.6-126: rebuild with shelly 1.9.0

Modified:
  c2hs/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:13:52 UTC (rev 736426)
+++ PKGBUILD2020-10-28 23:17:50 UTC (rev 736427)
@@ -3,7 +3,7 @@
 
 pkgname=c2hs
 pkgver=0.28.6
-pkgrel=125
+pkgrel=126
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs;
 license=("GPL2")
@@ -11,10 +11,13 @@
 depends=('ghc-libs' "haskell-dlist" "haskell-language-c")
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-hunit'
  'haskell-shelly')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('848693ddf787244cc0f100f533030889a1efcef283f06ef609574d9cd0005679fab373172a949408ce6d4b9c97d15a56b0ec11fe39b466ad3f84aa527d2ab1c9')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+c2hs-shelly-1.9.patch::https://github.com/haskell/c2hs/pull/258.patch)
+sha512sums=('848693ddf787244cc0f100f533030889a1efcef283f06ef609574d9cd0005679fab373172a949408ce6d4b9c97d15a56b0ec11fe39b466ad3f84aa527d2ab1c9'
+
'c76f68e393114512c4c217a37aab1c72df271666a30a958b0d4ea18f286c51b3f49352e4dec4d8158a89329f8c9e884f4f39548e4b72258a1ec82f4f7516740c')
 
 prepare() {
+patch -d c2hs-$pkgver -p1 < c2hs-shelly-1.9.patch
 sed -i 's/cmd "ghc"/cmd "ghc" "-dynamic"/' c2hs-$pkgver/tests/test-*.hs
 sed -i 's/HC=ghc/HC="ghc -dynamic"/' c2hs-$pkgver/tests/system/Makefile
 sed -i 's/"ghc", \["-/"ghc", ["-dynamic", "-/' c2hs-$pkgver/tests/test-*.hs


[arch-commits] Commit in c2hs/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:18:04
  Author: felixonmars
Revision: 736428

archrelease: copy trunk to community-staging-x86_64

Added:
  c2hs/repos/community-staging-x86_64/
  c2hs/repos/community-staging-x86_64/PKGBUILD
(from rev 736427, c2hs/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: c2hs/repos/community-staging-x86_64/PKGBUILD (from rev 736427, 
c2hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:18:04 UTC (rev 736428)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.28.6
+pkgrel=126
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dlist" "haskell-language-c")
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-hunit'
+ 'haskell-shelly')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+c2hs-shelly-1.9.patch::https://github.com/haskell/c2hs/pull/258.patch)
+sha512sums=('848693ddf787244cc0f100f533030889a1efcef283f06ef609574d9cd0005679fab373172a949408ce6d4b9c97d15a56b0ec11fe39b466ad3f84aa527d2ab1c9'
+
'c76f68e393114512c4c217a37aab1c72df271666a30a958b0d4ea18f286c51b3f49352e4dec4d8158a89329f8c9e884f4f39548e4b72258a1ec82f4f7516740c')
+
+prepare() {
+patch -d c2hs-$pkgver -p1 < c2hs-shelly-1.9.patch
+sed -i 's/cmd "ghc"/cmd "ghc" "-dynamic"/' c2hs-$pkgver/tests/test-*.hs
+sed -i 's/HC=ghc/HC="ghc -dynamic"/' c2hs-$pkgver/tests/system/Makefile
+sed -i 's/"ghc", \["-/"ghc", ["-dynamic", "-/' c2hs-$pkgver/tests/test-*.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" 
--enable-tests \
+-f-regression -fbase3 --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


[arch-commits] Commit in haskell-shelly/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:13:31
  Author: felixonmars
Revision: 736424

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-shelly/repos/community-staging-x86_64/
  haskell-shelly/repos/community-staging-x86_64/PKGBUILD
(from rev 736423, haskell-shelly/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: haskell-shelly/repos/community-staging-x86_64/PKGBUILD (from rev 
736423, haskell-shelly/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:13:31 UTC (rev 736424)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shelly
+pkgname=haskell-shelly
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Shell-like (systems) programming in Haskell"
+url="https://github.com/yesodweb/Shelly.hs;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unix-compat' 'haskell-monad-control' 
'haskell-lifted-base'
+ 'haskell-lifted-async' 'haskell-enclosed-exceptions'
+ 'haskell-async' 'haskell-transformers-base')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7c1eb25439e08095187746d0101fd92ad56ebb5a706820bad7330667cfc806066d4675c677e5d267440d4af7b517f36449e8f5e75332521780b564edc1586254')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lifted -f-build-examples
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in python-bluepy/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Wednesday, October 28, 2020 @ 23:13:52
  Author: eschwartz
Revision: 736426

archrelease: copy trunk to community-x86_64

Added:
  python-bluepy/repos/community-x86_64/PKGBUILD
(from rev 736425, python-bluepy/trunk/PKGBUILD)
Deleted:
  python-bluepy/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:13:38 UTC (rev 736425)
+++ PKGBUILD2020-10-28 23:13:52 UTC (rev 736426)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pyname=bluepy-v
-pkgname=python-bluepy
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='Python module for interfacing with Bluetooth LE devices through Bluez'
-url='https://github.com/IanHarvey/bluepy'
-arch=('x86_64')
-license=('GPL2')
-depends=('python' 'python-setuptools' 'bluez' 'glib2')
-makedepends=('python-sphinx')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/IanHarvey/bluepy/archive/v/${pkgver}.tar.gz)
-sha256sums=('878e68e6d0f2823a5ebc5763e97ed887cc599120a5cc0bac577b7d655db6cd3e')
-sha512sums=('817fcc44646008a4aadac39b1e9ef694fd706b4d23e2299c78084e48f804beec2e76af2701572ce76d9cf325de09e0ded539dd1ceb6ed574cb5d589045c17e37')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|CFLAGS =|CFLAGS +=|g' -i bluepy/Makefile
-  sed 's|CPPFLAGS =|CPPFLAGS +=|g' -i bluepy/Makefile
-  sed 's| $(LDLIBS)| $(LDFLAGS) $(LDLIBS)|g' -i bluepy/Makefile
-}
-
-build() {
-  msg2 "Building python..."
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-  make -C bluepy
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-
-  # install
-  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 README.md docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/bluepy.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 755 bluepy/bluepy-helper -t 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy
-
-  # cleanup
-  rm 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy/{bluez-src.tgz,Makefile,bluepy-helper.c}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bluepy/repos/community-x86_64/PKGBUILD (from rev 736425, 
python-bluepy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:13:52 UTC (rev 736426)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+
+_pyname=bluepy-v
+pkgname=python-bluepy
+pkgver=1.3.0
+pkgrel=3
+pkgdesc='Python module for interfacing with Bluetooth LE devices through Bluez'
+url='https://github.com/IanHarvey/bluepy'
+arch=('x86_64')
+license=('GPL2')
+depends=('python' 'python-setuptools' 'bluez' 'glib2')
+makedepends=('python-sphinx')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/IanHarvey/bluepy/archive/v/${pkgver}.tar.gz)
+sha256sums=('878e68e6d0f2823a5ebc5763e97ed887cc599120a5cc0bac577b7d655db6cd3e')
+sha512sums=('817fcc44646008a4aadac39b1e9ef694fd706b4d23e2299c78084e48f804beec2e76af2701572ce76d9cf325de09e0ded539dd1ceb6ed574cb5d589045c17e37')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed 's|CFLAGS =|CFLAGS +=|g' -i bluepy/Makefile
+  sed 's|CPPFLAGS =|CPPFLAGS +=|g' -i bluepy/Makefile
+  sed 's| $(LDLIBS)| $(LDFLAGS) $(LDLIBS)|g' -i bluepy/Makefile
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+  make -C bluepy
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+
+  # install
+  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+  install -Dm 644 README.md docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/bluepy.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 755 bluepy/bluepy-helper -t 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy
+
+  # cleanup
+  rm 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy/{bluez-src.tgz,Makefile,bluepy-helper.c}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-bluepy/trunk (PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Wednesday, October 28, 2020 @ 23:13:38
  Author: eschwartz
Revision: 736425

upgpkg: python-bluepy 1.3.0-3: rebuild for python2 removal

Modified:
  python-bluepy/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:13:31 UTC (rev 736424)
+++ PKGBUILD2020-10-28 23:13:38 UTC (rev 736425)
@@ -3,7 +3,7 @@
 _pyname=bluepy-v
 pkgname=python-bluepy
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python module for interfacing with Bluetooth LE devices through Bluez'
 url='https://github.com/IanHarvey/bluepy'
 arch=('x86_64')
@@ -23,7 +23,6 @@
 }
 
 build() {
-  echo "Building python..."
   cd ${_pyname}-${pkgver}
   python setup.py build
   make -C bluepy


[arch-commits] Commit in haskell-shelly/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:13:17
  Author: felixonmars
Revision: 736423

upgpkg: haskell-shelly 1.9.0-1: rebuild with shelly 1.9.0

Modified:
  haskell-shelly/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:12:14 UTC (rev 736422)
+++ PKGBUILD2020-10-28 23:13:17 UTC (rev 736423)
@@ -3,28 +3,19 @@
 
 _hkgname=shelly
 pkgname=haskell-shelly
-pkgver=1.8.1
-pkgrel=143
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="Shell-like (systems) programming in Haskell"
 url="https://github.com/yesodweb/Shelly.hs;
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-unix-compat' 'haskell-system-filepath'
- 'haskell-system-fileio' 'haskell-monad-control' 'haskell-lifted-base'
+depends=('ghc-libs' 'haskell-unix-compat' 'haskell-monad-control' 
'haskell-lifted-base'
  'haskell-lifted-async' 'haskell-enclosed-exceptions'
  'haskell-async' 'haskell-transformers-base')
 makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-
shelly-ghc-8.8.patch::https://github.com/gregwebs/Shelly.hs/commit/5093c266200ce4ee61075af310b12f5c9cc7faa6.patch)
-sha512sums=('75a6939ed0c395950738d569d2452b55acc373ead0361e97651218ec464816fffa1af5808b7af4d2ea7cd4339c028a4a1bee02f0bfd88fecb73a6888c083d651'
-
'973a51bc176bb5fd36aad8e34934b84be999b1e74865a9d48277508e618ce698394affaf904edee4f4ac4f21a16b45dd05a22fce5939cca631be97858d44ff5b')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7c1eb25439e08095187746d0101fd92ad56ebb5a706820bad7330667cfc806066d4675c677e5d267440d4af7b517f36449e8f5e75332521780b564edc1586254')
 
-prepare() {
-cd $_hkgname-$pkgver
-patch -p1 -i ../shelly-ghc-8.8.patch
-sed -i 's/< *1.9/<2/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in haskell-gi/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:12:14
  Author: felixonmars
Revision: 736422

archrelease: copy trunk to community-x86_64

Added:
  haskell-gi/repos/community-x86_64/PKGBUILD
(from rev 736421, haskell-gi/trunk/PKGBUILD)
Deleted:
  haskell-gi/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 +
 1 file changed, 44 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:11:57 UTC (rev 736421)
+++ PKGBUILD2020-10-28 23:12:14 UTC (rev 736422)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=haskell-gi
-pkgname=haskell-gi
-pkgver=0.24.3
-pkgrel=12
-pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries"
-url="https://github.com/haskell-gi/haskell-gi;
-license=("LGPL2")
-arch=('x86_64')
-depends=('ghc-libs' 'glib2' 'gobject-introspection-runtime' 'haskell-gi-base'
- 'haskell-ansi-terminal' 'haskell-attoparsec' 'haskell-pretty-show' 
'haskell-safe'
- 'haskell-xdg-basedir' 'haskell-xml-conduit' 'haskell-regex-tdfa')
-makedepends=('ghc' 'uusi' 'gobject-introspection' 'haskell-cabal-doctest' 
'haskell-doctest')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ad16336ce64e44b38af326b25323e062d17955988bd21e017ed4fd4e2de5c1a8b1fe088f66363d0a99370b46d7ef118f64e563b4eb4dd8a65998170c3410c115')
-
-prepare() {
-uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-gi/repos/community-x86_64/PKGBUILD (from rev 736421, 
haskell-gi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:12:14 UTC (rev 736422)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-gi
+pkgname=haskell-gi
+pkgver=0.24.4
+pkgrel=1
+pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries"
+url="https://github.com/haskell-gi/haskell-gi;
+license=("LGPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'glib2' 'gobject-introspection-runtime' 'haskell-gi-base'
+ 'haskell-ansi-terminal' 'haskell-attoparsec' 'haskell-pretty-show' 
'haskell-safe'
+ 'haskell-xdg-basedir' 'haskell-xml-conduit' 'haskell-regex-tdfa')
+makedepends=('ghc' 'gobject-introspection' 'haskell-cabal-doctest' 
'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('26abfdb864cb5050bfc46d67de198a51101bcf7195d16ba76799f9199eb734c365e785c74076f2be0bca058d54bd9adc1780f3a0a55d6a85a03ecfe8e72834dc')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-gi/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:11:57
  Author: felixonmars
Revision: 736421

upgpkg: haskell-gi 0.24.4-1

Modified:
  haskell-gi/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:10:07 UTC (rev 736420)
+++ PKGBUILD2020-10-28 23:11:57 UTC (rev 736421)
@@ -3,8 +3,8 @@
 
 _hkgname=haskell-gi
 pkgname=haskell-gi
-pkgver=0.24.3
-pkgrel=12
+pkgver=0.24.4
+pkgrel=1
 pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries"
 url="https://github.com/haskell-gi/haskell-gi;
 license=("LGPL2")
@@ -12,14 +12,10 @@
 depends=('ghc-libs' 'glib2' 'gobject-introspection-runtime' 'haskell-gi-base'
  'haskell-ansi-terminal' 'haskell-attoparsec' 'haskell-pretty-show' 
'haskell-safe'
  'haskell-xdg-basedir' 'haskell-xml-conduit' 'haskell-regex-tdfa')
-makedepends=('ghc' 'uusi' 'gobject-introspection' 'haskell-cabal-doctest' 
'haskell-doctest')
+makedepends=('ghc' 'gobject-introspection' 'haskell-cabal-doctest' 
'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ad16336ce64e44b38af326b25323e062d17955988bd21e017ed4fd4e2de5c1a8b1fe088f66363d0a99370b46d7ef118f64e563b4eb4dd8a65998170c3410c115')
+sha512sums=('26abfdb864cb5050bfc46d67de198a51101bcf7195d16ba76799f9199eb734c365e785c74076f2be0bca058d54bd9adc1780f3a0a55d6a85a03ecfe8e72834dc')
 
-prepare() {
-uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in haskell-hosc/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:10:07
  Author: felixonmars
Revision: 736420

fix datasubdir

Modified:
  haskell-hosc/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:09:09 UTC (rev 736419)
+++ PKGBUILD2020-10-28 23:10:07 UTC (rev 736420)
@@ -28,7 +28,8 @@
  --docdir="/usr/share/doc/${pkgname}" \
  --enable-tests \
  --dynlibdir=/usr/lib \
- --libsubdir=\$compiler/site-local/\$pkgid
+ --libsubdir=\$compiler/site-local/\$pkgid \
+ --datasubdir="$pkgname"
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script


[arch-commits] Commit in riscv64-elf-gdb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:09:09
  Author: ffy00
Revision: 736419

archrelease: copy trunk to community-x86_64

Added:
  riscv64-elf-gdb/repos/community-x86_64/PKGBUILD
(from rev 736418, riscv64-elf-gdb/trunk/PKGBUILD)
Deleted:
  riscv64-elf-gdb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:09:06 UTC (rev 736418)
+++ PKGBUILD2020-10-28 23:09:09 UTC (rev 736419)
@@ -1,55 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=riscv64-elf
-pkgname=$_target-gdb
-pkgver=9.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the RISCV64 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

-
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---target=$_target \
---prefix=/usr \
---enable-languages=c,c++ \
---enable-multilib \
---enable-interwork \
---with-system-readline \
---disable-nls \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-
-  make
-}
-
-package() {
-  cd gdb-$pkgver/build
-
-  make -C gdb DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb'/'gdb-common' packages
-  rm -r "$pkgdir"/usr/include/gdb/
-  rm -r "$pkgdir"/usr/share/gdb/
-  rm -r "$pkgdir"/usr/share/info/
-  rm -r "$pkgdir"/usr/share/man/man5/
-}
-

Copied: riscv64-elf-gdb/repos/community-x86_64/PKGBUILD (from rev 736418, 
riscv64-elf-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:09:09 UTC (rev 736419)
@@ -0,0 +1,55 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=riscv64-elf
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the RISCV64 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}
+


[arch-commits] Commit in riscv64-elf-gdb/trunk (PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:09:06
  Author: ffy00
Revision: 736418

upgpkg: riscv64-elf-gdb 10.1-1

Modified:
  riscv64-elf-gdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:09:03 UTC (rev 736417)
+++ PKGBUILD2020-10-28 23:09:06 UTC (rev 736418)
@@ -4,7 +4,7 @@
 
 _target=riscv64-elf
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the RISCV64 (bare-metal) target'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in ppc64le-elf-gdb/trunk (PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:08:59
  Author: ffy00
Revision: 736416

upgpkg: ppc64le-elf-gdb 10.1-1

Modified:
  ppc64le-elf-gdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:08:14 UTC (rev 736415)
+++ PKGBUILD2020-10-28 23:08:59 UTC (rev 736416)
@@ -4,7 +4,7 @@
 
 _target=ppc64le-elf
 pkgname=$_target-gdb
-pkgver=9.1
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the PoerPC 64 LE (bare-metal) target'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('84cdd408d80a3fc5779de459c5b26154d31b329ebde7e3aa78799fb1eb245d8b64b8c8ee7242382a1dbd95b4e6f9d84fef41d12a0646aa75d3dee4709ea1f6e7'
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in ppc64le-elf-gdb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:09:03
  Author: ffy00
Revision: 736417

archrelease: copy trunk to community-x86_64

Added:
  ppc64le-elf-gdb/repos/community-x86_64/PKGBUILD
(from rev 736416, ppc64le-elf-gdb/trunk/PKGBUILD)
Deleted:
  ppc64le-elf-gdb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:08:59 UTC (rev 736416)
+++ PKGBUILD2020-10-28 23:09:03 UTC (rev 736417)
@@ -1,55 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=ppc64le-elf
-pkgname=$_target-gdb
-pkgver=9.1
-pkgrel=1
-pkgdesc='The GNU Debugger for the PoerPC 64 LE (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('84cdd408d80a3fc5779de459c5b26154d31b329ebde7e3aa78799fb1eb245d8b64b8c8ee7242382a1dbd95b4e6f9d84fef41d12a0646aa75d3dee4709ea1f6e7'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

-
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---target=$_target \
---prefix=/usr \
---enable-languages=c,c++ \
---enable-multilib \
---enable-interwork \
---with-system-readline \
---disable-nls \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-
-  make
-}
-
-package() {
-  cd gdb-$pkgver/build
-
-  make -C gdb DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb'/'gdb-common' packages
-  rm -r "$pkgdir"/usr/include/gdb/
-  rm -r "$pkgdir"/usr/share/gdb/
-  rm -r "$pkgdir"/usr/share/info/
-  rm -r "$pkgdir"/usr/share/man/man5/
-}
-

Copied: ppc64le-elf-gdb/repos/community-x86_64/PKGBUILD (from rev 736416, 
ppc64le-elf-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:09:03 UTC (rev 736417)
@@ -0,0 +1,55 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=ppc64le-elf
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the PoerPC 64 LE (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}
+


[arch-commits] Commit in stylish-haskell/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:08:14
  Author: felixonmars
Revision: 736415

archrelease: copy trunk to community-x86_64

Added:
  stylish-haskell/repos/community-x86_64/PKGBUILD
(from rev 736414, stylish-haskell/trunk/PKGBUILD)
Deleted:
  stylish-haskell/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:07:58 UTC (rev 736414)
+++ PKGBUILD2020-10-28 23:08:14 UTC (rev 736415)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=stylish-haskell
-pkgver=0.12.0.0
-pkgrel=7
-pkgdesc="Haskell code prettifier"
-url="https://github.com/jaspervdj/stylish-haskell;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-ghc' 
'haskell-ghc-boot' 'haskell-optparse-applicative'
- 'haskell-strict' 'haskell-syb' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
-makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-random' 
'haskell-test-framework'
- 'haskell-test-framework-hunit')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7f19deef1c17f418a02437a64b3ff75d9dd3608ccfa4f4a7b494200532897883bb6b7d2802e5a8eefd30e36dcd4be6926b7270e110064a4db6e1d732540300dd')
-
-prepare() {
-cd $pkgname-$pkgver
-sed -i -e 's/ghc-lib-parser/ghc, ghc-boot/' $pkgname.cabal
-uusi $pkgname.cabal
-}
-
-build() {
-cd $pkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-old_base --ghc-option='-pie'
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $pkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $pkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: stylish-haskell/repos/community-x86_64/PKGBUILD (from rev 736414, 
stylish-haskell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:08:14 UTC (rev 736415)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.12.1.0
+pkgrel=1
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-ghc' 
'haskell-ghc-boot' 'haskell-optparse-applicative'
+ 'haskell-strict' 'haskell-syb' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-random' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('750a2a36f5b47983d65437a29c9a0c8e8993b4a8da1d1e7338b1024cf79083ed02c043f4298a14c5c35e5d172aa57d53a93cf023b699b59c9f6c016ec5dacbde')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/ghc-lib-parser/ghc, ghc-boot/' $pkgname.cabal
+uusi $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install 

[arch-commits] Commit in python-wtforms/repos/community-any (PKGBUILD PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Wednesday, October 28, 2020 @ 23:07:47
  Author: eschwartz
Revision: 736413

archrelease: copy trunk to community-any

Added:
  python-wtforms/repos/community-any/PKGBUILD
(from rev 736412, python-wtforms/trunk/PKGBUILD)
Deleted:
  python-wtforms/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:07:32 UTC (rev 736412)
+++ PKGBUILD2020-10-28 23:07:47 UTC (rev 736413)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nblock 
-# Contributor: neithere 
-# Contributor: mitsuse 
-
-_pyname=wtforms
-pkgname=python-wtforms
-pkgver=2.2.1
-pkgrel=6
-pkgdesc='Flexible forms validation and rendering library for python web 
development'
-url='https://wtforms.readthedocs.io/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python-babel' 'python-sphinx')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
-sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py compile_catalog build
-  make -C docs html SPHINXBUILD=sphinx-build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  find "$pkgdir" -type f -name \*.po -delete
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-wtforms/repos/community-any/PKGBUILD (from rev 736412, 
python-wtforms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:07:47 UTC (rev 736413)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: nblock 
+# Contributor: neithere 
+# Contributor: mitsuse 
+
+_pyname=wtforms
+pkgname=python-wtforms
+pkgver=2.2.1
+pkgrel=7
+pkgdesc='Flexible forms validation and rendering library for python web 
development'
+url='https://wtforms.readthedocs.io/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python-babel' 'python-sphinx')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
+sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py compile_catalog build
+  make -C docs html SPHINXBUILD=sphinx-build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  find "$pkgdir" -type f -name \*.po -delete
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in stylish-haskell/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:07:58
  Author: felixonmars
Revision: 736414

upgpkg: stylish-haskell 0.12.1.0-1

Modified:
  stylish-haskell/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:07:47 UTC (rev 736413)
+++ PKGBUILD2020-10-28 23:07:58 UTC (rev 736414)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=stylish-haskell
-pkgver=0.12.0.0
-pkgrel=7
+pkgver=0.12.1.0
+pkgrel=1
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-random' 
'haskell-test-framework'
  'haskell-test-framework-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7f19deef1c17f418a02437a64b3ff75d9dd3608ccfa4f4a7b494200532897883bb6b7d2802e5a8eefd30e36dcd4be6926b7270e110064a4db6e1d732540300dd')
+sha512sums=('750a2a36f5b47983d65437a29c9a0c8e8993b4a8da1d1e7338b1024cf79083ed02c043f4298a14c5c35e5d172aa57d53a93cf023b699b59c9f6c016ec5dacbde')
 
 prepare() {
 cd $pkgname-$pkgver


[arch-commits] Commit in python-wtforms/trunk (PKGBUILD)

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Wednesday, October 28, 2020 @ 23:07:32
  Author: eschwartz
Revision: 736412

upgpkg: python-wtforms 2.2.1-7: rebuild for python2 removal

Modified:
  python-wtforms/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:05:42 UTC (rev 736411)
+++ PKGBUILD2020-10-28 23:07:32 UTC (rev 736412)
@@ -6,7 +6,7 @@
 _pyname=wtforms
 pkgname=python-wtforms
 pkgver=2.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Flexible forms validation and rendering library for python web 
development'
 url='https://wtforms.readthedocs.io/'
 arch=('any')


[arch-commits] Commit in riscv32-elf-gdb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:05:22
  Author: ffy00
Revision: 736402

archrelease: copy trunk to community-x86_64

Added:
  riscv32-elf-gdb/repos/community-x86_64/PKGBUILD
(from rev 736401, riscv32-elf-gdb/trunk/PKGBUILD)
Deleted:
  riscv32-elf-gdb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:05:18 UTC (rev 736401)
+++ PKGBUILD2020-10-28 23:05:22 UTC (rev 736402)
@@ -1,55 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=riscv32-elf
-pkgname=$_target-gdb
-pkgver=9.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the RISCV32 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

-
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---target=$_target \
---prefix=/usr \
---enable-languages=c,c++ \
---enable-multilib \
---enable-interwork \
---with-system-readline \
---disable-nls \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-
-  make
-}
-
-package() {
-  cd gdb-$pkgver/build
-
-  make -C gdb DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb'/'gdb-common' packages
-  rm -r "$pkgdir"/usr/include/gdb/
-  rm -r "$pkgdir"/usr/share/gdb/
-  rm -r "$pkgdir"/usr/share/info/
-  rm -r "$pkgdir"/usr/share/man/man5/
-}
-

Copied: riscv32-elf-gdb/repos/community-x86_64/PKGBUILD (from rev 736401, 
riscv32-elf-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:05:22 UTC (rev 736402)
@@ -0,0 +1,55 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=riscv32-elf
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the RISCV32 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}
+


[arch-commits] Commit in lm32-elf-gdb/trunk (PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:05:28
  Author: ffy00
Revision: 736403

upgpkg: lm32-elf-gdb 10.1-1

Modified:
  lm32-elf-gdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:05:22 UTC (rev 736402)
+++ PKGBUILD2020-10-28 23:05:28 UTC (rev 736403)
@@ -4,7 +4,7 @@
 
 _target=lm32-elf
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the LatticeMico32 (bare-metal) target'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in lm32-elf-gdb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:05:31
  Author: ffy00
Revision: 736404

archrelease: copy trunk to community-x86_64

Added:
  lm32-elf-gdb/repos/community-x86_64/PKGBUILD
(from rev 736403, lm32-elf-gdb/trunk/PKGBUILD)
Deleted:
  lm32-elf-gdb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:05:28 UTC (rev 736403)
+++ PKGBUILD2020-10-28 23:05:31 UTC (rev 736404)
@@ -1,55 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=lm32-elf
-pkgname=$_target-gdb
-pkgver=9.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the LatticeMico32 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

-
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---target=$_target \
---prefix=/usr \
---enable-languages=c,c++ \
---enable-multilib \
---enable-interwork \
---with-system-readline \
---disable-nls \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-
-  make
-}
-
-package() {
-  cd gdb-$pkgver/build
-
-  make -C gdb DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb'/'gdb-common' packages
-  rm -r "$pkgdir"/usr/include/gdb/
-  rm -r "$pkgdir"/usr/share/gdb/
-  rm -r "$pkgdir"/usr/share/info/
-  rm -r "$pkgdir"/usr/share/man/man5/
-}
-

Copied: lm32-elf-gdb/repos/community-x86_64/PKGBUILD (from rev 736403, 
lm32-elf-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:05:31 UTC (rev 736404)
@@ -0,0 +1,55 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=lm32-elf
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the LatticeMico32 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}
+


[arch-commits] Commit in haskell-hakyll/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:04:40
  Author: felixonmars
Revision: 736400

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 736399, haskell-hakyll/trunk/PKGBUILD)

--+
 PKGBUILD |   56 
 1 file changed, 56 insertions(+)

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
736399, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:04:40 UTC (rev 736400)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.4.1
+pkgrel=21
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6045a1461855d46f57a20f7a84636f90e6d151bcbaf09511f10ab66fa0567062e355ff580d1f12a4432bbe517bc9e162d65927f3c343f8f077e81981e7c7973c')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in riscv32-elf-gdb/trunk (PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:05:18
  Author: ffy00
Revision: 736401

upgpkg: riscv32-elf-gdb 10.1-1

Modified:
  riscv32-elf-gdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:04:40 UTC (rev 736400)
+++ PKGBUILD2020-10-28 23:05:18 UTC (rev 736401)
@@ -4,7 +4,7 @@
 
 _target=riscv32-elf
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the RISCV32 (bare-metal) target'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:04:25
  Author: felixonmars
Revision: 736399

upgpkg: haskell-hakyll 4.13.4.1-21: rebuild with citeproc 0.1.0.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:03:11 UTC (rev 736398)
+++ PKGBUILD2020-10-28 23:04:25 UTC (rev 736399)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.4.1
-pkgrel=20
+pkgrel=21
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


[arch-commits] Commit in pandoc-citeproc/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:02:57
  Author: felixonmars
Revision: 736397

upgpkg: pandoc-citeproc 0.17.0.2-66: rebuild with citeproc 0.1.0.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:01:16 UTC (rev 736396)
+++ PKGBUILD2020-10-28 23:02:57 UTC (rev 736397)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17.0.2
-pkgrel=65
+pkgrel=66
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


[arch-commits] Commit in pandoc-citeproc/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:03:11
  Author: felixonmars
Revision: 736398

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 736397, pandoc-citeproc/trunk/PKGBUILD)

--+
 PKGBUILD |   58 ++
 1 file changed, 58 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
736397, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:03:11 UTC (rev 736398)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17.0.2
+pkgrel=66
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('5ce079a542b096c06d6e4e205625a993422a972f04787495ac9013dd3131df62733f30e4c3004335e3738b02bb22a7ad50a31c1eb3f67d2b4ef51605c7fcbf16')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+uusi $pkgname.cabal
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


[arch-commits] Commit in or1k-elf-gdb/trunk (PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:01:13
  Author: ffy00
Revision: 736395

upgpkg: or1k-elf-gdb 10.1-1

Modified:
  or1k-elf-gdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:01:07 UTC (rev 736394)
+++ PKGBUILD2020-10-28 23:01:13 UTC (rev 736395)
@@ -4,7 +4,7 @@
 
 _target=or1k-elf
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the OpenRISC 100 (bare-metal) target'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in or1k-elf-gdb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:01:16
  Author: ffy00
Revision: 736396

archrelease: copy trunk to community-x86_64

Added:
  or1k-elf-gdb/repos/community-x86_64/PKGBUILD
(from rev 736395, or1k-elf-gdb/trunk/PKGBUILD)
Deleted:
  or1k-elf-gdb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:01:13 UTC (rev 736395)
+++ PKGBUILD2020-10-28 23:01:16 UTC (rev 736396)
@@ -1,55 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=or1k-elf
-pkgname=$_target-gdb
-pkgver=9.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the OpenRISC 100 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

-
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---target=$_target \
---prefix=/usr \
---enable-languages=c,c++ \
---enable-multilib \
---enable-interwork \
---with-system-readline \
---disable-nls \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-
-  make
-}
-
-package() {
-  cd gdb-$pkgver/build
-
-  make -C gdb DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb'/'gdb-common' packages
-  rm -r "$pkgdir"/usr/include/gdb/
-  rm -r "$pkgdir"/usr/share/gdb/
-  rm -r "$pkgdir"/usr/share/info/
-  rm -r "$pkgdir"/usr/share/man/man5/
-}
-

Copied: or1k-elf-gdb/repos/community-x86_64/PKGBUILD (from rev 736395, 
or1k-elf-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:01:16 UTC (rev 736396)
@@ -0,0 +1,55 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=or1k-elf
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the OpenRISC 100 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}
+


[arch-commits] Commit in sh2-elf-gdb/trunk (PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:00:53
  Author: ffy00
Revision: 736393

upgpkg: sh2-elf-gdb 10.1-1

Modified:
  sh2-elf-gdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:00:31 UTC (rev 736392)
+++ PKGBUILD2020-10-28 23:00:53 UTC (rev 736393)
@@ -4,7 +4,7 @@
 
 _target=sh2-elf
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the SuperH SH 2 (bare-metal) target'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in sh2-elf-gdb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 23:01:07
  Author: ffy00
Revision: 736394

archrelease: copy trunk to community-x86_64

Added:
  sh2-elf-gdb/repos/community-x86_64/PKGBUILD
(from rev 736393, sh2-elf-gdb/trunk/PKGBUILD)
Deleted:
  sh2-elf-gdb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:00:53 UTC (rev 736393)
+++ PKGBUILD2020-10-28 23:01:07 UTC (rev 736394)
@@ -1,55 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=sh2-elf
-pkgname=$_target-gdb
-pkgver=9.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the SuperH SH 2 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha512sums=('73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

-
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---target=$_target \
---prefix=/usr \
---enable-languages=c,c++ \
---enable-multilib \
---enable-interwork \
---with-system-readline \
---disable-nls \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-
-  make
-}
-
-package() {
-  cd gdb-$pkgver/build
-
-  make -C gdb DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb'/'gdb-common' packages
-  rm -r "$pkgdir"/usr/include/gdb/
-  rm -r "$pkgdir"/usr/share/gdb/
-  rm -r "$pkgdir"/usr/share/info/
-  rm -r "$pkgdir"/usr/share/man/man5/
-}
-

Copied: sh2-elf-gdb/repos/community-x86_64/PKGBUILD (from rev 736393, 
sh2-elf-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:01:07 UTC (rev 736394)
@@ -0,0 +1,55 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=sh2-elf
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the SuperH SH 2 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha512sums=('0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}
+


[arch-commits] Commit in haskell-ci/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:00:31
  Author: felixonmars
Revision: 736392

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ci/repos/community-staging-x86_64/
  haskell-ci/repos/community-staging-x86_64/PKGBUILD
(from rev 736391, haskell-ci/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 736391, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 23:00:31 UTC (rev 736392)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.10.3
+pkgrel=30
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 
'haskell-cabal-install-parsers'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-temporary' 
'haskell-unordered-containers'
+ 'shellcheck')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
+
+prepare(){
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
+  # Bug in uusi
+  sed -i 's/\^>= *0.15/>= 0.15/' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-ci/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:00:17
  Author: felixonmars
Revision: 736391

upgpkg: haskell-ci 0.10.3-30: rebuild with citeproc 0.1.0.3

Modified:
  haskell-ci/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:59:12 UTC (rev 736390)
+++ PKGBUILD2020-10-28 23:00:17 UTC (rev 736391)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.10.3
-pkgrel=29
+pkgrel=30
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")


[arch-commits] Commit in python-virtualenv/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:59:58
  Author: felixonmars
Revision: 398983

upgpkg: python-virtualenv 20.0.33-1

Modified:
  python-virtualenv/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:49:59 UTC (rev 398982)
+++ PKGBUILD2020-10-28 22:59:58 UTC (rev 398983)
@@ -4,7 +4,7 @@
 
 pkgbase=python-virtualenv
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=20.0.32
+pkgver=20.0.33
 pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
@@ -21,7 +21,7 @@
 conflicts=('virtualenv')
 options=('!makeflags')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pypa/virtualenv/archive/$pkgver.tar.gz)
-sha512sums=('add84326388ddbc9cbd62f5ca9b847a8f07f04d762b420f93f89da582445a025a142be989c38287abe986cf189d3fe8b13dc22d6a8e3ecc4807a9260c48cb357')
+sha512sums=('0f04bed1553b023d3b20ece9b6a5e964ee8a989a3b0ed0e0aba9a1dcab35c4ad3767706bdcccebc821e46aa7d984e40d8c3dc87a5d38927d2bb352f1aba3')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


[arch-commits] Commit in python-virtualenv/repos/extra-any (PKGBUILD PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 23:00:15
  Author: felixonmars
Revision: 398984

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 398983, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:59:58 UTC (rev 398983)
+++ PKGBUILD2020-10-28 23:00:15 UTC (rev 398984)
@@ -1,79 +0,0 @@
-# Maintainer: Dan McGee 
-# Maintainer: Felix Yan 
-# Contributor: Daniele Paolella 
-
-pkgbase=python-virtualenv
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=20.0.32
-pkgrel=1
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-appdirs' 'python-distlib' 
'python-filelock' 'python-six'
- 'python2-setuptools' 'python2-appdirs' 'python2-distlib' 
'python2-filelock' 'python2-six'
- 'python2-importlib-metadata' 'python2-importlib_resources' 
'python2-pathlib2'
- 'python-setuptools-scm' 'python2-setuptools-scm' 'python-sphinx'
- 'python-sphinx_rtd_theme' 'python-sphinx-argparse' 'towncrier')
-checkdepends=('python-pytest-freezegun' 'python-pytest-mock' 'python-pip' 
'python-coverage' 'fish'
-  'xonsh' 'python-flaky')  # 'tcsh' removed: randomly hangs tests
-replaces=('virtualenv')
-conflicts=('virtualenv')
-options=('!makeflags')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pypa/virtualenv/archive/$pkgver.tar.gz)
-sha512sums=('add84326388ddbc9cbd62f5ca9b847a8f07f04d762b420f93f89da582445a025a142be989c38287abe986cf189d3fe8b13dc22d6a8e3ecc4807a9260c48cb357')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  # TODO: figure out why
-  sed -i '/test_py_info_to_system_raises/i @pytest.mark.skip' 
virtualenv-$pkgver/tests/unit/discovery/py_info/test_py_info.py
-
-  cp -a virtualenv-$pkgver{,-py2}
-}
-
-build() {
-  (cd virtualenv-$pkgver
-python setup.py build egg_info
-export PYTHONPATH="$PWD/build/lib:$PWD/src"
-sphinx-build -b man docs docs/_build/man
-  )
-  (cd virtualenv-$pkgver-py2
-python2 setup.py build egg_info
-  )
-}
-
-check() {
-  cd virtualenv-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PWD/src" python -m pytest
-}
-
-package_python-virtualenv() {
-  depends=('python-setuptools' 'python-appdirs' 'python-distlib' 
'python-filelock' 'python-six')
-
-  cd virtualenv-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv.1"
-  ln -s virtualenv.1.gz "${pkgdir}/usr/share/man/man1/virtualenv3.1.gz"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE -t \
-"$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_python2-virtualenv() {
-  depends=('python2-setuptools' 'python2-appdirs' 'python2-distlib' 
'python2-filelock' 'python2-six'
-   'python2-importlib-metadata' 'python2-importlib_resources' 
'python2-pathlib2')
-
-  cd virtualenv-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 ../virtualenv-$pkgver/docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv2.1"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE -t \
-"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 398983, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:00:15 UTC (rev 398984)
@@ -0,0 +1,79 @@
+# Maintainer: Dan McGee 
+# Maintainer: Felix Yan 
+# Contributor: Daniele Paolella 
+
+pkgbase=python-virtualenv
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=20.0.33
+pkgrel=1
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-appdirs' 'python-distlib' 
'python-filelock' 'python-six'
+ 'python2-setuptools' 'python2-appdirs' 'python2-distlib' 
'python2-filelock' 'python2-six'
+ 'python2-importlib-metadata' 'python2-importlib_resources' 
'python2-pathlib2'
+ 'python-setuptools-scm' 'python2-setuptools-scm' 'python-sphinx'
+ 'python-sphinx_rtd_theme' 'python-sphinx-argparse' 'towncrier')
+checkdepends=('python-pytest-freezegun' 'python-pytest-mock' 'python-pip' 
'python-coverage' 'fish'
+  'xonsh' 'python-flaky')  # 'tcsh' removed: randomly hangs tests
+replaces=('virtualenv')

[arch-commits] Commit in shellcheck/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:58:56
  Author: felixonmars
Revision: 736389

upgpkg: shellcheck 0.7.1-166: rebuild with citeproc 0.1.0.3

Modified:
  shellcheck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:56:22 UTC (rev 736388)
+++ PKGBUILD2020-10-28 22:58:56 UTC (rev 736389)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=165
+pkgrel=166
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


[arch-commits] Commit in shellcheck/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:59:12
  Author: felixonmars
Revision: 736390

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 736389, shellcheck/trunk/PKGBUILD)

--+
 PKGBUILD |   51 +++
 1 file changed, 51 insertions(+)

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 736389, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 22:59:12 UTC (rev 736390)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=166
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in pandoc-crossref/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:56:22
  Author: felixonmars
Revision: 736388

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 736387, pandoc-crossref/trunk/PKGBUILD)

--+
 PKGBUILD |   50 ++
 1 file changed, 50 insertions(+)

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
736387, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 22:56:22 UTC (rev 736388)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.8.2
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('9ffb9a727aa1000b5e3e1b3d14941015a411463db30e339c43ce75bc701cb7e3bf9510179d0369ec13693fb6962d5a5a936ef8c21536a42a1a9abf62d10f6405')
+
+prepare() {
+uusi $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in pandoc-crossref/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:56:08
  Author: felixonmars
Revision: 736387

upgpkg: pandoc-crossref 0.3.8.2-4: rebuild with citeproc 0.1.0.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:54:34 UTC (rev 736386)
+++ PKGBUILD2020-10-28 22:56:08 UTC (rev 736387)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


[arch-commits] Commit in pandoc/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:54:34
  Author: felixonmars
Revision: 736386

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 736385, pandoc/trunk/PKGBUILD)

--+
 PKGBUILD |   70 +
 1 file changed, 70 insertions(+)

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 736385, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 22:54:34 UTC (rev 736386)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.11
+pkgrel=4
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+ 'haskell-citeproc' 'haskell-commonmark' 
'haskell-commonmark-extensions'
+ 'haskell-commonmark-pandoc' 'haskell-connection' 
'haskell-data-default' 'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e17251c2b501eca47a017b880a9cbf2cb7d6fcfee040a4a6f400d53e14226bc377394bdc153125c732c34a5f24ce665e905448f08b4521df0f0a7af35c2e1a96')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+uusi $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


[arch-commits] Commit in pandoc/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:54:20
  Author: felixonmars
Revision: 736385

upgpkg: pandoc 2.11-4: rebuild with citeproc 0.1.0.3

Modified:
  pandoc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:52:46 UTC (rev 736384)
+++ PKGBUILD2020-10-28 22:54:20 UTC (rev 736385)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


[arch-commits] Commit in geonkick/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:52:46
  Author: dvzrv
Revision: 736384

archrelease: copy trunk to community-x86_64

Added:
  geonkick/repos/community-x86_64/PKGBUILD
(from rev 736383, geonkick/trunk/PKGBUILD)
Deleted:
  geonkick/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:52:39 UTC (rev 736383)
+++ PKGBUILD2020-10-28 22:52:46 UTC (rev 736384)
@@ -1,49 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=geonkick
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick;
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
-makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('c9fbf4772f3f7a84cc0b19148c04dd0cb014f2fc90b50a14bed3d0a25a14a8ef7730816bd14772035478aec4398c0eb411efa37938f0fb911ea52564d92e827b')
-b2sums=('87fe33a6a79373c197b798704ffbc0bd5c39e9e7bcc5b2d56bcc2c976f1343f1792d1be43db02b6f142c8309172f1982fac93446d702d5e64dcead8ec03b2618')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DGKICK_REDKITE_SDK_PATH='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
-  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-  "http://geontime.com/geonkick;
-  rm -v plugin/lv2/${pkgname}.lv2/*.so
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
-  install -vDm 644 "data/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 736383, 
geonkick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:52:46 UTC (rev 736384)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+
+pkgname=geonkick
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick;
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
+makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone application')
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
+sha512sums=('32056d9ad6b0055c5fdbc2dd1ddab5f106a2a7db92022625b136f16cc5f8d740f6e84f1335b2fa9edba30a690ad17af600efaccd6b37d601b3fbd852a5b0')
+b2sums=('99e3a4a37bfb7319da02a912e6c45e8f206be28461c1529b81acf8735b5759b474e99263ec7f820e0fb7db99659c568aa37b2c9c691f8e4cd04c2f2def24e64f')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DGKICK_REDKITE_SDK_PATH='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+  "http://geontime.com/geonkick;
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
+  install -vDm 644 "data/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in geonkick/trunk (PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:52:39
  Author: dvzrv
Revision: 736383

upgpkg: geonkick 2.4.1-1: Upgrade to 2.4.1.

Modified:
  geonkick/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:49:45 UTC (rev 736382)
+++ PKGBUILD2020-10-28 22:52:39 UTC (rev 736383)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=geonkick
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="A free software percussion synthesizer"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 checkdepends=('lv2lint')
 optdepends=('jack: for standalone application')
 
source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz;)
-sha512sums=('c9fbf4772f3f7a84cc0b19148c04dd0cb014f2fc90b50a14bed3d0a25a14a8ef7730816bd14772035478aec4398c0eb411efa37938f0fb911ea52564d92e827b')
-b2sums=('87fe33a6a79373c197b798704ffbc0bd5c39e9e7bcc5b2d56bcc2c976f1343f1792d1be43db02b6f142c8309172f1982fac93446d702d5e64dcead8ec03b2618')
+sha512sums=('32056d9ad6b0055c5fdbc2dd1ddab5f106a2a7db92022625b136f16cc5f8d740f6e84f1335b2fa9edba30a690ad17af600efaccd6b37d601b3fbd852a5b0')
+b2sums=('99e3a4a37bfb7319da02a912e6c45e8f206be28461c1529b81acf8735b5759b474e99263ec7f820e0fb7db99659c568aa37b2c9c691f8e4cd04c2f2def24e64f')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:49:59
  Author: dvzrv
Revision: 398982

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 398981, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd.conf
(from rev 398981, mpd/trunk/mpd.conf)
  mpd/repos/extra-x86_64/mpd.sysusers
(from rev 398981, mpd/trunk/mpd.sysusers)
  mpd/repos/extra-x86_64/mpd.tmpfiles
(from rev 398981, mpd/trunk/mpd.tmpfiles)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd.conf
  mpd/repos/extra-x86_64/mpd.sysusers
  mpd/repos/extra-x86_64/mpd.tmpfiles

--+
 PKGBUILD |  180 -
 mpd.conf |   12 +--
 mpd.sysusers |4 -
 mpd.tmpfiles |6 -
 4 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:49:47 UTC (rev 398981)
+++ PKGBUILD2020-10-28 22:49:59 UTC (rev 398982)
@@ -1,90 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.22.1
-pkgrel=1
-pkgdesc="Flexible, powerful, server-side application for playing music"
-url="https://www.musicpd.org/;
-license=('GPL2')
-arch=('x86_64')
-depends=('bzip2' 'chromaprint' 'gcc-libs' 'glibc' 'lame' 'libcdio'
-'libcdio-paranoia' 'libgcrypt' 'libgme' 'libmad' 'libmms' 'libmodplug'
-'libmpcdec' 'libnfs' 'libshout' 'libsidplayfp' 'libsoxr' 'openal' 'opus'
-'smbclient' 'sqlite' 'wavpack' 'wildmidi' 'yajl' 'zlib' 'zziplib')
-makedepends=('alsa-lib' 'audiofile' 'avahi' 'boost' 'curl' 'dbus' 'expat'
-'faad2' 'ffmpeg' 'flac' 'fluidsynth' 'icu' 'jack' 'libao' 'libid3tag'
-'libmikmod' 'libmpdclient' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile'
-'libupnp' 'liburing' 'libvorbis' 'meson' 'mpg123' 'python-sphinx'
-'systemd-libs' 'twolame')
-backup=("etc/${pkgname}.conf")
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-"${pkgname}.conf"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('b7c0156bb85bbc551435bbb9a49ed719e51fe0446dcecbaadbe083e705fc16da9d03d83814c7dcc041075a46544473cf63e5d1576dbc3961bfdfa44ef5fb27d7'
-'SKIP'
-
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
-
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
-
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d')
-b2sums=('7032472776129c9cb302545d8bdd266a7551df4647d6fc09e9f5e287f25b25158759316dde5bb481a7b87366d7eaa5a91613bbc6679a9f1b768297b63b1fb9fb'
-'SKIP'
-
'0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf'
-
'4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb'
-
'd7b587c25dd5830c27af475a8fdd8102139d7c8fdd6f04fe23b36be030e4411582e289f575c299255ff8183096f7d47247327276f9a24641cbd032d9675b837a')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -e '/\[Service\]/a User=mpd' \
-  -i "systemd/system/mpd.service.in"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # NOTE: sndio conflicts with alsa
-  # TODO: package adplug
-  # TODO: package shine
-  meson --prefix /usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
--D documentation=enabled \
--D adplug=disabled \
--D sndio=disabled \
--D shine=disabled \
--D tremor=disabled \
-build
-  ninja -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  ninja -C build test
-}
-
-package() {
-  depends+=('libFLAC.so' 'libao.so' 'libasound.so' 'libaudiofile.so'
-  'libavahi-client.so' 'libavahi-common.so' 'libavcodec.so' 'libavformat.so'
-  'libavutil.so' 'libcurl.so' 'libdbus-1.so' 'libexpat.so' 'libfaad.so'
-  'libfluidsynth.so' 'libicui18n.so' 'libicuuc.so' 'libid3tag.so' 'libjack.so'
-  'libmikmod.so' 'libmpdclient.so' 'libmpg123.so' 'libogg.so' 'libpulse.so'
-  'libsamplerate.so' 'libsndfile.so' 'libsystemd.so' 'libtwolame.so'
-  'libupnp.so' 'liburing.so' 'libvorbis.so' 'libvorbisenc.so')
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -vDm 644 "doc/${pkgname}conf.example" \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 "../${pkgname}.conf" -t "${pkgdir}/etc/"
-  install -vDm 644 

[arch-commits] Commit in deepin-terminal/repos/community-x86_64 (4 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:49:45
  Author: felixonmars
Revision: 736382

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 736381, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/remove-vendor.patch
(from rev 736381, deepin-terminal/trunk/remove-vendor.patch)
Deleted:
  deepin-terminal/repos/community-x86_64/PKGBUILD
  deepin-terminal/repos/community-x86_64/remove-vendor.patch

-+
 PKGBUILD|   92 ++---
 remove-vendor.patch |  158 +-
 2 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:49:26 UTC (rev 736381)
+++ PKGBUILD2020-10-28 22:49:45 UTC (rev 736382)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=5.2.34
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('at-spi2-core' 'deepin-qt5integration')
-makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'ninja' 'qt5-tools')
-optdepends=('zssh: for remote management support')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('339f242a37748b0e463e2a4f6106630f6f7079463338d0a8ec4f2e4426013593b765d0a9df1e1e0ea96652f805f17e26e1ab41eb9cc96c740693cb2197ab7881')
-
-prepare() {
-  mkdir -p build
-  cd deepin-terminal-$pkgver
-  # Devendor qtermwidget - disabled due to the vendored copy has changes
-  #rm -r terminalwidget
-  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
-  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
-
-  # Much upstream weirdness
-  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
-  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
-  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
-  sed -i 's|default-config.json|src/assets/other/default-config.json|' 
CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake -GNinja -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d 
- -f 1 | cut -d : -f 2)/DCore/bin ../deepin-terminal-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  rm -r "$pkgdir"/build
-  chrpath --delete "$pkgdir"/usr/bin/deepin-terminal
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 736381, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:49:45 UTC (rev 736382)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=5.2.35
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('at-spi2-core' 'deepin-qt5integration')
+makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'ninja' 'qt5-tools')
+optdepends=('zssh: for remote management support')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('2859486d4ec0e70a931cfc1a9f25de20f2f8e49817a9fcd37b572ea90cc71a7c72cce10a64693ed8d92ece32e1a4cf9b2c76d87a699df8ba4fb0e2dfdc843913')
+
+prepare() {
+  mkdir -p build
+  cd deepin-terminal-$pkgver
+  # Devendor qtermwidget - disabled due to the vendored copy has changes
+  #rm -r terminalwidget
+  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
+  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
+
+  # Much upstream weirdness
+  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
+  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
+  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
+  sed -i 's|default-config.json|src/assets/other/default-config.json|' 
CMakeLists.txt
+}
+
+build(){
+  cd build
+  cmake -GNinja -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d 
- -f 1 | cut -d : -f 

[arch-commits] Commit in mpd/trunk (PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:49:47
  Author: dvzrv
Revision: 398981

upgpkg: mpd 0.22.2-1: Upgrade to 0.22.2.

Modified:
  mpd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:46:12 UTC (rev 398980)
+++ PKGBUILD2020-10-28 22:49:47 UTC (rev 398981)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.22.1
+pkgver=0.22.2
 pkgrel=1
 pkgdesc="Flexible, powerful, server-side application for playing music"
 url="https://www.musicpd.org/;
@@ -26,12 +26,12 @@
 "${pkgname}.conf"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha512sums=('b7c0156bb85bbc551435bbb9a49ed719e51fe0446dcecbaadbe083e705fc16da9d03d83814c7dcc041075a46544473cf63e5d1576dbc3961bfdfa44ef5fb27d7'
+sha512sums=('13ec85bda79d0c2588c50e2ebbf53b733f23c9700abfd7ccd4140db8080a4c496073727c8c04e9a2f8897669beeced0d77caa2bac7e2ca9adb41ad56dcf92aeb'
 'SKIP'
 
'25a823740d92da8e186916701413114142eb6ad91a172c592e68b569c8e4f50fa99580e555ccf6cd31fc4f55a09bfe0278efa46e4e76ee0fe02846292fadf3c1'
 
'6e467481406279767b709ec6d5c06dbd825c0de09045c52ffa2d21d0604dcfe19b7a92bf42bed25163d66a3a0d1dbde6185a648b433eaf5eac56be90491e2e18'
 
'db473db27cd68994c3ee26e78e0fb34d13126301d8861563dcc12a22d62ecb14c4ffb1e0798c6aaccdff34e73bae3fbeeff7b42606c901a2d35e278865cdf35d')
-b2sums=('7032472776129c9cb302545d8bdd266a7551df4647d6fc09e9f5e287f25b25158759316dde5bb481a7b87366d7eaa5a91613bbc6679a9f1b768297b63b1fb9fb'
+b2sums=('5961177dd33b5e008b17131c6a83b8fc61df62317acdfd6bac4e20a9e3d1307be79223a23fdaa0e2ae0593aa8015ac140648ea4b5b699a8b64632fc589ef'
 'SKIP'
 
'0969a3c477b6a3f34b44e067e515d7f306414dd14e0163584417b9d071e3cc825898219f7ff66ead7905b15429b8411304052d3b2b14a72e560bfabf9bf0adcf'
 
'4ab6e415284c77802a39d0913d701fe55e56f3c22b19557661fbef77e456b5e1d151da4202695282b956602e716a7afdb994aa2fc17368b9a0d0d051d47a3afb'


[arch-commits] Commit in deepin-terminal/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:49:26
  Author: felixonmars
Revision: 736381

upgpkg: deepin-terminal 5.2.35-1

Modified:
  deepin-terminal/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:48:36 UTC (rev 736380)
+++ PKGBUILD2020-10-28 22:49:26 UTC (rev 736381)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=5.2.34
+pkgver=5.2.35
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('zssh: for remote management support')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('339f242a37748b0e463e2a4f6106630f6f7079463338d0a8ec4f2e4426013593b765d0a9df1e1e0ea96652f805f17e26e1ab41eb9cc96c740693cb2197ab7881')
+sha512sums=('2859486d4ec0e70a931cfc1a9f25de20f2f8e49817a9fcd37b572ea90cc71a7c72cce10a64693ed8d92ece32e1a4cf9b2c76d87a699df8ba4fb0e2dfdc843913')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:48:36
  Author: felixonmars
Revision: 736380

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 736379, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:48:18 UTC (rev 736379)
+++ PKGBUILD2020-10-28 22:48:36 UTC (rev 736380)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=5.2.0.53
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-# startdde: for com.deepin.SessionManager
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo'
- 'lucene++' 'avfs' 'polkit-qt5' 'poppler' 'ffmpegthumbnailer' 
'jemalloc' 'kcodecs'
- 'startdde' 'taglib' 'htmlcxx' 'libgsf' 'mimetic' 'boost-libs')
-makedepends=('boost' 'qt5-tools' 'deepin-dock' 'deepin-movie' 
'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'deepin-compressor: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('c73d1c4c6a9c312beae5caa2d20ec295c998f0d3125c897e0c045274c5908bc9b15cd6283b3bcce416adc8510727da10c39fb1a194e4dd2493d3b73d89ea')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i '/#include /a #include ' 
dialogs/dfmtaskwidget.cpp
-  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/dfmglobal.cpp
-  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/{dlistitemdelegate,dfmstyleditemdelegate,diconitemdelegate}.cpp
 dde-file-manager-lib/dialogs/openwithdialog.cpp
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr filemanager.pro
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 736379, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:48:36 UTC (rev 736380)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.2.0.54
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+# startdde: for com.deepin.SessionManager
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo'
+ 'lucene++' 'avfs' 'polkit-qt5' 'poppler' 'ffmpegthumbnailer' 
'jemalloc' 'kcodecs'
+ 'startdde' 'taglib' 'htmlcxx' 'libgsf' 'mimetic' 'boost-libs')
+makedepends=('boost' 'qt5-tools' 'deepin-dock' 'deepin-movie' 
'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'deepin-compressor: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('8d0d86d09e139e1e601400c103422ae0b07f40f11ddcd50a5df84fa3866de8771ecc90764431d3dfda18aafc74cb65c40b9a3576090c753057c3b12a09425680')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i '/#include /a #include ' 
dialogs/dfmtaskwidget.cpp
+  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/dfmglobal.cpp
+  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/{dlistitemdelegate,dfmstyleditemdelegate,diconitemdelegate}.cpp
 dde-file-manager-lib/dialogs/openwithdialog.cpp
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr 

[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:48:18
  Author: felixonmars
Revision: 736379

upgpkg: deepin-file-manager 1:5.2.0.54-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:44:18 UTC (rev 736378)
+++ PKGBUILD2020-10-28 22:48:18 UTC (rev 736379)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.2.0.53
+pkgver=5.2.0.54
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -26,7 +26,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('c73d1c4c6a9c312beae5caa2d20ec295c998f0d3125c897e0c045274c5908bc9b15cd6283b3bcce416adc8510727da10c39fb1a194e4dd2493d3b73d89ea')
+sha512sums=('8d0d86d09e139e1e601400c103422ae0b07f40f11ddcd50a5df84fa3866de8771ecc90764431d3dfda18aafc74cb65c40b9a3576090c753057c3b12a09425680')
 
 prepare() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in python-nose/trunk (PKGBUILD)

2020-10-28 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 28, 2020 @ 22:46:05
  Author: jelle
Revision: 398979

Remove python-nose-docs as python-nose is deprecated

Modified:
  python-nose/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:29:04 UTC (rev 398978)
+++ PKGBUILD2020-10-28 22:46:05 UTC (rev 398979)
@@ -4,14 +4,14 @@
 # Contributor: Cilyan Olowen 
 
 pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgname=('python-nose' 'python2-nose')
 pkgver=1.3.7
-pkgrel=7
+pkgrel=8
 pkgdesc="A discovery-based unittest extension"
 arch=('any')
 url='https://readthedocs.org/docs/nose/'
 license=('LGPL2.1')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 
source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc})
 
sha512sums=('e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62'
 'SKIP')
@@ -37,12 +37,3 @@
   mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
   rm -rf "$pkgdir/usr/share"
 }
-
-package_python-nose-doc(){
-  pkgdesc="Nose documentation and examples"
-  cd "$srcdir/nose-$pkgver/doc"
-  make SPHINXBUILD=sphinx-build2 html
-  mkdir -p "$pkgdir/usr/share/doc/python-nose"
-  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
-  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
-}


[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)

2020-10-28 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 28, 2020 @ 22:46:12
  Author: jelle
Revision: 398980

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 398979, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   87 +++--
 1 file changed, 39 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:46:05 UTC (rev 398979)
+++ PKGBUILD2020-10-28 22:46:12 UTC (rev 398980)
@@ -1,48 +0,0 @@
-# Maintainer: Dan McGee 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Cilyan Olowen 
-
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.7
-pkgrel=7
-pkgdesc="A discovery-based unittest extension"
-arch=('any')
-url='https://readthedocs.org/docs/nose/'
-license=('LGPL2.1')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
-source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc})
-sha512sums=('e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62'
-'SKIP')
-validpgpkeys=('58B277C0D208F7AC460C07C84548B3A8C0D70C12') # John Szakmeister 

-
-build() {
-  cd "$srcdir/nose-$pkgver"
-  sed -i -e "s:man/man1:share/man/man1:g" setup.py
-  cp -R "$srcdir/nose-$pkgver" "$srcdir/nose2-$pkgver"
-}
-
-package_python-nose() {
-  depends=('python' 'python-setuptools')
-  cd "$srcdir/nose-$pkgver"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}"
-  ln -s nosetests "$pkgdir/usr/bin/nosetests3"
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-setuptools')
-  cd "$srcdir/nose2-$pkgver"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}"
-  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
-  rm -rf "$pkgdir/usr/share"
-}
-
-package_python-nose-doc(){
-  pkgdesc="Nose documentation and examples"
-  cd "$srcdir/nose-$pkgver/doc"
-  make SPHINXBUILD=sphinx-build2 html
-  mkdir -p "$pkgdir/usr/share/doc/python-nose"
-  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
-  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 398979, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:46:12 UTC (rev 398980)
@@ -0,0 +1,39 @@
+# Maintainer: Dan McGee 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Cilyan Olowen 
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose')
+pkgver=1.3.7
+pkgrel=8
+pkgdesc="A discovery-based unittest extension"
+arch=('any')
+url='https://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz"{,.asc})
+sha512sums=('e65c914f621f8da06b9ab11a0ff2763d6e29b82ce2aaed56da0e3773dc899d9deb1f20015789d44c65a5dad7214520f5b659b3f8d7695fb207ad3f78e5cf1b62'
+'SKIP')
+validpgpkeys=('58B277C0D208F7AC460C07C84548B3A8C0D70C12') # John Szakmeister 

+
+build() {
+  cd "$srcdir/nose-$pkgver"
+  sed -i -e "s:man/man1:share/man/man1:g" setup.py
+  cp -R "$srcdir/nose-$pkgver" "$srcdir/nose2-$pkgver"
+}
+
+package_python-nose() {
+  depends=('python' 'python-setuptools')
+  cd "$srcdir/nose-$pkgver"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}"
+  ln -s nosetests "$pkgdir/usr/bin/nosetests3"
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-setuptools')
+  cd "$srcdir/nose2-$pkgver"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
+  rm -rf "$pkgdir/usr/share"
+}


[arch-commits] Commit in haskell-citeproc/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:44:18
  Author: felixonmars
Revision: 736378

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-citeproc/repos/community-staging-x86_64/
  haskell-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 736377, haskell-citeproc/trunk/PKGBUILD)

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Copied: haskell-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
736377, haskell-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 22:44:18 UTC (rev 736378)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=citeproc
+pkgname=haskell-citeproc
+pkgver=0.1.0.3
+pkgrel=1
+pkgdesc="Generates citations and bibliography from CSL styles."
+url="https://github.com/jgm/citeproc;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
+ 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 
'haskell-text-icu'
+ 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-diff' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('b70c9c85b9cebfbd050e7af07ddc96fa42c23777649bce1c6ab9e69926148a76edba4f165ae30dcdf31618e3bbc315ad55b64348c735905a02c4eb7e23210a44')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fexecutable -ficu
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-citeproc/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:44:04
  Author: felixonmars
Revision: 736377

upgpkg: haskell-citeproc 0.1.0.3-1: rebuild with citeproc 0.1.0.3

Modified:
  haskell-citeproc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:40:54 UTC (rev 736376)
+++ PKGBUILD2020-10-28 22:44:04 UTC (rev 736377)
@@ -2,8 +2,8 @@
 
 _hkgname=citeproc
 pkgname=haskell-citeproc
-pkgver=0.1.0.2
-pkgrel=2
+pkgver=0.1.0.3
+pkgrel=1
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
 makedepends=('ghc' 'haskell-diff' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha256sums=('963cdd13385040c16faa5e0f618ce84067d5bba91141a87352daa0d0c6308da0')
+sha512sums=('b70c9c85b9cebfbd050e7af07ddc96fa42c23777649bce1c6ab9e69926148a76edba4f165ae30dcdf31618e3bbc315ad55b64348c735905a02c4eb7e23210a44')
 
 prepare() {
   cd $_hkgname-$pkgver


[arch-commits] Commit in lv2lint/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:40:54
  Author: dvzrv
Revision: 736376

archrelease: copy trunk to community-x86_64

Added:
  lv2lint/repos/community-x86_64/PKGBUILD
(from rev 736375, lv2lint/trunk/PKGBUILD)
Deleted:
  lv2lint/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:40:44 UTC (rev 736375)
+++ PKGBUILD2020-10-28 22:40:54 UTC (rev 736376)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=lv2lint
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Check whether a given LV2 plugin is up to the specification"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/lv2lint/;
-license=('Artistic2.0')
-depends=('glibc' 'libelf')
-makedepends=('curl' 'lilv' 'lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
-'SKIP')
-b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
-'SKIP')
-validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
--Donline-tests=true \
--Delf-tests=true \
-build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ninja -C build test
-}
-
-package() {
-  depends+=('libcurl.so' 'liblilv-0.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir/" ninja -C build install
-  install -vDm 644 {ChangeLog,README.md,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: lv2lint/repos/community-x86_64/PKGBUILD (from rev 736375, 
lv2lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:40:54 UTC (rev 736376)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+pkgname=lv2lint
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="Check whether a given LV2 plugin is up to the specification"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/lv2lint/;
+license=('Artistic2.0')
+depends=('glibc' 'libelf')
+makedepends=('curl' 'lilv' 'lv2' 'meson')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
+'SKIP')
+b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+-Donline-tests=true \
+-Delf-tests=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C build test
+}
+
+package() {
+  depends+=('libcurl.so' 'liblilv-0.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir/" ninja -C build install
+  install -vDm 644 {ChangeLog,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in lv2lint/trunk (PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:40:44
  Author: dvzrv
Revision: 736375

upgpkg: lv2lint 0.8.0-2: Rebuild due to weird crashes (probably glibc related).

Modified:
  lv2lint/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:38:38 UTC (rev 736374)
+++ PKGBUILD2020-10-28 22:40:44 UTC (rev 736375)
@@ -2,7 +2,7 @@
 
 pkgname=lv2lint
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Check whether a given LV2 plugin is up to the specification"
 arch=('x86_64')
 url="https://open-music-kontrollers.ch/lv2/lv2lint/;


[arch-commits] Commit in python-pydantic/repos/community-any (PKGBUILD PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 22:38:38
  Author: ffy00
Revision: 736374

archrelease: copy trunk to community-any

Added:
  python-pydantic/repos/community-any/PKGBUILD
(from rev 736373, python-pydantic/trunk/PKGBUILD)
Deleted:
  python-pydantic/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:38:35 UTC (rev 736373)
+++ PKGBUILD2020-10-28 22:38:38 UTC (rev 736374)
@@ -1,42 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=pydantic
-pkgname=python-$_pkgname
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Data parsing and validation using Python type hints'
-arch=('any')
-url='https://github.com/samuelcolvin/pydantic'
-license=('MIT')
-depends=('python')
-optdepends=('python-email-validator: email'
-'python-typing-extensions: typing_extensions')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('b0442f78a661f56d29697da7e27393261420bdb0f08473d2f7872145a49a18de8c17c903d0899a44263bcd8229e8790161da032dd5a3d5f2dae347c66bd6a567')
-
-prepare() {
-  rm $_pkgname-$pkgver/tests/test_validators.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pydantic/repos/community-any/PKGBUILD (from rev 736373, 
python-pydantic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:38:38 UTC (rev 736374)
@@ -0,0 +1,42 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pydantic
+pkgname=python-$_pkgname
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='Data parsing and validation using Python type hints'
+arch=('any')
+url='https://github.com/samuelcolvin/pydantic'
+license=('MIT')
+depends=('python')
+optdepends=('python-email-validator: email'
+'python-typing-extensions: typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-mock')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('a1f7767221256c290d856bb7ba5148040369a2221712348c96194694205138f18e77121d74cfb0c0e2de6b626dfde03dd550fc6e694f6424c5e8575e405c9a38')
+
+prepare() {
+  rm $_pkgname-$pkgver/tests/test_validators.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in gopls/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Morten Linderud via arch-commits
Date: Wednesday, October 28, 2020 @ 22:38:35
  Author: foxboron
Revision: 736373

archrelease: copy trunk to community-x86_64

Added:
  gopls/repos/community-x86_64/PKGBUILD
(from rev 736372, gopls/trunk/PKGBUILD)
Deleted:
  gopls/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:38:29 UTC (rev 736372)
+++ PKGBUILD2020-10-28 22:38:35 UTC (rev 736373)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Chad Kunde 
-
-pkgname=gopls
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Language server for Go programming language'
-arch=(x86_64 aarch64 armv7h armv7l)
-url='https://github.com/golang/tools/tree/master/gopls'
-license=(BSD)
-depends=(glibc)
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('8e29dd44f9bc1e0e1dfc64035af5e7aa195b3c20b124606fc1b082315886d6e3')
-
-build() {
-  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o "${pkgname}"
-}
-
-package() {
-  cd "tools-${pkgname}-v${pkgver}"
-  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gopls/repos/community-x86_64/PKGBUILD (from rev 736372, 
gopls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:38:35 UTC (rev 736373)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Chad Kunde 
+
+pkgname=gopls
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Language server for Go programming language'
+arch=(x86_64 aarch64 armv7h armv7l)
+url='https://github.com/golang/tools/tree/master/gopls'
+license=(BSD)
+depends=(glibc)
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
+sha256sums=('7a0f7a3147a804df04f86d4d6efd6112f33f18bb469487005c713cc976cead6e')
+
+build() {
+  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o "${pkgname}"
+}
+
+package() {
+  cd "tools-${pkgname}-v${pkgver}"
+  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-pydantic/trunk (PKGBUILD)

2020-10-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 22:38:29
  Author: ffy00
Revision: 736372

upgpkg: python-pydantic 1.7.1-1

Modified:
  python-pydantic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:38:24 UTC (rev 736371)
+++ PKGBUILD2020-10-28 22:38:29 UTC (rev 736372)
@@ -2,7 +2,7 @@
 
 _pkgname=pydantic
 pkgname=python-$_pkgname
-pkgver=1.6.1
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='Data parsing and validation using Python type hints'
 arch=('any')
@@ -12,9 +12,9 @@
 optdepends=('python-email-validator: email'
 'python-typing-extensions: typing_extensions')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest-runner' 'python-pytest-mock')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('b0442f78a661f56d29697da7e27393261420bdb0f08473d2f7872145a49a18de8c17c903d0899a44263bcd8229e8790161da032dd5a3d5f2dae347c66bd6a567')
+sha512sums=('a1f7767221256c290d856bb7ba5148040369a2221712348c96194694205138f18e77121d74cfb0c0e2de6b626dfde03dd550fc6e694f6424c5e8575e405c9a38')
 
 prepare() {
   rm $_pkgname-$pkgver/tests/test_validators.py


[arch-commits] Commit in gopls/trunk (PKGBUILD)

2020-10-28 Thread Morten Linderud via arch-commits
Date: Wednesday, October 28, 2020 @ 22:38:24
  Author: foxboron
Revision: 736371

upgpkg: gopls 0.5.2-1

Modified:
  gopls/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:37:29 UTC (rev 736370)
+++ PKGBUILD2020-10-28 22:38:24 UTC (rev 736371)
@@ -2,7 +2,7 @@
 # Contributor: Chad Kunde 
 
 pkgname=gopls
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Language server for Go programming language'
 arch=(x86_64 aarch64 armv7h armv7l)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('8e29dd44f9bc1e0e1dfc64035af5e7aa195b3c20b124606fc1b082315886d6e3')
+sha256sums=('7a0f7a3147a804df04f86d4d6efd6112f33f18bb469487005c713cc976cead6e')
 
 build() {
   cd "tools-${pkgname}-v${pkgver}/${pkgname}"


[arch-commits] Commit in startdde/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:37:29
  Author: felixonmars
Revision: 736370

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 736369, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:37:13 UTC (rev 736369)
+++ PKGBUILD2020-10-28 22:37:29 UTC (rev 736370)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=5.6.0.5
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
- 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
- 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-optdepends=('deepin-wm: Legacy 3D window manager'
-'deepin-metacity: Legacy 2D window manager'
-'deepin-kwin: Preferred window manager')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('b45106b01e94f7855c87f5f9cffc3cf92d73e7daadff9d184af2bf82dbfd41a45e465877bc917e57c1ee8e12c12781ba7eb7472e7c6f0f596893df775684ac37')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/fsnotify/fsnotify
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 736369, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:37:29 UTC (rev 736370)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=5.6.0.6
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
+ 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+optdepends=('deepin-wm: Legacy 3D window manager'
+'deepin-metacity: Legacy 2D window manager'
+'deepin-kwin: Preferred window manager')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('5f6729d1ef595df287d59dde19e37a2eb537122b93b58366f189e567d68b0be5fd816021a5be68d8182465e19d71ff552d8bf997f581c3d25b45863b22adeb97')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/fsnotify/fsnotify
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


[arch-commits] Commit in startdde/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:37:13
  Author: felixonmars
Revision: 736369

upgpkg: startdde 5.6.0.6-1

Modified:
  startdde/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:37:07 UTC (rev 736368)
+++ PKGBUILD2020-10-28 22:37:13 UTC (rev 736369)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=5.6.0.5
+pkgver=5.6.0.6
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('b45106b01e94f7855c87f5f9cffc3cf92d73e7daadff9d184af2bf82dbfd41a45e465877bc917e57c1ee8e12c12781ba7eb7472e7c6f0f596893df775684ac37')
+sha512sums=('5f6729d1ef595df287d59dde19e37a2eb537122b93b58366f189e567d68b0be5fd816021a5be68d8182465e19d71ff552d8bf997f581c3d25b45863b22adeb97')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


[arch-commits] Commit in python-pytest/repos/community-any (PKGBUILD PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:37:07
  Author: felixonmars
Revision: 736368

archrelease: copy trunk to community-any

Added:
  python-pytest/repos/community-any/PKGBUILD
(from rev 736367, python-pytest/trunk/PKGBUILD)
Deleted:
  python-pytest/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:36:51 UTC (rev 736367)
+++ PKGBUILD2020-10-28 22:37:07 UTC (rev 736368)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgname=python-pytest
-pkgver=6.1.1
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="https://pytest.org/;
-depends=('python-attrs' 'python-iniconfig' 'python-more-itertools' 
'python-packaging' 'python-pluggy'
- 'python-py' 'python-toml')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 
'python-nose' 'python-requests'
-  'python-xmlschema'
-  # Unlisted, but actually used. Check again after a while:
-  'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
-  'python-pygments' 'python-twisted' 'python-pytest-xdist')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('642782eb3f07756c11c7552c908031e83d888d7dbdd11f5b7aa349b6406724349468c6beee5f1ef770a4522710301659db7f9d6100f8da4b43c72d79d077f2aa')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py
-}
-
-package() {
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 736367, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:37:07 UTC (rev 736368)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=6.1.2
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/;
+depends=('python-attrs' 'python-iniconfig' 'python-more-itertools' 
'python-packaging' 'python-pluggy'
+ 'python-py' 'python-toml')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 
'python-nose' 'python-requests'
+  'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
+  'python-pygments' 'python-twisted' 'python-pytest-xdist')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('3524c99b6e2cd3be456de0fe7130d15a2ada96d52835a0786925082a513c7d42a5422bb0d64a8e7fac22880b2441a18918853fdfde2c819d48d6f0ce0d4e09df')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py
+}
+
+package() {
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pytest/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:36:51
  Author: felixonmars
Revision: 736367

upgpkg: python-pytest 6.1.2-1

Modified:
  python-pytest/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:34:13 UTC (rev 736366)
+++ PKGBUILD2020-10-28 22:36:51 UTC (rev 736367)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-decorator' 'python-docutils' 'python-jinja' 
'python-numpy' 'python-pexpect'
   'python-pygments' 'python-twisted' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('642782eb3f07756c11c7552c908031e83d888d7dbdd11f5b7aa349b6406724349468c6beee5f1ef770a4522710301659db7f9d6100f8da4b43c72d79d077f2aa')
+sha512sums=('3524c99b6e2cd3be456de0fe7130d15a2ada96d52835a0786925082a513c7d42a5422bb0d64a8e7fac22880b2441a18918853fdfde2c819d48d6f0ce0d4e09df')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


[arch-commits] Commit in ncmpc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:29:04
  Author: dvzrv
Revision: 398978

archrelease: copy trunk to extra-x86_64

Added:
  ncmpc/repos/extra-x86_64/PKGBUILD
(from rev 398977, ncmpc/trunk/PKGBUILD)
Deleted:
  ncmpc/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:28:56 UTC (rev 398977)
+++ PKGBUILD2020-10-28 22:29:04 UTC (rev 398978)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.41
-pkgrel=1
-pkgdesc="Fully featured MPD client which runs in a terminal"
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
-makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('12ca7eeb284f1f94c200ccd164a522610e828e1c1778a71f0b1e2188f599dc2dc608094e81b7431433b3dd5e85d5e056947df3b9b84bdd2d0456bbb93bc1d6d0'
-'SKIP')
-b2sums=('8f9339ab7104e6a01b689456c7bdc81e4b0961d3972e34132391b932710f853f5bdd625ed6c5d5adcdad759f9283ef8dae6fad88e20eaa40f46bfbc8bb17'
-'SKIP')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

-
-build() {
-  cd "${pkgname}-${pkgver}"
-  meson --prefix /usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
--D lyrics_screen=true \
--D chat_screen=true \
-build
-  ninja -C build
-}
-
-package() {
-  depends+=('libmpdclient.so' 'libncursesw.so')
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: ncmpc/repos/extra-x86_64/PKGBUILD (from rev 398977, 
ncmpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:29:04 UTC (rev 398978)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: Angel Velasquez  
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Daniel Bainton 
+
+pkgname=ncmpc
+pkgver=0.42
+pkgrel=1
+pkgdesc="Fully featured MPD client which runs in a terminal"
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
+makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('fc232d501bea68d7a382eda7f532f62189233c49071f083dbc4f2fc188015c58dd247e84e998aef121f204059801cf09b0a2f1214deea785abea343217ce5798'
+'SKIP')
+b2sums=('27e667d234bed1bfaf6a457748584f9d0a47edd5044e9e24039f7b1f4196dc9baec2b722387d20e9acb7c8127c5faa7df321bac64699c6541bb96ce22b8bc6cd'
+'SKIP')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+  meson --prefix /usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+-D lyrics_screen=true \
+-D chat_screen=true \
+build
+  ninja -C build
+}
+
+package() {
+  depends+=('libmpdclient.so' 'libncursesw.so')
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build install
+}


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:28:56
  Author: dvzrv
Revision: 398977

upgpkg: ncmpc 0.42-1: Upgrade to 0.42.

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:04:38 UTC (rev 398976)
+++ PKGBUILD2020-10-28 22:28:56 UTC (rev 398977)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.41
+pkgver=0.42
 pkgrel=1
 pkgdesc="Fully featured MPD client which runs in a terminal"
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -15,9 +15,9 @@
 depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
 makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('12ca7eeb284f1f94c200ccd164a522610e828e1c1778a71f0b1e2188f599dc2dc608094e81b7431433b3dd5e85d5e056947df3b9b84bdd2d0456bbb93bc1d6d0'
+sha512sums=('fc232d501bea68d7a382eda7f532f62189233c49071f083dbc4f2fc188015c58dd247e84e998aef121f204059801cf09b0a2f1214deea785abea343217ce5798'
 'SKIP')
-b2sums=('8f9339ab7104e6a01b689456c7bdc81e4b0961d3972e34132391b932710f853f5bdd625ed6c5d5adcdad759f9283ef8dae6fad88e20eaa40f46bfbc8bb17'
+b2sums=('27e667d234bed1bfaf6a457748584f9d0a47edd5044e9e24039f7b1f4196dc9baec2b722387d20e9acb7c8127c5faa7df321bac64699c6541bb96ce22b8bc6cd'
 'SKIP')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

 


[arch-commits] Commit in fzf/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-28 Thread Morten Linderud via arch-commits
Date: Wednesday, October 28, 2020 @ 22:27:20
  Author: foxboron
Revision: 735942

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 735939, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:27:19 UTC (rev 735941)
+++ PKGBUILD2020-10-28 22:27:20 UTC (rev 735942)
@@ -1,73 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Morten Linderud 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.24.0.1
-pkgrel=1
-pkgdesc='Command-line fuzzy finder'
-arch=('x86_64')
-url='https://github.com/junegunn/fzf'
-license=('MIT')
-depends=('bash')
-makedepends=('git' 'go')
-optdepends=('fish: fish keybindings'
-'tmux: fzf-tmux script for launching fzf in a tmux pane'
-'vim: plugin'
-'zsh: zsh keybindings')
-source=("git+https://github.com/junegunn/fzf.git#tag=0.24.0-1?signed;)
-validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
-sha512sums=('SKIP')
-
-
-build() {
-   cd "${pkgname}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   make
-}
-
-check() {
-   cd "${pkgname}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   go test ./...
-}
-
-package() {
-   cd "${pkgname}"
-
-   ## Man page
-   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
-
-   ## License
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
-
-   ## Binaries
-   install -dm755 "$pkgdir"/usr/bin
-   install -m755 bin/fzf-tmux "$pkgdir"/usr/bin/
-   install -Dm755 target/fzf-linux_amd64 "$pkgdir"/usr/bin/fzf
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir"/usr/share/fzf
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
-
-   ## Fish keybindings
-   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
-
-   ## Vim plugin
-   install -Dm644 doc/fzf.txt "$pkgdir"/usr/share/vim/vimfiles/doc/fzf.txt
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}
-

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 735939, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:27:20 UTC (rev 735942)
@@ -0,0 +1,73 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
+validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
+sha512sums=('SKIP')
+
+
+build() {
+   cd "${pkgname}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   make
+}
+
+check() {
+   cd "${pkgname}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   go test ./...
+}
+
+package() {
+   cd "${pkgname}"
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+
+   ## License
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
+
+   ## Binaries
+   install -dm755 "$pkgdir"/usr/bin
+   install -m755 bin/fzf-tmux "$pkgdir"/usr/bin/
+   install -Dm755 target/fzf-linux_amd64 "$pkgdir"/usr/bin/fzf
+
+   ## Completion and keybindings

[arch-commits] Commit in fzf/trunk (PKGBUILD)

2020-10-28 Thread Morten Linderud via arch-commits
Date: Wednesday, October 28, 2020 @ 22:27:11
  Author: foxboron
Revision: 735936

upgpkg: fzf 0.24.1-1

Modified:
  fzf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:27:10 UTC (rev 735935)
+++ PKGBUILD2020-10-28 22:27:11 UTC (rev 735936)
@@ -8,7 +8,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.24.0.1
+pkgver=0.24.1
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'tmux: fzf-tmux script for launching fzf in a tmux pane'
 'vim: plugin'
 'zsh: zsh keybindings')
-source=("git+https://github.com/junegunn/fzf.git#tag=0.24.0-1?signed;)
+source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
 validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
 sha512sums=('SKIP')
 


[arch-commits] Commit in molecule-podman/repos/community-any (PKGBUILD PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:22:38
  Author: dvzrv
Revision: 735746

archrelease: copy trunk to community-any

Added:
  molecule-podman/repos/community-any/PKGBUILD
(from rev 735745, molecule-podman/trunk/PKGBUILD)
Deleted:
  molecule-podman/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 22:22:00 UTC (rev 735745)
+++ PKGBUILD2020-10-28 22:22:38 UTC (rev 735746)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=molecule-podman
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Molecule Podman Driver allows use of podman as backend for testing"
-arch=('any')
-url="https://github.com/ansible-community/molecule-podman;
-license=('MIT')
-depends=('molecule' 'python-selinux')
-makedepends=('python-setuptools_scm')
-checkdepends=('python-pytest' 'python-pytest-helpers-namespace')
-optdepends=('podman: for using a local podman setup')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c0b7032e474463867d0ec3e0c9dd5dd0f706480d98619b48068a7e422ed6c1e15310c1ade199a7e9a359e4a765b9650f8aea89b653740ecb6a8bfd3a19d36180')
-b2sums=('a5915f474d28080c362bfc34355e5e1503edd16aa9cc0417c553b979df197d0f17339af928c9e879059189730e04b55dee7ddc3f7355b09782dfce22c50544f8')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -e '/addopts/d' \
-  -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  # NOTE: we can only run the detection test, as the other tests require
-  # running podman (which requires unprivileged_userns_clone)
-  pytest -v "${pkgname//-/_}/test/test_driver.py"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: molecule-podman/repos/community-any/PKGBUILD (from rev 735745, 
molecule-podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 22:22:38 UTC (rev 735746)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+pkgname=molecule-podman
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Molecule Podman Driver allows use of podman as backend for testing"
+arch=('any')
+url="https://github.com/ansible-community/molecule-podman;
+license=('MIT')
+depends=('molecule' 'python-selinux')
+makedepends=('python-setuptools_scm')
+checkdepends=('python-pytest' 'python-pytest-helpers-namespace')
+optdepends=('podman: for using a local podman setup')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('66ea0cca135c51b9563a865318c35ef36bc0f3ea24eefc8aea3c04f0ad57e84f5d45536268e57c48600d2449d3b409f89d2e80d548d0ab900de976d66b7ad3ce')
+b2sums=('98115b549f435079317a5d7e37a249357e67db2f4bf821148c6194b2d9e2ebf47f0fad93d94d99d969f5a028c0222b82d714f85562cba065153d969e7000625b')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -e '/addopts/d' \
+  -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # NOTE: we can only run the detection test, as the other tests require
+  # running podman (which requires unprivileged_userns_clone)
+  pytest -v "lib/${pkgname//-/_}/test/test_driver.py"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in molecule-podman/trunk (PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:22:00
  Author: dvzrv
Revision: 735745

upgpkg: molecule-podman 0.3.0-1: Upgrade to 0.3.0.

Modified:
  molecule-podman/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:20:22 UTC (rev 735744)
+++ PKGBUILD2020-10-28 22:22:00 UTC (rev 735745)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=molecule-podman
-pkgver=0.2.3
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="Molecule Podman Driver allows use of podman as backend for testing"
 arch=('any')
@@ -12,8 +12,8 @@
 checkdepends=('python-pytest' 'python-pytest-helpers-namespace')
 optdepends=('podman: for using a local podman setup')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c0b7032e474463867d0ec3e0c9dd5dd0f706480d98619b48068a7e422ed6c1e15310c1ade199a7e9a359e4a765b9650f8aea89b653740ecb6a8bfd3a19d36180')
-b2sums=('a5915f474d28080c362bfc34355e5e1503edd16aa9cc0417c553b979df197d0f17339af928c9e879059189730e04b55dee7ddc3f7355b09782dfce22c50544f8')
+sha512sums=('66ea0cca135c51b9563a865318c35ef36bc0f3ea24eefc8aea3c04f0ad57e84f5d45536268e57c48600d2449d3b409f89d2e80d548d0ab900de976d66b7ad3ce')
+b2sums=('98115b549f435079317a5d7e37a249357e67db2f4bf821148c6194b2d9e2ebf47f0fad93d94d99d969f5a028c0222b82d714f85562cba065153d969e7000625b')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -31,7 +31,7 @@
   export PYTHONPATH="build:${PYTHONPATH}"
   # NOTE: we can only run the detection test, as the other tests require
   # running podman (which requires unprivileged_userns_clone)
-  pytest -v "${pkgname//-/_}/test/test_driver.py"
+  pytest -v "lib/${pkgname//-/_}/test/test_driver.py"
 }
 
 package() {


[arch-commits] Commit in haskell-summoner-tui/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:20:22
  Author: felixonmars
Revision: 735744

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner-tui/repos/community-staging-x86_64/
  haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD
(from rev 735743, haskell-summoner-tui/trunk/PKGBUILD)

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Copied: haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD (from rev 
735743, haskell-summoner-tui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 22:20:22 UTC (rev 735744)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner-tui
+pkgname=haskell-summoner-tui
+pkgver=2.0.1.1
+pkgrel=45
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-colourista' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-relude' 'haskell-summoner' 'haskell-validation-selective' 
'haskell-vty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-summoner-tui/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:20:08
  Author: felixonmars
Revision: 735743

upgpkg: haskell-summoner-tui 2.0.1.1-45: rebuild with optparse-applicative 
0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21

Modified:
  haskell-summoner-tui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:19:26 UTC (rev 735742)
+++ PKGBUILD2020-10-28 22:20:08 UTC (rev 735743)
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=44
+pkgrel=45
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')


[arch-commits] Commit in haskell-summoner/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:19:26
  Author: felixonmars
Revision: 735742

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner/repos/community-staging-x86_64/
  haskell-summoner/repos/community-staging-x86_64/PKGBUILD
(from rev 735741, haskell-summoner/trunk/PKGBUILD)

--+
 PKGBUILD |   54 ++
 1 file changed, 54 insertions(+)

Copied: haskell-summoner/repos/community-staging-x86_64/PKGBUILD (from rev 
735741, haskell-summoner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 22:19:26 UTC (rev 735742)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner
+pkgname=haskell-summoner
+pkgver=2.0.1.1
+pkgrel=41
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-colourista' 
'haskell-generic-data' 'haskell-gitrev'
+ 'haskell-neat-interpolation' 'haskell-optparse-applicative' 
'haskell-relude'
+ 'haskell-shellmet' 'haskell-tomland' 'haskell-validation-selective')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-hspec-hedgehog' 'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('5b6eee2848e2fb0b65d34f4a980ecd6e7766629a42394348dc2166e2216fc496')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test || :
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-summoner/trunk (PKGBUILD)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 22:19:12
  Author: felixonmars
Revision: 735741

upgpkg: haskell-summoner 2.0.1.1-41: rebuild with optparse-applicative 
0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21

Modified:
  haskell-summoner/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 21:36:43 UTC (rev 735740)
+++ PKGBUILD2020-10-28 22:19:12 UTC (rev 735741)
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-colourista' 
'haskell-generic-data' 'haskell-gitrev'
  'haskell-neat-interpolation' 'haskell-optparse-applicative' 
'haskell-relude'
  'haskell-shellmet' 'haskell-tomland' 'haskell-validation-selective')
-makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog' 
'haskell-tree-diff')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-hspec-hedgehog' 'haskell-tree-diff')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
 sha256sums=('5b6eee2848e2fb0b65d34f4a980ecd6e7766629a42394348dc2166e2216fc496')
 
@@ -19,7 +19,7 @@
 prepare(){
   cd $_hkgname-$pkgver
   echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-  sed -i 's/ ^>= 0.8.0.0/^>= 0.9.0.0/;s/ ^>= 0.3.2.2/^>= 0.5.0.0/' 
$_hkgname.cabal
+  uusi $_hkgname.cabal
 }
 
 build() {


[arch-commits] Commit in python-urllib3/repos/extra-any (4 files)

2020-10-28 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 28, 2020 @ 22:04:38
  Author: jelle
Revision: 398976

archrelease: copy trunk to extra-any

Added:
  python-urllib3/repos/extra-any/LICENSE
(from rev 398975, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/extra-any/PKGBUILD
(from rev 398975, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/extra-any/LICENSE
  python-urllib3/repos/extra-any/PKGBUILD

--+
 LICENSE  |   64 +-
 PKGBUILD |  149 ++---
 2 files changed, 106 insertions(+), 107 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-10-28 22:04:26 UTC (rev 398975)
+++ LICENSE 2020-10-28 22:04:38 UTC (rev 398976)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-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: python-urllib3/repos/extra-any/LICENSE (from rev 398975, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-10-28 22:04:38 UTC (rev 398976)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+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
===
--- PKGBUILD2020-10-28 22:04:26 UTC (rev 398975)
+++ PKGBUILD2020-10-28 22:04:38 UTC (rev 398976)
@@ -1,75 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.10
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 
'python-ndg-httpsclient'
- 'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
- 'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 
'python-mock' 'python2-mock'
- 'python-brotli')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 
'python-psutil' 'python-trustme'
-  'python-gcp-devrel-py-tools' 'python-pytest-timeout' 

[arch-commits] Commit in python-urllib3/trunk (PKGBUILD)

2020-10-28 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 28, 2020 @ 22:04:26
  Author: jelle
Revision: 398975

Replace legacy python2-sphinx usage with python-sphinx

Modified:
  python-urllib3/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 19:48:28 UTC (rev 398974)
+++ PKGBUILD2020-10-28 22:04:26 UTC (rev 398975)
@@ -6,12 +6,12 @@
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
 pkgver=1.25.10
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
 url="https://github.com/shazow/urllib3;
 license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 
'python-ndg-httpsclient'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx' 
'python-ndg-httpsclient'
  'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
  'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 
'python-mock' 'python2-mock'
  'python-brotli')
@@ -34,9 +34,8 @@
   cd "$srcdir"/urllib3-$pkgver-py2
   python2 setup.py build
 
-  # Build with Python 2 since autodoc produces errors on Python 3
   cd "$srcdir"/urllib3-$pkgver/docs
-  make SPHINXBUILD=sphinx-build2 html
+  make html
 }
 
 check() {


[arch-commits] Commit in haskell-tomland/repos (2 files)

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 21:36:43
  Author: felixonmars
Revision: 735740

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tomland/repos/community-staging-x86_64/
  haskell-tomland/repos/community-staging-x86_64/PKGBUILD
(from rev 735739, haskell-tomland/trunk/PKGBUILD)

--+
 PKGBUILD |   54 ++
 1 file changed, 54 insertions(+)

Copied: haskell-tomland/repos/community-staging-x86_64/PKGBUILD (from rev 
735739, haskell-tomland/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-28 21:36:43 UTC (rev 735740)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=tomland
+pkgname=haskell-tomland
+pkgver=1.3.1.0
+pkgrel=9
+pkgdesc="Implementation of bidirectional TOML serialization."
+url="https://github.com/kowainik/tomland;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-megaparsec' 
'haskell-parser-combinators'
+ 'haskell-unordered-containers' 'haskell-validation-selective')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-golden'
+ 'haskell-hspec-hedgehog' 'haskell-hspec-megaparsec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('2a68260c2d765d396097965321d76022fa0746b186c301c5cc198825d7ebc37d60fd9951c1263a196f98f2cdab4db6157dc5b80efe6532c89bd76d95005c56db')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  sed -i '/^executable/a\  buildable: False' $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


  1   2   3   4   5   6   >