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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 07:20:20
  Author: felixonmars
Revision: 751327

archrelease: copy trunk to community-staging-any

Added:
  python-deprecated/repos/community-staging-any/PKGBUILD
(from rev 751326, python-deprecated/trunk/PKGBUILD)
Deleted:
  python-deprecated/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 07:20:08 UTC (rev 751326)
+++ PKGBUILD2020-11-12 07:20:20 UTC (rev 751327)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-deprecated
-pkgver=1.2.10
-pkgrel=2
-pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
-url="https://github.com/tantale/deprecated;
-license=('MIT')
-arch=('any')
-depends=('python-wrapt')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
-sha512sums=('4bd53b759d04ab15c74a4c147b2c69c73aed6e40555acf0e84cf0c5b7ffe248da234bd1311c5629f9357d50bc08e55e81363340dcfdabe88933525bcc7859a70')
-
-build() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd deprecated-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-deprecated/repos/community-staging-any/PKGBUILD (from rev 
751326, python-deprecated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 07:20:20 UTC (rev 751327)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-deprecated
+pkgver=1.2.10
+pkgrel=3
+pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
+url="https://github.com/tantale/deprecated;
+license=('MIT')
+arch=('any')
+depends=('python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;
+
$pkgname-py39.patch::https://github.com/tantale/deprecated/commit/efb3e60623e1.patch)
+sha512sums=('4bd53b759d04ab15c74a4c147b2c69c73aed6e40555acf0e84cf0c5b7ffe248da234bd1311c5629f9357d50bc08e55e81363340dcfdabe88933525bcc7859a70'
+
'a7b000ab15dbdf9f3041da4475d97abab2e8649bd6809f97ee032ff656588cbcac915a417e1dbc4dfc310af5809c2bba343bd156412a742117284eab5aef083c')
+
+prepare() {
+  cd "$srcdir"/deprecated-$pkgver
+  patch -Np1 -i ../$pkgname-py39.patch
+}
+
+build() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd deprecated-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 07:20:08
  Author: felixonmars
Revision: 751326

upgpkg: python-deprecated 1.2.10-3: Python 3.9 rebuild

Modified:
  python-deprecated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 07:19:24 UTC (rev 751325)
+++ PKGBUILD2020-11-12 07:20:08 UTC (rev 751326)
@@ -2,7 +2,7 @@
 
 pkgname=python-deprecated
 pkgver=1.2.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
 url="https://github.com/tantale/deprecated;
 license=('MIT')


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 07:19:24
  Author: foutrelis
Revision: 751325

Fix tests for Python 3.9

Modified:
  python-deprecated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 07:15:35 UTC (rev 751324)
+++ PKGBUILD2020-11-12 07:19:24 UTC (rev 751325)
@@ -10,9 +10,16 @@
 depends=('python-wrapt')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
-sha512sums=('4bd53b759d04ab15c74a4c147b2c69c73aed6e40555acf0e84cf0c5b7ffe248da234bd1311c5629f9357d50bc08e55e81363340dcfdabe88933525bcc7859a70')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;
+
$pkgname-py39.patch::https://github.com/tantale/deprecated/commit/efb3e60623e1.patch)
+sha512sums=('4bd53b759d04ab15c74a4c147b2c69c73aed6e40555acf0e84cf0c5b7ffe248da234bd1311c5629f9357d50bc08e55e81363340dcfdabe88933525bcc7859a70'
+
'a7b000ab15dbdf9f3041da4475d97abab2e8649bd6809f97ee032ff656588cbcac915a417e1dbc4dfc310af5809c2bba343bd156412a742117284eab5aef083c')
 
+prepare() {
+  cd "$srcdir"/deprecated-$pkgver
+  patch -Np1 -i ../$pkgname-py39.patch
+}
+
 build() {
   cd "$srcdir"/deprecated-$pkgver
   python setup.py build


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 07:15:22
  Author: felixonmars
Revision: 751323

upgpkg: python-dephell-pythons 0.1.15-2: Python 3.9 rebuild

Modified:
  python-dephell-pythons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 07:14:52 UTC (rev 751322)
+++ PKGBUILD2020-11-12 07:15:22 UTC (rev 751323)
@@ -3,7 +3,7 @@
 _pkgname=dephell_pythons
 pkgname=python-dephell-pythons
 pkgver=0.1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Work with python versions"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};


[arch-commits] Commit in python-dephell-pythons/repos/community-staging-any (3 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 07:15:35
  Author: felixonmars
Revision: 751324

archrelease: copy trunk to community-staging-any

Added:
  python-dephell-pythons/repos/community-staging-any/PKGBUILD
(from rev 751323, python-dephell-pythons/trunk/PKGBUILD)
  python-dephell-pythons/repos/community-staging-any/py39.patch
(from rev 751323, python-dephell-pythons/trunk/py39.patch)
Deleted:
  python-dephell-pythons/repos/community-staging-any/PKGBUILD

+
 PKGBUILD   |   78 ---
 py39.patch |   14 ++
 2 files changed, 57 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 07:15:22 UTC (rev 751323)
+++ PKGBUILD2020-11-12 07:15:35 UTC (rev 751324)
@@ -1,35 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_pythons
-pkgname=python-dephell-pythons
-pkgver=0.1.14
-pkgrel=2
-pkgdesc="Work with python versions"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs' 'python-dephell-specifier' 'python-packaging')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('a2da1ba905084f0935392be6e1fee019b98f45439429e45278a181174cff93a9')
-b2sums=('e705f239cea702690607409e45ab766c4766ea13c3c3b2854b3ccddb33a40f9cacf70a744dc8a2339f86070045eba12f9b4e3292eb39d4ad893550d841262151')
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-pythons/repos/community-staging-any/PKGBUILD (from rev 
751323, python-dephell-pythons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 07:15:35 UTC (rev 751324)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_pythons
+pkgname=python-dephell-pythons
+pkgver=0.1.15
+pkgrel=2
+pkgdesc="Work with python versions"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs' 'python-dephell-specifier' 'python-packaging')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
+py39.patch)
+sha256sums=('804c29afa2147322aa23e791f591d0204fd1e9983afa7d91e1d1452fc7be1c5c'
+'f12e9736ef37020e8d2883a450b184922dc5beddd953eeca68fae2d0a335fd3c')
+b2sums=('49a892c221b188407938d0254e7336a9d63697acb6106fb82ecbaef2ce7e81b62a1570431ec0a064d58562e359045406ec206bcd0590548f3afa82153b05b06e'
+
'3a0ae636ffd37dd3e7b5aeb0d6d9209328606b50e02a1684b021854e609ad59f98805ef665e94b223d52cd3bdb8a08c62eade57539d8a6dd9c19fcc097271ff4')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+patch -Np1 -i ../py39.patch
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python-dephell-pythons/repos/community-staging-any/py39.patch (from rev 
751323, python-dephell-pythons/trunk/py39.patch)
===
--- py39.patch  (rev 0)
+++ py39.patch  2020-11-12 07:15:35 UTC (rev 751324)
@@ -0,0 +1,14 @@
+diff -upr dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py 
dephell_pythons-0.1.15/dephell_pythons/_constants.py
+--- dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py  2019-12-18 
16:15:47.0 +0200
 dephell_pythons-0.1.15/dephell_pythons/_constants.py   2020-11-12 
09:11:15.299174412 +0200
+@@ -6,8 +6,8 @@ import platform
+ IS_WINDOWS = (os.name == 'nt' or platform.system() == 'Windows')
+ 
+ PYTHONS_DEPRECATED = ('2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4')
+-PYTHONS_POPULAR = ('3.5', '3.6', '3.7')
+-PYTHONS_UNRELEASED = ('3.8', '4.0')
++PYTHONS_POPULAR = ('3.5', '3.6', '3.7', '3.8', '3.9')
++PYTHONS_UNRELEASED = ('4.0',)
+ PYTHONS = PYTHONS_POPULAR + tuple(reversed(PYTHONS_DEPRECATED)) + 
PYTHONS_UNRELEASED
+ 
+ PYTHON_IMPLEMENTATIONS = (


[arch-commits] Commit in python-dephell-pythons/trunk (PKGBUILD py39.patch)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 07:14:52
  Author: foutrelis
Revision: 751322

Add 3.9 to known Python versions

Added:
  python-dephell-pythons/trunk/py39.patch
Modified:
  python-dephell-pythons/trunk/PKGBUILD

+
 PKGBUILD   |   18 +-
 py39.patch |   14 ++
 2 files changed, 27 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 07:01:00 UTC (rev 751321)
+++ PKGBUILD2020-11-12 07:14:52 UTC (rev 751322)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_pythons
 pkgname=python-dephell-pythons
-pkgver=0.1.14
-pkgrel=2
+pkgver=0.1.15
+pkgrel=1
 pkgdesc="Work with python versions"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -11,10 +11,18 @@
 depends=('python-attrs' 'python-dephell-specifier' 'python-packaging')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('a2da1ba905084f0935392be6e1fee019b98f45439429e45278a181174cff93a9')
-b2sums=('e705f239cea702690607409e45ab766c4766ea13c3c3b2854b3ccddb33a40f9cacf70a744dc8a2339f86070045eba12f9b4e3292eb39d4ad893550d841262151')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
+py39.patch)
+sha256sums=('804c29afa2147322aa23e791f591d0204fd1e9983afa7d91e1d1452fc7be1c5c'
+'f12e9736ef37020e8d2883a450b184922dc5beddd953eeca68fae2d0a335fd3c')
+b2sums=('49a892c221b188407938d0254e7336a9d63697acb6106fb82ecbaef2ce7e81b62a1570431ec0a064d58562e359045406ec206bcd0590548f3afa82153b05b06e'
+
'3a0ae636ffd37dd3e7b5aeb0d6d9209328606b50e02a1684b021854e609ad59f98805ef665e94b223d52cd3bdb8a08c62eade57539d8a6dd9c19fcc097271ff4')
 
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+patch -Np1 -i ../py39.patch
+}
+
 build(){
 cd "${srcdir}"/${_pkgname}-${pkgver}
 

Added: py39.patch
===
--- py39.patch  (rev 0)
+++ py39.patch  2020-11-12 07:14:52 UTC (rev 751322)
@@ -0,0 +1,14 @@
+diff -upr dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py 
dephell_pythons-0.1.15/dephell_pythons/_constants.py
+--- dephell_pythons-0.1.15.orig/dephell_pythons/_constants.py  2019-12-18 
16:15:47.0 +0200
 dephell_pythons-0.1.15/dephell_pythons/_constants.py   2020-11-12 
09:11:15.299174412 +0200
+@@ -6,8 +6,8 @@ import platform
+ IS_WINDOWS = (os.name == 'nt' or platform.system() == 'Windows')
+ 
+ PYTHONS_DEPRECATED = ('2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4')
+-PYTHONS_POPULAR = ('3.5', '3.6', '3.7')
+-PYTHONS_UNRELEASED = ('3.8', '4.0')
++PYTHONS_POPULAR = ('3.5', '3.6', '3.7', '3.8', '3.9')
++PYTHONS_UNRELEASED = ('4.0',)
+ PYTHONS = PYTHONS_POPULAR + tuple(reversed(PYTHONS_DEPRECATED)) + 
PYTHONS_UNRELEASED
+ 
+ PYTHON_IMPLEMENTATIONS = (


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 07:01:00
  Author: felixonmars
Revision: 751321

archrelease: copy trunk to community-staging-any

Added:
  python-typing_inspect/repos/community-staging-any/PKGBUILD
(from rev 751320, python-typing_inspect/trunk/PKGBUILD)
Deleted:
  python-typing_inspect/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 07:00:48 UTC (rev 751320)
+++ PKGBUILD2020-11-12 07:01:00 UTC (rev 751321)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=typing_inspect
-pkgname=python-$_pkgname
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Runtime inspection utilities for Python typing module'
-arch=('any')
-url='https://github.com/ilevkivskyi/typing_inspect'
-license=('MIT')
-depends=('python-mypy_extensions' 'python-typing_extensions')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('c08654d2d3887710094fa7374c2ce5fa6b79176543d478d15113d3904bb3c68cdeb08d8331b6eeb271858e96ee859fdaad18dd17237a0618072f630f34758177')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-typing_inspect/repos/community-staging-any/PKGBUILD (from rev 
751320, python-typing_inspect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 07:01:00 UTC (rev 751321)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=typing_inspect
+pkgname=python-$_pkgname
+pkgver=0.6.0
+pkgrel=3
+pkgdesc='Runtime inspection utilities for Python typing module'
+arch=('any')
+url='https://github.com/ilevkivskyi/typing_inspect'
+license=('MIT')
+depends=('python-mypy_extensions' 'python-typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
$pkgname-support-py39-generic-types.patch::https://github.com/thatch/typing_inspect/commit/67b455cf5a7e.patch)
+sha512sums=('c08654d2d3887710094fa7374c2ce5fa6b79176543d478d15113d3904bb3c68cdeb08d8331b6eeb271858e96ee859fdaad18dd17237a0618072f630f34758177'
+
'74800c6934fcac7198fda7a68237369452d83a7d8cb194015d114a966572faceef5d2aa511a0a37f2d95c3065e615d9de691f604d7d500570a96c7a18190c46d')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # https://github.com/ilevkivskyi/typing_inspect/issues/60
+  patch -Np1 -i ../$pkgname-support-py39-generic-types.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 07:00:48
  Author: felixonmars
Revision: 751320

upgpkg: python-typing_inspect 0.6.0-3: Python 3.9 rebuild

Modified:
  python-typing_inspect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 07:00:01 UTC (rev 751319)
+++ PKGBUILD2020-11-12 07:00:48 UTC (rev 751320)
@@ -3,7 +3,7 @@
 _pkgname=typing_inspect
 pkgname=python-$_pkgname
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Runtime inspection utilities for Python typing module'
 arch=('any')
 url='https://github.com/ilevkivskyi/typing_inspect'


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 07:00:01
  Author: foutrelis
Revision: 751319

Add fix for Python 3.9

Modified:
  python-typing_inspect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:42:07 UTC (rev 751318)
+++ PKGBUILD2020-11-12 07:00:01 UTC (rev 751319)
@@ -11,9 +11,18 @@
 depends=('python-mypy_extensions' 'python-typing_extensions')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('c08654d2d3887710094fa7374c2ce5fa6b79176543d478d15113d3904bb3c68cdeb08d8331b6eeb271858e96ee859fdaad18dd17237a0618072f630f34758177')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
$pkgname-support-py39-generic-types.patch::https://github.com/thatch/typing_inspect/commit/67b455cf5a7e.patch)
+sha512sums=('c08654d2d3887710094fa7374c2ce5fa6b79176543d478d15113d3904bb3c68cdeb08d8331b6eeb271858e96ee859fdaad18dd17237a0618072f630f34758177'
+
'74800c6934fcac7198fda7a68237369452d83a7d8cb194015d114a966572faceef5d2aa511a0a37f2d95c3065e615d9de691f604d7d500570a96c7a18190c46d')
 
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # https://github.com/ilevkivskyi/typing_inspect/issues/60
+  patch -Np1 -i ../$pkgname-support-py39-generic-types.patch
+}
+
 build() {
   cd $_pkgname-$pkgver
 


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

2020-11-11 Thread Andreas Radke via arch-commits
Date: Thursday, November 12, 2020 @ 06:51:01
  Author: andyrtr
Revision: 400437

prepare release

Modified:
  pappl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:10:14 UTC (rev 400436)
+++ PKGBUILD2020-11-12 06:51:01 UTC (rev 400437)
@@ -2,7 +2,7 @@
 
 pkgname=pappl
 #https://github.com/michaelrsweet/pappl/commits/master
-_commit=9e62eaede7a8c07173f9d030952240c763c7e05d # master 2020-10-07
+_commit=cae47839b31896af799e6a81b33d32e605281049 # master 2020-11-11
 pkgver=0.9
 pkgrel=0.1
 pkgdesc="a simple C-based framework/library for developing CUPS Printer 
Applications"
@@ -40,6 +40,7 @@
 
 check() {
   cd "$pkgname" #-$pkgver"
+#  make check
 
   # there's currently  no real test suite, 
   # the tool is only useful outside the fakeroot envireonment - when packaging 
it crashes:


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 06:42:07
  Author: felixonmars
Revision: 751318

archrelease: copy trunk to community-staging-any

Added:
  python-requests-toolbelt/repos/community-staging-any/PKGBUILD
(from rev 751317, python-requests-toolbelt/trunk/PKGBUILD)
Deleted:
  python-requests-toolbelt/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 06:41:56 UTC (rev 751317)
+++ PKGBUILD2020-11-12 06:42:07 UTC (rev 751318)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-pkgver=0.9.1
-pkgrel=4
-pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
-arch=('any')
-url="https://github.com/requests/toolbelt;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
-  'python-mock' 'python2-mock' 'python-pyopenssl' 
'python2-pyopenssl')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
-sha512sums=('12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc')
-
-prepare() {
-  cp -a toolbelt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/toolbelt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/toolbelt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/toolbelt-$pkgver
-  py.test
-
-  cd "$srcdir"/toolbelt-$pkgver-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd toolbelt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd toolbelt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-staging-any/PKGBUILD (from rev 
751317, python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 06:42:07 UTC (rev 751318)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgname=python-requests-toolbelt
+pkgver=0.9.1
+pkgrel=5
+pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
+arch=('any')
+url="https://github.com/requests/toolbelt;
+license=('Apache')
+depends=('python-requests')
+makedepends=('python-setuptools' 'python-requests')
+checkdepends=('python-pytest' 'python-betamax' 'python-mock' 
'python-pyopenssl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
+sha512sums=('12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc')
+
+build() {
+  cd "$srcdir"/toolbelt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/toolbelt-$pkgver
+  py.test -k 'not test_no_content_length_header and not test_read_file and not 
test_reads_file_from_url_wrapper'
+}
+
+package() {
+  cd toolbelt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 06:41:56
  Author: felixonmars
Revision: 751317

upgpkg: python-requests-toolbelt 0.9.1-5: Python 3.9 rebuild

Modified:
  python-requests-toolbelt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:41:14 UTC (rev 751316)
+++ PKGBUILD2020-11-12 06:41:56 UTC (rev 751317)
@@ -3,7 +3,7 @@
 
 pkgname=python-requests-toolbelt
 pkgver=0.9.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
 arch=('any')
 url="https://github.com/requests/toolbelt;


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 06:41:14
  Author: foutrelis
Revision: 751316

Skip 3 failing tests

Modified:
  python-requests-toolbelt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:37:01 UTC (rev 751315)
+++ PKGBUILD2020-11-12 06:41:14 UTC (rev 751316)
@@ -11,7 +11,7 @@
 depends=('python-requests')
 makedepends=('python-setuptools' 'python-requests')
 checkdepends=('python-pytest' 'python-betamax' 'python-mock' 
'python-pyopenssl')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
 
sha512sums=('12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc')
 
 build() {
@@ -21,7 +21,7 @@
 
 check() {
   cd "$srcdir"/toolbelt-$pkgver
-  py.test
+  py.test -k 'not test_no_content_length_header and not test_read_file and not 
test_reads_file_from_url_wrapper'
 }
 
 package() {


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Thursday, November 12, 2020 @ 06:36:49
  Author: arojas
Revision: 751314

Update to 14.31.17

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:22:42 UTC (rev 751313)
+++ PKGBUILD2020-11-12 06:36:49 UTC (rev 751314)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.16
+pkgver=14.31.17
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('cc481d5bd82b88a8f20e3edafff2b2c37c928d925b15294aa53eeef7b0aa5f4e')
+sha256sums=('425119ed6e90cedddc716f63eb8cac3318a9777a94f1271d2f98eeb54c51e3b1')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Thursday, November 12, 2020 @ 06:37:01
  Author: arojas
Revision: 751315

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 751314, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 06:36:49 UTC (rev 751314)
+++ PKGBUILD2020-11-12 06:37:01 UTC (rev 751315)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.16
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('cc481d5bd82b88a8f20e3edafff2b2c37c928d925b15294aa53eeef7b0aa5f4e')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 751314, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 06:37:01 UTC (rev 751315)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.17
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('425119ed6e90cedddc716f63eb8cac3318a9777a94f1271d2f98eeb54c51e3b1')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 06:22:42
  Author: felixonmars
Revision: 751313

archrelease: copy trunk to community-staging-any

Added:
  python-path/repos/community-staging-any/PKGBUILD
(from rev 751312, python-path/trunk/PKGBUILD)
Deleted:
  python-path/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 06:22:31 UTC (rev 751312)
+++ PKGBUILD2020-11-12 06:22:42 UTC (rev 751313)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-path
-pkgver=15.0.0
-pkgrel=2
-pkgdesc='A module wrapper for os.path'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/path'
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-mypy')
-replaces=('python-path.py')
-conflicts=('python-path.py')
-provides=('python-path.py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz;)
-sha512sums=('3d499cf9a02381bd4f1aa4c515b91163881b928a2cdd19c6644239061c104bed22244f39a3a19d8376c296488bd6155d61308d33ddbc8a5a98e1d0d66d2515b5')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd path-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd path-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd path-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-path/repos/community-staging-any/PKGBUILD (from rev 751312, 
python-path/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 06:22:42 UTC (rev 751313)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-path
+pkgver=15.0.0
+pkgrel=3
+pkgdesc='A module wrapper for os.path'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/path'
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-mypy')
+replaces=('python-path.py')
+conflicts=('python-path.py')
+provides=('python-path.py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz;
+
$pkgname-fix-pytest.patch::https://github.com/jaraco/path/commit/8117892ea5da.patch)
+sha512sums=('3d499cf9a02381bd4f1aa4c515b91163881b928a2cdd19c6644239061c104bed22244f39a3a19d8376c296488bd6155d61308d33ddbc8a5a98e1d0d66d2515b5'
+
'bfed90a657aa2a85eb03f88ae1bfb28a0322bcb30a87431ce30b31849ce938eb0bb98565d49aa07c8ccddb100e8d7dadd81e730da546649a87449508768aca9c')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd path-$pkgver
+  sed -n '/--- a\/pytest.ini/,/junit_family/p' ../$pkgname-fix-pytest.patch |
+patch -Np1
+}
+
+build() {
+  cd path-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd path-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd path-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 06:22:31
  Author: felixonmars
Revision: 751312

upgpkg: python-path 15.0.0-3: Python 3.9 rebuild

Modified:
  python-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:21:51 UTC (rev 751311)
+++ PKGBUILD2020-11-12 06:22:31 UTC (rev 751312)
@@ -2,7 +2,7 @@
 
 pkgname=python-path
 pkgver=15.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A module wrapper for os.path'
 arch=('any')
 license=('MIT')


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 06:21:51
  Author: foutrelis
Revision: 751311

Fix tests

Modified:
  python-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:10:52 UTC (rev 751310)
+++ PKGBUILD2020-11-12 06:21:51 UTC (rev 751311)
@@ -13,11 +13,19 @@
 replaces=('python-path.py')
 conflicts=('python-path.py')
 provides=('python-path.py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz;)
-sha512sums=('3d499cf9a02381bd4f1aa4c515b91163881b928a2cdd19c6644239061c104bed22244f39a3a19d8376c296488bd6155d61308d33ddbc8a5a98e1d0d66d2515b5')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz;
+
$pkgname-fix-pytest.patch::https://github.com/jaraco/path/commit/8117892ea5da.patch)
+sha512sums=('3d499cf9a02381bd4f1aa4c515b91163881b928a2cdd19c6644239061c104bed22244f39a3a19d8376c296488bd6155d61308d33ddbc8a5a98e1d0d66d2515b5'
+
'bfed90a657aa2a85eb03f88ae1bfb28a0322bcb30a87431ce30b31849ce938eb0bb98565d49aa07c8ccddb100e8d7dadd81e730da546649a87449508768aca9c')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
+prepare() {
+  cd path-$pkgver
+  sed -n '/--- a\/pytest.ini/,/junit_family/p' ../$pkgname-fix-pytest.patch |
+patch -Np1
+}
+
 build() {
   cd path-$pkgver
   python setup.py build


[arch-commits] Commit in python-cachecontrol/repos/community-staging-any (4 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 06:10:52
  Author: felixonmars
Revision: 751310

archrelease: copy trunk to community-staging-any

Added:
  
python-cachecontrol/repos/community-staging-any/0001-Remove-unnecessary-console-script.patch
(from rev 751309, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
  python-cachecontrol/repos/community-staging-any/PKGBUILD
(from rev 751309, python-cachecontrol/trunk/PKGBUILD)
Deleted:
  
python-cachecontrol/repos/community-staging-any/0001-Remove-unnecessary-console-script.patch
  python-cachecontrol/repos/community-staging-any/PKGBUILD

--+
 0001-Remove-unnecessary-console-script.patch |   52 ++--
 PKGBUILD |  108 -
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: 0001-Remove-unnecessary-console-script.patch
===
--- 0001-Remove-unnecessary-console-script.patch2020-11-12 06:10:38 UTC 
(rev 751309)
+++ 0001-Remove-unnecessary-console-script.patch2020-11-12 06:10:52 UTC 
(rev 751310)
@@ -1,26 +0,0 @@
-From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 7 Jun 2018 12:39:59 -0400
-Subject: [PATCH] Remove unnecessary console script
-
-The purpose of this  module is to cache things, not to test if they
-*can* be cached. This clutters up the $PATH.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 34f5f44..95e1741 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,7 +19,6 @@ setup_params = dict(
- long_description=long_description,
- install_requires=["requests", "msgpack"],
- extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
--entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
- classifiers=[
- "Development Status :: 4 - Beta",
--- 
-2.17.1
-

Copied: 
python-cachecontrol/repos/community-staging-any/0001-Remove-unnecessary-console-script.patch
 (from rev 751309, 
python-cachecontrol/trunk/0001-Remove-unnecessary-console-script.patch)
===
--- 0001-Remove-unnecessary-console-script.patch
(rev 0)
+++ 0001-Remove-unnecessary-console-script.patch2020-11-12 06:10:52 UTC 
(rev 751310)
@@ -0,0 +1,26 @@
+From 5949227996ba403eecaf6fb961c2f2a6aca4d3e2 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 7 Jun 2018 12:39:59 -0400
+Subject: [PATCH] Remove unnecessary console script
+
+The purpose of this  module is to cache things, not to test if they
+*can* be cached. This clutters up the $PATH.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 34f5f44..95e1741 100644
+--- a/setup.py
 b/setup.py
+@@ -19,7 +19,6 @@ setup_params = dict(
+ long_description=long_description,
+ install_requires=["requests", "msgpack"],
+ extras_require={"filecache": ["lockfile>=0.9"], "redis": 
["redis>=2.10.5"]},
+-entry_points={"console_scripts": ["doesitcache = 
cachecontrol._cmd:main"]},
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
+ classifiers=[
+ "Development Status :: 4 - Beta",
+-- 
+2.17.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 06:10:38 UTC (rev 751309)
+++ PKGBUILD2020-11-12 06:10:52 UTC (rev 751310)
@@ -1,54 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cachecontrol
-pkgbase=python-cachecontrol
-pkgname=('python-cachecontrol' 'python2-cachecontrol')
-pkgver=0.12.6
-pkgrel=2
-pkgdesc="httplib2 caching for requests"
-arch=('any')
-url="https://github.com/ionrock/${_pkgname};
-license=('Apache')
-makedepends=('python-msgpack' 'python-requests' 'python2-msgpack' 
'python2-requests')
-checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 'python-cherrypy'
-  'python2-mock' 'python2-pytest' 'python2-lockfile' 
'python2-cherrypy')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-"0001-Remove-unnecessary-console-script.patch")
-sha256sums=('2ec120838f445bff473cd8b8206ddae3650679142976927179743fabb876f3e3'
-'a2c93d4852887152027140bdd54030d5363876b02e5eabee6a018d4e946a87b1')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-patch -p1 -i ../0001-Remove-unnecessary-console-script.patch
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-python2 -m pytest
-}
-
-package_python-cachecontrol() {
-depends=('python-msgpack' 'python-requests')
-optdepends=('python-lockfile: for the FileCache')
-
-cd 

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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 06:10:38
  Author: felixonmars
Revision: 751309

upgpkg: python-cachecontrol 0.12.6-3: Python 3.9 rebuild

Modified:
  python-cachecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:09:18 UTC (rev 751308)
+++ PKGBUILD2020-11-12 06:10:38 UTC (rev 751309)
@@ -4,7 +4,7 @@
 pkgbase=python-cachecontrol
 pkgname=('python-cachecontrol' 'python2-cachecontrol')
 pkgver=0.12.6
-pkgrel=2
+pkgrel=3
 pkgdesc="httplib2 caching for requests"
 arch=('any')
 url="https://github.com/ionrock/${_pkgname};


[arch-commits] Commit in python-cheroot/repos/community-staging-any (8 files)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 06:09:18
  Author: foutrelis
Revision: 751308

archrelease: copy trunk to community-staging-any

Added:
  python-cheroot/repos/community-staging-any/LICENSE
(from rev 751307, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-staging-any/PKGBUILD
(from rev 751307, python-cheroot/trunk/PKGBUILD)
  python-cheroot/repos/community-staging-any/disable-broken-testmon-stuff.patch
(from rev 751307, python-cheroot/trunk/disable-broken-testmon-stuff.patch)
  python-cheroot/repos/community-staging-any/disable-broken-tests.patch
(from rev 751307, python-cheroot/trunk/disable-broken-tests.patch)
Deleted:
  python-cheroot/repos/community-staging-any/LICENSE
  python-cheroot/repos/community-staging-any/PKGBUILD
  python-cheroot/repos/community-staging-any/disable-broken-testmon-stuff.patch
  python-cheroot/repos/community-staging-any/disable-broken-tests.patch

+
 LICENSE|   14 +-
 PKGBUILD   |  186 +--
 disable-broken-testmon-stuff.patch |   96 +-
 disable-broken-tests.patch |   22 ++--
 4 files changed, 159 insertions(+), 159 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-12 06:09:06 UTC (rev 751307)
+++ LICENSE 2020-11-12 06:09:18 UTC (rev 751308)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-cheroot/repos/community-staging-any/LICENSE (from rev 751307, 
python-cheroot/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-12 06:09:18 UTC (rev 751308)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 06:09:06 UTC (rev 751307)
+++ PKGBUILD2020-11-12 06:09:18 UTC (rev 751308)
@@ -1,93 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=8.4.5
-pkgrel=3
-arch=('any')
-url="https://github.com/cherrypy/cheroot;
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
-  'python2-backports.unittest_mock' 'tree' 'python-tox' 'python2-tox'
-  'python-jaraco' 'git')
-checkdepends=('python-pytest' 'python-pytest-xdist'
-  'python-requests' 'python-pyopenssl' 'python-trustme'
-  'python2-pytest' 'python2-pytest-xdist'
-  'python2-requests' 'python2-pyopenssl')
-source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;

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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 06:09:06
  Author: foutrelis
Revision: 751307

Fix previous commit, dep is python2-selectors*2*

Modified:
  python-cheroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:02:47 UTC (rev 751306)
+++ PKGBUILD2020-11-12 06:09:06 UTC (rev 751307)
@@ -6,7 +6,7 @@
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
 pkgver=8.4.5
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="https://github.com/cherrypy/cheroot;
 license=('MIT')
@@ -76,7 +76,7 @@
 
 package_python2-cheroot() {
   depends=('python2-six' 'python2-backports.functools_lru_cache'
-   'python2-backports.unittest_mock' 'python2-selectors')
+   'python2-backports.unittest_mock' 'python2-selectors2')
 
   cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 06:02:42
  Author: foutrelis
Revision: 751305

upgpkg: python-cheroot 8.4.5-3: Add python2-selectors dep to python2-cheroot

Modified:
  python-cheroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 06:00:53 UTC (rev 751304)
+++ PKGBUILD2020-11-12 06:02:42 UTC (rev 751305)
@@ -6,7 +6,7 @@
 pkgname=('python-cheroot' 'python2-cheroot')
 pkgdesc="Highly-optimized, pure-python HTTP server"
 pkgver=8.4.5
-pkgrel=2
+pkgrel=3
 arch=('any')
 url="https://github.com/cherrypy/cheroot;
 license=('MIT')
@@ -76,7 +76,7 @@
 
 package_python2-cheroot() {
   depends=('python2-six' 'python2-backports.functools_lru_cache'
-   'python2-backports.unittest_mock')
+   'python2-backports.unittest_mock' 'python2-selectors')
 
   cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1


[arch-commits] Commit in python-cheroot/repos/community-staging-any (8 files)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 06:02:47
  Author: foutrelis
Revision: 751306

archrelease: copy trunk to community-staging-any

Added:
  python-cheroot/repos/community-staging-any/LICENSE
(from rev 751305, python-cheroot/trunk/LICENSE)
  python-cheroot/repos/community-staging-any/PKGBUILD
(from rev 751305, python-cheroot/trunk/PKGBUILD)
  python-cheroot/repos/community-staging-any/disable-broken-testmon-stuff.patch
(from rev 751305, python-cheroot/trunk/disable-broken-testmon-stuff.patch)
  python-cheroot/repos/community-staging-any/disable-broken-tests.patch
(from rev 751305, python-cheroot/trunk/disable-broken-tests.patch)
Deleted:
  python-cheroot/repos/community-staging-any/LICENSE
  python-cheroot/repos/community-staging-any/PKGBUILD
  python-cheroot/repos/community-staging-any/disable-broken-testmon-stuff.patch
  python-cheroot/repos/community-staging-any/disable-broken-tests.patch

+
 LICENSE|   14 +-
 PKGBUILD   |  186 +--
 disable-broken-testmon-stuff.patch |   96 +-
 disable-broken-tests.patch |   22 ++--
 4 files changed, 159 insertions(+), 159 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-12 06:02:42 UTC (rev 751305)
+++ LICENSE 2020-11-12 06:02:47 UTC (rev 751306)
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-cheroot/repos/community-staging-any/LICENSE (from rev 751305, 
python-cheroot/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-12 06:02:47 UTC (rev 751306)
@@ -0,0 +1,7 @@
+Copyright Jason R. Coombs
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 06:02:42 UTC (rev 751305)
+++ PKGBUILD2020-11-12 06:02:47 UTC (rev 751306)
@@ -1,93 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: wangjiezhe 
-
-pkgbase='python-cheroot'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cheroot' 'python2-cheroot')
-pkgdesc="Highly-optimized, pure-python HTTP server"
-pkgver=8.4.5
-pkgrel=2
-arch=('any')
-url="https://github.com/cherrypy/cheroot;
-license=('MIT')
-makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python2-backports.functools_lru_cache'
-  'python2-backports.unittest_mock' 'tree' 'python-tox' 'python2-tox'
-  'python-jaraco' 'git')
-checkdepends=('python-pytest' 'python-pytest-xdist'
-  'python-requests' 'python-pyopenssl' 'python-trustme'
-  'python2-pytest' 'python2-pytest-xdist'
-  'python2-requests' 'python2-pyopenssl')
-source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;

[arch-commits] Commit in openimageio/repos/community-staging-x86_64 (2 files)

2020-11-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, November 12, 2020 @ 06:00:53
  Author: svenstaro
Revision: 751304

archrelease: copy trunk to community-staging-x86_64

Added:
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 751303, openimageio/trunk/PKGBUILD)
Deleted:
  openimageio/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 06:00:49 UTC (rev 751303)
+++ PKGBUILD2020-11-12 06:00:53 UTC (rev 751304)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SpepS 
-
-pkgname=openimageio
-pkgver=2.2.7.0
-pkgrel=2
-pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
-arch=(x86_64)
-url="http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'libpng' 'libraw' 'libwebp'
- 'fmt' 'pugixml' 'pybind11')
-# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'libheif' 'hdf5' 
'opencv'
-makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'freetype2' 
'fontconfig' 'libxrender' 'ninja' 'robin-map')
-optdepends=('qt5-base: iv image viewer'
-'python: bindings support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz;)
-sha512sums=('a36ffcf150cb1134aea33ec3e7ee2113c9df48c6860812a9e5ca519400211ba0fa5732153226f7e80cc20c2553834bd425adb93cdebbd5354612752f46ebc8e0')
-
-build() {
-  cd oiio-Release-$pkgver
-
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DUSE_PYTHON=ON \
-  -DPYTHON_VERSION=3.9 \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DOIIO_BUILD_TESTS=ON \
-  -DOIIO_BUILD_TOOLS=ON \
-  -DBUILD_MISSING_FMT=OFF \
-  -DUSE_EXTERNAL_PUGIXML=ON \
-  -DSTOP_ON_WARNING=OFF
-  ninja -C build
-}
-
-package() {
-  cd oiio-Release-$pkgver
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Remove vendored fonts
-  rm -r "$pkgdir"/usr/share/fonts
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md
-}

Copied: openimageio/repos/community-staging-x86_64/PKGBUILD (from rev 751303, 
openimageio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 06:00:53 UTC (rev 751304)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SpepS 
+
+pkgname=openimageio
+pkgver=2.2.8.0
+pkgrel=1
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(x86_64)
+url="http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'libpng' 'libraw' 'libwebp'
+ 'fmt' 'pugixml' 'pybind11')
+# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'libheif' 'hdf5' 
'opencv'
+makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'freetype2' 
'fontconfig' 'libxrender' 'ninja' 'robin-map')
+optdepends=('qt5-base: iv image viewer'
+'python: bindings support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz;)
+sha512sums=('7bb94832734b4354d961003ec7f85fa30e4a69d7f825c5668a0230d857f8c137dd522730ec5089db012f0d843fc67368c731458a3d6de9ae41dabfb4cc30592e')
+
+build() {
+  cd oiio-Release-$pkgver
+
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DUSE_PYTHON=ON \
+  -DPYTHON_VERSION=3.9 \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON \
+  -DBUILD_MISSING_FMT=OFF \
+  -DUSE_EXTERNAL_PUGIXML=ON \
+  -DSTOP_ON_WARNING=OFF
+  ninja -C build
+}
+
+package() {
+  cd oiio-Release-$pkgver
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Remove vendored fonts
+  rm -r "$pkgdir"/usr/share/fonts
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md
+}


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

2020-11-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, November 12, 2020 @ 06:00:49
  Author: svenstaro
Revision: 751303

upgpkg: openimageio 2.2.8.0-1

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 05:48:23 UTC (rev 751302)
+++ PKGBUILD2020-11-12 06:00:49 UTC (rev 751303)
@@ -2,8 +2,8 @@
 # Contributor: SpepS 
 
 pkgname=openimageio
-pkgver=2.2.7.0
-pkgrel=2
+pkgver=2.2.8.0
+pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(x86_64)
 url="http://www.openimageio.org/;
@@ -15,7 +15,7 @@
 optdepends=('qt5-base: iv image viewer'
 'python: bindings support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz;)
-sha512sums=('a36ffcf150cb1134aea33ec3e7ee2113c9df48c6860812a9e5ca519400211ba0fa5732153226f7e80cc20c2553834bd425adb93cdebbd5354612752f46ebc8e0')
+sha512sums=('7bb94832734b4354d961003ec7f85fa30e4a69d7f825c5668a0230d857f8c137dd522730ec5089db012f0d843fc67368c731458a3d6de9ae41dabfb4cc30592e')
 
 build() {
   cd oiio-Release-$pkgver


[arch-commits] Commit in python-jsonpickle/repos/community-staging-any (4 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 05:48:23
  Author: felixonmars
Revision: 751302

archrelease: copy trunk to community-staging-any

Added:
  python-jsonpickle/repos/community-staging-any/PKGBUILD
(from rev 751301, python-jsonpickle/trunk/PKGBUILD)
  
python-jsonpickle/repos/community-staging-any/fix-importlib_metadata-dependency.patch
(from rev 751301, 
python-jsonpickle/trunk/fix-importlib_metadata-dependency.patch)
Deleted:
  python-jsonpickle/repos/community-staging-any/PKGBUILD
  
python-jsonpickle/repos/community-staging-any/fix-importlib_metadata-dependency.patch

-+
 PKGBUILD|   83 +++---
 fix-importlib_metadata-dependency.patch |   82 ++---
 2 files changed, 83 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 05:48:10 UTC (rev 751301)
+++ PKGBUILD2020-11-12 05:48:23 UTC (rev 751302)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jsonpickle
-pkgver=1.4.1
-pkgrel=3
-arch=('any')
-pkgdesc="Python library for serializing any arbitrary object graph into JSON"
-url="https://jsonpickle.github.io/;
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-numpy' 
'python-feedparser'
-  'python-coverage' 'python-simplejson' 'python-pymongo' 
'python-ujson' 'python-pandas')
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jsonpickle/jsonpickle/archive/v$pkgver.tar.gz;
-fix-importlib_metadata-dependency.patch)
-sha512sums=('aaaf579d6fafc28646f2566e9d8cfaf1d735e12a443c3dc107051f4229fc630d6539ff6b9a610518d02dc4d9704f4100310f81c38cf0ac53561ade874141143d'
-
'ce5ab39821b02e4b6aa9b4380ad1681154b48e08af52f98fac93733e1cb07d4838d3b224569b6f74fe33df0f5dde7fd40af7f870b329308522861ed729209831')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd jsonpickle-$pkgver
-  sed -i 's/--flake8//' pytest.ini
-  patch -Np1 < ../fix-importlib_metadata-dependency.patch
-}
-
-build() {
-  cd jsonpickle-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jsonpickle-$pkgver
-  pytest
-}
-
-package() {
-  cd jsonpickle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jsonpickle/repos/community-staging-any/PKGBUILD (from rev 
751301, python-jsonpickle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 05:48:23 UTC (rev 751302)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jsonpickle
+pkgver=1.4.1
+pkgrel=4
+arch=('any')
+pkgdesc="Python library for serializing any arbitrary object graph into JSON"
+url="https://jsonpickle.github.io/;
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-numpy' 'python-feedparser' 'python-simplejson'
+  'python-pymongo' 'python-ujson' 'python-pandas' 'python-pytest')
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jsonpickle/jsonpickle/archive/v$pkgver.tar.gz;
+fix-importlib_metadata-dependency.patch)
+sha512sums=('aaaf579d6fafc28646f2566e9d8cfaf1d735e12a443c3dc107051f4229fc630d6539ff6b9a610518d02dc4d9704f4100310f81c38cf0ac53561ade874141143d'
+
'ce5ab39821b02e4b6aa9b4380ad1681154b48e08af52f98fac93733e1cb07d4838d3b224569b6f74fe33df0f5dde7fd40af7f870b329308522861ed729209831')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd jsonpickle-$pkgver
+  # do not run coverage and other non-integration tests in an integration test
+  sed -i 's/--flake8 --black --cov --cov-append//' pytest.ini
+  patch -Np1 < ../fix-importlib_metadata-dependency.patch
+}
+
+build() {
+  cd jsonpickle-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jsonpickle-$pkgver
+  pytest
+}
+
+package() {
+  cd jsonpickle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Deleted: fix-importlib_metadata-dependency.patch
===
--- fix-importlib_metadata-dependency.patch 2020-11-12 05:48:10 UTC (rev 
751301)
+++ fix-importlib_metadata-dependency.patch 2020-11-12 05:48:23 UTC (rev 
751302)
@@ -1,41 +0,0 @@
-From 8debff4511089dad850930c702106a436275f118 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
-Date: Wed, 22 Apr 2020 20:38:28 +0200
-Subject: [PATCH] Use importlib.metadata from the standard library on Python
- 3.8+
-
-Fixes https://github.com/jsonpickle/jsonpickle/issues/303

- jsonpickle/version.py | 7 ++-
- setup.cfg | 2 +-
- 2 files changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/jsonpickle/version.py b/jsonpickle/version.py

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

2020-11-11 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 05:48:10
  Author: felixonmars
Revision: 751301

upgpkg: python-jsonpickle 1.4.1-4: Python 3.9 rebuild

Modified:
  python-jsonpickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 02:51:16 UTC (rev 751300)
+++ PKGBUILD2020-11-12 05:48:10 UTC (rev 751301)
@@ -2,7 +2,7 @@
 
 pkgname=python-jsonpickle
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 arch=('any')
 pkgdesc="Python library for serializing any arbitrary object graph into JSON"
 url="https://jsonpickle.github.io/;


[arch-commits] Commit in python-feedparser/trunk (2 files)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 05:47:05
  Author: foutrelis
Revision: 400434

Add a fix from Fedora for Python 3.9

Added:
  python-feedparser/trunk/don-t-always-expect-base64.decodestring-to-exist.patch
Modified:
  python-feedparser/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++-
 don-t-always-expect-base64.decodestring-to-exist.patch |   35 +++
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:41:20 UTC (rev 400433)
+++ PKGBUILD2020-11-12 05:47:05 UTC (rev 400434)
@@ -3,16 +3,20 @@
 pkgbase=python-feedparser
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
 pkgver=5.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
 url="https://github.com/kurtmckee/feedparser/;
 license=('custom')
 makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
-source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha1sums=('13c9a17f821e46ba9a34d8777e0ae47a6eb86de4')
+source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz
+don-t-always-expect-base64.decodestring-to-exist.patch)
+sha1sums=('13c9a17f821e46ba9a34d8777e0ae47a6eb86de4'
+  '24542c47555fb1b07855e00d2fdf732582f397ae')
 
 prepare() {
+  patch -Np1 -d feedparser-${pkgver} 

+Date: Fri, 15 May 2020 09:15:20 -0700
+Subject: [PATCH] Don't always expect base64.decodestring to exist
+
+This does the same as before, but in such a way as not to fail if
+`base64.decodestring` doesn't exist at all - as is the case in
+Python 3.9.
+
+This is a backport of #206 on top of 5.2.1.
+
+Signed-off-by: Adam Williamson 
+---
+ feedparser/feedparser.py | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/feedparser/feedparser.py b/feedparser/feedparser.py
+index 999cb0d..1548db8 100644
+--- a/feedparser/feedparser.py
 b/feedparser/feedparser.py
+@@ -90,7 +90,10 @@ except ImportError:
+ base64 = binascii = None
+ else:
+ # Python 3.1 deprecates decodestring in favor of decodebytes
+-_base64decode = getattr(base64, 'decodebytes', base64.decodestring)
++try:
++_base64decode = base64.decodebytes
++except AttributeError:
++_base64decode = base64.decodestring
+ 
+ # _s2bytes: convert a UTF-8 str to bytes if the interpreter is Python 3
+ # _l2bytes: convert a list of ints to bytes if the interpreter is Python 3
+-- 
+2.26.2
+


[arch-commits] Commit in python-feedparser/repos/staging-any (3 files)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 05:47:16
  Author: foutrelis
Revision: 400435

archrelease: copy trunk to staging-any

Added:
  python-feedparser/repos/staging-any/PKGBUILD
(from rev 400434, python-feedparser/trunk/PKGBUILD)
  
python-feedparser/repos/staging-any/don-t-always-expect-base64.decodestring-to-exist.patch
(from rev 400434, 
python-feedparser/trunk/don-t-always-expect-base64.decodestring-to-exist.patch)
Deleted:
  python-feedparser/repos/staging-any/PKGBUILD

+
 PKGBUILD   |  116 +++
 don-t-always-expect-base64.decodestring-to-exist.patch |   35 
 2 files changed, 95 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 05:47:05 UTC (rev 400434)
+++ PKGBUILD2020-11-12 05:47:16 UTC (rev 400435)
@@ -1,56 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=python-feedparser
-pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgver=5.2.1
-pkgrel=8
-pkgdesc="Parse RSS and Atom feeds in Python"
-arch=('any')
-url="https://github.com/kurtmckee/feedparser/;
-license=('custom')
-makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
-source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha1sums=('13c9a17f821e46ba9a34d8777e0ae47a6eb86de4')
-
-prepare() {
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-python
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
-
-  (cd feedparser-${pkgver}-python2; sed -i 's#env python$#env python2#' 
feedparser/feedparsertest.py)
-  (cd feedparser-${pkgver}-python; 2to3 -w feedparser/feedparser.py 
feedparser/feedparsertest.py)
-}
-
-build() {
-  cd feedparser-${pkgver}-sgmllib
-  python /usr/lib/python3.9/compileall.py feedparser/sgmllib3.py
-}
-
-package_python2-feedparser() {
-  depends=('python2' 'libxml2' )
-  pkgdesc="Parse RSS and Atom feeds in Python2"
-
-  cd "${srcdir}/feedparser-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}
-
-package_python-feedparser() {
-  depends=('libxml2' 'python-sgmllib')
-
-  cd "${srcdir}/feedparser-${pkgver}-python"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}
-
-package_python-sgmllib() {
-  depends=('python')
-  pkgdesc="Port of sgmllib to Python3"
-  license=('PSF')
-
-  cd "${srcdir}/feedparser-${pkgver}-sgmllib"
-  install -Dm644 feedparser/sgmllib3.py \
-"${pkgdir}/usr/lib/python3.9/site-packages/sgmllib.py"
-  install -Dm644 feedparser/__pycache__/sgmllib3.cpython-39.pyc \
-
"${pkgdir}/usr/lib/python3.9/site-packages/__pycache__/sgmllib.cpython-39.pyc"
-}

Copied: python-feedparser/repos/staging-any/PKGBUILD (from rev 400434, 
python-feedparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 05:47:16 UTC (rev 400435)
@@ -0,0 +1,60 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=python-feedparser
+pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
+pkgver=5.2.1
+pkgrel=9
+pkgdesc="Parse RSS and Atom feeds in Python"
+arch=('any')
+url="https://github.com/kurtmckee/feedparser/;
+license=('custom')
+makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
+source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz
+don-t-always-expect-base64.decodestring-to-exist.patch)
+sha1sums=('13c9a17f821e46ba9a34d8777e0ae47a6eb86de4'
+  '24542c47555fb1b07855e00d2fdf732582f397ae')
+
+prepare() {
+  patch -Np1 -d feedparser-${pkgver} 

+Date: Fri, 15 May 2020 09:15:20 -0700
+Subject: [PATCH] Don't always expect base64.decodestring to exist
+
+This does the same as before, but in such a way as not to fail if
+`base64.decodestring` doesn't exist at all - as is the case in
+Python 3.9.
+
+This is a backport of #206 on top of 5.2.1.
+
+Signed-off-by: Adam Williamson 
+---
+ feedparser/feedparser.py | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/feedparser/feedparser.py b/feedparser/feedparser.py
+index 999cb0d..1548db8 100644
+--- a/feedparser/feedparser.py
 b/feedparser/feedparser.py
+@@ -90,7 +90,10 @@ except ImportError:
+ base64 = binascii = None
+ else:
+ # Python 3.1 deprecates decodestring in favor of decodebytes
+-_base64decode = getattr(base64, 'decodebytes', base64.decodestring)
++try:
++_base64decode = base64.decodebytes
++except AttributeError:
++_base64decode = base64.decodestring
+ 
+ # _s2bytes: convert a UTF-8 str to bytes if the interpreter is Python 3
+ # _l2bytes: convert a list of 

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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:35:10
  Author: felixonmars
Revision: 751291

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 751290, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/optparse-applicative-0.16.patch
(from rev 751290, stack/trunk/optparse-applicative-0.16.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 751290, stack/trunk/stack.install)

-+
 PKGBUILD|   80 ++
 optparse-applicative-0.16.patch |   25 +++
 stack.install   |4 +
 3 files changed, 109 insertions(+)

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

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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:34:45
  Author: felixonmars
Revision: 751290

upgpkg: stack 2.5.1-23: rebuild with HsOpenSSL 0.11.5.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 23:28:31 UTC (rev 751289)
+++ PKGBUILD2020-11-11 23:34:45 UTC (rev 751290)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=22
+pkgrel=23
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:28:17
  Author: felixonmars
Revision: 751288

upgpkg: haskell-mustache 2.3.1-205: rebuild with HsOpenSSL 0.11.5.1

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 23:26:50 UTC (rev 751287)
+++ PKGBUILD2020-11-11 23:28:17 UTC (rev 751288)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.1
-pkgrel=204
+pkgrel=205
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache;
 license=('BSD')


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:28:31
  Author: felixonmars
Revision: 751289

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
751288, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-11 23:28:31 UTC (rev 751289)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.1
+pkgrel=205
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('162360cb635d40086721d4dd350036884207679b240d30420b9fc71eebef847e542bd143275931a22a42c583d513d0c906a6b112d780824dc189ad07e3027aa3')
+
+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-wreq/trunk (PKGBUILD)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:26:35
  Author: felixonmars
Revision: 751286

upgpkg: haskell-wreq 0.5.3.2-302: rebuild with HsOpenSSL 0.11.5.1

Modified:
  haskell-wreq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 23:24:18 UTC (rev 751285)
+++ PKGBUILD2020-11-11 23:26:35 UTC (rev 751286)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.2
-pkgrel=301
+pkgrel=302
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq;
 license=('BSD')


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:26:50
  Author: felixonmars
Revision: 751287

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wreq/repos/community-staging-x86_64/PKGBUILD (from rev 751286, 
haskell-wreq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-11 23:26:50 UTC (rev 751287)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=wreq
+pkgname=haskell-wreq
+pkgver=0.5.3.2
+pkgrel=302
+pkgdesc="An easy-to-use HTTP client library."
+url="https://github.com/bos/wreq;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-authenticate-oauth'
+ 'haskell-base16-bytestring' 'haskell-case-insensitive' 
'haskell-cryptonite'
+ 'haskell-hashable' 'haskell-http-client' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-lens' 'haskell-lens-aeson' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-psqueues' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-aeson-pretty' 
'haskell-base64-bytestring'
+ 'haskell-snap-core' 'haskell-snap-server' 'haskell-unix-compat' 
'haskell-uuid')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-network-info' 'haskell-temporary' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779')
+
+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 \
+-fdoctest -f-aws -fhttpbin -f-developer
+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 || echo "Tests failed"
+}
+
+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.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}


[arch-commits] Commit in haskell-snap-server/repos/community-staging-x86_64 (2 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:24:18
  Author: felixonmars
Revision: 751285

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD
(from rev 751284, haskell-snap-server/trunk/PKGBUILD)
Deleted:
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 23:23:58 UTC (rev 751284)
+++ PKGBUILD2020-11-11 23:24:18 UTC (rev 751285)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=snap-server
-pkgname=haskell-snap-server
-pkgver=1.1.2.0
-pkgrel=9
-pkgdesc="A web server for the Snap Framework"
-url="https://github.com/snapframework/snap-server;
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
- 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
- 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
- 'haskell-vector')
-makedepends=('ghc')
-checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
-  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
-  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
-  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('da17f988a364e6c04b29020a9e27fa5d8b98fe890577cb6ca4ee4cc3df016ac6a9ea6d8ffcae564f25efa0362f3bd454f72ad3344f7571ccaa620c6c1bf57665')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d' $_hkgname.cabal
-echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-}
-
-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
-}

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
751284, haskell-snap-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 23:24:18 UTC (rev 751285)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.2.0
+pkgrel=10
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('da17f988a364e6c04b29020a9e27fa5d8b98fe890577cb6ca4ee4cc3df016ac6a9ea6d8ffcae564f25efa0362f3bd454f72ad3344f7571ccaa620c6c1bf57665')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+ 

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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:23:58
  Author: felixonmars
Revision: 751284

upgpkg: haskell-snap-server 1.1.2.0-10: rebuild with HsOpenSSL 0.11.5.1

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 23:21:39 UTC (rev 751283)
+++ PKGBUILD2020-11-11 23:23:58 UTC (rev 751284)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.2.0
-pkgrel=9
+pkgrel=10
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server;
 license=('BSD')


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:21:25
  Author: felixonmars
Revision: 751282

upgpkg: haskell-http-streams 0.8.7.2-97: rebuild with HsOpenSSL 0.11.5.1

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 23:11:57 UTC (rev 751281)
+++ PKGBUILD2020-11-11 23:21:25 UTC (rev 751282)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.7.2
-pkgrel=96
+pkgrel=97
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams;
 license=('BSD')


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:21:39
  Author: felixonmars
Revision: 751283

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-streams/repos/community-staging-x86_64/
  haskell-http-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 751282, haskell-http-streams/trunk/PKGBUILD)

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

Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
751282, haskell-http-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-11 23:21:39 UTC (rev 751283)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-streams
+pkgname=haskell-http-streams
+pkgver=0.8.7.2
+pkgrel=97
+pkgdesc="An HTTP client using io-streams"
+url="https://github.com/afcowie/http-streams;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl'
+ 'haskell-openssl-streams' 'haskell-unordered-containers' 
'haskell-aeson'
+ 'haskell-http-common' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-snap-core' 
'haskell-snap-server'
+ 'haskell-system-fileio' 'haskell-system-filepath')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1028e7a102fc189ddd20d353492306d506f24f0408a234e0ec2b01c11737bc9ffec76a5609e18e355ef838663ec412ce3b358d8223deea7dd4c35ada5223f3ea')
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:11:57
  Author: felixonmars
Revision: 751281

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-server/repos/community-staging-x86_64/
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD
(from rev 751280, haskell-snap-server/trunk/PKGBUILD)

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

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
751280, haskell-snap-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-11 23:11:57 UTC (rev 751281)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.2.0
+pkgrel=9
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+  'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+  'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('da17f988a364e6c04b29020a9e27fa5d8b98fe890577cb6ca4ee4cc3df016ac6a9ea6d8ffcae564f25efa0362f3bd454f72ad3344f7571ccaa620c6c1bf57665')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+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-snap-server/trunk (PKGBUILD)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 23:11:43
  Author: felixonmars
Revision: 751280

upgpkg: haskell-snap-server 1.1.2.0-9: rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:54:21 UTC (rev 751279)
+++ PKGBUILD2020-11-11 23:11:43 UTC (rev 751280)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server;
 license=('BSD')


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:54:21
  Author: felixonmars
Revision: 751279

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-openssl-streams/repos/community-staging-x86_64/
  haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 751278, haskell-openssl-streams/trunk/PKGBUILD)

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

Copied: haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD (from 
rev 751278, haskell-openssl-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-11 22:54:21 UTC (rev 751279)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=openssl-streams
+pkgname=haskell-openssl-streams
+pkgver=1.2.3.0
+pkgrel=18
+pkgdesc="OpenSSL network support for io-streams"
+url="https://github.com/snapframework/openssl-streams;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsopenssl' 'haskell-io-streams' 'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('86c5f9348af82ad0ac9e8103ee078c78647e61345ecf0c48b02749206147a82a3a798f681b9cd20ec866276aca75a3739965ca2b76a0b302da4792bf1fc4917e')
+
+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-hsopenssl/repos (2 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:53:14
  Author: felixonmars
Revision: 751277

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hsopenssl/repos/community-staging-x86_64/PKGBUILD (from rev 
751276, haskell-hsopenssl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-11 22:53:14 UTC (rev 751277)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=HsOpenSSL
+pkgname=haskell-hsopenssl
+pkgver=0.11.5.1
+pkgrel=1
+pkgdesc="Partial OpenSSL binding for Haskell"
+url="https://github.com/vshabanov/HsOpenSSL;
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'openssl')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0759993e6a0e17629d7e71cf45ce79862547351eede58f02e6d81ec09d92f2e6d171d037fbf62fb857d930759c80296a67061a782f90344e176861bbd95b7e3d')
+
+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 \
+-fuse-pkg-config
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:54:07
  Author: felixonmars
Revision: 751278

upgpkg: haskell-openssl-streams 1.2.3.0-18: rebuild with HsOpenSSL 0.11.5.1

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:53:14 UTC (rev 751277)
+++ PKGBUILD2020-11-11 22:54:07 UTC (rev 751278)
@@ -3,7 +3,7 @@
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
 pkgver=1.2.3.0
-pkgrel=17
+pkgrel=18
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams;
 license=('BSD')


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:53:00
  Author: felixonmars
Revision: 751276

upgpkg: haskell-hsopenssl 0.11.5.1-1: rebuild with HsOpenSSL 0.11.5.1

Modified:
  haskell-hsopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:50:26 UTC (rev 751275)
+++ PKGBUILD2020-11-11 22:53:00 UTC (rev 751276)
@@ -2,7 +2,7 @@
 
 _hkgname=HsOpenSSL
 pkgname=haskell-hsopenssl
-pkgver=0.11.5
+pkgver=0.11.5.1
 pkgrel=1
 pkgdesc="Partial OpenSSL binding for Haskell"
 url="https://github.com/vshabanov/HsOpenSSL;
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-network' 'openssl')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('273f6c0cf2978f5a235ba15f9cbb7e2d71b21114f528ed997653d36da35a852e062ed3c2506bc8731682ce50217a225369ac7c8ffdbfe1aa9815bb497e9a3612')
+sha512sums=('0759993e6a0e17629d7e71cf45ce79862547351eede58f02e6d81ec09d92f2e6d171d037fbf62fb857d930759c80296a67061a782f90344e176861bbd95b7e3d')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in (4 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:50:12
  Author: felixonmars
Revision: 751274

addpkg: haskell-mysql-simple 0.4.5-1

Added:
  haskell-mysql-simple/
  haskell-mysql-simple/repos/
  haskell-mysql-simple/trunk/
  haskell-mysql-simple/trunk/PKGBUILD

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

Added: haskell-mysql-simple/trunk/PKGBUILD
===
--- haskell-mysql-simple/trunk/PKGBUILD (rev 0)
+++ haskell-mysql-simple/trunk/PKGBUILD 2020-11-11 22:50:12 UTC (rev 751274)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mysql-simple
+pkgname=haskell-mysql-simple
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="A mid-level MySQL client library"
+url="https://github.com/paul-rouse/mysql-simple;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base16-bytestring' 
'haskell-blaze-builder'
+ 'haskell-blaze-textual' 'haskell-mysql' 'haskell-old-locale' 
'haskell-pcre-light')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('mariadb')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('b03c422ed8a62fa7f98b62634a06da8454980c6a733e275020ca7cedbb6e7cb1')
+
+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
+  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
+  mkdir -p /tmp/mysql_test
+  mysql_install_db --datadir=/tmp/mysql_test
+  mysqld --datadir=/tmp/mysql_test --socket=/tmp/socket.mysql 
--skip-grant-tables &
+  MYSQL_PID=$!
+  sleep 5
+  mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS test;"
+
+  runhaskell Setup test
+
+  kill $MYSQL_PID
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:50:26
  Author: felixonmars
Revision: 751275

archrelease: copy trunk to community-x86_64

Added:
  haskell-mysql-simple/repos/community-x86_64/
  haskell-mysql-simple/repos/community-x86_64/PKGBUILD
(from rev 751274, haskell-mysql-simple/trunk/PKGBUILD)

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

Copied: haskell-mysql-simple/repos/community-x86_64/PKGBUILD (from rev 751274, 
haskell-mysql-simple/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-11 22:50:26 UTC (rev 751275)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mysql-simple
+pkgname=haskell-mysql-simple
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="A mid-level MySQL client library"
+url="https://github.com/paul-rouse/mysql-simple;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base16-bytestring' 
'haskell-blaze-builder'
+ 'haskell-blaze-textual' 'haskell-mysql' 'haskell-old-locale' 
'haskell-pcre-light')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('mariadb')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('b03c422ed8a62fa7f98b62634a06da8454980c6a733e275020ca7cedbb6e7cb1')
+
+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
+  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
+  mkdir -p /tmp/mysql_test
+  mysql_install_db --datadir=/tmp/mysql_test
+  mysqld --datadir=/tmp/mysql_test --socket=/tmp/socket.mysql 
--skip-grant-tables &
+  MYSQL_PID=$!
+  sleep 5
+  mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS test;"
+
+  runhaskell Setup test
+
+  kill $MYSQL_PID
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in rebuilderd-website/repos/extra-any (PKGBUILD PKGBUILD)

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 22:41:20
  Author: jelle
Revision: 400433

archrelease: copy trunk to extra-any

Added:
  rebuilderd-website/repos/extra-any/PKGBUILD
(from rev 400432, rebuilderd-website/trunk/PKGBUILD)
Deleted:
  rebuilderd-website/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:41:12 UTC (rev 400432)
+++ PKGBUILD2020-11-11 22:41:20 UTC (rev 400433)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=rebuilderd-website
-pkgver=0.5
-pkgrel=1
-pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
-license=('MIT')
-arch=(any)
-depends=()
-makedepends=('yarn' 'ruby-sass' 'make' 'git' 'svgcleaner')
-url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
-validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
-source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;
-
"git+https://gitlab.archlinux.org/archlinux/archlinux-common-style.git;)
-sha512sums=('SKIP'
-'SKIP')
-
-build() {
-  cd ${pkgname}
-  make dist
-}
-
-package() {
-  cd ${pkgname}
-  install -d ${pkgdir}/usr/share/webapps/${pkgname}
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Install web files
-  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
-  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
-  install -Dm644 dist/${pkgname}-${pkgver}/archlogo.8a05bc7f6cd1.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo.8a05bc7f6cd1.svg"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
-}

Copied: rebuilderd-website/repos/extra-any/PKGBUILD (from rev 400432, 
rebuilderd-website/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:41:20 UTC (rev 400433)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=rebuilderd-website
+pkgver=0.5
+pkgrel=2
+pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
+license=('MIT')
+arch=(any)
+depends=()
+makedepends=('yarn' 'ruby-sass' 'make' 'git' 'svgcleaner')
+url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;
+
"git+https://gitlab.archlinux.org/archlinux/archlinux-common-style.git;)
+sha512sums=('SKIP'
+'SKIP')
+
+build() {
+  cd ${pkgname}
+  make dist
+}
+
+package() {
+  cd ${pkgname}
+  install -d ${pkgdir}/usr/share/webapps/${pkgname}
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Install web files
+  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
+  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
+  install -Dm644 dist/${pkgname}-${pkgver}/archlogo.8a05bc7f6cd1.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo.8a05bc7f6cd1.svg"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
+
+  # TODO: Fix in Makefile
+  install -d ${pkgdir}/usr/share/webapps/${pkgname}/icons
+  install -Dm644 public/icons/note-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/note-16.svg"
+  install -Dm644 public/icons/search-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/search-16.svg"
+}


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

2020-11-11 Thread Morten Linderud via arch-commits
Date: Wednesday, November 11, 2020 @ 22:41:39
  Author: foxboron
Revision: 751273

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 751272, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:41:30 UTC (rev 751272)
+++ PKGBUILD2020-11-11 22:41:39 UTC (rev 751273)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Morten Linderud 
-
-pkgname=k9s
-pkgver=0.23.9
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-_commit=49855b6f808c293cac02f199104229aefccf0d9f#refs/tags/v0.23.9^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make VERSION=v$pkgver build
-}
-
-check() {
-  make -C $pkgname test
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 751272, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:41:39 UTC (rev 751273)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Morten Linderud 
+
+pkgname=k9s
+pkgver=0.23.10
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+_commit=a952806ebaa316e2c7d0949ad605fb4c944f2cd0   #refs/tags/v0.23.10^{}
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make VERSION=v$pkgver build
+}
+
+check() {
+  make -C $pkgname test
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:


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

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 22:41:12
  Author: jelle
Revision: 400432

upgpkg: rebuilderd-website 0.5-2

Modified:
  rebuilderd-website/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:16:39 UTC (rev 400431)
+++ PKGBUILD2020-11-11 22:41:12 UTC (rev 400432)
@@ -2,7 +2,7 @@
 
 pkgname=rebuilderd-website
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
 license=('MIT')
 arch=(any)
@@ -32,4 +32,9 @@
   install -Dm644 dist/${pkgname}-${pkgver}/archlogo.8a05bc7f6cd1.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo.8a05bc7f6cd1.svg"
   install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
   install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
+
+  # TODO: Fix in Makefile
+  install -d ${pkgdir}/usr/share/webapps/${pkgname}/icons
+  install -Dm644 public/icons/note-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/note-16.svg"
+  install -Dm644 public/icons/search-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/search-16.svg"
 }


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

2020-11-11 Thread Morten Linderud via arch-commits
Date: Wednesday, November 11, 2020 @ 22:41:30
  Author: foxboron
Revision: 751272

upgpkg: k9s 0.23.10-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:27:42 UTC (rev 751271)
+++ PKGBUILD2020-11-11 22:41:30 UTC (rev 751272)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=k9s
-pkgver=0.23.9
+pkgver=0.23.10
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
-_commit=49855b6f808c293cac02f199104229aefccf0d9f#refs/tags/v0.23.9^{}
+_commit=a952806ebaa316e2c7d0949ad605fb4c944f2cd0   #refs/tags/v0.23.10^{}
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-11-11 Thread Morten Linderud via arch-commits
Date: Wednesday, November 11, 2020 @ 22:27:33
  Author: foxboron
Revision: 751270

upgpkg: github-cli 1.2.1-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:23:57 UTC (rev 751269)
+++ PKGBUILD2020-11-11 22:27:33 UTC (rev 751270)
@@ -3,7 +3,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -11,9 +11,10 @@
 license=("MIT")
 depends=("glibc" "mailcap")
 makedepends=("go")
+checkdepends=("git")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d2ff68475802292673b168c35f3f1443dd0068ad6f9e2ee11a260c843b548026')
+sha256sums=('ae7f03426b9d9ebf40be3cdbd4ce8cec7aeeda8e51acd34d8d0aaf0b3c4ea550')
 
 build() {
 cd "cli-$pkgver"


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

2020-11-11 Thread Morten Linderud via arch-commits
Date: Wednesday, November 11, 2020 @ 22:27:42
  Author: foxboron
Revision: 751271

archrelease: copy trunk to community-x86_64

Added:
  github-cli/repos/community-x86_64/PKGBUILD
(from rev 751270, github-cli/trunk/PKGBUILD)
Deleted:
  github-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:27:33 UTC (rev 751270)
+++ PKGBUILD2020-11-11 22:27:42 UTC (rev 751271)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Eli Schwartz 
-# Contributor: Richard Bradfield 
-
-pkgname=github-cli
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli;
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d2ff68475802292673b168c35f3f1443dd0068ad6f9e2ee11a260c843b548026')
-
-build() {
-cd "cli-$pkgver"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-make GH_VERSION="v$pkgver" bin/gh manpages
-bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
-bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
-bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
-cd "cli-$pkgver"
-make test
-}
-
-package() {
-cd "cli-$pkgver"
-install -Dm755 "bin/gh" "$pkgdir/usr/bin/gh"
-cp -r share/ "$pkgdir"/usr
-install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 751270, 
github-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:27:42 UTC (rev 751271)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Eli Schwartz 
+# Contributor: Richard Bradfield 
+
+pkgname=github-cli
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli;
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go")
+checkdepends=("git")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('ae7f03426b9d9ebf40be3cdbd4ce8cec7aeeda8e51acd34d8d0aaf0b3c4ea550')
+
+build() {
+cd "cli-$pkgver"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+make GH_VERSION="v$pkgver" bin/gh manpages
+bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
+bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
+bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+cd "cli-$pkgver"
+make test
+}
+
+package() {
+cd "cli-$pkgver"
+install -Dm755 "bin/gh" "$pkgdir/usr/bin/gh"
+cp -r share/ "$pkgdir"/usr
+install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:23:57
  Author: felixonmars
Revision: 751269

archrelease: copy trunk to community-x86_64

Added:
  haskell-mysql/repos/community-x86_64/
  haskell-mysql/repos/community-x86_64/PKGBUILD
(from rev 751268, haskell-mysql/trunk/PKGBUILD)

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

Copied: haskell-mysql/repos/community-x86_64/PKGBUILD (from rev 751268, 
haskell-mysql/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-11 22:23:57 UTC (rev 751269)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mysql
+pkgname=haskell-mysql
+pkgver=0.1.7.2
+pkgrel=1
+pkgdesc="A low-level MySQL client library"
+url="https://github.com/paul-rouse/mysql;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'mariadb-libs')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('mariadb')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('164cf43e8c9fbe709cfdba0282922358c9b5d46400550ce7e31896d2611a6c6e')
+
+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
+  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
+  mkdir -p /tmp/mysql_test
+  mysql_install_db --datadir=/tmp/mysql_test
+  mysqld --datadir=/tmp/mysql_test --socket=/tmp/socket.mysql 
--skip-grant-tables &
+  MYSQL_PID=$!
+  sleep 5
+  mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS test;"
+
+  runhaskell Setup test
+
+  kill $MYSQL_PID
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 22:23:41
  Author: felixonmars
Revision: 751268

addpkg: haskell-mysql 0.1.7.2-1

Added:
  haskell-mysql/
  haskell-mysql/repos/
  haskell-mysql/trunk/
  haskell-mysql/trunk/PKGBUILD

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

Added: haskell-mysql/trunk/PKGBUILD
===
--- haskell-mysql/trunk/PKGBUILD(rev 0)
+++ haskell-mysql/trunk/PKGBUILD2020-11-11 22:23:41 UTC (rev 751268)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mysql
+pkgname=haskell-mysql
+pkgver=0.1.7.2
+pkgrel=1
+pkgdesc="A low-level MySQL client library"
+url="https://github.com/paul-rouse/mysql;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'mariadb-libs')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('mariadb')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('164cf43e8c9fbe709cfdba0282922358c9b5d46400550ce7e31896d2611a6c6e')
+
+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
+  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
+  mkdir -p /tmp/mysql_test
+  mysql_install_db --datadir=/tmp/mysql_test
+  mysqld --datadir=/tmp/mysql_test --socket=/tmp/socket.mysql 
--skip-grant-tables &
+  MYSQL_PID=$!
+  sleep 5
+  mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS test;"
+
+  runhaskell Setup test
+
+  kill $MYSQL_PID
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-11-11 Thread Morten Linderud via arch-commits
Date: Wednesday, November 11, 2020 @ 22:22:26
  Author: foxboron
Revision: 751267

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 751266, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:22:18 UTC (rev 751266)
+++ PKGBUILD2020-11-11 22:22:26 UTC (rev 751267)
@@ -1,49 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/;
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 751266, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:22:26 UTC (rev 751267)
@@ -0,0 +1,49 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/;
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}


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

2020-11-11 Thread Morten Linderud via arch-commits
Date: Wednesday, November 11, 2020 @ 22:22:18
  Author: foxboron
Revision: 751266

upgpkg: helm 3.4.1-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:12:58 UTC (rev 751265)
+++ PKGBUILD2020-11-11 22:22:18 UTC (rev 751266)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")


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

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 22:16:06
  Author: jelle
Revision: 400428

upgpkg: rebuilderd-website 0.5-1

Modified:
  rebuilderd-website/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:43:52 UTC (rev 400427)
+++ PKGBUILD2020-11-11 22:16:06 UTC (rev 400428)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=rebuilderd-website
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
 license=('MIT')


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:16:27
  Author: arojas
Revision: 400430

Update to 1.9.2

Modified:
  icewm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:16:11 UTC (rev 400429)
+++ PKGBUILD2020-11-11 22:16:27 UTC (rev 400430)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=icewm
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc="A Window Manager designed for speed, usability, and consistency"
 arch=('x86_64')
 url="https://ice-wm.org/;
@@ -13,7 +13,7 @@
 makedepends=('xorg-mkfontdir' 'asciidoctor' 'librsvg')
 optdepends=('perl: for icewm-menu-xrandr')
 
source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
-sha256sums=('edd4ddadbd3440b18008c242f99a92cddf0d0f462ae84797495dc66a5e9e833a')
+sha256sums=('713bd7849f9fba8338beb278c94c16a6ae610de7e718707e19a334429f17203f')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in rebuilderd-website/repos/extra-any (PKGBUILD PKGBUILD)

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 22:16:11
  Author: jelle
Revision: 400429

archrelease: copy trunk to extra-any

Added:
  rebuilderd-website/repos/extra-any/PKGBUILD
(from rev 400428, rebuilderd-website/trunk/PKGBUILD)
Deleted:
  rebuilderd-website/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:16:06 UTC (rev 400428)
+++ PKGBUILD2020-11-11 22:16:11 UTC (rev 400429)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=rebuilderd-website
-pkgver=0.4
-pkgrel=1
-pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
-license=('MIT')
-arch=(any)
-depends=()
-makedepends=('yarn' 'ruby-sass' 'make' 'git' 'svgcleaner')
-url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
-validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
-source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;
-
"git+https://gitlab.archlinux.org/archlinux/archlinux-common-style.git;)
-sha512sums=('SKIP'
-'SKIP')
-
-build() {
-  cd ${pkgname}
-  make dist
-}
-
-package() {
-  cd ${pkgname}
-  install -d ${pkgdir}/usr/share/webapps/${pkgname}
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Install web files
-  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
-  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
-  install -Dm644 dist/${pkgname}-${pkgver}/archlogo.8a05bc7f6cd1.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo.8a05bc7f6cd1.svg"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
-}

Copied: rebuilderd-website/repos/extra-any/PKGBUILD (from rev 400428, 
rebuilderd-website/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:16:11 UTC (rev 400429)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=rebuilderd-website
+pkgver=0.5
+pkgrel=1
+pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
+license=('MIT')
+arch=(any)
+depends=()
+makedepends=('yarn' 'ruby-sass' 'make' 'git' 'svgcleaner')
+url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;
+
"git+https://gitlab.archlinux.org/archlinux/archlinux-common-style.git;)
+sha512sums=('SKIP'
+'SKIP')
+
+build() {
+  cd ${pkgname}
+  make dist
+}
+
+package() {
+  cd ${pkgname}
+  install -d ${pkgdir}/usr/share/webapps/${pkgname}
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Install web files
+  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
+  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
+  install -Dm644 dist/${pkgname}-${pkgver}/archlogo.8a05bc7f6cd1.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo.8a05bc7f6cd1.svg"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
+}


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:16:39
  Author: arojas
Revision: 400431

archrelease: copy trunk to extra-x86_64

Added:
  icewm/repos/extra-x86_64/PKGBUILD
(from rev 400430, icewm/trunk/PKGBUILD)
Deleted:
  icewm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:16:27 UTC (rev 400430)
+++ PKGBUILD2020-11-11 22:16:39 UTC (rev 400431)
@@ -1,27 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger 
-
-pkgname=icewm
-pkgver=1.9.1
-pkgrel=2
-pkgdesc="A Window Manager designed for speed, usability, and consistency"
-arch=('x86_64')
-url="https://ice-wm.org/;
-license=('LGPL')
-depends=('libxrandr' 'libxinerama' 'libsndfile' 'libao' 'fribidi' 'libxft'
- 'libxcomposite' 'libxdamage' 'gdk-pixbuf-xlib' 'libxpm')
-makedepends=('xorg-mkfontdir' 'asciidoctor' 'librsvg')
-optdepends=('perl: for icewm-menu-xrandr')
-source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
-sha256sums=('edd4ddadbd3440b18008c242f99a92cddf0d0f462ae84797495dc66a5e9e833a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: icewm/repos/extra-x86_64/PKGBUILD (from rev 400430, 
icewm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:16:39 UTC (rev 400431)
@@ -0,0 +1,27 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgname=icewm
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="A Window Manager designed for speed, usability, and consistency"
+arch=('x86_64')
+url="https://ice-wm.org/;
+license=('LGPL')
+depends=('libxrandr' 'libxinerama' 'libsndfile' 'libao' 'fribidi' 'libxft'
+ 'libxcomposite' 'libxdamage' 'gdk-pixbuf-xlib' 'libxpm')
+makedepends=('xorg-mkfontdir' 'asciidoctor' 'librsvg')
+optdepends=('perl: for icewm-menu-xrandr')
+source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
+sha256sums=('713bd7849f9fba8338beb278c94c16a6ae610de7e718707e19a334429f17203f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:12:58
  Author: arojas
Revision: 751265

archrelease: copy trunk to community-x86_64

Added:
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 751264, mediastreamer/trunk/PKGBUILD)
Deleted:
  mediastreamer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:12:47 UTC (rev 751264)
+++ PKGBUILD2020-11-11 22:12:58 UTC (rev 751265)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=4.4.6
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/mediastreamer2;
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
-sha256sums=('660e45685141e4f4cc06a98c6d89bcc5022bf202068409dcac38f671568329ce')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cmake -B build -S ${pkgname}2-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 751264, 
mediastreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:12:58 UTC (rev 751265)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=4.4.7
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/mediastreamer2;
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
+sha256sums=('405210f21abe325bdb90ac0d71abd9a0f387647412be54f0631b45c25dd504b0')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:12:47
  Author: arojas
Revision: 751264

Update to 4.4.7

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:10:39 UTC (rev 751263)
+++ PKGBUILD2020-11-11 22:12:47 UTC (rev 751264)
@@ -5,7 +5,7 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=4.4.6
+pkgver=4.4.7
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=(ortp ffmpeg bzrtp glew libsrtp)
 makedepends=(cmake python bcunit doxygen)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
-sha256sums=('660e45685141e4f4cc06a98c6d89bcc5022bf202068409dcac38f671568329ce')
+sha256sums=('405210f21abe325bdb90ac0d71abd9a0f387647412be54f0631b45c25dd504b0')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
 build() {


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:10:39
  Author: arojas
Revision: 751263

archrelease: copy trunk to community-x86_64

Added:
  ortp/repos/community-x86_64/PKGBUILD
(from rev 751262, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:10:28 UTC (rev 751262)
+++ PKGBUILD2020-11-11 22:10:39 UTC (rev 751263)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=4.4.6
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/ortp;
-license=(GPL3)
-depends=(bctoolbox)
-makedepends=(cmake doxygen)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
-sha256sums=('0892e685d4eea005feb80213ef6f663202d150abe3aec698d61ec2bc0242a0bd')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 751262, 
ortp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:10:39 UTC (rev 751263)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=4.4.7
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/ortp;
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
+sha256sums=('70c751d4392f51a372d2e38f7d5aca9d5dc9b622e0b95ea0dda8a6dc2196b0ca')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:10:28
  Author: arojas
Revision: 751262

Update to 4.4.7

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:09:16 UTC (rev 751261)
+++ PKGBUILD2020-11-11 22:10:28 UTC (rev 751262)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=4.4.6
+pkgver=4.4.7
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(bctoolbox)
 makedepends=(cmake doxygen)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
-sha256sums=('0892e685d4eea005feb80213ef6f663202d150abe3aec698d61ec2bc0242a0bd')
+sha256sums=('70c751d4392f51a372d2e38f7d5aca9d5dc9b622e0b95ea0dda8a6dc2196b0ca')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:08:57
  Author: arojas
Revision: 751260

Update to 4.4.7

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 22:07:37 UTC (rev 751259)
+++ PKGBUILD2020-11-11 22:08:57 UTC (rev 751260)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=4.4.6
+pkgver=4.4.7
 pkgrel=1
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libxml2 bctoolbox sqlite)
 makedepends=(bcunit cmake)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
-sha256sums=('0498dd1edd24e6d74a7f814d17904989100823bc5d0b198cc281d3ceb39b57ef')
+sha256sums=('d9bdc777c64839a883ce099101861de0a1d3fbc383e358efa878b220350d8071')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:09:16
  Author: arojas
Revision: 751261

archrelease: copy trunk to community-x86_64

Added:
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 751260, bzrtp/trunk/PKGBUILD)
Deleted:
  bzrtp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:08:57 UTC (rev 751260)
+++ PKGBUILD2020-11-11 22:09:16 UTC (rev 751261)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=4.4.6
-pkgrel=1
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bzrtp;
-license=(GPL2)
-depends=(libxml2 bctoolbox sqlite)
-makedepends=(bcunit cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
-sha256sums=('0498dd1edd24e6d74a7f814d17904989100823bc5d0b198cc281d3ceb39b57ef')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 751260, 
bzrtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:09:16 UTC (rev 751261)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=4.4.7
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bzrtp;
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
+sha256sums=('d9bdc777c64839a883ce099101861de0a1d3fbc383e358efa878b220350d8071')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:07:37
  Author: arojas
Revision: 751259

archrelease: copy trunk to community-x86_64

Added:
  bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 751258, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 22:07:26 UTC (rev 751258)
+++ PKGBUILD2020-11-11 22:07:37 UTC (rev 751259)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=4.4.6
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bctoolbox;
-license=(GPL)
-depends=(mbedtls bcunit)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('2e26112b4d07fd55530f3c5948ed002e9a5610fe3bbbc218d93d1f2d6fa0d05b')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 751258, 
bctoolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 22:07:37 UTC (rev 751259)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=4.4.7
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bctoolbox;
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
+sha256sums=('a8ce770daf4a57165cda1ef401fb3c8eb96ba93e38988e6aae6d8d0bafac4543')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:07:26
  Author: arojas
Revision: 751258

Update to 4.4.7

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:50:42 UTC (rev 751257)
+++ PKGBUILD2020-11-11 22:07:26 UTC (rev 751258)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.6
+pkgver=4.4.7
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('2e26112b4d07fd55530f3c5948ed002e9a5610fe3bbbc218d93d1f2d6fa0d05b')
+sha256sums=('a8ce770daf4a57165cda1ef401fb3c8eb96ba93e38988e6aae6d8d0bafac4543')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:50:42
  Author: felixonmars
Revision: 751257

archrelease: copy trunk to community-x86_64

Added:
  haskell-blaze-textual/repos/community-x86_64/
  haskell-blaze-textual/repos/community-x86_64/PKGBUILD
(from rev 751256, haskell-blaze-textual/trunk/PKGBUILD)

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

Copied: haskell-blaze-textual/repos/community-x86_64/PKGBUILD (from rev 751256, 
haskell-blaze-textual/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-11 21:50:42 UTC (rev 751257)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=blaze-textual
+pkgname=haskell-blaze-textual
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Fast rendering of common datatypes"
+url="http://github.com/bos/blaze-textual;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-double-conversion' 
'haskell-test-framework'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('1042795ab0bab891c034c24a51bafecbb89870ccd28af39534ab3d9ae7f46c2d')
+
+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
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:50:28
  Author: felixonmars
Revision: 751256

addpkg: haskell-blaze-textual 0.2.1.0-1

Added:
  haskell-blaze-textual/
  haskell-blaze-textual/repos/
  haskell-blaze-textual/trunk/
  haskell-blaze-textual/trunk/PKGBUILD

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

Added: haskell-blaze-textual/trunk/PKGBUILD
===
--- haskell-blaze-textual/trunk/PKGBUILD(rev 0)
+++ haskell-blaze-textual/trunk/PKGBUILD2020-11-11 21:50:28 UTC (rev 
751256)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=blaze-textual
+pkgname=haskell-blaze-textual
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Fast rendering of common datatypes"
+url="http://github.com/bos/blaze-textual;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-double-conversion' 
'haskell-test-framework'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('1042795ab0bab891c034c24a51bafecbb89870ccd28af39534ab3d9ae7f46c2d')
+
+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
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 21:49:38
  Author: jelle
Revision: 751255

Remove unused python2 module

Modified:
  python-requests-toolbelt/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 5 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:41:51 UTC (rev 751254)
+++ PKGBUILD2020-11-11 21:49:38 UTC (rev 751255)
@@ -1,8 +1,7 @@
 # Maintainer: Felix Yan 
 # Contributor: eolianoe 
 
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgname=python-requests-toolbelt
 pkgver=0.9.1
 pkgrel=4
 pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
@@ -9,42 +8,23 @@
 arch=('any')
 url="https://github.com/requests/toolbelt;
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
-  'python-mock' 'python2-mock' 'python-pyopenssl' 
'python2-pyopenssl')
+depends=('python-requests')
+makedepends=('python-setuptools' 'python-requests')
+checkdepends=('python-pytest' 'python-betamax' 'python-mock' 
'python-pyopenssl')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
 
sha512sums=('12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc')
 
-prepare() {
-  cp -a toolbelt-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/toolbelt-$pkgver
   python setup.py build
-
-  cd "$srcdir"/toolbelt-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/toolbelt-$pkgver
   py.test
-
-  cd "$srcdir"/toolbelt-$pkgver-py2
-  py.test2
 }
 
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
+package() {
   cd toolbelt-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd toolbelt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


[arch-commits] Commit in qt6-doc/repos/kde-unstable-any (3 files)

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 21:43:52
  Author: arojas
Revision: 400427

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt6-doc/repos/kde-unstable-any/PKGBUILD
(from rev 400426, qt6-doc/kde-unstable/PKGBUILD)
  qt6-doc/repos/kde-unstable-any/qt6-doc-bindir.patch
(from rev 400426, qt6-doc/kde-unstable/qt6-doc-bindir.patch)
Deleted:
  qt6-doc/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |  147 -
 qt6-doc-bindir.patch |   18 ++
 2 files changed, 92 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 21:42:55 UTC (rev 400426)
+++ PKGBUILD2020-11-11 21:43:52 UTC (rev 400427)
@@ -1,73 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt6-doc
-pkgname=(qt6-doc qt6-examples)
-_qtver=6.0.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-makedepends=(mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs
- gtk3 libpulse cups freetds vulkan-headers qt6-tools clang python 
llvm)
-groups=(qt6)
-_pkgfn="qt-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz;)
-sha256sums=('d5a2be779b8aa2374f454f81a0c2064f7306bfd4b6d8f79cae7faadc08ba4e5a')
-
-prepare() {
-  mkdir -p $_pkgfn/{qtbase,qttools}/bin
-  ln -s /usr/lib/qt6/bin/{uic,rcc} $_pkgfn/qtbase/bin
-  ln -s /usr/lib/qt6/bin/{qtattributionsscanner,qdoc,qhelpgenerator} 
$_pkgfn/qttools/bin
-}
-
-build() {
-# Use qmake, see https://bugreports.qt.io/browse/QTBUG-87382
-  cd $_pkgfn
-  ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt6 \
--headerdir /usr/include/qt6 \
--archdatadir /usr/lib/qt6 \
--datadir /usr/share/qt6 \
--bindir /usr/lib/qt6/bin \
--sysconfdir /etc/xdg \
--nomake examples
-  export PATH="/usr/lib/qt6/bin:$PATH"
-  make docs
-}
-
-package_qt6-doc() {
-  pkgdesc='A cross-platform application and UI framework (Documentation)'
-  cd $_pkgfn
-  INSTALL_ROOT="$pkgdir" make install_docs
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-}
-
-package_qt6-examples() {
-  pkgdesc='Examples and demos from qt6 documentation'
-  depends=('qt6-doc')
-
-  _base="$pkgdir"/usr/share/doc/qt6/examples
-
-  # The various example dirs have conflicting .pro files, but
-  # QtCreator requires them to be in the same top-level directory.
-  # Matching the Qt5 installer, only the qtbase project is kept.
-  mkdir -p $_base
-  cp ${_pkgfn}/qtbase/examples/examples.pro $_base
-
-  _fdirs=$(find "${_pkgfn}" -maxdepth 2 -type d -name examples)
-  for _dir in $_fdirs; do
-  _mod=$(basename ${_dir%/examples})
-
-  if [ -e "$_dir/README" ]; then
-cp $_dir/README $_dir/README.$_mod
-  fi
-
-# mkdir $_base/$_mod
-  cp -rn $_dir/* $_base
-  done
-}

Copied: qt6-doc/repos/kde-unstable-any/PKGBUILD (from rev 400426, 
qt6-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 21:43:52 UTC (rev 400427)
@@ -0,0 +1,74 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt6-doc
+pkgname=(qt6-doc qt6-examples)
+_qtver=6.0.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+makedepends=(cmake mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds vulkan-headers clang python llvm 
qt6-tools)
+groups=(qt6)
+_pkgfn="qt-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz;
+ 
qt6-doc-destdir.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=30ba1855;
+ qt6-doc-bindir.patch)
+sha256sums=('3b35a834491408e74c4ea97c6599e44d0657fcd00a0709083815d25a507d6899'
+'4ded3d934f42cf04d6707857a55ab0ab19abac262b48057b979c3a1710b0ae12'
+'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109')
+
+prepare() {
+  patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-bindir.patch # Use installed 
tools
+  patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-destdir.patch # Honor DESTDIR
+}
+
+build() {
+  cmake -B build -S $_pkgfn \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_BINDIR=lib/qt6/bin \
+-DINSTALL_DOCDIR=share/doc/qt6 \
+-DINSTALL_ARCHDATADIR=lib/qt6 \
+-DINSTALL_DATADIR=share/qt6 \
+-DINSTALL_INCLUDEDIR=include/qt6 \
+-DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
+-DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
+-DQT_FEATURE_journald=ON \
+-DQT_FEATURE_openssl_linked=ON
+  cmake --build build --target docs
+}
+
+package_qt6-doc() {
+  pkgdesc='A 

[arch-commits] Commit in qt6-doc/kde-unstable (PKGBUILD qt6-doc-bindir.patch)

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 21:42:55
  Author: arojas
Revision: 400426

Qt 6.0 beta 4

Added:
  qt6-doc/kde-unstable/qt6-doc-bindir.patch
Modified:
  qt6-doc/kde-unstable/PKGBUILD

--+
 PKGBUILD |   47 ---
 qt6-doc-bindir.patch |   18 ++
 2 files changed, 42 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 20:12:57 UTC (rev 400425)
+++ PKGBUILD2020-11-11 21:42:55 UTC (rev 400426)
@@ -10,41 +10,42 @@
 arch=('any')
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
-makedepends=(mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs
- gtk3 libpulse cups freetds vulkan-headers qt6-tools clang python 
llvm)
+makedepends=(cmake mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds vulkan-headers clang python llvm 
qt6-tools)
 groups=(qt6)
 _pkgfn="qt-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz;)
-sha256sums=('3b35a834491408e74c4ea97c6599e44d0657fcd00a0709083815d25a507d6899')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz;
+ 
qt6-doc-destdir.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=30ba1855;
+ qt6-doc-bindir.patch)
+sha256sums=('3b35a834491408e74c4ea97c6599e44d0657fcd00a0709083815d25a507d6899'
+'4ded3d934f42cf04d6707857a55ab0ab19abac262b48057b979c3a1710b0ae12'
+'60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109')
 
 prepare() {
-  mkdir -p $_pkgfn/{qtbase,qttools}/bin
-  ln -s /usr/lib/qt6/bin/{uic,rcc} $_pkgfn/qtbase/bin
-  ln -s /usr/lib/qt6/bin/{qtattributionsscanner,qdoc,qhelpgenerator} 
$_pkgfn/qttools/bin
+  patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-bindir.patch # Use installed 
tools
+  patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-destdir.patch # Honor DESTDIR
 }
 
 build() {
-# Use qmake, see https://bugreports.qt.io/browse/QTBUG-87382
-  cd $_pkgfn
-  ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt6 \
--headerdir /usr/include/qt6 \
--archdatadir /usr/lib/qt6 \
--datadir /usr/share/qt6 \
--bindir /usr/lib/qt6/bin \
--sysconfdir /etc/xdg \
--nomake examples
-  export PATH="/usr/lib/qt6/bin:$PATH"
-  make docs
+  cmake -B build -S $_pkgfn \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_BINDIR=lib/qt6/bin \
+-DINSTALL_DOCDIR=share/doc/qt6 \
+-DINSTALL_ARCHDATADIR=lib/qt6 \
+-DINSTALL_DATADIR=share/qt6 \
+-DINSTALL_INCLUDEDIR=include/qt6 \
+-DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
+-DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
+-DQT_FEATURE_journald=ON \
+-DQT_FEATURE_openssl_linked=ON
+  cmake --build build --target docs
 }
 
 package_qt6-doc() {
   pkgdesc='A cross-platform application and UI framework (Documentation)'
-  cd $_pkgfn
-  INSTALL_ROOT="$pkgdir" make install_docs
+  DESTDIR="$pkgdir" cmake --build build --target install_docs
 
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
+  install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
 }
 
 package_qt6-examples() {

Added: qt6-doc-bindir.patch
===
--- qt6-doc-bindir.patch(rev 0)
+++ qt6-doc-bindir.patch2020-11-11 21:42:55 UTC (rev 400426)
@@ -0,0 +1,18 @@
+diff --git a/cmake/QtDocsHelpers.cmake b/cmake/QtDocsHelpers.cmake
+index 8e4bd28918..963114e1ec 100644
+--- a/cmake/QtDocsHelpers.cmake
 b/cmake/QtDocsHelpers.cmake
+@@ -31,12 +31,7 @@ function(qt_internal_add_docs)
+ return()
+ endif()
+ 
+-if(QT_SUPERBUILD)
+-set(doc_tools_dir "${QtBase_BINARY_DIR}/${INSTALL_BINDIR}")
+-else()
+-set(doc_tools_dir 
"${QT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX}/${INSTALL_BINDIR}")
+-endif()
+-
++set(doc_tools_dir "/usr/lib/qt6/bin")
+ set(qdoc_bin "${doc_tools_dir}/qdoc${CMAKE_EXECUTABLE_SUFFIX}")
+ set(qtattributionsscanner_bin 
"${doc_tools_dir}/qtattributionsscanner${CMAKE_EXECUTABLE_SUFFIX}")
+ set(qhelpgenerator_bin 
"${doc_tools_dir}/qhelpgenerator${CMAKE_EXECUTABLE_SUFFIX}")


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

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 21:41:51
  Author: jelle
Revision: 751254

Remove python2-bebop

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:34:17 UTC (rev 751253)
+++ PKGBUILD2020-11-11 21:41:51 UTC (rev 751254)
@@ -3,7 +3,7 @@
 # Contributor: Cilyan Olowen 
 
 pkgbase='python-webob'
-pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
+pkgname=('python-webob' 'python-webob-docs')
 pkgver=1.8.6
 pkgrel=2
 pkgdesc="WSGI request and response object"
@@ -10,14 +10,14 @@
 arch=('any')
 url="http://pythonpaste.org/webob/;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest-runner')
 optdepends=('python-webob-docs: documentation')
 source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
 
sha512sums=('b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c')
 
 prepare() {
-  cp -a WebOb-$pkgver{,-py2}
   cp -a WebOb-$pkgver{,-docs}
   sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" 
WebOb-$pkgver-docs/docs/conf.py
 }
@@ -26,9 +26,6 @@
   cd "$srcdir"/WebOb-$pkgver
   python setup.py build
 
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py build
-
   cd "$srcdir"/WebOb-$pkgver-docs
   PYTHONPATH="$PWD/src" make -C docs html
 }
@@ -36,14 +33,9 @@
 check() {
   cd "$srcdir"/WebOb-$pkgver
   python setup.py pytest --addopts "--ignore=docs"
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=docs"
 }
 
 package_python-webob() {
-  depends=('python')
-
   cd "$srcdir"/WebOb-$pkgver
   python setup.py install -O1 --root="$pkgdir"
   install -D -m644 "docs/license.txt" \
@@ -50,15 +42,6 @@
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
 }
 
-package_python2-webob() {
-  depends=('python2')
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
 package_python-webob-docs() {
   optdepends=()
 


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

2020-11-11 Thread Christian Hesse via arch-commits
Date: Wednesday, November 11, 2020 @ 21:34:15
  Author: eworm
Revision: 751252

upgpkg: oath-toolkit 2.6.4-1: new upstream release

Modified:
  oath-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:29:06 UTC (rev 751251)
+++ PKGBUILD2020-11-11 21:34:15 UTC (rev 751252)
@@ -3,7 +3,7 @@
 # Contributor: L42y <423...@gmail.com>
 
 pkgname=oath-toolkit
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc='OATH one-time password toolkit'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 provides=('liboath.so' 'libpskc.so')
 validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson 

 
source=("https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('a1f7fd5fc5df214eebe263233bae750596b8aeee4c8a424ed3623269115551b2'
+sha256sums=('bfc6255ead837e6966f092757a697c3191c93fa58323ce07859a5f666d52d684'
 'SKIP')
 
 prepare() {


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

2020-11-11 Thread Christian Hesse via arch-commits
Date: Wednesday, November 11, 2020 @ 21:34:17
  Author: eworm
Revision: 751253

archrelease: copy trunk to community-testing-x86_64

Added:
  oath-toolkit/repos/community-testing-x86_64/
  oath-toolkit/repos/community-testing-x86_64/PKGBUILD
(from rev 751252, oath-toolkit/trunk/PKGBUILD)

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

Copied: oath-toolkit/repos/community-testing-x86_64/PKGBUILD (from rev 751252, 
oath-toolkit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-11 21:34:17 UTC (rev 751253)
@@ -0,0 +1,47 @@
+# Maintainer: Christian Hesse 
+# Contributor: Sébastien Luttringer
+# Contributor: L42y <423...@gmail.com>
+
+pkgname=oath-toolkit
+pkgver=2.6.4
+pkgrel=1
+pkgdesc='OATH one-time password toolkit'
+arch=('x86_64')
+url='https://www.nongnu.org/oath-toolkit/'
+license=('GPL3')
+depends=('glibc' 'pam' 'xmlsec')
+provides=('liboath.so' 'libpskc.so')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson 

+source=("https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('bfc6255ead837e6966f092757a697c3191c93fa58323ce07859a5f666d52d684'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Install basic docs too
+  install -D -m 0644 pam_oath/README 
"$pkgdir/usr/share/doc/$pkgname/PAM_README"
+  install -D -m 0644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}
+


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:26:13
  Author: felixonmars
Revision: 751249

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 751248, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/optparse-applicative-0.16.patch
(from rev 751248, stack/trunk/optparse-applicative-0.16.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 751248, stack/trunk/stack.install)

-+
 PKGBUILD|   80 ++
 optparse-applicative-0.16.patch |   25 +++
 stack.install   |4 +
 3 files changed, 109 insertions(+)

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

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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:25:58
  Author: felixonmars
Revision: 751248

upgpkg: stack 2.5.1-22: rebuild with pantry 0.5.1.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:21:56 UTC (rev 751247)
+++ PKGBUILD2020-11-11 21:25:58 UTC (rev 751248)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=21
+pkgrel=22
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


[arch-commits] Commit in grafana/repos/community-x86_64 (10 files)

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 21:21:56
  Author: jelle
Revision: 751247

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 751246, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 751246, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 751246, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 751246, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 751246, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  188 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++--
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 21:21:44 UTC (rev 751246)
+++ PKGBUILD2020-11-11 21:21:56 UTC (rev 751247)
@@ -1,94 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.3.1
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver?signed;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310"  # 
https://github.com/mckn.gpg
-  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB"  # 
https://github.com/dprokop.gpg
-  "07B19EBA2380F3B0BE4DD234D2A1C6ABC44CEB74"  # 
https://github.com/kylebrandt.gpg
-  "721354FBE3B3088258A3123371A8B8168DFA6ECC") # 
https://github.com/wbrowne.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers 

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

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 21:21:44
  Author: jelle
Revision: 751246

upgpkg: grafana 7.3.2-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:19:39 UTC (rev 751245)
+++ PKGBUILD2020-11-11 21:21:44 UTC (rev 751246)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.3.1
+pkgver=7.3.2
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:19:39
  Author: felixonmars
Revision: 751245

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
751244, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-11 21:19:39 UTC (rev 751245)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.1.4
+pkgrel=1
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-resourcet' 'haskell-rio' 
'haskell-rio-orphans'
+ 'haskell-rio-prettyprint' 'haskell-tar-conduit' 'haskell-text-metrics'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e8285a3c1228b36898d957e56c726dd2b6d8e8d9283f08fe77c800f2030095a00ce76dde8277654a5dfd7523483f6ccd83beeefa2481c5a1bd56dc660312e239')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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-pantry/trunk (PKGBUILD)

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:19:29
  Author: felixonmars
Revision: 751244

upgpkg: haskell-pantry 0.5.1.4-1: rebuild with pantry 0.5.1.4

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:18:47 UTC (rev 751243)
+++ PKGBUILD2020-11-11 21:19:29 UTC (rev 751244)
@@ -2,8 +2,8 @@
 
 _hkgname=pantry
 pkgname=haskell-pantry
-pkgver=0.5.1.3
-pkgrel=32
+pkgver=0.5.1.4
+pkgrel=1
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')
@@ -22,7 +22,7 @@
 makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-raw-strings-qq')
 checkdepends=('git' 'mercurial')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('04f7b229072467d653c4b7b6b004e4f69128182c88ed4896b212b96129da11f269ff53aa50d3dddf8fd9134153ee2559b18d28f81c5b83c120f005bab5b3d78d')
+sha512sums=('e8285a3c1228b36898d957e56c726dd2b6d8e8d9283f08fe77c800f2030095a00ce76dde8277654a5dfd7523483f6ccd83beeefa2481c5a1bd56dc660312e239')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:18:36
  Author: felixonmars
Revision: 751242

upgpkg: python-qasync 0.10.0-1

Modified:
  python-qasync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:15:01 UTC (rev 751241)
+++ PKGBUILD2020-11-11 21:18:36 UTC (rev 751242)
@@ -2,8 +2,8 @@
 # Contributor: gmes78 
 
 pkgname=python-qasync
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Python library for using asyncio in Qt-based applications"
 arch=(any)
 url="https://github.com/CabbageDevelopment/qasync;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
 
source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4402f903a4e3e7447b5878d2da95fce9d12f89ad153f93e7ea1ede591451a9ffd1260e909dc2aef5d36cabc3c056a6245820ff77a4fbd8ed046c267fd6f5ac95')
+sha512sums=('b5beee8e12c0c595ac2927f47c69d647bf46181e459d8ca19a694a562b4a4bbf928188c508ee2454ea30c231d3f3ee64fd910aca9ff84bdce1b898f5d4b1')
 
 build() {
   cd qasync-$pkgver


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:18:47
  Author: felixonmars
Revision: 751243

archrelease: copy trunk to community-staging-any

Added:
  python-qasync/repos/community-staging-any/PKGBUILD
(from rev 751242, python-qasync/trunk/PKGBUILD)
Deleted:
  python-qasync/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 21:18:36 UTC (rev 751242)
+++ PKGBUILD2020-11-11 21:18:47 UTC (rev 751243)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: gmes78 
-
-pkgname=python-qasync
-pkgver=0.9.5
-pkgrel=2
-pkgdesc="Python library for using asyncio in Qt-based applications"
-arch=(any)
-url="https://github.com/CabbageDevelopment/qasync;
-license=('BSD')
-depends=('python' 'qt5-python-bindings')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
-source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4402f903a4e3e7447b5878d2da95fce9d12f89ad153f93e7ea1ede591451a9ffd1260e909dc2aef5d36cabc3c056a6245820ff77a4fbd8ed046c267fd6f5ac95')
-
-build() {
-  cd qasync-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd qasync-$pkgver
-  QT_API=PyQt5 xvfb-run python -m pytest
-  QT_API=PySide2 xvfb-run python -m pytest
-}
-
-package() {
-  cd qasync-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-qasync/repos/community-staging-any/PKGBUILD (from rev 751242, 
python-qasync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 21:18:47 UTC (rev 751243)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: gmes78 
+
+pkgname=python-qasync
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Python library for using asyncio in Qt-based applications"
+arch=(any)
+url="https://github.com/CabbageDevelopment/qasync;
+license=('BSD')
+depends=('python' 'qt5-python-bindings')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pyqt5' 'pyside2' 'xorg-server-xvfb')
+source=("https://github.com/CabbageDevelopment/qasync/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b5beee8e12c0c595ac2927f47c69d647bf46181e459d8ca19a694a562b4a4bbf928188c508ee2454ea30c231d3f3ee64fd910aca9ff84bdce1b898f5d4b1')
+
+build() {
+  cd qasync-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd qasync-$pkgver
+  QT_API=PyQt5 xvfb-run python -m pytest
+  QT_API=PySide2 xvfb-run python -m pytest
+}
+
+package() {
+  cd qasync-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:15:01
  Author: felixonmars
Revision: 751241

archrelease: copy trunk to community-staging-any

Added:
  python-bottle/repos/community-staging-any/PKGBUILD
(from rev 751240, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 21:14:49 UTC (rev 751240)
+++ PKGBUILD2020-11-11 21:15:01 UTC (rev 751241)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.18
-pkgrel=3
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="https://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
-  'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || echo "Tests failed"
-}
-
-build() {
-  cd "$srcdir"/bottle-$pkgver
-  python setup.py build
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bottle/repos/community-staging-any/PKGBUILD (from rev 751240, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 21:15:01 UTC (rev 751241)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.19
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="https://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
+  'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('58f2510c9982867b4a8aec217a3aefd7784e2384176b13ab3d2558a838e9af88563ceaa5bdbad675c5086a995d034c20146b146b6bd35505357fd8557dc3dd09')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || echo "Tests failed"
+}
+
+build() {
+  cd "$srcdir"/bottle-$pkgver
+  python setup.py build
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:14:33
  Author: felixonmars
Revision: 751238

upgpkg: python-cliff 3.5.0-1

Modified:
  python-cliff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 20:42:40 UTC (rev 751237)
+++ PKGBUILD2020-11-11 21:14:33 UTC (rev 751238)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cliff
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
 url="https://docs.openstack.org/cliff/latest/;
@@ -14,7 +14,7 @@
 checkdepends=('python-stestr' 'python-mock' 'python-sphinx' 
'python-testscenarios')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
-sha512sums=('ccfb8f27083a349a6cd6c53a22bd15bf2a953f44467118cbc43a9cee6f2ce6e2bde949e6376b769940619240508a0cd54561823d5ce469809f22f03a6a806f45')
+sha512sums=('8cae98e70495f988fad4b54e1edd23955149fce705aa59b31ae96bc8cd6899c6ee48036d714c593471d374def4202fcb564e29933dd53590a4e94216ebda')
 
 export PBR_VERSION=$pkgver
 


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:14:44
  Author: felixonmars
Revision: 751239

archrelease: copy trunk to community-staging-any

Added:
  python-cliff/repos/community-staging-any/PKGBUILD
(from rev 751238, python-cliff/trunk/PKGBUILD)
Deleted:
  python-cliff/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 21:14:33 UTC (rev 751238)
+++ PKGBUILD2020-11-11 21:14:44 UTC (rev 751239)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cliff
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="https://docs.openstack.org/cliff/latest/;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
- 'python-stevedore' 'python-yaml')
-makedepends=('git')
-checkdepends=('python-stestr' 'python-mock' 'python-sphinx' 
'python-testscenarios')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
-sha512sums=('ccfb8f27083a349a6cd6c53a22bd15bf2a953f44467118cbc43a9cee6f2ce6e2bde949e6376b769940619240508a0cd54561823d5ce469809f22f03a6a806f45')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd cliff-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cliff-$pkgver
-  stestr run
-}
-
-package() {
-  cd cliff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cliff/repos/community-staging-any/PKGBUILD (from rev 751238, 
python-cliff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 21:14:44 UTC (rev 751239)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cliff
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="https://docs.openstack.org/cliff/latest/;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
+ 'python-stevedore' 'python-yaml')
+makedepends=('git')
+checkdepends=('python-stestr' 'python-mock' 'python-sphinx' 
'python-testscenarios')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
+sha512sums=('8cae98e70495f988fad4b54e1edd23955149fce705aa59b31ae96bc8cd6899c6ee48036d714c593471d374def4202fcb564e29933dd53590a4e94216ebda')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd cliff-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cliff-$pkgver
+  stestr run
+}
+
+package() {
+  cd cliff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 21:14:49
  Author: felixonmars
Revision: 751240

upgpkg: python-bottle 0.12.19-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:14:44 UTC (rev 751239)
+++ PKGBUILD2020-11-11 21:14:49 UTC (rev 751240)
@@ -5,8 +5,8 @@
 
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.18
-pkgrel=3
+pkgver=0.12.19
+pkgrel=1
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
 url="https://bottlepy.org;
@@ -16,7 +16,7 @@
 checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
   'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('90759ecd94dd489a1e66b2ddfadc0a0bbb88bf1b0c666e292f2466a88b9b0195fe3679928683ca58af94b0bbfa4f815269f6497477db51229cc7250b705e73ed')
+sha512sums=('58f2510c9982867b4a8aec217a3aefd7784e2384176b13ab3d2558a838e9af88563ceaa5bdbad675c5086a995d034c20146b146b6bd35505357fd8557dc3dd09')
 
 prepare() {
   cp -a bottle-$pkgver{,-py2}


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

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:42:40
  Author: wild
Revision: 751237

archrelease: copy trunk to community-x86_64

Added:
  dtools/repos/community-x86_64/PKGBUILD
(from rev 751236, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 751236, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

-+
 PKGBUILD|   98 +++---
 autodetect.diff |   94 +--
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 20:42:34 UTC (rev 751236)
+++ PKGBUILD2020-11-11 20:42:40 UTC (rev 751237)
@@ -1,49 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-
-pkgname=dtools
-pkgver=2.094.0
-pkgrel=1
-pkgdesc='Ancilliary tools for the D programming language'
-license=('Boost')
-groups=('dlang')
-arch=('x86_64')
-url='https://www.dlang.org'
-makedepends=('dmd' 'libphobos')
-provides=('ddemangle' 'dustmite' 'rdmd')
-conflicts=('ddemangle' 'dustmite' 'rdmd')
-depends=('curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
-'autodetect.diff')
-sha512sums=('01b96c49960d98b5c7b53b7d79dfe29e97fa4703a53fa61850d25094c4d82c25526b2fbf875167ea50621f4de4680ebc6a19cfa52de4a18576ec8a714d1280e1'
-
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
-
-build() {
-DMD=dmd
-
-# Add $LDFLAGS and $CXXFLAGS to the compilation
-_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
-
-cd tools-$pkgver
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd -L--build-id $_linkflags rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
-done
-}
-
-package() {
-cd tools-$pkgver
-
-mkdir -p "$pkgdir/usr/bin"
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t "$pkgdir/usr/bin" $pkgname-$tool
-done
-
-cd "$pkgdir"
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-ln -s dtools-ddemangle usr/bin/ddemangle
-}

Copied: dtools/repos/community-x86_64/PKGBUILD (from rev 751236, 
dtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 20:42:40 UTC (rev 751237)
@@ -0,0 +1,49 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Mihails Strasunse 
+
+pkgname=dtools
+pkgver=2.094.1
+pkgrel=1
+pkgdesc='Ancilliary tools for the D programming language'
+license=('Boost')
+groups=('dlang')
+arch=('x86_64')
+url='https://www.dlang.org'
+makedepends=('dmd' 'libphobos')
+provides=('ddemangle' 'dustmite' 'rdmd')
+conflicts=('ddemangle' 'dustmite' 'rdmd')
+depends=('curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
+'autodetect.diff')
+sha512sums=('7ca5641951c31e345b0965d52d4086eb6eb981ae9bf6e0db4489633c2c165e3b5d9c88b96c22578ab77641b52ab6005f12d65c1d7444a17880165fab4cf5bc69'
+
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
+
+build() {
+DMD=dmd
+
+# Add $LDFLAGS and $CXXFLAGS to the compilation
+_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
+
+cd tools-$pkgver
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd -L--build-id $_linkflags rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
+done
+}
+
+package() {
+cd tools-$pkgver
+
+mkdir -p "$pkgdir/usr/bin"
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t "$pkgdir/usr/bin" $pkgname-$tool
+done
+
+cd "$pkgdir"
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+ln -s dtools-ddemangle usr/bin/ddemangle
+}

Deleted: autodetect.diff
===
--- autodetect.diff 2020-11-11 20:42:34 UTC (rev 751236)
+++ autodetect.diff 2020-11-11 20:42:40 UTC (rev 751237)
@@ -1,47 +0,0 @@
-diff --git a/rdmd.d b/rdmd.d
-index bd82637..390d533 100644
 a/rdmd.d
-+++ b/rdmd.d
-@@ -52,7 +52,32 @@ else version (LDC)
- else
- static assert(false, "Unknown compiler");
- 
--private string compiler = defaultCompiler;
-+private string compiler;
-+
-+void chooseCompiler(ref string 

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

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:42:34
  Author: wild
Revision: 751236

upgpkg: dtools 2.094.1-1: Updated to 2.094.1

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 20:42:08 UTC (rev 751235)
+++ PKGBUILD2020-11-11 20:42:34 UTC (rev 751236)
@@ -3,7 +3,7 @@
 # Contributor: Mihails Strasunse 
 
 pkgname=dtools
-pkgver=2.094.0
+pkgver=2.094.1
 pkgrel=1
 pkgdesc='Ancilliary tools for the D programming language'
 license=('Boost')
@@ -16,7 +16,7 @@
 depends=('curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
 'autodetect.diff')
-sha512sums=('01b96c49960d98b5c7b53b7d79dfe29e97fa4703a53fa61850d25094c4d82c25526b2fbf875167ea50621f4de4680ebc6a19cfa52de4a18576ec8a714d1280e1'
+sha512sums=('7ca5641951c31e345b0965d52d4086eb6eb981ae9bf6e0db4489633c2c165e3b5d9c88b96c22578ab77641b52ab6005f12d65c1d7444a17880165fab4cf5bc69'
 
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
 
 build() {


[arch-commits] Commit in dmd/repos/community-x86_64 (6 files)

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:42:08
  Author: wild
Revision: 751235

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 751234, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 751234, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 751234, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  264 +++---
 dmd-doc.desktop |   14 +-
 dmd.conf|   10 +-
 3 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 20:42:02 UTC (rev 751234)
+++ PKGBUILD2020-11-11 20:42:08 UTC (rev 751235)
@@ -1,132 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc='D programming language compiler and standard library'
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.094.0
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url='https://www.dlang.org'
-makedepends=('git' 'ldc')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver;
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-'dmd.conf'
-'dmd-doc.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'b77f8fdd7f0415d418eac3192186b7f4aa2f80e67bc415191cdd416548451576'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')
-# Key from https://dlang.org/gpg_keys.html
-validpgpkeys=('F46A10D0AB44C3D15DD65797BCDD73FFC3EB6146') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-
-# Make sure the version is not -dirty
-sed -i "s/\.git/.nope/" "$srcdir"/dmd/src/build.d
-}
-
-build() {
-export DFLAGS="-link-defaultlib-shared=false $(echo -ne $LDFLAGS | cut 
-d\" -f2 | tail -c+4 | sed "s/,/ -L=/g") -flto=full"
-cd "$srcdir"/dmd
-make -f posix.mak BUILD=release ENABLE_RELEASE=1 PIC=1 ENABLE_LTO=1 
HOST_DMD=ldmd2
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-# This requires object.d to compile, thus need to be after druntime is 
built
-cd "$srcdir"/dmd
-make -C docs DMD=ldmd2
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-install -Dm755 "$srcdir"/dmd/generated/linux/release/*/dmd 
"$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 "$srcdir"/dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp generated/docs/man/man1/dmd.1 "$pkgdir"/usr/share/man/man1/
-cp -r generated/docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-mkdir -p "$pkgdir"/usr/share/applications
-install -Dm644 "$srcdir"/dmd-doc.desktop 
"$pkgdir"/usr/share/applications/dmd-doc.desktop
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r samples/* "$pkgdir"/usr/share/d/samples/
-
-mkdir -p "$pkgdir"/usr/share/d/html
-cp -r "$srcdir"/dmd2/html/* "$pkgdir"/usr/share/d/html/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language"
-options=('staticlibs' 

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

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:42:02
  Author: wild
Revision: 751234

upgpkg: dmd 1:2.094.1-1: Updated to 2.094.1

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 20:13:43 UTC (rev 751233)
+++ PKGBUILD2020-11-11 20:42:02 UTC (rev 751234)
@@ -11,7 +11,7 @@
 pkgdesc='D programming language compiler and standard library'
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.094.0
+pkgver=2.094.1
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'b77f8fdd7f0415d418eac3192186b7f4aa2f80e67bc415191cdd416548451576'
+'5208ef1babdb17bf63324d3fd439af774e4bb90d242d55c2471775deba3a399b'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')


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

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 20:13:35
  Author: jelle
Revision: 751232

upgpkg: oxipng 4.0.0-1

Modified:
  oxipng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 20:07:36 UTC (rev 751231)
+++ PKGBUILD2020-11-11 20:13:35 UTC (rev 751232)
@@ -2,7 +2,7 @@
 # Contributor: Nicolas F. 
 
 pkgname=oxipng
-pkgver=3.0.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="A lossless PNG compression optimiser"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('31b036b146d087b989c22111637129ab8cb29a26719bfff1290427ff8b595e11')
+sha256sums=('10308fb78bc5b1b00b7450d812f652bfe6fb6d98d68a0c540bb5d3b9cfd56e68')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-11-11 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 11, 2020 @ 20:13:43
  Author: jelle
Revision: 751233

archrelease: copy trunk to community-x86_64

Added:
  oxipng/repos/community-x86_64/PKGBUILD
(from rev 751232, oxipng/trunk/PKGBUILD)
Deleted:
  oxipng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 20:13:35 UTC (rev 751232)
+++ PKGBUILD2020-11-11 20:13:43 UTC (rev 751233)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Nicolas F. 
-
-pkgname=oxipng
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="A lossless PNG compression optimiser"
-arch=(x86_64)
-url="https://github.com/shssoichiro/oxipng;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('31b036b146d087b989c22111637129ab8cb29a26719bfff1290427ff8b595e11')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 target/release/oxipng "$pkgdir/usr/bin/oxipng"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: oxipng/repos/community-x86_64/PKGBUILD (from rev 751232, 
oxipng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 20:13:43 UTC (rev 751233)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nicolas F. 
+
+pkgname=oxipng
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="A lossless PNG compression optimiser"
+arch=(x86_64)
+url="https://github.com/shssoichiro/oxipng;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('10308fb78bc5b1b00b7450d812f652bfe6fb6d98d68a0c540bb5d3b9cfd56e68')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 target/release/oxipng "$pkgdir/usr/bin/oxipng"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:07:09
  Author: wild
Revision: 751229

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 751228, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 20:07:04 UTC (rev 751228)
+++ PKGBUILD2020-11-11 20:07:09 UTC (rev 751229)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=6
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 751228, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 20:07:09 UTC (rev 751229)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=7
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in appstream-generator/repos/community-x86_64 (2 files)

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:07:36
  Author: wild
Revision: 751231

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 751230, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 20:07:31 UTC (rev 751230)
+++ PKGBUILD2020-11-11 20:07:36 UTC (rev 751231)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=appstream-generator
-pkgver=0.8.2
-pkgrel=4
-pkgdesc="A fast AppStream metadata generator"
-arch=(x86_64)
-url="https://github.com/ximion/appstream-generator;
-license=(GPL3)
-depends=(appstream libarchive librsvg optipng glibd)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
-sha256sums=('41a6563dde303adcd60f28fbd89f14eb2a4083cec8f1021c22409c769088fdc2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 751230, 
appstream-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 20:07:36 UTC (rev 751231)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=appstream-generator
+pkgver=0.8.2
+pkgrel=5
+pkgdesc="A fast AppStream metadata generator"
+arch=(x86_64)
+url="https://github.com/ximion/appstream-generator;
+license=(GPL3)
+depends=(appstream libarchive librsvg optipng glibd)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection 
docbook-xsl)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz;)
+sha256sums=('41a6563dde303adcd60f28fbd89f14eb2a4083cec8f1021c22409c769088fdc2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload-js=false --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:07:04
  Author: wild
Revision: 751228

upgpkg: vibe-d 0.8.6-7: Rebuilt against new ldc

Modified:
  vibe-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 20:06:45 UTC (rev 751227)
+++ PKGBUILD2020-11-11 20:07:04 UTC (rev 751228)
@@ -3,7 +3,7 @@
 pkgname=vibe-d
 _pkgname=vibe.d
 pkgver=0.8.6
-pkgrel=6
+pkgrel=7
 pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
 arch=('x86_64')
 url='https://vibed.org'


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

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:07:31
  Author: wild
Revision: 751230

upgpkg: appstream-generator 0.8.2-5: Rebuilt against new ldc

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 20:07:09 UTC (rev 751229)
+++ PKGBUILD2020-11-11 20:07:31 UTC (rev 751230)
@@ -2,7 +2,7 @@
 
 pkgname=appstream-generator
 pkgver=0.8.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator;


  1   2   3   4   5   6   7   8   9   10   >