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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:58:24
  Author: polyzen
Revision: 850818

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:58:05 UTC (rev 850817)
+++ PKGBUILD2021-02-09 07:58:24 UTC (rev 850818)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Felix Buehler 
-
-_name=pykwalify
-pkgname=python-pykwalify
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Python lib/cli for JSON/YAML schema validation'
-arch=('any')
-url=https://github.com/Grokzen/pykwalify
-license=('MIT')
-depends=('python-dateutil' 'python-docopt' 'python-ruamel-yaml' 
'python-setuptools')
-checkdepends=('python-pytest' 'python-testfixtures')
-provides=('pykwalify')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha256sums=('796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884')
-b2sums=('1593f5e3e15188929574ece60bf6818438258bf024d105ae26323a97a202ac69001a15ca6daaa430970af3659c49da745bcf1f77c23ac72bed2ddca14440d943')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}

Copied: python-pykwalify/repos/community-any/PKGBUILD (from rev 850817, 
python-pykwalify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:58:24 UTC (rev 850818)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Felix Buehler 
+
+_name=pykwalify
+pkgname=python-pykwalify
+pkgver=1.8.0
+pkgrel=2
+pkgdesc='Python lib/cli for JSON/YAML schema validation'
+arch=('any')
+url=https://github.com/Grokzen/pykwalify
+license=('MIT')
+depends=('python-dateutil' 'python-docopt' 'python-ruamel-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-testfixtures')
+provides=('pykwalify')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha256sums=('796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884')
+b2sums=('1593f5e3e15188929574ece60bf6818438258bf024d105ae26323a97a202ac69001a15ca6daaa430970af3659c49da745bcf1f77c23ac72bed2ddca14440d943')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:58:05
  Author: polyzen
Revision: 850817

upgpkg: python-pykwalify 1.8.0-2: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-pykwalify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 07:49:32 UTC (rev 850816)
+++ PKGBUILD2021-02-09 07:58:05 UTC (rev 850817)
@@ -4,12 +4,13 @@
 _name=pykwalify
 pkgname=python-pykwalify
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python lib/cli for JSON/YAML schema validation'
 arch=('any')
 url=https://github.com/Grokzen/pykwalify
 license=('MIT')
-depends=('python-dateutil' 'python-docopt' 'python-ruamel-yaml' 
'python-setuptools')
+depends=('python-dateutil' 'python-docopt' 'python-ruamel-yaml')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-testfixtures')
 provides=('pykwalify')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
@@ -31,3 +32,5 @@
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
 }
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:49:32
  Author: polyzen
Revision: 850816

archrelease: copy trunk to community-any

Added:
  python-flake8-isort/repos/community-any/PKGBUILD
(from rev 850815, python-flake8-isort/trunk/PKGBUILD)
Deleted:
  python-flake8-isort/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:49:13 UTC (rev 850815)
+++ PKGBUILD2021-02-09 07:49:32 UTC (rev 850816)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: neodarz 
-
-_name=flake8-isort
-pkgname=python-flake8-isort
-pkgver=4.0.0
-pkgrel=3
-pkgdesc='Flake8 plugin to validate annotations complexity'
-arch=('any')
-url=https://github.com/gforcada/flake8-isort
-license=('GPL3')
-depends=('flake8' 'python-isort' 'python-setuptools' 'python-testfixtures')
-checkdepends=('python-pytest' 'python-toml')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9')
-b2sums=('b4acdd9729643a6c55e50afa2b44c76913285aa498aeefdfa561f090c0eb16926825aede9c24c0e35af0fc1f2f88b0f826b36c50010b588f2d678dbe78922f62')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flake8-isort/repos/community-any/PKGBUILD (from rev 850815, 
python-flake8-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:49:32 UTC (rev 850816)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: neodarz 
+
+_name=flake8-isort
+pkgname=python-flake8-isort
+pkgver=4.0.0
+pkgrel=4
+pkgdesc='Flake8 plugin to validate annotations complexity'
+arch=('any')
+url=https://github.com/gforcada/flake8-isort
+license=('GPL3')
+depends=('flake8' 'python-isort' 'python-testfixtures')
+checkdepends=('python-pytest' 'python-setuptools' 'python-toml')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9')
+b2sums=('b4acdd9729643a6c55e50afa2b44c76913285aa498aeefdfa561f090c0eb16926825aede9c24c0e35af0fc1f2f88b0f826b36c50010b588f2d678dbe78922f62')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:49:13
  Author: polyzen
Revision: 850815

upgpkg: python-flake8-isort 4.0.0-4: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-flake8-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 07:47:31 UTC (rev 850814)
+++ PKGBUILD2021-02-09 07:49:13 UTC (rev 850815)
@@ -4,13 +4,13 @@
 _name=flake8-isort
 pkgname=python-flake8-isort
 pkgver=4.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Flake8 plugin to validate annotations complexity'
 arch=('any')
 url=https://github.com/gforcada/flake8-isort
 license=('GPL3')
-depends=('flake8' 'python-isort' 'python-setuptools' 'python-testfixtures')
-checkdepends=('python-pytest' 'python-toml')
+depends=('flake8' 'python-isort' 'python-testfixtures')
+checkdepends=('python-pytest' 'python-setuptools' 'python-toml')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
 sha256sums=('2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9')
 
b2sums=('b4acdd9729643a6c55e50afa2b44c76913285aa498aeefdfa561f090c0eb16926825aede9c24c0e35af0fc1f2f88b0f826b36c50010b588f2d678dbe78922f62')


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:47:31
  Author: polyzen
Revision: 850814

archrelease: copy trunk to community-any

Added:
  python-flake8-black/repos/community-any/PKGBUILD
(from rev 850813, python-flake8-black/trunk/PKGBUILD)
Deleted:
  python-flake8-black/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:47:12 UTC (rev 850813)
+++ PKGBUILD2021-02-09 07:47:31 UTC (rev 850814)
@@ -1,34 +0,0 @@
-# Maintainer: George Rawlinson 
-
-_name=flake8-black
-pkgname=python-flake8-black
-pkgver=0.2.1
-pkgrel=4
-pkgdesc='Flake8 plugin to call black as a code style validator'
-arch=('any')
-url=https://github.com/peterjc/flake8-black
-license=('MIT')
-depends=('flake8' 'python-black' 'python-setuptools')
-source=("$url/archive/v$pkgver/$_name-v$pkgver.tar.gz")
-b2sums=('46cf95349f683d3c4f411425c1e6e70dc0a0036036eccb736362b9888b4b0cb4c6d215fdb78bf59bbe8d9f3edca24959121c628426570dc1917f6ef9ad5ffbca')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  mkdir -p temp
-  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python setup.py install --skip-build --root=temp
-  cd tests
-  PATH="${PWD%/tests}/temp/usr/bin:$PATH" 
PYTHONPATH="${PWD%/tests}/temp/$sitepackages" ./run_tests.sh
-}
-
-package() {
-  cd $_name-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
-}

Copied: python-flake8-black/repos/community-any/PKGBUILD (from rev 850813, 
python-flake8-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:47:31 UTC (rev 850814)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: George Rawlinson 
+
+_name=flake8-black
+pkgname=python-flake8-black
+pkgver=0.2.1
+pkgrel=5
+pkgdesc='Flake8 plugin to call black as a code style validator'
+arch=('any')
+url=https://github.com/peterjc/flake8-black
+license=('MIT')
+depends=('flake8' 'python-black')
+makedepends=('python-setuptools')
+source=("$url/archive/v$pkgver/$_name-v$pkgver.tar.gz")
+b2sums=('46cf95349f683d3c4f411425c1e6e70dc0a0036036eccb736362b9888b4b0cb4c6d215fdb78bf59bbe8d9f3edca24959121c628426570dc1917f6ef9ad5ffbca')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  mkdir -p temp
+  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --skip-build --root=temp
+  cd tests
+  PATH="${PWD%/tests}/temp/usr/bin:$PATH" 
PYTHONPATH="${PWD%/tests}/temp/$sitepackages" ./run_tests.sh
+}
+
+package() {
+  cd $_name-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:47:12
  Author: polyzen
Revision: 850813

upgpkg: python-flake8-black 0.2.1-5: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-flake8-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 07:46:34 UTC (rev 850812)
+++ PKGBUILD2021-02-09 07:47:12 UTC (rev 850813)
@@ -1,14 +1,16 @@
-# Maintainer: George Rawlinson 
+# Maintainer: Daniel M. Capella 
+# Contributor: George Rawlinson 
 
 _name=flake8-black
 pkgname=python-flake8-black
 pkgver=0.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Flake8 plugin to call black as a code style validator'
 arch=('any')
 url=https://github.com/peterjc/flake8-black
 license=('MIT')
-depends=('flake8' 'python-black' 'python-setuptools')
+depends=('flake8' 'python-black')
+makedepends=('python-setuptools')
 source=("$url/archive/v$pkgver/$_name-v$pkgver.tar.gz")
 
b2sums=('46cf95349f683d3c4f411425c1e6e70dc0a0036036eccb736362b9888b4b0cb4c6d215fdb78bf59bbe8d9f3edca24959121c628426570dc1917f6ef9ad5ffbca')
 
@@ -32,3 +34,5 @@
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
 }
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:46:34
  Author: polyzen
Revision: 850812

archrelease: copy trunk to community-any

Added:
  python-flake8-docstrings/repos/community-any/PKGBUILD
(from rev 850811, python-flake8-docstrings/trunk/PKGBUILD)
Deleted:
  python-flake8-docstrings/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:46:13 UTC (rev 850811)
+++ PKGBUILD2021-02-09 07:46:34 UTC (rev 850812)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Pieter Goetschalckx <3.14.e.ter  gmail  com>
-
-_name=flake8-docstrings
-pkgname=python-flake8-docstrings
-pkgver=1.5.0
-pkgrel=3
-pkgdesc='Plugin to Flake8 to include checks provided by pydocstyle'
-arch=('any')
-url=https://gitlab.com/pycqa/flake8-docstrings
-license=('MIT')
-depends=('flake8' 'python-pydocstyle' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717')
-b2sums=('f78d3604ee842f45637e53d6420910f1cdc611607883af918a753faa6e4ee020d4248c896fafda1f6d0515a2a3b33ab32ea159618f8524c03cd92ab55f17')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  mkdir -p temp
-  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python setup.py install --skip-build --root=temp
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" flake8 
--exit-zero flake8_docstrings.py
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flake8-docstrings/repos/community-any/PKGBUILD (from rev 850811, 
python-flake8-docstrings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:46:34 UTC (rev 850812)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Pieter Goetschalckx <3.14.e.ter  gmail  com>
+
+_name=flake8-docstrings
+pkgname=python-flake8-docstrings
+pkgver=1.5.0
+pkgrel=4
+pkgdesc='Plugin to Flake8 to include checks provided by pydocstyle'
+arch=('any')
+url=https://gitlab.com/pycqa/flake8-docstrings
+license=('MIT')
+depends=('flake8' 'python-pydocstyle')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717')
+b2sums=('f78d3604ee842f45637e53d6420910f1cdc611607883af918a753faa6e4ee020d4248c896fafda1f6d0515a2a3b33ab32ea159618f8524c03cd92ab55f17')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  mkdir -p temp
+  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --skip-build --root=temp
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" flake8 
--exit-zero flake8_docstrings.py
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:46:13
  Author: polyzen
Revision: 850811

upgpkg: python-flake8-docstrings 1.5.0-4: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-flake8-docstrings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 07:26:14 UTC (rev 850810)
+++ PKGBUILD2021-02-09 07:46:13 UTC (rev 850811)
@@ -4,12 +4,13 @@
 _name=flake8-docstrings
 pkgname=python-flake8-docstrings
 pkgver=1.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugin to Flake8 to include checks provided by pydocstyle'
 arch=('any')
 url=https://gitlab.com/pycqa/flake8-docstrings
 license=('MIT')
-depends=('flake8' 'python-pydocstyle' 'python-setuptools')
+depends=('flake8' 'python-pydocstyle')
+makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
 sha256sums=('3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717')
 
b2sums=('f78d3604ee842f45637e53d6420910f1cdc611607883af918a753faa6e4ee020d4248c896fafda1f6d0515a2a3b33ab32ea159618f8524c03cd92ab55f17')


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:26:14
  Author: polyzen
Revision: 850810

archrelease: copy trunk to community-any

Added:
  rstcheck/repos/community-any/PKGBUILD
(from rev 850809, rstcheck/trunk/PKGBUILD)
Deleted:
  rstcheck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:25:56 UTC (rev 850809)
+++ PKGBUILD2021-02-09 07:26:14 UTC (rev 850810)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=rstcheck
-pkgver=3.3.1
-pkgrel=4
-pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
-arch=('any')
-url=https://github.com/myint/rstcheck
-license=('MIT')
-depends=('python-docutils' 'python-setuptools')
-checkdepends=('python-sphinx')
-optdepends=('python-sphinx: Sphinx support')
-source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
-sha512sums=('07431d6c4789e4c005c4bf4be66f627c390f57e56f25b4f3db8b392bc7b904ca93c3e26145ab344e9b78109d2054e5f36167ab40b1ab023f08c85d6ec12cafbc')
-
-build() {
-  cd rstcheck-$pkgver
-  python setup.py build
-}
-
-check() {
- cd rstcheck-$pkgver
- ./test_rstcheck.py
-}
-
-package() {
-  cd rstcheck-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/rstcheck LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rstcheck/repos/community-any/PKGBUILD (from rev 850809, 
rstcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:26:14 UTC (rev 850810)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=rstcheck
+pkgver=3.3.1
+pkgrel=5
+pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
+arch=('any')
+url=https://github.com/myint/rstcheck
+license=('MIT')
+depends=('python-docutils')
+makedepends=('python-setuptools')
+checkdepends=('python-sphinx')
+optdepends=('python-sphinx: Sphinx support')
+source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
+b2sums=('3aa20104645add4fbf7d47423def9166b98d67a7b132759f0ef0a0c10b36857dd0bd9a8ba180256b0208e8e7fc27fe20065bb2b5995988a9e738be20b14ef765')
+
+build() {
+  cd rstcheck-$pkgver
+  python setup.py build
+}
+
+check() {
+ cd rstcheck-$pkgver
+ ./test_rstcheck.py
+}
+
+package() {
+  cd rstcheck-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/rstcheck LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:25:56
  Author: polyzen
Revision: 850809

upgpkg: rstcheck 3.3.1-5: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  rstcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 07:18:40 UTC (rev 850808)
+++ PKGBUILD2021-02-09 07:25:56 UTC (rev 850809)
@@ -2,16 +2,17 @@
 
 pkgname=rstcheck
 pkgver=3.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
 arch=('any')
 url=https://github.com/myint/rstcheck
 license=('MIT')
-depends=('python-docutils' 'python-setuptools')
+depends=('python-docutils')
+makedepends=('python-setuptools')
 checkdepends=('python-sphinx')
 optdepends=('python-sphinx: Sphinx support')
 source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
-sha512sums=('07431d6c4789e4c005c4bf4be66f627c390f57e56f25b4f3db8b392bc7b904ca93c3e26145ab344e9b78109d2054e5f36167ab40b1ab023f08c85d6ec12cafbc')
+b2sums=('3aa20104645add4fbf7d47423def9166b98d67a7b132759f0ef0a0c10b36857dd0bd9a8ba180256b0208e8e7fc27fe20065bb2b5995988a9e738be20b14ef765')
 
 build() {
   cd rstcheck-$pkgver


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:18:40
  Author: polyzen
Revision: 850808

archrelease: copy trunk to community-any

Added:
  termdown/repos/community-any/PKGBUILD
(from rev 850807, termdown/trunk/PKGBUILD)
Deleted:
  termdown/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:18:21 UTC (rev 850807)
+++ PKGBUILD2021-02-09 07:18:40 UTC (rev 850808)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=termdown
-pkgver=1.17.0
-pkgrel=2
-pkgdesc='Countdown timer and stopwatch in your terminal'
-arch=('any')
-url=https://github.com/trehn/termdown
-license=('GPL3')
-depends=('python-click' 'python-dateutil' 'python-pyfiglet' 
'python-setuptools')
-optdepends=('espeak: for spoken countdown'
-'espeak-ng-espeak: for spoken countdown')
-source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz";)
-sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
-
-build() {
-  cd termdown-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd termdown-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: termdown/repos/community-any/PKGBUILD (from rev 850807, 
termdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:18:40 UTC (rev 850808)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=termdown
+pkgver=1.17.0
+pkgrel=3
+pkgdesc='Countdown timer and stopwatch in your terminal'
+arch=('any')
+url=https://github.com/trehn/termdown
+license=('GPL3')
+depends=('python-click' 'python-dateutil' 'python-pyfiglet')
+makedepends=('python-setuptools')
+optdepends=('espeak: for spoken countdown'
+'espeak-ng-espeak: for spoken countdown')
+source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz";)
+sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
+b2sums=('e8576a2706fb0b958c57789f32f3e9d962596d4c78c3c7ef1683dac8e8d0c7af1e7e738b58dfd5b127b43fb5dd40ef9d1b68c3e4dd0d2468a04bbdfbd89dcc8e')
+
+build() {
+  cd termdown-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd termdown-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:18:21
  Author: polyzen
Revision: 850807

upgpkg: termdown 1.17.0-3: Move setuptools to makedeps

pyfiglet uses pkg_resources anyhow.

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  termdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 07:13:04 UTC (rev 850806)
+++ PKGBUILD2021-02-09 07:18:21 UTC (rev 850807)
@@ -2,16 +2,18 @@
 
 pkgname=termdown
 pkgver=1.17.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Countdown timer and stopwatch in your terminal'
 arch=('any')
 url=https://github.com/trehn/termdown
 license=('GPL3')
-depends=('python-click' 'python-dateutil' 'python-pyfiglet' 
'python-setuptools')
+depends=('python-click' 'python-dateutil' 'python-pyfiglet')
+makedepends=('python-setuptools')
 optdepends=('espeak: for spoken countdown'
 'espeak-ng-espeak: for spoken countdown')
 
source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz";)
 sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
+b2sums=('e8576a2706fb0b958c57789f32f3e9d962596d4c78c3c7ef1683dac8e8d0c7af1e7e738b58dfd5b127b43fb5dd40ef9d1b68c3e4dd0d2468a04bbdfbd89dcc8e')
 
 build() {
   cd termdown-$pkgver


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:13:04
  Author: polyzen
Revision: 850806

archrelease: copy trunk to community-x86_64

Added:
  ueberzug/repos/community-x86_64/PKGBUILD
(from rev 850805, ueberzug/trunk/PKGBUILD)
Deleted:
  ueberzug/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:12:45 UTC (rev 850805)
+++ PKGBUILD2021-02-09 07:13:04 UTC (rev 850806)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: arkhan 
-
-pkgname=ueberzug
-pkgver=18.1.9
-pkgrel=1
-pkgdesc='Command line util which allows to display images in combination with 
X11'
-arch=('x86_64')
-url=https://github.com/seebye/ueberzug
-license=('GPL3')
-depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow'
- 'python-setuptools' 'python-xlib')
-provides=("python-$pkgname")
-replaces=("python-$pkgname")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('7ce49f351132c7d1b0f8097f6e4c5635376151ca59318540da3e296e5b21adc3')
-b2sums=('96a925cc2212512dcbf05aa47015c2611f9f36bcf3dcf65d62dc6212c567165faeb798abff55b092f174fd57ff5740734dde74006af8cd7e974598813c8c3adb')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ueberzug/repos/community-x86_64/PKGBUILD (from rev 850805, 
ueberzug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:13:04 UTC (rev 850806)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: arkhan 
+
+pkgname=ueberzug
+pkgver=18.1.9
+pkgrel=2
+pkgdesc='Command line util which allows to display images in combination with 
X11'
+arch=('x86_64')
+url=https://github.com/seebye/ueberzug
+license=('GPL3')
+depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow' 
'python-xlib')
+makedepends=('python-setuptools')
+provides=("python-$pkgname")
+replaces=("python-$pkgname")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('7ce49f351132c7d1b0f8097f6e4c5635376151ca59318540da3e296e5b21adc3')
+b2sums=('96a925cc2212512dcbf05aa47015c2611f9f36bcf3dcf65d62dc6212c567165faeb798abff55b092f174fd57ff5740734dde74006af8cd7e974598813c8c3adb')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:12:45
  Author: polyzen
Revision: 850805

upgpkg: ueberzug 18.1.9-2: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  ueberzug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 07:10:30 UTC (rev 850804)
+++ PKGBUILD2021-02-09 07:12:45 UTC (rev 850805)
@@ -3,13 +3,13 @@
 
 pkgname=ueberzug
 pkgver=18.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Command line util which allows to display images in combination with 
X11'
 arch=('x86_64')
 url=https://github.com/seebye/ueberzug
 license=('GPL3')
-depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow'
- 'python-setuptools' 'python-xlib')
+depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow' 
'python-xlib')
+makedepends=('python-setuptools')
 provides=("python-$pkgname")
 replaces=("python-$pkgname")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:10:30
  Author: polyzen
Revision: 850804

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 07:10:12 UTC (rev 850803)
+++ PKGBUILD2021-02-09 07:10:30 UTC (rev 850804)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Timothée Ravier 
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.20.18
-pkgrel=1
-pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('x86_64')
-url=https://www.dulwich.io
-license=('GPL')
-depends=('python-certifi' 'python-setuptools' 'python-urllib3')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('0131387f9b99aecc69ac98655b3931f2ad43da53d3a63e050fa3a6d6260ac554')
-b2sums=('891a02380eae06f2a6331825f6380917c0fd43b418149c30f640566f76b49996f79c7295215d3cf006af86d8ed5bd1465696bcbe402dcfd6b68748043eb4e376')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m unittest dulwich.tests.test_suite
-}
-
-package() {
-  cd $_name-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dulwich/repos/community-x86_64/PKGBUILD (from rev 850803, 
python-dulwich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 07:10:30 UTC (rev 850804)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Timothée Ravier 
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.20.18
+pkgrel=2
+pkgdesc='Pure-Python implementation of the Git file formats and protocols'
+arch=('x86_64')
+url=https://www.dulwich.io
+license=('GPL')
+depends=('python-certifi' 'python-urllib3')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('0131387f9b99aecc69ac98655b3931f2ad43da53d3a63e050fa3a6d6260ac554')
+b2sums=('891a02380eae06f2a6331825f6380917c0fd43b418149c30f640566f76b49996f79c7295215d3cf006af86d8ed5bd1465696bcbe402dcfd6b68748043eb4e376')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m unittest dulwich.tests.test_suite
+}
+
+package() {
+  cd $_name-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 07:10:12
  Author: polyzen
Revision: 850803

upgpkg: python-dulwich 0.20.18-2: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-dulwich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:16:12 UTC (rev 850802)
+++ PKGBUILD2021-02-09 07:10:12 UTC (rev 850803)
@@ -4,12 +4,13 @@
 _name=dulwich
 pkgname=python-dulwich
 pkgver=0.20.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
 url=https://www.dulwich.io
 license=('GPL')
-depends=('python-certifi' 'python-setuptools' 'python-urllib3')
+depends=('python-certifi' 'python-urllib3')
+makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
 sha256sums=('0131387f9b99aecc69ac98655b3931f2ad43da53d3a63e050fa3a6d6260ac554')
 
b2sums=('891a02380eae06f2a6331825f6380917c0fd43b418149c30f640566f76b49996f79c7295215d3cf006af86d8ed5bd1465696bcbe402dcfd6b68748043eb4e376')


[arch-commits] Commit in git/repos (6 files)

2021-02-08 Thread Christian Hesse via arch-commits
Date: Tuesday, February 9, 2021 @ 07:00:39
  Author: eworm
Revision: 407717

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 407716, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 407716, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 407716, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 407716, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 407716, git/trunk/git.install)

-+
 PKGBUILD|  128 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 5 files changed, 166 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 407716, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-09 07:00:39 UTC (rev 407717)
@@ -0,0 +1,128 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.30.1
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=('x86_64')
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow')
+makedepends=('python' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn and interactive.singlekey setting'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python: git svn & git p4'
+'subversion: git svn'
+'org.freedesktop.secrets: keyring credential helper'
+'libsecret: libsecret credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+'git-daemon.socket'
+'git-sysusers.conf')
+sha256sums=('f988a8a095089978dab2932af4edb22b4d7d67d67b81aaa1986fa29ef45d9467'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
+'7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
+
+_make_paths=(
+  prefix='/usr'
+  gitexecdir='/usr/lib/git-core'
+  perllibdir="$(/usr/bin/perl -MConfig -wle 'print $Config{installvendorlib}')"
+)
+
+_make_options=(
+  CFLAGS="$CFLAGS"
+  LDFLAGS="$LDFLAGS"
+  INSTALL_SYMLINKS=1
+  MAN_BOLD_LITERAL=1
+  NO_PERL_CPAN_FALLBACKS=1
+  USE_LIBPCRE2=1
+)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+all man
+
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree "${_make_paths[@]}" all man
+  make -C contrib/mw-to-git "${_make_paths[@]}" all
+  make -C contrib/diff-highlight "${_make_paths[@]}"
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+DESTDIR="$pkgdir" \
+install install-man
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m 0644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # gnome credentials helper (deprecated, but we will keep it as long there is 
no extra cost)
+  # https://gitlab.gnome.org/GNOME/libgnome-keyring/commit/6a5adea4aec93
+  install -m 0755 
contrib/credential/gnome-keyring/git-credential-gnome-keyring \
+  "$pkgdir"/usr/l

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

2021-02-08 Thread Christian Hesse via arch-commits
Date: Tuesday, February 9, 2021 @ 07:00:30
  Author: eworm
Revision: 407716

upgpkg: git 2.30.1-1: new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:46:50 UTC (rev 407715)
+++ PKGBUILD2021-02-09 07:00:30 UTC (rev 407716)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=('x86_64')
@@ -31,7 +31,7 @@
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('55735021109565721af805af382c45cce73c3cfaa59daad22443d1477d334d19'
+sha256sums=('f988a8a095089978dab2932af4edb22b4d7d67d67b81aaa1986fa29ef45d9467'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'


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

2021-02-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 9, 2021 @ 06:46:50
  Author: foutrelis
Revision: 407715

archrelease: copy trunk to extra-x86_64

Added:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 407714, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 06:46:47 UTC (rev 407714)
+++ PKGBUILD2021-02-09 06:46:50 UTC (rev 407715)
@@ -1,40 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="Plugins for Audacious"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD' 'GPL')
-depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth'
- 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug'
- 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
- 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b')
-makedepends=("audacious>=$pkgver" 'glib2' 'python')
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-amidiplug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 407714, 
audacious-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 06:46:50 UTC (rev 407715)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=4.1
+pkgrel=1
+pkgdesc="Plugins for Audacious"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD' 'GPL')
+depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth'
+ 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug'
+ 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
+ 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b')
+makedepends=("audacious>=$pkgver" 'glib2' 'python')
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-gtk \
+--enable-amidiplug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 9, 2021 @ 06:46:47
  Author: foutrelis
Revision: 407714

upgpkg: audacious-plugins 4.1-1: new upstream release

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:42:26 UTC (rev 407713)
+++ PKGBUILD2021-02-09 06:46:47 UTC (rev 407714)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=audacious-plugins
-pkgver=4.0.5
+pkgver=4.1
 pkgrel=1
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
@@ -16,7 +16,7 @@
  'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b')
 makedepends=("audacious>=$pkgver" 'glib2' 'python')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b')
+sha256sums=('dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -27,6 +27,7 @@
 
   ./configure \
 --prefix=/usr \
+--disable-gtk \
 --enable-amidiplug
   make
 }


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

2021-02-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 9, 2021 @ 06:42:26
  Author: foutrelis
Revision: 407713

archrelease: copy trunk to extra-x86_64

Added:
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 407712, audacious/trunk/PKGBUILD)
Deleted:
  audacious/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 06:42:22 UTC (rev 407712)
+++ PKGBUILD2021-02-09 06:42:26 UTC (rev 407713)
@@ -1,38 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD')
-depends=('qt5-base' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-provides=('audacious-player')
-conflicts=('audacious-player')
-replaces=('audacious-player')
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 407712, 
audacious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 06:42:26 UTC (rev 407713)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=4.1
+pkgrel=1
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD')
+depends=('qt5-base' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-gtk \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 9, 2021 @ 06:42:22
  Author: foutrelis
Revision: 407712

upgpkg: audacious 4.1-1: new upstream release

Also remove decade-old provides/conflicts/replaces.

Note: Dual Qt+GTK build is not an attractive option because it would
require depending on both toolkits and it'd also be bad to use GTK 2.

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:40:51 UTC (rev 407711)
+++ PKGBUILD2021-02-09 06:42:22 UTC (rev 407712)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=audacious
-pkgver=4.0.5
+pkgver=4.1
 pkgrel=1
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('x86_64')
@@ -14,11 +14,8 @@
  'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('python') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
-provides=('audacious-player')
-conflicts=('audacious-player')
-replaces=('audacious-player')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09')
+sha256sums=('1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -25,6 +22,7 @@
 
   ./configure \
 --prefix=/usr \
+--disable-gtk \
 --with-buildstamp='Arch Linux'
   make
 }


[arch-commits] Commit in man-db/repos (5 files)

2021-02-08 Thread Andreas Radke via arch-commits
Date: Tuesday, February 9, 2021 @ 06:40:51
  Author: andyrtr
Revision: 407711

archrelease: copy trunk to testing-x86_64

Added:
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 407710, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 407710, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.install
(from rev 407710, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/snapdir.diff
(from rev 407710, man-db/trunk/snapdir.diff)

+
 PKGBUILD   |   72 +++
 convert-mans   |   11 
 man-db.install |   11 
 snapdir.diff   |   12 +
 4 files changed, 106 insertions(+)

Copied: man-db/repos/testing-x86_64/PKGBUILD (from rev 407710, 
man-db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-09 06:40:51 UTC (rev 407711)
@@ -0,0 +1,72 @@
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=man-db
+pkgver=2.9.4
+pkgrel=1
+pkgdesc="A utility for reading man pages"
+arch=('x86_64')
+url="https://www.nongnu.org/man-db/";
+license=('GPL' 'LGPL')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less' 'libseccomp')
+makedepends=('po4a')
+optdepends=('gzip') # covered by virtual "base" package
+backup=('etc/man_db.conf')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(https://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.asc}
+# fallback should be used within first 24h after a release
+
#https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.asc}
 
+snapdir.diff
+convert-mans
+)
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

+sha512sums=('169f091dd0a1d0dbd1583366f8257afb8f57e030d0f7d4213c14ce0b1fc5debf8b9cf2731de503830cb2826b3a22b3cff7da993d44ec18557935bd293529133c'
+'SKIP'
+
'f24a8152c82c3b99dab2c34654382512f226bb6b0e5e3b1376d577019a4cca0f4e5a9ac92c62ed7ea5cf0ed3ad94509d34f455d845bc5fb026ef908da82cd5fe'
+
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix default Add MANDB_MAP entry mapping /snap/man to /var/cache/man/snap
+  # Arch needs /var/lib/snapd/snap/man to /var/cache/man/snap
+  patch -Np0 -i ../snapdir.diff
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--with-db=gdbm \
+--disable-setuid \
+--enable-cache-owner=root \
+--enable-mandirs=GNU \
+--with-sections="1 n l 8 3 0 2 5 4 9 6 7"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans
+
+  install -d -m755 ${pkgdir}/usr/lib/systemd/system/timers.target.wants
+  ln -s ../man-db.timer 
${pkgdir}/usr/lib/systemd/system/timers.target.wants/man-db.timer
+}

Copied: man-db/repos/testing-x86_64/convert-mans (from rev 407710, 
man-db/trunk/convert-mans)
===
--- testing-x86_64/convert-mans (rev 0)
+++ testing-x86_64/convert-mans 2021-02-09 06:40:51 UTC (rev 407711)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM="$1"
+TO="$2"
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE="$1"
+shift
+iconv -f "$FROM" -t "$TO" "$FILE" >.tmp.iconv
+mv .tmp.iconv "$FILE"
+done

Copied: man-db/repos/testing-x86_64/man-db.install (from rev 407710, 
man-db/trunk/man-db.install)
===
--- testing-x86_64/man-db.install   (rev 0)
+++ testing-x86_64/man-db.install   2021-02-09 06:40:51 UTC (rev 407711)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  # force database rebuild as recommended per upstream
+  if [ "`vercmp $2 2.7.0`" -lt 0 ]; then
+ echo "(re)building database..."
+ mandb -c --quiet
+  fi
+}
+
+post_remove() {
+  rm -rf /var/cache/man
+}

Copied: man-db/repos/testing-x86_64/snapdir.diff (from rev 407710, 
man-db/trunk/snapdir.diff)
===
--- testing-x86_64/snapdir.diff (rev 0)
+++ testing-x86_64/snapdir.diff 2021-02-09 06:40:51 UTC (rev 407711)
@@ -0,0 +1,12 @@
+--- src/man_db.conf.in 2020-01-27 13:25:03.0 +0100
+++

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

2021-02-08 Thread Andreas Radke via arch-commits
Date: Tuesday, February 9, 2021 @ 06:40:41
  Author: andyrtr
Revision: 407710

upgpkg: man-db 2.9.4-1: upstream update 2.9.4

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-08 21:41:32 UTC (rev 407709)
+++ PKGBUILD2021-02-09 06:40:41 UTC (rev 407710)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=man-db
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 convert-mans
 )
 validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

-sha512sums=('ca1c1214753483f6e22efe69a9df9852e0de01a9ad3b9950dcbbc9f38e6060100b98a84333256f8c734002e66e2fd6256bc017a31bd9acfc42002dca2c0f879b'
+sha512sums=('169f091dd0a1d0dbd1583366f8257afb8f57e030d0f7d4213c14ce0b1fc5debf8b9cf2731de503830cb2826b3a22b3cff7da993d44ec18557935bd293529133c'
 'SKIP'
 
'f24a8152c82c3b99dab2c34654382512f226bb6b0e5e3b1376d577019a4cca0f4e5a9ac92c62ed7ea5cf0ed3ad94509d34f455d845bc5fb026ef908da82cd5fe'
 
'0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535')


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:16:12
  Author: polyzen
Revision: 850802

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 06:15:53 UTC (rev 850801)
+++ PKGBUILD2021-02-09 06:16:12 UTC (rev 850802)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Daniel M. Capella 
-# Contributor: Sirat18 
-# Contributor: Jonas Heinrich 
-
-_name=icalendar
-pkgname=python-icalendar
-pkgver=4.0.7
-pkgrel=3
-pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
-arch=('any')
-url="https://github.com/collective/icalendar";
-license=('BSD')
-depends=('python-dateutil' 'python-pytz' 'python-setuptools')
-checkdepends=('python-hypothesis' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379')
-b2sums=('b5d980335b1a9d8135ad9ec037e140f3ae49c3e8db6736b9e469748e3bd51c43f39fc5f9dc443de46d4d4c5856ec74bb548a8d1b47b7e52278fdc2e269be0cbe')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  PYTHONPATH="${PWD}:${PYTHONPATH}"
-  pytest -v "src/${_name}/tests"
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-icalendar/repos/community-any/PKGBUILD (from rev 850801, 
python-icalendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 06:16:12 UTC (rev 850802)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sirat18 
+# Contributor: Jonas Heinrich 
+
+_name=icalendar
+pkgname=python-icalendar
+pkgver=4.0.7
+pkgrel=4
+pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
+arch=('any')
+url="https://github.com/collective/icalendar";
+license=('BSD')
+depends=('python-dateutil' 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-hypothesis' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379')
+b2sums=('b5d980335b1a9d8135ad9ec037e140f3ae49c3e8db6736b9e469748e3bd51c43f39fc5f9dc443de46d4d4c5856ec74bb548a8d1b47b7e52278fdc2e269be0cbe')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  PYTHONPATH="${PWD}:${PYTHONPATH}"
+  pytest -v "src/${_name}/tests"
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE.rst \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:15:53
  Author: polyzen
Revision: 850801

upgpkg: python-icalendar 4.0.7-4: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-icalendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:15:42 UTC (rev 850800)
+++ PKGBUILD2021-02-09 06:15:53 UTC (rev 850801)
@@ -1,5 +1,5 @@
 # Maintainer: David Runge 
-# Contributor: Daniel M. Capella 
+# Maintainer: Daniel M. Capella 
 # Contributor: Sirat18 
 # Contributor: Jonas Heinrich 
 
@@ -6,12 +6,13 @@
 _name=icalendar
 pkgname=python-icalendar
 pkgver=4.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
 arch=('any')
 url="https://github.com/collective/icalendar";
 license=('BSD')
-depends=('python-dateutil' 'python-pytz' 'python-setuptools')
+depends=('python-dateutil' 'python-pytz')
+makedepends=('python-setuptools')
 checkdepends=('python-hypothesis' 'python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
 
sha512sums=('97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379')


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2021-02-08 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 9, 2021 @ 06:15:42
  Author: farseerfc
Revision: 850800

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 850799, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 850799, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |  156 ++--
 skk-jisyo.install |   20 +++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 06:15:04 UTC (rev 850799)
+++ PKGBUILD2021-02-09 06:15:42 UTC (rev 850800)
@@ -1,78 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20210131
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/";
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-
-_skk_jisyo_gz=(L
-   M
-   ML
-   S
-   JIS2
-   JIS2004
-   JIS3_4
-   assoc
-   china_taiwan
-   fullname
-   geo
-   itaiji
-   itaiji.JIS3_4
-   jinmei
-   law
-   lisp
-   mazegaki
-   okinawa
-   propernoun
-   pubdic+
-   requested
-   station
-   wrong
-   wrong.annotated)
-
-source=()
-for _t in "${_skk_jisyo_gz[@]}" ; do
-  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz";)
-done
-
-sha512sums=('852ba0a662042223916c7f6fe56b987ec5231dba9c986b0e2fc978072f2104699fc293a407087f29f55ccf4cb535dadc2c1c7213dd29b1165b5f244e143b576c'
-
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
-
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
-
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
-
'df34831e6e254443193ff8ccf0290f8105c153f559bfdde694b179ae8cf3e3405e2ba6965f700a80ddb08329871ee418b8b8779d80154116f2608fffb5b58b80'
-
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
-
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
-
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'611a6b2415f81beecba4e940a2fa845a90d52c8933d86212201f6a43fa694a89963d581350a47a1fa5a978d0eb29c035411bf170269628256649ac2101e3901f'
-
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
-
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
-
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
-
'f7cec0d34cdce69f14e0514851b38763d8457445923bbe7cd67724b2615a8194c868fc5db339c109af4f360ccd1684d64cc3dafe18806011ac84b0fbc8e6c24c'
-
'dcdabf07459f8747a6dcb07120cdb5f6d89d3d9b402330215be6e3828f4f072c18c5250fafa73603c436d7db3380eb469a75e30117bcc4fcbfce583ad8b71b64'
-
'c6a83e5bfba5f7d03f632eef594a00093b721176215997195f12f78c3f3f9dfcfff4d795f7e7ce4612dfbf0c6c3ce67b64e2bce7385d663ccef346fe32ae9967'
-
'e93ad4e50182f747f6b37fa81944b6bad447f4076adf11c444bef1d3a8c1e8dafd0c69b4a40716e45a4c4ae567dabcd49b617437e84cccf7f79d8ae32aedfb07'
-
'8b0780182d4c943ad5e36b3a8b64ca3484c3debf09986bfb2c881848afeac8144e570e1ee36ae4b7e710d81ffd7bb64d249d971a690b7b8fa2d64b5a953fa3fc'
-
'03998eaf7c7935481141b6687cbf712fad54a831d9e93b84a936a7fe896f8005abfd1ea9245dcae901bfa6354d44424ddd09d519af8a5e885607ba9aa8202b4e'
-
'7439640d0f81fbee38de7200bf32fd83115958255c92e3b8b4413a7a687aa5b5e721a11f99bf54669a13d691ccae83dc71fe0beffa63415949c536f84db0b290'
-
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
-
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
-
'b6ec4c742124a35ea6f2bd314dd40106c1ca58cd3d5bc9c836a423f42e

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

2021-02-08 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 9, 2021 @ 06:15:04
  Author: farseerfc
Revision: 850799

upgpkg: skk-jisyo 20210207-1: skk-jisyo 20210207

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:13:04 UTC (rev 850798)
+++ PKGBUILD2021-02-09 06:15:04 UTC (rev 850799)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20210131
+pkgver=20210207
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -42,7 +42,7 @@
   
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz";)
 done
 
-sha512sums=('852ba0a662042223916c7f6fe56b987ec5231dba9c986b0e2fc978072f2104699fc293a407087f29f55ccf4cb535dadc2c1c7213dd29b1165b5f244e143b576c'
+sha512sums=('4eeb2bda82953950bd72f8b17a7a255f12e8427cb61098b480d56b0d810bb552c031c30287bf99d4f8cfa8b5360eba374ace63b93a4f9a2ae3dfc2a878c60a21'
 
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
 
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
 
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
@@ -50,7 +50,7 @@
 
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
 
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
 
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'611a6b2415f81beecba4e940a2fa845a90d52c8933d86212201f6a43fa694a89963d581350a47a1fa5a978d0eb29c035411bf170269628256649ac2101e3901f'
+
'f003f5b66c9fd325fe8d9da9c1aea6fe3c744568f138ed752daf36c5600b1c976b56a180af51d3731f0861eef38f4ac06e925cc0a599afc5c2a786f131944e8e'
 
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
 
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
 
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
@@ -64,7 +64,7 @@
 
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
 
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
 
'b6ec4c742124a35ea6f2bd314dd40106c1ca58cd3d5bc9c836a423f42e3d31797862038de1bd2ad69b3f96336215f7fc39bcf9a6442277797f3013519436043b'
-
'd7d9a78da37e23ffe616db8ef926290c2fde3996fcf4752baeb953a33273aaa14b54e12924dcc51025d9a1186bad7f4a66447c10fae15f37205593cfc7f63b31'
+
'68e2f91ab05da7397722634dd5267895724cb38f6055180cd9a60079ef01c072717a8fd4775a270d49c542e3231a61a9b3baa37f82a453c20d65d57c0c014e66'
 
'56bba4617a84a3da349b3beb3d33e43e473dfe2af0833158f9771e662ddb124b950389d0cc5efaf5afe375ebe192d02d4ac70efbafb2419717d45b64d273b1cd')
 
 


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:13:04
  Author: polyzen
Revision: 850798

archrelease: copy trunk to community-any

Added:
  khard/repos/community-any/PKGBUILD
(from rev 850797, khard/trunk/PKGBUILD)
Deleted:
  khard/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 06:12:46 UTC (rev 850797)
+++ PKGBUILD2021-02-09 06:13:04 UTC (rev 850798)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Daniel M. Capella 
-
-pkgname=khard
-pkgver=0.17.0
-pkgrel=3
-pkgdesc="Console CardDAV client"
-arch=('any')
-url="https://github.com/scheibler/khard";
-license=('GPL3')
-depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
-'python-setuptools' 'python-unidecode' 'python-vobject')
-makedepends=('python-sphinx-autoapi' 'python-sphinx-autodoc-typehints'
-'python-setuptools_scm' 'python-sphinx')
-checkdepends=('python-pytest')
-optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
-'diffutils: Using sdiff_khard_wrapper.sh')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('9cb936aeaa327b9837488a752906bf603429ca0c7240703829220119049f5f62e84f7e4c90bb81799307fe446c3aa47fe6ee4112c276b6bb329c959be438ba25')
-b2sums=('488e1df70212c856d8dfa43955e681344fb1a257d765c81820444f6435d39aec782da9d01edeeaac0b9a87412db680fde368c39c74faa82b0eff2d7a0a2dbc6b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -i 's/import validate/import configobj.validate as validate/' 
khard/config.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-  make -C doc man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  # additional wrapper script
-  install -vDm 755 "misc/sdiff/sdiff_${pkgname}_wrapper.sh" \
-"${pkgdir}/usr/lib/${pkgname}/sdiff_${pkgname}_wrapper.sh"
-  # twinkle integration
-  install -vDm 644 misc/twinkle/scripts/*.py \
--t "${pkgdir}/usr/share/${pkgname}/twinkle/scripts/"
-  install -vDm 644 misc/twinkle/sounds/*.ogg \
--t "${pkgdir}/usr/share/${pkgname}/twinkle/sounds/"
-  # zsh
-  install -vDm 644 "misc/zsh/_"*"${pkgname}" \
--t "${pkgdir}/usr/share/zsh/site-functions/"
-  # docs
-  install -vDm 644 {CHANGES,CONTRIBUTING.rst,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # man
-  install -vDm 644 "doc/build/man/${pkgname}.1" \
--t "${pkgdir}/usr/share/man/man1"
-  install -vDm 644 "doc/build/man/${pkgname}.conf.5" \
--t "${pkgdir}/usr/share/man/man5"
-}

Copied: khard/repos/community-any/PKGBUILD (from rev 850797, 
khard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 06:13:04 UTC (rev 850798)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge 
+# Maintainer: Daniel M. Capella 
+
+pkgname=khard
+pkgver=0.17.0
+pkgrel=4
+pkgdesc="Console CardDAV client"
+arch=('any')
+url="https://github.com/scheibler/khard";
+license=('GPL3')
+depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
+ 'python-unidecode' 'python-vobject')
+makedepends=('python-sphinx-autoapi' 'python-sphinx-autodoc-typehints'
+ 'python-setuptools_scm' 'python-sphinx')
+checkdepends=('python-pytest')
+optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
+'diffutils: Using sdiff_khard_wrapper.sh')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('9cb936aeaa327b9837488a752906bf603429ca0c7240703829220119049f5f62e84f7e4c90bb81799307fe446c3aa47fe6ee4112c276b6bb329c959be438ba25')
+b2sums=('488e1df70212c856d8dfa43955e681344fb1a257d765c81820444f6435d39aec782da9d01edeeaac0b9a87412db680fde368c39c74faa82b0eff2d7a0a2dbc6b')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -i 's/import validate/import configobj.validate as validate/' 
khard/config.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PYTHONHASHSEED=0
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  # additional wrapper script
+  install -vDm 755 "misc/sdiff/sdiff_${pkgname}_wrapper.sh" \
+"${pkgdir}/usr/lib/${pkgname}/sdiff_${pkgname}_wrapper.sh"
+  # twinkle integration
+  install -vDm 644 misc/twinkle/scripts/*.py \
+-t "${pkgdir}/usr/share/${pkgname}/twinkle/scripts/"
+  install -vDm 644 misc/twinkle/sound

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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:12:46
  Author: polyzen
Revision: 850797

upgpkg: khard 0.17.0-4: Remove setuptools from depends

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  khard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:09:29 UTC (rev 850796)
+++ PKGBUILD2021-02-09 06:12:46 UTC (rev 850797)
@@ -3,15 +3,15 @@
 
 pkgname=khard
 pkgver=0.17.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Console CardDAV client"
 arch=('any')
 url="https://github.com/scheibler/khard";
 license=('GPL3')
 depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
-'python-setuptools' 'python-unidecode' 'python-vobject')
+ 'python-unidecode' 'python-vobject')
 makedepends=('python-sphinx-autoapi' 'python-sphinx-autodoc-typehints'
-'python-setuptools_scm' 'python-sphinx')
+ 'python-setuptools_scm' 'python-sphinx')
 checkdepends=('python-pytest')
 optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
 'diffutils: Using sdiff_khard_wrapper.sh')


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:09:29
  Author: polyzen
Revision: 850796

archrelease: copy trunk to community-any

Added:
  khal/repos/community-any/PKGBUILD
(from rev 850795, khal/trunk/PKGBUILD)
Deleted:
  khal/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 06:09:10 UTC (rev 850795)
+++ PKGBUILD2021-02-09 06:09:29 UTC (rev 850796)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Daniel M. Capella 
-# Contributor: eolianoe 
-# Contributor: Hugo Osvaldo Barrera 
-# Contributor: Thomas Weißschuh 
-# Contributor: Étienne Deparis 
-# Contributor: Daniel M. Capella 
-
-_name=khal
-pkgname=khal
-pkgver=0.10.2
-pkgrel=4
-pkgdesc='CLI calendar application build around CalDAV'
-arch=('any')
-url="https://lostpackets.de/khal/";
-license=('MIT')
-makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed')
-depends=('python-atomicwrites' 'python-click' 'python-click-log'
-'python-configobj' 'python-dateutil' 'python-icalendar' 'python-pytz'
-'python-setuptools' 'python-tzlocal' 'python-urwid' 'python-xdg')
-optdepends=('python-setproctitle: Set process name'
-'vdirsyncer: Synchronize CalDAV calendars')
-checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('e15449b73175190f02b6fe5774a8feef8a5390966da3836624c94a044d146cc6e8a73985d991042fbb617f736c6759ded387a65292529e71f5b2f34bc80a686e')
-b2sums=('0c7c4ab1234ebe90ef9ad8291f2a0087a3f6a60d25f5426445eedadb25f236b3598dacc051e959a108ad472efc56628bf7ba11ed714c885d956f1a8f905029ca')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-  make -C doc man PYTHONPATH="${PWD}"
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  pytest -v \
-|| echo "Tests from hell: https://github.com/pimutils/khal/issues/860";
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # executables
-  install -vDm 755 bin/{i,}"${pkgname}" -t "$pkgdir/usr/bin/"
-  # configuration
-  install -vDm 644 "${pkgname}.conf.sample" \
-"${pkgdir}/usr/share/doc/${pkgname}/examples/${pkgname}.conf"
-  # man page
-  install -vDm 644 doc/build/man/${pkgname}.1 \
--t "${pkgdir}/usr/share/man/man1/"
-  # zsh completion
-  install -vDm 644 "misc/__${pkgname}" \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  # license
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {AUTHORS.txt,{CHANGELOG,CONTRIBUTING,README}.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: khal/repos/community-any/PKGBUILD (from rev 850795, khal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 06:09:29 UTC (rev 850796)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge 
+# Maintainer: Daniel M. Capella 
+# Contributor: eolianoe 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Thomas Weißschuh 
+# Contributor: Étienne Deparis 
+# Contributor: Daniel M. Capella 
+
+_name=khal
+pkgname=khal
+pkgver=0.10.2
+pkgrel=5
+pkgdesc='CLI calendar application build around CalDAV'
+arch=('any')
+url="https://lostpackets.de/khal/";
+license=('MIT')
+makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed')
+depends=('python-atomicwrites' 'python-click' 'python-click-log'
+'python-configobj' 'python-dateutil' 'python-icalendar' 'python-pytz'
+'python-tzlocal' 'python-urwid' 'python-xdg')
+optdepends=('python-setproctitle: Set process name'
+'vdirsyncer: Synchronize CalDAV calendars')
+checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('e15449b73175190f02b6fe5774a8feef8a5390966da3836624c94a044d146cc6e8a73985d991042fbb617f736c6759ded387a65292529e71f5b2f34bc80a686e')
+b2sums=('0c7c4ab1234ebe90ef9ad8291f2a0087a3f6a60d25f5426445eedadb25f236b3598dacc051e959a108ad472efc56628bf7ba11ed714c885d956f1a8f905029ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man PYTHONPATH="${PWD}"
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v \
+|| echo "Tests from hell: https://github.com/pimutils/khal/issues/860";
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # executables
+  install -vDm 755 bin/{i,}"${pkgname}" -t "$pkgdir/usr/bin/"
+  # configuration
+  install -vDm 644 "${pkgname}.conf.sample" \
+ 

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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:09:10
  Author: polyzen
Revision: 850795

upgpkg: khal 0.10.2-5: Remove setuptools from depends

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  khal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 06:01:30 UTC (rev 850794)
+++ PKGBUILD2021-02-09 06:09:10 UTC (rev 850795)
@@ -9,7 +9,7 @@
 _name=khal
 pkgname=khal
 pkgver=0.10.2
-pkgrel=4
+pkgrel=5
 pkgdesc='CLI calendar application build around CalDAV'
 arch=('any')
 url="https://lostpackets.de/khal/";
@@ -17,7 +17,7 @@
 makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed')
 depends=('python-atomicwrites' 'python-click' 'python-click-log'
 'python-configobj' 'python-dateutil' 'python-icalendar' 'python-pytz'
-'python-setuptools' 'python-tzlocal' 'python-urwid' 'python-xdg')
+'python-tzlocal' 'python-urwid' 'python-xdg')
 optdepends=('python-setproctitle: Set process name'
 'vdirsyncer: Synchronize CalDAV calendars')
 checkdepends=('python-pytest' 'python-freezegun' 'vdirsyncer')


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:01:30
  Author: polyzen
Revision: 850794

archrelease: copy trunk to community-any

Added:
  yamllint/repos/community-any/PKGBUILD
(from rev 850793, yamllint/trunk/PKGBUILD)
Deleted:
  yamllint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 06:01:11 UTC (rev 850793)
+++ PKGBUILD2021-02-09 06:01:30 UTC (rev 850794)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=yamllint
-pkgver=1.26.0
-pkgrel=1
-pkgdesc='Linter for YAML files'
-arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-setuptools' 'python-yaml')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087')
-b2sums=('34eb47ee092173551d196d3399168e60b34f2a016894777054f361de1da06089a758a33b710a0564c49f11784b6e19453763ee597e54877a44db6477fcced443')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: yamllint/repos/community-any/PKGBUILD (from rev 850793, 
yamllint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 06:01:30 UTC (rev 850794)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=yamllint
+pkgver=1.26.0
+pkgrel=2
+pkgdesc='Linter for YAML files'
+arch=('any')
+url=https://github.com/adrienverge/yamllint
+license=('GPL3')
+depends=('python-pathspec' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087')
+b2sums=('34eb47ee092173551d196d3399168e60b34f2a016894777054f361de1da06089a758a33b710a0564c49f11784b6e19453763ee597e54877a44db6477fcced443')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/setuptools/d' setup.cfg
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 06:01:11
  Author: polyzen
Revision: 850793

upgpkg: yamllint 1.26.0-2: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  yamllint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 05:54:43 UTC (rev 850792)
+++ PKGBUILD2021-02-09 06:01:11 UTC (rev 850793)
@@ -2,17 +2,23 @@
 
 pkgname=yamllint
 pkgver=1.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Linter for YAML files'
 arch=('any')
 url=https://github.com/adrienverge/yamllint
 license=('GPL3')
-depends=('python-pathspec' 'python-setuptools' 'python-yaml')
+depends=('python-pathspec' 'python-yaml')
+makedepends=('python-setuptools')
 checkdepends=('python-nose')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
 sha256sums=('b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087')
 
b2sums=('34eb47ee092173551d196d3399168e60b34f2a016894777054f361de1da06089a758a33b710a0564c49f11784b6e19453763ee597e54877a44db6477fcced443')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/setuptools/d' setup.cfg
+}
+
 build() {
   cd $pkgname-$pkgver
   python setup.py build


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 05:54:43
  Author: polyzen
Revision: 850792

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 850791, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 05:54:24 UTC (rev 850791)
+++ PKGBUILD2021-02-09 05:54:43 UTC (rev 850792)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2021.02.04.1
-pkgrel=1
-pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('0a4b3865ab0471d26c5977f1390b555e4e222c1cfff5bed9e2f52fd128bdc866'
-'SKIP')
-validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-build() {
-  cd ${pkgname}
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 850791, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 05:54:43 UTC (rev 850792)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Daniel M. Capella 
+# Contributor: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2021.02.04.1
+pkgrel=2
+pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
+arch=('any')
+url="https://ytdl-org.github.io/youtube-dl/";
+license=('custom')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('0a4b3865ab0471d26c5977f1390b555e4e222c1cfff5bed9e2f52fd128bdc866'
+'SKIP')
+validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
+}
+
+build() {
+  cd ${pkgname}
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 05:54:24
  Author: polyzen
Revision: 850791

upgpkg: youtube-dl 2021.02.04.1-2: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 05:47:59 UTC (rev 850790)
+++ PKGBUILD2021-02-09 05:54:24 UTC (rev 850791)
@@ -4,12 +4,13 @@
 
 pkgname=youtube-dl
 pkgver=2021.02.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
 license=('custom')
-depends=('python' 'python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 optdepends=('ffmpeg: for video post-processing'
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files'


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 05:47:59
  Author: polyzen
Revision: 850790

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-09 05:47:37 UTC (rev 850789)
+++ PKGBUILD2021-02-09 05:47:59 UTC (rev 850790)
@@ -1,42 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Daniel M. Capella 
-# Contributor: James Zhu 
-
-pkgname=python-black
-pkgver=20.8b1
-pkgrel=5
-pkgdesc='Uncompromising Python code formatter'
-arch=('any')
-url=https://github.com/psf/black
-license=('MIT')
-depends=('python' 'python-appdirs' 'python-click' 'python-mypy_extensions'
- 'python-pathspec' 'python-regex' 'python-setuptools' 'python-toml'
- 'python-typed-ast' 'python-typing_extensions')
-checkdepends=('python-aiohttp' 'python-aiohttp-cors')
-optdepends=('python-aiohttp: for the blackd HTTP server'
-'python-aiohttp-cors: for the blackd HTTP server'
-'python-colorama: for colored diffs')
-source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz";)
-sha256sums=('1c02557aa099101b9d21496f8a914e9edef70336404eeeac8edba836fbea')
-
-build() {
-  cd "black-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "black-$pkgver"
-  mkdir -p temp
-  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python setup.py install --skip-build --root=temp
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python 
-m unittest tests/test_black.py
-}
-
-package() {
-  cd "black-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-black/repos/community-any/PKGBUILD (from rev 850789, 
python-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-09 05:47:59 UTC (rev 850790)
@@ -0,0 +1,52 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=20.8b1
+pkgrel=6
+pkgdesc='Uncompromising Python code formatter'
+arch=('any')
+url=https://github.com/psf/black
+license=('MIT')
+depends=('python' 'python-appdirs' 'python-click' 'python-mypy_extensions'
+ 'python-pathspec' 'python-regex' 'python-toml' 'python-typed-ast')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-aiohttp' 'python-aiohttp-cors')
+optdepends=('python-aiohttp: for the blackd HTTP server'
+'python-aiohttp-cors: for the blackd HTTP server'
+'python-colorama: for colored diffs')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz";
+
'https://github.com/psf/black/pull/1873/commits/794bb3be687d22bb0a7c5cc6c9e992de7fcfcf7b.patch')
+sha256sums=('1c02557aa099101b9d21496f8a914e9edef70336404eeeac8edba836fbea'
+'ee2ff73e2cb890debd5ecf3b1072d29024c7de9b45faf8f023f6214755dccaea')
+b2sums=('f5c4755c5e07c63954041fb437b6dc54ae1aa062e58e0bff2d421b617974b7fdff44a6630beccbed6670b8f07880fafe0fec7c9ce7b170af078a2b15d230e21e'
+
'7f8974d7ba6003316abb0437e63970fddb32d1155c8c3831915e559f694061bd73a56ad8957d56ebce346a3d98befc8644b17ca2e4f86405da4c6233ca2abd30')
+
+prepare() {
+  cd "black-$pkgver"
+  # Only require typing-extensions if Python < 3.8
+  patch --forward --strip=1 
--input=../794bb3be687d22bb0a7c5cc6c9e992de7fcfcf7b.patch
+}
+
+build() {
+  cd "black-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "black-$pkgver"
+  mkdir -p temp
+  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --skip-build --root=temp
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python 
-m unittest tests/test_black.py
+}
+
+package() {
+  cd "black-$pkgver"
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-08 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 9, 2021 @ 05:47:37
  Author: polyzen
Revision: 850789

upgpkg: python-black 20.8b1-6: Reduce deps

- Move setuptools(-scm) to makedeps
  
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

- Remove typing-extensions dep
  https://github.com/psf/black/pull/1873

Modified:
  python-black/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:06:31 UTC (rev 850788)
+++ PKGBUILD2021-02-09 05:47:37 UTC (rev 850789)
@@ -4,21 +4,31 @@
 
 pkgname=python-black
 pkgver=20.8b1
-pkgrel=5
+pkgrel=6
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
 license=('MIT')
 depends=('python' 'python-appdirs' 'python-click' 'python-mypy_extensions'
- 'python-pathspec' 'python-regex' 'python-setuptools' 'python-toml'
- 'python-typed-ast' 'python-typing_extensions')
+ 'python-pathspec' 'python-regex' 'python-toml' 'python-typed-ast')
+makedepends=('python-setuptools-scm')
 checkdepends=('python-aiohttp' 'python-aiohttp-cors')
 optdepends=('python-aiohttp: for the blackd HTTP server'
 'python-aiohttp-cors: for the blackd HTTP server'
 'python-colorama: for colored diffs')
-source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz";)
-sha256sums=('1c02557aa099101b9d21496f8a914e9edef70336404eeeac8edba836fbea')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz";
+
'https://github.com/psf/black/pull/1873/commits/794bb3be687d22bb0a7c5cc6c9e992de7fcfcf7b.patch')
+sha256sums=('1c02557aa099101b9d21496f8a914e9edef70336404eeeac8edba836fbea'
+'ee2ff73e2cb890debd5ecf3b1072d29024c7de9b45faf8f023f6214755dccaea')
+b2sums=('f5c4755c5e07c63954041fb437b6dc54ae1aa062e58e0bff2d421b617974b7fdff44a6630beccbed6670b8f07880fafe0fec7c9ce7b170af078a2b15d230e21e'
+
'7f8974d7ba6003316abb0437e63970fddb32d1155c8c3831915e559f694061bd73a56ad8957d56ebce346a3d98befc8644b17ca2e4f86405da4c6233ca2abd30')
 
+prepare() {
+  cd "black-$pkgver"
+  # Only require typing-extensions if Python < 3.8
+  patch --forward --strip=1 
--input=../794bb3be687d22bb0a7c5cc6c9e992de7fcfcf7b.patch
+}
+
 build() {
   cd "black-$pkgver"
   python setup.py build


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:06:31
  Author: felixonmars
Revision: 850788

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-stringbuilder/repos/community-staging-x86_64/PKGBUILD (from rev 
850787, haskell-stringbuilder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:06:31 UTC (rev 850788)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=stringbuilder
+pkgname=haskell-stringbuilder
+pkgver=0.5.1
+pkgrel=159
+pkgdesc="A writer monad for multi-line string literals"
+url="https://github.com/sol/stringbuilder";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('09cbf01dce82b325393c0d6f0264792695d528a184052f5e1d5dbd3fc181fd11c280e77ba445f1e44c6a8dabc0b267aa90f4a9f1fc34135f1b741d2a5dca9369')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--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"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:06:11
  Author: felixonmars
Revision: 850787

upgpkg: haskell-stringbuilder 0.5.1-159: rebuild with ghc 8.10.4 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-stringbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:05:43 UTC (rev 850786)
+++ PKGBUILD2021-02-09 01:06:11 UTC (rev 850787)
@@ -4,7 +4,7 @@
 _hkgname=stringbuilder
 pkgname=haskell-stringbuilder
 pkgver=0.5.1
-pkgrel=158
+pkgrel=159
 pkgdesc="A writer monad for multi-line string literals"
 url="https://github.com/sol/stringbuilder";
 license=("MIT")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:05:43
  Author: felixonmars
Revision: 850786

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-xml/repos/community-staging-x86_64/PKGBUILD (from rev 850785, 
haskell-xml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:05:43 UTC (rev 850786)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml
+pkgname=haskell-xml
+pkgver=1.3.14
+pkgrel=27
+pkgdesc="A simple XML library"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2ddaa6c837fe85a06c751a66ae2c185fb7190f51f24649a668032b048b3e1b15982b45c86dfee4131453f0bd1ed704e934090bbede252a2b6de30c5f4ad44137')
+
+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 haskell-xml/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:05:27
  Author: felixonmars
Revision: 850785

upgpkg: haskell-xml 1.3.14-27: rebuild with ghc 8.10.4

Modified:
  haskell-xml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:04:55 UTC (rev 850784)
+++ PKGBUILD2021-02-09 01:05:27 UTC (rev 850785)
@@ -4,7 +4,7 @@
 _hkgname=xml
 pkgname=haskell-xml
 pkgver=1.3.14
-pkgrel=26
+pkgrel=27
 pkgdesc="A simple XML library"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:04:55
  Author: felixonmars
Revision: 850784

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cpphs/repos/community-staging-x86_64/PKGBUILD (from rev 850783, 
haskell-cpphs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:04:55 UTC (rev 850784)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cpphs
+pkgname=haskell-cpphs
+pkgver=1.20.9.1
+pkgrel=7
+pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
+url="https://projects.haskell.org/cpphs/";
+license=("LGPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-polyparse')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('bc5cd86c1e42061ae5c940612542dbea420344fb8596495d71ff2dc724bc1a3785f830e51c3ae99394488a122deabacd6433a5c919e3682c4129f3b296b7931f')
+
+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"
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:04:37
  Author: felixonmars
Revision: 850783

upgpkg: haskell-cpphs 1.20.9.1-7: rebuild with ghc 8.10.4

Modified:
  haskell-cpphs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:04:00 UTC (rev 850782)
+++ PKGBUILD2021-02-09 01:04:37 UTC (rev 850783)
@@ -4,7 +4,7 @@
 _hkgname=cpphs
 pkgname=haskell-cpphs
 pkgver=1.20.9.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
 url="https://projects.haskell.org/cpphs/";
 license=("LGPL")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:04:00
  Author: felixonmars
Revision: 850782

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-polyparse/repos/community-staging-x86_64/PKGBUILD (from rev 
850781, haskell-polyparse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:04:00 UTC (rev 850782)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=polyparse
+pkgname=haskell-polyparse
+pkgver=1.13
+pkgrel=8
+pkgdesc="A variety of alternative parser combinator libraries."
+url="http://code.haskell.org/~malcolm/polyparse/";
+license=("LGPL")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3b66a73f97d6b5b6628193f87cae1ae1a68d63df0058532b2ac9a62af82dabe28e15fe1464075a2f436e70a7d20b57e72fdd7831f8b11035ff8117becb08d18e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_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 \
+--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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:03:43
  Author: felixonmars
Revision: 850781

upgpkg: haskell-polyparse 1.13-8: rebuild with ghc 8.10.4

Modified:
  haskell-polyparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:03:06 UTC (rev 850780)
+++ PKGBUILD2021-02-09 01:03:43 UTC (rev 850781)
@@ -4,7 +4,7 @@
 _hkgname=polyparse
 pkgname=haskell-polyparse
 pkgver=1.13
-pkgrel=7
+pkgrel=8
 pkgdesc="A variety of alternative parser combinator libraries."
 url="http://code.haskell.org/~malcolm/polyparse/";
 license=("LGPL")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:03:06
  Author: felixonmars
Revision: 850780

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dyre/repos/community-staging-x86_64/PKGBUILD (from rev 850779, 
haskell-dyre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:03:06 UTC (rev 850780)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dyre
+pkgname=haskell-dyre
+pkgver=0.8.12
+pkgrel=9
+pkgdesc="Dynamic reconfiguration in Haskell"
+url="https://github.com/willdonnelly/dyre";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc-paths' 'haskell-executable-path' 
'haskell-xdg-basedir'
+ 'haskell-io-storage')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('157f1d20dd7a0bbad46044722a4d0e291df09dede715417cf20b18391cb13b52fc25486f99d604d3c279a3f86fc3fc405466099e995190fcbe8aad3cbdb1220e')
+
+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"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:02:43
  Author: felixonmars
Revision: 850779

upgpkg: haskell-dyre 0.8.12-9: rebuild with ghc 8.10.4

Modified:
  haskell-dyre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:02:10 UTC (rev 850778)
+++ PKGBUILD2021-02-09 01:02:43 UTC (rev 850779)
@@ -3,7 +3,7 @@
 _hkgname=dyre
 pkgname=haskell-dyre
 pkgver=0.8.12
-pkgrel=8
+pkgrel=9
 pkgdesc="Dynamic reconfiguration in Haskell"
 url="https://github.com/willdonnelly/dyre";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:02:10
  Author: felixonmars
Revision: 850778

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xdg-basedir/repos/community-staging-x86_64/
  haskell-xdg-basedir/repos/community-staging-x86_64/PKGBUILD
(from rev 850777, haskell-xdg-basedir/trunk/PKGBUILD)

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

Copied: haskell-xdg-basedir/repos/community-staging-x86_64/PKGBUILD (from rev 
850777, haskell-xdg-basedir/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:02:10 UTC (rev 850778)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=xdg-basedir
+pkgname=haskell-xdg-basedir
+pkgver=0.2.2
+pkgrel=9
+pkgdesc="A basic implementation of the XDG Base Directory specification"
+url="https://github.com/willdonnelly/xdg-basedir";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4bd857ef8e0e21caff0e6e80ec9fe6f693e4f44b635e6d53c206905d8b08533d7de26d1bf58d7ef7ca3d818508b2d8d9490f6c301c95b9d37fa87e11d2f0346c')
+
+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"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:01:55
  Author: felixonmars
Revision: 850777

upgpkg: haskell-xdg-basedir 0.2.2-9: rebuild with ghc 8.10.4

Modified:
  haskell-xdg-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:01:29 UTC (rev 850776)
+++ PKGBUILD2021-02-09 01:01:55 UTC (rev 850777)
@@ -3,7 +3,7 @@
 _hkgname=xdg-basedir
 pkgname=haskell-xdg-basedir
 pkgver=0.2.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A basic implementation of the XDG Base Directory specification"
 url="https://github.com/willdonnelly/xdg-basedir";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:01:29
  Author: felixonmars
Revision: 850776

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-smtlib/repos/community-staging-x86_64/PKGBUILD (from rev 
850775, haskell-smtlib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:01:29 UTC (rev 850776)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=smtLib
+pkgname=haskell-smtlib
+pkgver=1.1
+pkgrel=11
+pkgdesc="A library for working with the SMTLIB format"
+url="https://github.com/yav/smtLib";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('11a550ec03a0c59b2f7a0f24b325cdb4c981d75b1d25785a76ba644e7c75ca843e8c99d193f650f6d4ee991e6a7f505d9f000bd13e5b1289d7d3fae66fe33124')
+
+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 haskell-smtlib/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:01:12
  Author: felixonmars
Revision: 850775

upgpkg: haskell-smtlib 1.1-11: rebuild with ghc 8.10.4

Modified:
  haskell-smtlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 01:00:38 UTC (rev 850774)
+++ PKGBUILD2021-02-09 01:01:12 UTC (rev 850775)
@@ -4,7 +4,7 @@
 _hkgname=smtLib
 pkgname=haskell-smtlib
 pkgver=1.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A library for working with the SMTLIB format"
 url="https://github.com/yav/smtLib";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:00:38
  Author: felixonmars
Revision: 850774

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ifelse/repos/community-staging-x86_64/PKGBUILD (from rev 
850773, haskell-ifelse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 01:00:38 UTC (rev 850774)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=IfElse
+pkgname=haskell-ifelse
+pkgver=0.85
+pkgrel=23
+pkgdesc="Anaphoric and miscellaneous useful control-flow"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5378b0f98d3a14dbc5b297a01a5c48aed4825f4ab2192e35b3a6aee932cce5b740e5ea44cbbd69dc3e74ff38415d77df43136e2a8ddf9bc6fd9fe1497a6dcd1c')
+
+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 haskell-ifelse/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 01:00:20
  Author: felixonmars
Revision: 850773

upgpkg: haskell-ifelse 0.85-23: rebuild with ghc 8.10.4

Modified:
  haskell-ifelse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:59:50 UTC (rev 850772)
+++ PKGBUILD2021-02-09 01:00:20 UTC (rev 850773)
@@ -4,7 +4,7 @@
 _hkgname=IfElse
 pkgname=haskell-ifelse
 pkgver=0.85
-pkgrel=22
+pkgrel=23
 pkgdesc="Anaphoric and miscellaneous useful control-flow"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:59:50
  Author: felixonmars
Revision: 850772

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-endian/repos/community-staging-x86_64/
  haskell-data-endian/repos/community-staging-x86_64/PKGBUILD
(from rev 850771, haskell-data-endian/trunk/PKGBUILD)

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

Copied: haskell-data-endian/repos/community-staging-x86_64/PKGBUILD (from rev 
850771, haskell-data-endian/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:59:50 UTC (rev 850772)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-endian
+pkgname=haskell-data-endian
+pkgver=0.1.1
+pkgrel=20
+pkgdesc="Endian-sensitive data"
+url="https://github.com/mvv/data-endian";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a8e94f996a0b1c929cd01b8f38c52149cf3bac0f50449d327ba66ac4a378ba5c3826860abe4d1592aa83ed9ca81dba6083c63a66e6ee0655c27521cb87977a90')
+
+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 haskell-data-endian/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:59:33
  Author: felixonmars
Revision: 850771

upgpkg: haskell-data-endian 0.1.1-20: rebuild with ghc 8.10.4

Modified:
  haskell-data-endian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:59:07 UTC (rev 850770)
+++ PKGBUILD2021-02-09 00:59:33 UTC (rev 850771)
@@ -3,7 +3,7 @@
 _hkgname=data-endian
 pkgname=haskell-data-endian
 pkgver=0.1.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Endian-sensitive data"
 url="https://github.com/mvv/data-endian";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:59:07
  Author: felixonmars
Revision: 850770

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-js-dgtable/repos/community-staging-x86_64/
  haskell-js-dgtable/repos/community-staging-x86_64/PKGBUILD
(from rev 850769, haskell-js-dgtable/trunk/PKGBUILD)

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

Copied: haskell-js-dgtable/repos/community-staging-x86_64/PKGBUILD (from rev 
850769, haskell-js-dgtable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:59:07 UTC (rev 850770)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=js-dgtable
+pkgname=haskell-js-dgtable
+pkgver=0.5.2
+pkgrel=10
+pkgdesc="Obtain minified jquery.dgtable code"
+url="https://github.com/ndmitchell/js-dgtable";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5854b5083af33ae533fb90c12f88e1b7b777a9a02fc9f38551033f1b31e580b2839453f137bb71e7c7a54ab7ccf652c7eddb60d3f5d30a0ac71bfb668ebe4337')
+
+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"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:58:49
  Author: felixonmars
Revision: 850769

upgpkg: haskell-js-dgtable 0.5.2-10: rebuild with ghc 8.10.4

Modified:
  haskell-js-dgtable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:58:21 UTC (rev 850768)
+++ PKGBUILD2021-02-09 00:58:49 UTC (rev 850769)
@@ -3,7 +3,7 @@
 _hkgname=js-dgtable
 pkgname=haskell-js-dgtable
 pkgver=0.5.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Obtain minified jquery.dgtable code"
 url="https://github.com/ndmitchell/js-dgtable";
 license=('MIT')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:58:21
  Author: felixonmars
Revision: 850768

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gsasl/repos/community-staging-x86_64/PKGBUILD (from rev 850767, 
haskell-gsasl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:58:21 UTC (rev 850768)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gsasl
+pkgname=haskell-gsasl
+pkgver=0.3.7
+pkgrel=7
+pkgdesc="Bindings for GNU libgsasl"
+url="https://git.sr.ht/~singpolyma/gsasl-haskell";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'gsasl' 'haskell-monad-loops')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7a3eb2919aee0df650cfeec62fb6cafd4cc49a9af59c54878a737816b6369cf6d63db7e8afc701c44c74ae15a46a707a20a762f7f976f8a8c1803f1f9db59ed7')
+
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:58:06
  Author: felixonmars
Revision: 850767

upgpkg: haskell-gsasl 0.3.7-7: rebuild with ghc 8.10.4

Modified:
  haskell-gsasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:57:35 UTC (rev 850766)
+++ PKGBUILD2021-02-09 00:58:06 UTC (rev 850767)
@@ -4,7 +4,7 @@
 _hkgname=gsasl
 pkgname=haskell-gsasl
 pkgver=0.3.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Bindings for GNU libgsasl"
 url="https://git.sr.ht/~singpolyma/gsasl-haskell";
 license=("GPL3")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:57:35
  Author: felixonmars
Revision: 850766

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-netlink/repos/community-staging-x86_64/PKGBUILD (from rev 
850765, haskell-netlink/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:57:35 UTC (rev 850766)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=netlink
+pkgname=haskell-netlink
+pkgver=1.1.1.0
+pkgrel=7
+pkgdesc="Netlink communication for Haskell"
+url="https://github.com/Ongy/netlink-hs";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-monad-loops' 
'haskell-pretty-hex')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2bb3d3c1a86e2de61e18a50366d9ecfa863df4959533db5ab3b127b4e02853cf4295ce7519a8ba7bbee9af0534c510aae99c567a5b23e8587e8e56113f530da3')
+
+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"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:57:19
  Author: felixonmars
Revision: 850765

upgpkg: haskell-netlink 1.1.1.0-7: rebuild with ghc 8.10.4

Modified:
  haskell-netlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:56:41 UTC (rev 850764)
+++ PKGBUILD2021-02-09 00:57:19 UTC (rev 850765)
@@ -3,7 +3,7 @@
 _hkgname=netlink
 pkgname=haskell-netlink
 pkgver=1.1.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Netlink communication for Haskell"
 url="https://github.com/Ongy/netlink-hs";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:56:41
  Author: felixonmars
Revision: 850764

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-monad-loops/repos/community-staging-x86_64/
  haskell-monad-loops/repos/community-staging-x86_64/PKGBUILD
(from rev 850763, haskell-monad-loops/trunk/PKGBUILD)

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

Copied: haskell-monad-loops/repos/community-staging-x86_64/PKGBUILD (from rev 
850763, haskell-monad-loops/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:56:41 UTC (rev 850764)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-loops
+pkgname=haskell-monad-loops
+pkgver=0.4.3
+pkgrel=22
+pkgdesc="Monadic loops"
+url="https://github.com/mokus0/monad-loops";
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('41a1314777661a411acf62dfa25cbb1a59fedd5d60d1a2b8566a3dd64dec361ab1fe35827320529a723a612e0443571ce38b17fa900eb8d5289bc52f653d47a5')
+
+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 \
+-fbase4
+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"
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:56:25
  Author: felixonmars
Revision: 850763

upgpkg: haskell-monad-loops 0.4.3-22: rebuild with ghc 8.10.4

Modified:
  haskell-monad-loops/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:55:59 UTC (rev 850762)
+++ PKGBUILD2021-02-09 00:56:25 UTC (rev 850763)
@@ -4,7 +4,7 @@
 _hkgname=monad-loops
 pkgname=haskell-monad-loops
 pkgver=0.4.3
-pkgrel=21
+pkgrel=22
 pkgdesc="Monadic loops"
 url="https://github.com/mokus0/monad-loops";
 license=("custom:PublicDomain")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:55:59
  Author: felixonmars
Revision: 850762

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-blaze-builder/repos/community-staging-x86_64/
  haskell-blaze-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 850761, haskell-blaze-builder/trunk/PKGBUILD)

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

Copied: haskell-blaze-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
850761, haskell-blaze-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:55:59 UTC (rev 850762)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-builder
+pkgname=haskell-blaze-builder
+pkgver=0.4.2.1
+pkgrel=2
+pkgdesc="Efficient buffered output"
+url="https://github.com/lpsmith/blaze-builder";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('30f8d1d70a1aeb5b4c4e3170e40207c0f39933050e04bbdff49683a8b2e850921e80fa8e2d7f2b7a2a19fd6340bb65fad9c1d33999abf8a388d3f0ce921d0744')
+
+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 haskell-blaze-builder/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:55:43
  Author: felixonmars
Revision: 850761

upgpkg: haskell-blaze-builder 0.4.2.1-2: rebuild with ghc 8.10.4

Modified:
  haskell-blaze-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:55:15 UTC (rev 850760)
+++ PKGBUILD2021-02-09 00:55:43 UTC (rev 850761)
@@ -4,7 +4,7 @@
 _hkgname=blaze-builder
 pkgname=haskell-blaze-builder
 pkgver=0.4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Efficient buffered output"
 url="https://github.com/lpsmith/blaze-builder";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:55:15
  Author: felixonmars
Revision: 850760

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-bitarray/repos/community-staging-x86_64/PKGBUILD (from rev 
850759, haskell-bitarray/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:55:15 UTC (rev 850760)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bitarray
+pkgname=haskell-bitarray
+pkgver=0.0.1.1
+pkgrel=20
+pkgdesc="Mutable and immutable bit arrays"
+url="http://code.haskell.org/~bkomuves/";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4b51ef2be989949e4ab8b9cab194c2bb5f3895abf9881ddf6009dd234c2c7d01edf01dc4ae96312a36f0b3d43f1b2b975eeaa738f66ccc2ab9a1a10e07582602')
+
+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 haskell-bitarray/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:54:58
  Author: felixonmars
Revision: 850759

upgpkg: haskell-bitarray 0.0.1.1-20: rebuild with ghc 8.10.4

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:54:28 UTC (rev 850758)
+++ PKGBUILD2021-02-09 00:54:58 UTC (rev 850759)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:54:28
  Author: felixonmars
Revision: 850758

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-ghc/repos/community-staging-x86_64/
  haskell-microlens-ghc/repos/community-staging-x86_64/PKGBUILD
(from rev 850757, haskell-microlens-ghc/trunk/PKGBUILD)

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

Copied: haskell-microlens-ghc/repos/community-staging-x86_64/PKGBUILD (from rev 
850757, haskell-microlens-ghc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:54:28 UTC (rev 850758)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens-ghc
+pkgname=haskell-microlens-ghc
+pkgver=0.4.13
+pkgrel=2
+pkgdesc="microlens + array, bytestring, containers, transformers"
+url="https://github.com/monadfix/microlens";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-microlens')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b1b82ad674811e8b02128a01054511838f508410c8a18c2c8268efc449d4ae1274cf2293fc6c6fffea1a93fdbbbea9a3168a128cf15d5256336fabdcca5199fa')
+
+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 haskell-microlens-ghc/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:54:12
  Author: felixonmars
Revision: 850757

upgpkg: haskell-microlens-ghc 0.4.13-2: rebuild with ghc 8.10.4

Modified:
  haskell-microlens-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:53:43 UTC (rev 850756)
+++ PKGBUILD2021-02-09 00:54:12 UTC (rev 850757)
@@ -4,7 +4,7 @@
 _hkgname=microlens-ghc
 pkgname=haskell-microlens-ghc
 pkgver=0.4.13
-pkgrel=1
+pkgrel=2
 pkgdesc="microlens + array, bytestring, containers, transformers"
 url="https://github.com/monadfix/microlens";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:53:43
  Author: felixonmars
Revision: 850756

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-mtl/repos/community-staging-x86_64/
  haskell-microlens-mtl/repos/community-staging-x86_64/PKGBUILD
(from rev 850755, haskell-microlens-mtl/trunk/PKGBUILD)

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

Copied: haskell-microlens-mtl/repos/community-staging-x86_64/PKGBUILD (from rev 
850755, haskell-microlens-mtl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:53:43 UTC (rev 850756)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-mtl
+pkgname=haskell-microlens-mtl
+pkgver=0.2.0.1
+pkgrel=12
+pkgdesc="microlens support for Reader/Writer/State from mtl"
+url="https://github.com/monadfix/microlens";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-microlens' 'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2153a38e637e33e426bb64986fe7e818a2be99e4005cc7db51b94a4f66be8170e20071bf785c27a0beeb48cab97da037f68a008fa157a21a70fbf9fd943f6a45')
+
+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 haskell-microlens-mtl/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:53:26
  Author: felixonmars
Revision: 850755

upgpkg: haskell-microlens-mtl 0.2.0.1-12: rebuild with ghc 8.10.4

Modified:
  haskell-microlens-mtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:52:56 UTC (rev 850754)
+++ PKGBUILD2021-02-09 00:53:26 UTC (rev 850755)
@@ -3,7 +3,7 @@
 _hkgname=microlens-mtl
 pkgname=haskell-microlens-mtl
 pkgver=0.2.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="microlens support for Reader/Writer/State from mtl"
 url="https://github.com/monadfix/microlens";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:52:56
  Author: felixonmars
Revision: 850754

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-microlens-th/repos/community-staging-x86_64/
  haskell-microlens-th/repos/community-staging-x86_64/PKGBUILD
(from rev 850753, haskell-microlens-th/trunk/PKGBUILD)

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

Copied: haskell-microlens-th/repos/community-staging-x86_64/PKGBUILD (from rev 
850753, haskell-microlens-th/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:52:56 UTC (rev 850754)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-th
+pkgname=haskell-microlens-th
+pkgver=0.4.3.9
+pkgrel=2
+pkgdesc="Automatic generation of record lenses for microlens"
+url="https://github.com/monadfix/microlens";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-microlens' 'haskell-th-abstraction')
+makedepends=('ghc' 'haskell-tagged')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('c03e7a3b8c212e5060c70e5623f5301a385b334e460d4230b89cbbc06b0bd9fe89dc9634768ae91b2f85588a512e01bcf744b3ea3c4d08ce6bca6372e8f00f7c')
+
+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 \
+-finlining
+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-microlens-th/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:52:38
  Author: felixonmars
Revision: 850753

upgpkg: haskell-microlens-th 0.4.3.9-2: rebuild with ghc 8.10.4

Modified:
  haskell-microlens-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:52:06 UTC (rev 850752)
+++ PKGBUILD2021-02-09 00:52:38 UTC (rev 850753)
@@ -3,7 +3,7 @@
 _hkgname=microlens-th
 pkgname=haskell-microlens-th
 pkgver=0.4.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Automatic generation of record lenses for microlens"
 url="https://github.com/monadfix/microlens";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:52:06
  Author: felixonmars
Revision: 850752

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-microlens/repos/community-staging-x86_64/PKGBUILD (from rev 
850751, haskell-microlens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:52:06 UTC (rev 850752)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens
+pkgname=haskell-microlens
+pkgver=0.4.12.0
+pkgrel=2
+pkgdesc="A tiny lens library with no dependencies"
+url="https://github.com/monadfix/microlens";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6fb9d4b2ee97b9c20121979c40588ee06b901b14ca7eae6ca28e761b9137595c125ea581a4e54ab381e4e54256fa56bcd7aeee4aab618abb5e2b4285f7b70a62')
+
+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 haskell-microlens/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:51:51
  Author: felixonmars
Revision: 850751

upgpkg: haskell-microlens 0.4.12.0-2: rebuild with ghc 8.10.4

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:51:24 UTC (rev 850750)
+++ PKGBUILD2021-02-09 00:51:51 UTC (rev 850751)
@@ -4,7 +4,7 @@
 _hkgname=microlens
 pkgname=haskell-microlens
 pkgver=0.4.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:51:24
  Author: felixonmars
Revision: 850750

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-geniplate-mirror/repos/community-staging-x86_64/
  haskell-geniplate-mirror/repos/community-staging-x86_64/PKGBUILD
(from rev 850749, haskell-geniplate-mirror/trunk/PKGBUILD)

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

Copied: haskell-geniplate-mirror/repos/community-staging-x86_64/PKGBUILD (from 
rev 850749, haskell-geniplate-mirror/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:51:24 UTC (rev 850750)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=geniplate-mirror
+pkgname=haskell-geniplate-mirror
+pkgver=0.7.7
+pkgrel=6
+pkgdesc="Use Template Haskell to generate Uniplate-like functions."
+url="https://github.com/danr/geniplate";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8976e874372e29edb468a07bab5a524173d0daa6d48834349279d6ba0f4a79d890a1be23a7af7cd92485f44df08e9d32c54c4bbd8ae081aba5c705fdc652907e')
+
+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 haskell-geniplate-mirror/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:51:07
  Author: felixonmars
Revision: 850749

upgpkg: haskell-geniplate-mirror 0.7.7-6: rebuild with ghc 8.10.4

Modified:
  haskell-geniplate-mirror/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:50:37 UTC (rev 850748)
+++ PKGBUILD2021-02-09 00:51:07 UTC (rev 850749)
@@ -4,7 +4,7 @@
 _hkgname=geniplate-mirror
 pkgname=haskell-geniplate-mirror
 pkgver=0.7.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Use Template Haskell to generate Uniplate-like functions."
 url="https://github.com/danr/geniplate";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:50:37
  Author: felixonmars
Revision: 850748

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-gi-base/repos/community-staging-x86_64/
  haskell-gi-base/repos/community-staging-x86_64/PKGBUILD
(from rev 850747, haskell-gi-base/trunk/PKGBUILD)

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

Copied: haskell-gi-base/repos/community-staging-x86_64/PKGBUILD (from rev 
850747, haskell-gi-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:50:37 UTC (rev 850748)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-gi-base
+pkgname=haskell-gi-base
+pkgver=0.24.5
+pkgrel=3
+pkgdesc="Foundation for libraries generated by haskell-gi"
+url="https://github.com/haskell-suite/haskell-gi";
+license=("LGPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'glib2')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e5f5fce8b0e81ffc8f679848914d105e7cb73143a9f0ddb836822ca3990083ef3b34cb89f4819df5316b5167bc4536857e1ea6577c8b5776a4bf08deff9a9fdd')
+
+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-base/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:50:22
  Author: felixonmars
Revision: 850747

upgpkg: haskell-gi-base 0.24.5-3: rebuild with ghc 8.10.4

Modified:
  haskell-gi-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:49:43 UTC (rev 850746)
+++ PKGBUILD2021-02-09 00:50:22 UTC (rev 850747)
@@ -4,7 +4,7 @@
 _hkgname=haskell-gi-base
 pkgname=haskell-gi-base
 pkgver=0.24.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Foundation for libraries generated by haskell-gi"
 url="https://github.com/haskell-suite/haskell-gi";
 license=("LGPL2")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:49:43
  Author: felixonmars
Revision: 850746

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-monadprompt/repos/community-staging-x86_64/PKGBUILD (from rev 
850745, haskell-monadprompt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:49:43 UTC (rev 850746)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=MonadPrompt
+pkgname=haskell-monadprompt
+pkgver=1.0.0.5
+pkgrel=3
+pkgdesc="MonadPrompt, implementation & examples"
+url="https://hackage.haskell.org/package/MonadPrompt";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('b012cbbe83650f741c7b7f6eafcc89dec299b0ac74a758b6f3a8cdfc5d3bbeda')
+
+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-monadprompt/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:49:28
  Author: felixonmars
Revision: 850745

upgpkg: haskell-monadprompt 1.0.0.5-3: rebuild with ghc 8.10.4

Modified:
  haskell-monadprompt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:49:02 UTC (rev 850744)
+++ PKGBUILD2021-02-09 00:49:28 UTC (rev 850745)
@@ -3,7 +3,7 @@
 _hkgname=MonadPrompt
 pkgname=haskell-monadprompt
 pkgver=1.0.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="MonadPrompt, implementation & examples"
 url="https://hackage.haskell.org/package/MonadPrompt";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:49:02
  Author: felixonmars
Revision: 850744

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-stringsearch/repos/community-staging-x86_64/PKGBUILD (from rev 
850743, haskell-stringsearch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:49:02 UTC (rev 850744)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=stringsearch
+pkgname=haskell-stringsearch
+pkgver=0.3.6.6
+pkgrel=21
+pkgdesc="Fast searching, splitting and replacing of ByteStrings"
+url="https://bitbucket.org/dafis/stringsearch";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a642934981318b399a7fcfbf0134d5d02d8d072591bcfed7abc57bf6474b86d6c7bc6cf11f44ace6db579a0297877850fd9049be69b61f4f9964cd72455b14e0')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.6/<1/' $_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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:48:46
  Author: felixonmars
Revision: 850743

upgpkg: haskell-stringsearch 0.3.6.6-21: rebuild with ghc 8.10.4

Modified:
  haskell-stringsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:48:15 UTC (rev 850742)
+++ PKGBUILD2021-02-09 00:48:46 UTC (rev 850743)
@@ -4,7 +4,7 @@
 _hkgname=stringsearch
 pkgname=haskell-stringsearch
 pkgver=0.3.6.6
-pkgrel=20
+pkgrel=21
 pkgdesc="Fast searching, splitting and replacing of ByteStrings"
 url="https://bitbucket.org/dafis/stringsearch";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:48:15
  Author: felixonmars
Revision: 850742

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-uglymemo/repos/community-staging-x86_64/PKGBUILD (from rev 
850741, haskell-uglymemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:48:15 UTC (rev 850742)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uglymemo
+pkgname=haskell-uglymemo
+pkgver=0.1.0.1
+pkgrel=19
+pkgdesc="A simple (but internally ugly) memoization function"
+url="https://hackage.haskell.org/package/uglymemo";
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1cebcab9c3b01bef0ed89d363a248369dac329ba7bb0b23a7d84507f94a402f3b5982193c99d0179160c9fe14cb3cd7bd81551bb91f634a4a21d0bf625f8ed7c')
+
+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"
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:47:55
  Author: felixonmars
Revision: 850741

upgpkg: haskell-uglymemo 0.1.0.1-19: rebuild with ghc 8.10.4

Modified:
  haskell-uglymemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:47:30 UTC (rev 850740)
+++ PKGBUILD2021-02-09 00:47:55 UTC (rev 850741)
@@ -4,7 +4,7 @@
 _hkgname=uglymemo
 pkgname=haskell-uglymemo
 pkgver=0.1.0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="A simple (but internally ugly) memoization function"
 url="https://hackage.haskell.org/package/uglymemo";
 license=("custom:PublicDomain")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:47:30
  Author: felixonmars
Revision: 850740

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-type-equality/repos/community-staging-x86_64/
  haskell-type-equality/repos/community-staging-x86_64/PKGBUILD
(from rev 850739, haskell-type-equality/trunk/PKGBUILD)

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

Copied: haskell-type-equality/repos/community-staging-x86_64/PKGBUILD (from rev 
850739, haskell-type-equality/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:47:30 UTC (rev 850740)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=type-equality
+pkgname=haskell-type-equality
+pkgver=1
+pkgrel=9
+pkgdesc="Data.Type.Equality compat package"
+url="https://github.com/commercialhaskell/type-equality";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('633675251719afa59c311ae82d18476d6e000fbbdc553a29da598da38a29cf73fffcbcd4b23a70dd397f10734ba6617633390874eea8a563a1e258654a9fe7d8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+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
+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-type-equality/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:47:13
  Author: felixonmars
Revision: 850739

upgpkg: haskell-type-equality 1-9: rebuild with ghc 8.10.4

Modified:
  haskell-type-equality/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:46:48 UTC (rev 850738)
+++ PKGBUILD2021-02-09 00:47:13 UTC (rev 850739)
@@ -3,7 +3,7 @@
 _hkgname=type-equality
 pkgname=haskell-type-equality
 pkgver=1
-pkgrel=8
+pkgrel=9
 pkgdesc="Data.Type.Equality compat package"
 url="https://github.com/commercialhaskell/type-equality";
 license=('BSD')


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:46:48
  Author: felixonmars
Revision: 850738

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hostname/repos/community-staging-x86_64/PKGBUILD (from rev 
850737, haskell-hostname/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:46:48 UTC (rev 850738)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hostname
+pkgname=haskell-hostname
+pkgver=1.0
+pkgrel=22
+pkgdesc="A very simple package providing a cross-platform means of determining 
the hostname"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6e879490e45b20a50b6f2f6bb5f613c1697344e03ec569332587c56e016bb71f742564781682dc8cad3f3fca07f38054ba0862099dc0377857a9e3eb337077ed')
+
+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 haskell-hostname/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:46:32
  Author: felixonmars
Revision: 850737

upgpkg: haskell-hostname 1.0-22: rebuild with ghc 8.10.4

Modified:
  haskell-hostname/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:46:06 UTC (rev 850736)
+++ PKGBUILD2021-02-09 00:46:32 UTC (rev 850737)
@@ -4,7 +4,7 @@
 _hkgname=hostname
 pkgname=haskell-hostname
 pkgver=1.0
-pkgrel=21
+pkgrel=22
 pkgdesc="A very simple package providing a cross-platform means of determining 
the hostname"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:46:06
  Author: felixonmars
Revision: 850736

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ed25519/repos/community-staging-x86_64/PKGBUILD (from rev 
850735, haskell-ed25519/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:46:06 UTC (rev 850736)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ed25519
+pkgname=haskell-ed25519
+pkgver=0.0.5.0
+pkgrel=21
+pkgdesc="Ed25519 cryptographic signatures"
+url="http://thoughtpolice.github.com/hs-ed25519";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('cd2bb28de905c6d659f80f15e82970a9634c959432c73b6fd3b10ebca42a1ce734429e7ac861d0ab328904d99651a6d2fcaaf4d74ab75a3c0be68607e8f54ce9')
+
+prepare() {
+sed -i 's/ghc-prim>= 0.1 && < 0.5,/ghc-prim>= 0.1,/' 
${_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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-properties -f-test-hlint -f-test-doctests -fno-donna
+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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:45:49
  Author: felixonmars
Revision: 850735

upgpkg: haskell-ed25519 0.0.5.0-21: rebuild with ghc 8.10.4

Modified:
  haskell-ed25519/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:45:20 UTC (rev 850734)
+++ PKGBUILD2021-02-09 00:45:49 UTC (rev 850735)
@@ -4,7 +4,7 @@
 _hkgname=ed25519
 pkgname=haskell-ed25519
 pkgver=0.0.5.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Ed25519 cryptographic signatures"
 url="http://thoughtpolice.github.com/hs-ed25519";
 license=("MIT")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:45:20
  Author: felixonmars
Revision: 850734

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-stm-chans/repos/community-staging-x86_64/
  haskell-stm-chans/repos/community-staging-x86_64/PKGBUILD
(from rev 850733, haskell-stm-chans/trunk/PKGBUILD)

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

Copied: haskell-stm-chans/repos/community-staging-x86_64/PKGBUILD (from rev 
850733, haskell-stm-chans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:45:20 UTC (rev 850734)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=stm-chans
+pkgname=haskell-stm-chans
+pkgver=3.0.0.4
+pkgrel=24
+pkgdesc="Additional types of channels for STM."
+url="http://code.haskell.org/~wren/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7882fa4d036dc3de3dfbfcb62fd54eef5bf679d2adcbdc0653a1cd4c4f1b715dab6a70465573721b141cb9a281f2d6119114445c0dc79c5e4c474250f4f22d18')
+
+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 haskell-stm-chans/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:45:04
  Author: felixonmars
Revision: 850733

upgpkg: haskell-stm-chans 3.0.0.4-24: rebuild with ghc 8.10.4

Modified:
  haskell-stm-chans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:44:36 UTC (rev 850732)
+++ PKGBUILD2021-02-09 00:45:04 UTC (rev 850733)
@@ -4,7 +4,7 @@
 _hkgname=stm-chans
 pkgname=haskell-stm-chans
 pkgver=3.0.0.4
-pkgrel=23
+pkgrel=24
 pkgdesc="Additional types of channels for STM."
 url="http://code.haskell.org/~wren/";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:44:36
  Author: felixonmars
Revision: 850732

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-hash/repos/community-staging-x86_64/
  haskell-data-hash/repos/community-staging-x86_64/PKGBUILD
(from rev 850731, haskell-data-hash/trunk/PKGBUILD)

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

Copied: haskell-data-hash/repos/community-staging-x86_64/PKGBUILD (from rev 
850731, haskell-data-hash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:44:36 UTC (rev 850732)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-hash
+pkgname=haskell-data-hash
+pkgver=0.2.0.1
+pkgrel=21
+pkgdesc="Combinators for building fast hashing functions."
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('daea098b9c808396606d90ae70e5156c492463db929b563a6195ee648ad72fc2949ab231ad67758fe0c68991826ea2292109a5d1f46d0cfc27c16e2e2b0666fa')
+
+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 haskell-data-hash/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:44:20
  Author: felixonmars
Revision: 850731

upgpkg: haskell-data-hash 0.2.0.1-21: rebuild with ghc 8.10.4

Modified:
  haskell-data-hash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:43:54 UTC (rev 850730)
+++ PKGBUILD2021-02-09 00:44:20 UTC (rev 850731)
@@ -4,7 +4,7 @@
 _hkgname=data-hash
 pkgname=haskell-data-hash
 pkgver=0.2.0.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Combinators for building fast hashing functions."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:43:54
  Author: felixonmars
Revision: 850730

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-byteable/repos/community-staging-x86_64/PKGBUILD (from rev 
850729, haskell-byteable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:43:54 UTC (rev 850730)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=byteable
+pkgname=haskell-byteable
+pkgver=0.1.1
+pkgrel=22
+pkgdesc="Type class for sequence of bytes"
+url="https://github.com/vincenthz/hs-byteable";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f2e6225390be9f35ee6a4ce981aaa8c2683f1627a8401386b1abb7fff5fe1474ae0fa07e71a0c83694d7a18ca793943fe36b844d868c3e9c3387ce1a7b2bf54c')
+
+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" 
\
+--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 haskell-byteable/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:43:38
  Author: felixonmars
Revision: 850729

upgpkg: haskell-byteable 0.1.1-22: rebuild with ghc 8.10.4

Modified:
  haskell-byteable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:43:13 UTC (rev 850728)
+++ PKGBUILD2021-02-09 00:43:38 UTC (rev 850729)
@@ -4,7 +4,7 @@
 _hkgname=byteable
 pkgname=haskell-byteable
 pkgver=0.1.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Type class for sequence of bytes"
 url="https://github.com/vincenthz/hs-byteable";
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:43:13
  Author: felixonmars
Revision: 850728

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-refact/repos/community-staging-x86_64/PKGBUILD (from rev 
850727, haskell-refact/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-02-09 00:43:13 UTC (rev 850728)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=refact
+pkgname=haskell-refact
+pkgver=0.3.0.2
+pkgrel=22
+pkgdesc="Specify refactorings to perform with apply-refact"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('18f35a3f563288815645c4ef8e557a08bd9038aca0b3d9af391f9f71b39bbf779b725f037fa682a23e38e31cf7b8e0f4ae412e2af2ec3639c4b2c47a05a45a6e')
+
+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 haskell-refact/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:42:56
  Author: felixonmars
Revision: 850727

upgpkg: haskell-refact 0.3.0.2-22: rebuild with ghc 8.10.4

Modified:
  haskell-refact/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:42:50 UTC (rev 850726)
+++ PKGBUILD2021-02-09 00:42:56 UTC (rev 850727)
@@ -4,7 +4,7 @@
 _hkgname=refact
 pkgname=haskell-refact
 pkgver=0.3.0.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Specify refactorings to perform with apply-refact"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


  1   2   3   4   5   6   7   8   9   10   >