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

2020-08-02 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 2, 2020 @ 14:29:14
  Author: jelle
Revision: 667723

upgpkg: bonnie++ 1.98-1

Modified:
  bonnie++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-02 14:26:17 UTC (rev 667722)
+++ PKGBUILD2020-08-02 14:29:14 UTC (rev 667723)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=bonnie++
-pkgver=1.97.3
-pkgrel=2
+pkgver=1.98
+pkgrel=1
 pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
 arch=('x86_64')
 url="https://www.coker.com.au/bonnie++/;
@@ -11,13 +11,13 @@
 license=('GPL')
 depends=('perl')
 source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('e4be8977e8f7e6d4375a8d1dadda8d9e')
+md5sums=('5bb79f393b4172a0d7014ce4125454cd')
 build() {
   cd $srcdir/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr
   sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" 
Makefile
-  make
+  make V=1
 }
 
 package() {


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

2020-08-02 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 2, 2020 @ 11:04:08
  Author: jelle
Revision: 667613

upgpkg: python-parso 0.7.1-1

Modified:
  python-parso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-02 10:44:47 UTC (rev 667612)
+++ PKGBUILD2020-08-02 11:04:08 UTC (rev 667613)
@@ -2,7 +2,7 @@
 
 _pkgbase=parso
 pkgname=python-parso
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
-sha512sums=('41ad60b1d7dff682281059aabff0d43ccd3048b6cc6ee3e9e141d4a0a965fd99449f6d3f23689914c1f7bda371e3cc86266775a1c23fb1c430ea689c916fbb71')
+sha512sums=('318969a7a941c4a0948e58643b07b6f5c446ea166b3a8e44a556f0677ec9a36d7dc8c6d37ca7bce3f8276ee3d7144e22fbaaeac90c738fb90f7e94a0cf8abf7d')
 
 check() {
   cd "$_pkgbase-$pkgver"


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

2020-08-02 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 2, 2020 @ 11:04:14
  Author: jelle
Revision: 667614

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-02 11:04:08 UTC (rev 667613)
+++ PKGBUILD2020-08-02 11:04:14 UTC (rev 667614)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pkgbase=parso
-pkgname=python-parso
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
-arch=('any')
-url="https://github.com/davidhalter/parso;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
-sha512sums=('41ad60b1d7dff682281059aabff0d43ccd3048b6cc6ee3e9e141d4a0a965fd99449f6d3f23689914c1f7bda371e3cc86266775a1c23fb1c430ea689c916fbb71')
-
-check() {
-  cd "$_pkgbase-$pkgver"
-  pytest test
-}
-
-package_python-parso() {
-  cd "$_pkgbase-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-parso/repos/community-any/PKGBUILD (from rev 667613, 
python-parso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-02 11:04:14 UTC (rev 667614)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+_pkgbase=parso
+pkgname=python-parso
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
+arch=('any')
+url="https://github.com/davidhalter/parso;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
+sha512sums=('318969a7a941c4a0948e58643b07b6f5c446ea166b3a8e44a556f0677ec9a36d7dc8c6d37ca7bce3f8276ee3d7144e22fbaaeac90c738fb90f7e94a0cf8abf7d')
+
+check() {
+  cd "$_pkgbase-$pkgver"
+  pytest test
+}
+
+package_python-parso() {
+  cd "$_pkgbase-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-08-01 Thread Jelle van der Waa via arch-commits
Date: Saturday, August 1, 2020 @ 21:41:20
  Author: jelle
Revision: 667565

archrelease: copy trunk to community-x86_64

Added:
  tesseract/repos/community-x86_64/PKGBUILD
(from rev 667564, tesseract/trunk/PKGBUILD)
  tesseract/repos/community-x86_64/tesseract.install
(from rev 667564, tesseract/trunk/tesseract.install)
Deleted:
  tesseract/repos/community-x86_64/PKGBUILD
  tesseract/repos/community-x86_64/tesseract.install

---+
 PKGBUILD  |   80 ++--
 tesseract.install |   14 -
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-01 21:41:14 UTC (rev 667564)
+++ PKGBUILD2020-08-01 21:41:20 UTC (rev 667565)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
-epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
-jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
-spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
-
-pkgname=tesseract
-pkgver=4.1.1
-pkgrel=2
-pkgdesc="An OCR program"
-arch=(x86_64)
-url="https://github.com/tesseract-ocr/tesseract;
-license=("APACHE")
-depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
-makedepends=(icu cairo pango asciidoc)
-install=tesseract.install
-optdepends=('icu' 'cairo' 'pango'
-   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
-
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata)
-sha256sums=('2a66ff0d8595bff8f04032165e6c936389b1e5727c3ce5a27b3e059d218db1cb'
-'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  [ -x configure ] || ./autogen.sh
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-  make training
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" training-install
-  mkdir -p "$pkgdir"/usr/share/tessdata
-  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
-}

Copied: tesseract/repos/community-x86_64/PKGBUILD (from rev 667564, 
tesseract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-01 21:41:20 UTC (rev 667565)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell eng enm
+epo equ est eus fin fra frk frm glg grc heb hin hrv hun ind isl ita ita_old
+jpn kan kor lav lit mal mkd mlt msa nld nor pol por ron rus slk slv spa
+spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=4.1.1
+pkgrel=3
+pkgdesc="An OCR program"
+arch=(x86_64)
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg-turbo zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango asciidoc)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+
https://github.com/tesseract-ocr/tessdata/raw/bf82613055ebc6e63d9e3b438a5c234bfd638c93/osd.traineddata)
+sha256sums=('2a66ff0d8595bff8f04032165e6c936389b1e5727c3ce5a27b3e059d218db1cb'
+'9cf5d576fcc47564f11265841e5ca839001e7e6f38ff7f7aacf46d15a96b00ff')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" training-install
+  mkdir -p "$pkgdir"/usr/share/tessdata
+  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
+}

Deleted: tesseract.install
===
--- tesseract.install   2020-08-01 21:41:14 UTC (rev 667564)
+++ tesseract.install   2020-08-01 21:41:20 UTC (rev 667565)
@@ -1,7 +0,0 @@
-post_install() {
-  echo "You must install one of tesseract-data-* packages or whole 
tesseract-data group"
-}
-
-post_upgrade() {
-  post_install
-}

Copied: tesseract/repos/community-x86_64/tesseract.install (from rev 667564, 
tesseract/trunk/tesseract.install)
===
--- tesseract.install   (rev 0)
+++ tesseract.install   2020-08-01 21:41:20 UTC (rev 667565)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "You must install one of 

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

2020-08-01 Thread Jelle van der Waa via arch-commits
Date: Saturday, August 1, 2020 @ 21:41:14
  Author: jelle
Revision: 667564

leptonica rebuild

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-01 21:40:38 UTC (rev 667563)
+++ PKGBUILD2020-08-01 21:41:14 UTC (rev 667564)
@@ -8,7 +8,7 @@
 
 pkgname=tesseract
 pkgver=4.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An OCR program"
 arch=(x86_64)
 url="https://github.com/tesseract-ocr/tesseract;


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

2020-08-01 Thread Jelle van der Waa via arch-commits
Date: Saturday, August 1, 2020 @ 21:40:38
  Author: jelle
Revision: 667563

archrelease: copy trunk to community-x86_64

Added:
  leptonica/repos/community-x86_64/PKGBUILD
(from rev 667562, leptonica/trunk/PKGBUILD)
Deleted:
  leptonica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-01 21:40:29 UTC (rev 667562)
+++ PKGBUILD2020-08-01 21:40:38 UTC (rev 667563)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christoph Drexler 
-
-pkgname=leptonica
-pkgver=1.79.0
-pkgrel=1
-pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
-arch=('x86_64')
-url="http://www.leptonica.com/;
-license=('custom')
-depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
-sha256sums=('bf9716f91a4844c2682a07ef21eaf68b6f1077af1f63f27c438394fd66218e17')
-
-prepare() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/leptonica-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
-}

Copied: leptonica/repos/community-x86_64/PKGBUILD (from rev 667562, 
leptonica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-01 21:40:38 UTC (rev 667563)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christoph Drexler 
+
+pkgname=leptonica
+pkgver=1.80.0
+pkgrel=1
+pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
+arch=('x86_64')
+url="http://www.leptonica.com/;
+license=('custom')
+depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
+sha256sums=('3952b974ec057d24267aae48c54bca68ead8275604bf084a73a4b953ff79196e')
+
+prepare() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/leptonica-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
+}


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

2020-08-01 Thread Jelle van der Waa via arch-commits
Date: Saturday, August 1, 2020 @ 21:40:29
  Author: jelle
Revision: 667562

upgpkg: leptonica 1.80.0-1

Modified:
  leptonica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-01 20:18:09 UTC (rev 667561)
+++ PKGBUILD2020-08-01 21:40:29 UTC (rev 667562)
@@ -2,7 +2,7 @@
 # Maintainer: Christoph Drexler 
 
 pkgname=leptonica
-pkgver=1.79.0
+pkgver=1.80.0
 pkgrel=1
 pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
-sha256sums=('bf9716f91a4844c2682a07ef21eaf68b6f1077af1f63f27c438394fd66218e17')
+sha256sums=('3952b974ec057d24267aae48c54bca68ead8275604bf084a73a4b953ff79196e')
 
 prepare() {
   cd "$srcdir"/leptonica-${pkgver}


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

2020-07-30 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 30, 2020 @ 17:27:33
  Author: jelle
Revision: 665927

archrelease: copy trunk to community-x86_64

Added:
  i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch
(from rev 665926, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 665926, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch
  i3-wm/repos/community-x86_64/PKGBUILD

---+
 0001-Use-OVER-operator-for-drawing-text.patch |   70 
 PKGBUILD  |  104 
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 0001-Use-OVER-operator-for-drawing-text.patch
===
--- 0001-Use-OVER-operator-for-drawing-text.patch   2020-07-30 17:27:23 UTC 
(rev 665926)
+++ 0001-Use-OVER-operator-for-drawing-text.patch   2020-07-30 17:27:33 UTC 
(rev 665927)
@@ -1,35 +0,0 @@
-From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
-Message-Id: 

-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 9 Sep 2017 00:22:13 +0200
-Subject: [PATCH] Use OVER operator for drawing text
-
-For opaque text, SOURCE is not any different from OVER. However, when
-drawing color glyphs (which consist of RGBA pixels instead of strokes)
-SOURCE's handling of alpha is not what we want.
-
-I stumbled across this because cairo 1.15.8 seems to clear the surface
-before drawing color emoji if the operator is SOURCE, deleting every-
-thing drawn before. Arguably, the area outside the glyph bounds should
-not be touched, but even if this is a cairo bug the problem of alpha
-within the glyph remains.

- libi3/font.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libi3/font.c b/libi3/font.c
-index 81091ea74a31da11..aef8427b5396c3d8 100644
 a/libi3/font.c
-+++ b/libi3/font.c
-@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
- pango_layout_set_text(layout, text, text_len);
- 
- /* Do the drawing */
--cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
-+cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
- cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
- pango_cairo_update_layout(cr, layout);
- pango_layout_get_pixel_size(layout, NULL, );
--- 
-2.14.1
-

Copied: 
i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch 
(from rev 665926, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
===
--- 0001-Use-OVER-operator-for-drawing-text.patch   
(rev 0)
+++ 0001-Use-OVER-operator-for-drawing-text.patch   2020-07-30 17:27:33 UTC 
(rev 665927)
@@ -0,0 +1,35 @@
+From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 9 Sep 2017 00:22:13 +0200
+Subject: [PATCH] Use OVER operator for drawing text
+
+For opaque text, SOURCE is not any different from OVER. However, when
+drawing color glyphs (which consist of RGBA pixels instead of strokes)
+SOURCE's handling of alpha is not what we want.
+
+I stumbled across this because cairo 1.15.8 seems to clear the surface
+before drawing color emoji if the operator is SOURCE, deleting every-
+thing drawn before. Arguably, the area outside the glyph bounds should
+not be touched, but even if this is a cairo bug the problem of alpha
+within the glyph remains.
+---
+ libi3/font.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libi3/font.c b/libi3/font.c
+index 81091ea74a31da11..aef8427b5396c3d8 100644
+--- a/libi3/font.c
 b/libi3/font.c
+@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
+ pango_layout_set_text(layout, text, text_len);
+ 
+ /* Do the drawing */
+-cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
++cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
+ cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
+ pango_cairo_update_layout(cr, layout);
+ pango_layout_get_pixel_size(layout, NULL, );
+-- 
+2.14.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-30 17:27:23 UTC (rev 665926)
+++ PKGBUILD2020-07-30 17:27:33 UTC (rev 665927)
@@ -1,52 +0,0 @@
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-pkgver=4.18.1
-pkgrel=1
-pkgdesc="An improved dynamic tiling window manager"
-url="https://i3wm.org/;
-arch=(x86_64)
-license=(BSD)
-depends=(xcb-util-cursor xcb-util-keysyms xcb-util-wm xcb-util-xrm libev yajl 
startup-notification
- pango libxkbcommon-x11)
-makedepends=(bison flex asciidoc xmlto)
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To 

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

2020-07-30 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 30, 2020 @ 17:27:23
  Author: jelle
Revision: 665926

upgpkg: i3-wm 4.18.2-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-30 17:13:13 UTC (rev 665925)
+++ PKGBUILD2020-07-30 17:27:23 UTC (rev 665926)
@@ -1,7 +1,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3-wm
-pkgver=4.18.1
+pkgver=4.18.2
 pkgrel=1
 pkgdesc="An improved dynamic tiling window manager"
 url="https://i3wm.org/;
@@ -21,7 +21,7 @@
 replaces=(i3 i3bar)
 source=("https://i3wm.org/downloads/i3-$pkgver.tar.bz2"{,.asc}
 0001-Use-OVER-operator-for-drawing-text.patch)
-sha256sums=('9abf90fa803f2cb8e53e3bc8c952eba48c43463083608e4107fc53ab224be07c'
+sha256sums=('b28617d62f308b93817fc9949daffee74cf4a001685de389f3072cb44cf5120c'
 'SKIP'
 'e49e147b1cd06f95188decbbe41f5c3a0aca18d0195750bc3ea16465b4aca563')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 20:58:42
  Author: jelle
Revision: 392562

Add makedepend perl

Add perl as explicit makedepend as it's currently a transient dependency.

Modified:
  liblouis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 20:50:35 UTC (rev 392561)
+++ PKGBUILD2020-07-26 20:58:42 UTC (rev 392562)
@@ -3,13 +3,13 @@
 
 pkgname=liblouis
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source braille translator and back-translator"
 arch=(x86_64)
 url="http://liblouis.org/;
 license=('GPL3')
 depends=(glibc)
-makedepends=(help2man python)
+makedepends=(help2man python perl)
 
source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
 sha256sums=('f5b25f8059dd76595aeb419b1522dda78f281a75a7c56dceaaa443f8c437306a')
 


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 20:58:47
  Author: jelle
Revision: 392563

archrelease: copy trunk to extra-x86_64

Added:
  liblouis/repos/extra-x86_64/PKGBUILD
(from rev 392562, liblouis/trunk/PKGBUILD)
Deleted:
  liblouis/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 20:58:42 UTC (rev 392562)
+++ PKGBUILD2020-07-26 20:58:47 UTC (rev 392563)
@@ -1,30 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Ionut Biru 
-
-pkgname=liblouis
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Open-source braille translator and back-translator"
-arch=(x86_64)
-url="http://liblouis.org/;
-license=('GPL3')
-depends=(glibc)
-makedepends=(help2man python)
-source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
-sha256sums=('f5b25f8059dd76595aeb419b1522dda78f281a75a7c56dceaaa443f8c437306a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-ucs4
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd python
-  LD_PRELOAD+=":$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so"
-  python setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: liblouis/repos/extra-x86_64/PKGBUILD (from rev 392562, 
liblouis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 20:58:47 UTC (rev 392563)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot 
+# Contributor: Ionut Biru 
+
+pkgname=liblouis
+pkgver=3.14.0
+pkgrel=2
+pkgdesc="Open-source braille translator and back-translator"
+arch=(x86_64)
+url="http://liblouis.org/;
+license=('GPL3')
+depends=(glibc)
+makedepends=(help2man python perl)
+source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
+sha256sums=('f5b25f8059dd76595aeb419b1522dda78f281a75a7c56dceaaa443f8c437306a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-ucs4
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd python
+  LD_PRELOAD+=":$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so"
+  python setup.py install --root="$pkgdir" --prefix="/usr" --optimize=1
+}
+# vim:set ts=2 sw=2 et:


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 20:50:35
  Author: jelle
Revision: 392561

archrelease: copy trunk to extra-x86_64

Added:
  zenity/repos/extra-x86_64/PKGBUILD
(from rev 392560, zenity/trunk/PKGBUILD)
Deleted:
  zenity/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 20:50:23 UTC (rev 392560)
+++ PKGBUILD2020-07-26 20:50:35 UTC (rev 392561)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.32.0+17+gfb0938f
-pkgrel=2
-pkgdesc="Display graphical dialog boxes from shell scripts"
-url="https://gitlab.gnome.org/GNOME/zenity;
-arch=(x86_64)
-license=(LGPL)
-depends=(webkit2gtk libnotify)
-makedepends=(yelp-tools autoconf-archive git)
-_commit=fb0938fa1bb34a1a09162a2327fdff7132ff5721  # master
-source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 392560, 
zenity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 20:50:35 UTC (rev 392561)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.32.0+17+gfb0938f
+pkgrel=3
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="https://gitlab.gnome.org/GNOME/zenity;
+arch=(x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(yelp-tools autoconf-archive git perl)
+_commit=fb0938fa1bb34a1a09162a2327fdff7132ff5721  # master
+source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 20:50:23
  Author: jelle
Revision: 392560

Add perl makedepend

As openssl in the future no longer depends on perl, add perl as makedepends.

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 20:20:52 UTC (rev 392559)
+++ PKGBUILD2020-07-26 20:50:23 UTC (rev 392560)
@@ -3,13 +3,13 @@
 
 pkgname=zenity
 pkgver=3.32.0+17+gfb0938f
-pkgrel=2
+pkgrel=3
 pkgdesc="Display graphical dialog boxes from shell scripts"
 url="https://gitlab.gnome.org/GNOME/zenity;
 arch=(x86_64)
 license=(LGPL)
 depends=(webkit2gtk libnotify)
-makedepends=(yelp-tools autoconf-archive git)
+makedepends=(yelp-tools autoconf-archive git perl)
 _commit=fb0938fa1bb34a1a09162a2327fdff7132ff5721  # master
 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit;)
 sha256sums=('SKIP')


[arch-commits] Commit in mediawiki/repos/community-any (6 files)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 19:18:51
  Author: jelle
Revision: 665380

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 665379, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 665379, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 665379, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  165 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |6 -
 3 files changed, 94 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 19:18:40 UTC (rev 665379)
+++ PKGBUILD2020-07-26 19:18:51 UTC (rev 665380)
@@ -1,81 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-#pkgname=('mediawiki')
-pkgver=1.34.2
-_basever=${pkgver%.*}
-_hash=b1a022f
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="https://www.mediawiki.org/wiki/MediaWiki;
-# + https://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git' 'texvc')
-optdepends=('texvc: for math rendering'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-#  'php-apcu: for cache support'
-#  'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-validpgpkeys=('41B2ABE817ADD3E52BDA946F72BC1C5D23107F8A'
-  '1D98867E82982C8FE0ABC25F9B69B3109D3BB7B0'
-  'C83A8E4D3C8FEB7C8A3A1998131910E01605D9AA')
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-sha256sums=('0edc557f6093bdb91f7ea32e0ade117e02dc13593518584d07088845823224d6'
-'SKIP'
-'533c4f052bffafc1f1ea6b5b0a88cf363cdcfbaa6996ccb85f950635707e8e5e'
-'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
-
-package_mediawiki() {
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps
-  install -vdm0755 "$pkgdir"/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver "$pkgdir"/usr/share/webapps/mediawiki
-
-  install -vDm0644 "$srcdir"/apache.example.conf 
"$pkgdir"/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http "$pkgdir"/var/cache/mediawiki
-  install -vdm0755 -o http -g http "$pkgdir"/var/lib/mediawiki
-
-  cd "$pkgdir"/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess "$pkgdir"/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* "$pkgdir"/var/lib/mediawiki/
-  mv images/.htaccess "$pkgdir"/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki')
-  optdepends=('texvc')
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-${_hash} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  install -dm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math
-  ln -s /usr/bin/texvc 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 665379, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 19:18:51 UTC (rev 665380)
@@ -0,0 +1,84 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+#pkgname=('mediawiki')
+pkgver=1.34.2
+_basever=${pkgver%.*}
+_hash=b1a022f
+pkgrel=2
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="https://www.mediawiki.org/wiki/MediaWiki;
+# + https://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git' 'texvc')
+optdepends=('texvc: 

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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 19:18:40
  Author: jelle
Revision: 665379

upgpkg: mediawiki 1.34.2-2

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 19:07:57 UTC (rev 665378)
+++ PKGBUILD2020-07-26 19:18:40 UTC (rev 665379)
@@ -7,7 +7,7 @@
 pkgver=1.34.2
 _basever=${pkgver%.*}
 _hash=b1a022f
-pkgrel=1
+pkgrel=2
 pkgdesc="MediaWiki engine"
 arch=('any')
 url="https://www.mediawiki.org/wiki/MediaWiki;
@@ -26,7 +26,9 @@
'memcached: for cache support'
'php-gd: for thumbnails rendering'
'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
+   'smtp-forwarder: for mail sending'
+'python: required for SyntaxHighlight/ConfirmEdit extensions'
+'perl: compare_schemas.pl and mediawiki_mysql2postgres.pl')
 install=mediawiki.install
 options=(!strip)
 validpgpkeys=('41B2ABE817ADD3E52BDA946F72BC1C5D23107F8A'
@@ -42,6 +44,7 @@
 'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
 
 package_mediawiki() {
+
   cd "$srcdir"
   install -vdm0755 "$pkgdir"/usr/share/webapps
   install -vdm0755 "$pkgdir"/etc/webapps/mediawiki


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 19:07:57
  Author: jelle
Revision: 665378

archrelease: copy trunk to community-x86_64

Added:
  vifm/repos/community-x86_64/PKGBUILD
(from rev 665377, vifm/trunk/PKGBUILD)
  vifm/repos/community-x86_64/vifm.changelog
(from rev 665377, vifm/trunk/vifm.changelog)
Deleted:
  vifm/repos/community-x86_64/PKGBUILD
  vifm/repos/community-x86_64/vifm.changelog

+
 PKGBUILD   |   61 +++
 vifm.changelog |  144 +++
 2 files changed, 103 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 19:07:50 UTC (rev 665377)
+++ PKGBUILD2020-07-26 19:07:57 UTC (rev 665378)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=vifm
-pkgver=0.10.1
-pkgrel=2
-pkgdesc="A file manager with curses interface, which provides Vi[m]-like 
environment"
-arch=('x86_64')
-url="https://vifm.info/;
-license=('GPL')
-depends=('ncurses' 'desktop-file-utils')
-changelog=$pkgname.changelog
-source=(https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek 

-sha256sums=('99006f56db05e1bdfb7983e8d5c31c9ac93bf2ac9e0409a577c8ca660fecd03b'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: vifm/repos/community-x86_64/PKGBUILD (from rev 665377, 
vifm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 19:07:57 UTC (rev 665378)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=vifm
+pkgver=0.10.1
+pkgrel=3
+pkgdesc="A file manager with curses interface, which provides Vi[m]-like 
environment"
+arch=('x86_64')
+url="https://vifm.info/;
+license=('GPL')
+depends=('ncurses' 'desktop-file-utils')
+makedepends=('perl')
+changelog=$pkgname.changelog
+source=(https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek 

+sha256sums=('99006f56db05e1bdfb7983e8d5c31c9ac93bf2ac9e0409a577c8ca660fecd03b'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: vifm.changelog
===
--- vifm.changelog  2020-07-26 19:07:50 UTC (rev 665377)
+++ vifm.changelog  2020-07-26 19:07:57 UTC (rev 665378)
@@ -1,72 +0,0 @@
-2019-08-06 Jaroslav Lichtblau 
-   * vifm 0.10.1-1
-
-2018-11-12 Jaroslav Lichtblau 
-   * vifm 0.10-1
-
-2018-02-07 Jaroslav Lichtblau 
-   * vifm 0.9.1-1
-
-2017-06-24 Jaroslav Lichtblau 
-   * vifm 0.9-1
-
-2016-09-21 Jaroslav Lichtblau 
-   * vifm 0.8.2-2 FS#50799 fix
-
-2016-07-19 Jaroslav Lichtblau 
-   * vifm 0.8.2-1
-
-2016-05-01 Jaroslav Lichtblau 
-   * vifm 0.8.1.a-1 FS#49159 fix
-
-2016-04-30 Jaroslav Lichtblau 
-   * vifm 0.8.1a-1
-
-2016-01-19 Jaroslav Lichtblau 
-   * vifm 0.8.1-1
-
-2015-07-10 Jaroslav Lichtblau 
-   * vifm 0.8-1
-   * .install file added
-
-2014-10-28 Jaroslav Lichtblau 
-   * vifm 0.7.8-1
-
-2014-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau 
-   * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau 
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau 
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau 
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau 
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau 
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau 
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau 
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau 
-   * Moved to [community] 0.5-2 (212 votes in AUR)

Copied: vifm/repos/community-x86_64/vifm.changelog (from rev 665377, 
vifm/trunk/vifm.changelog)
===
--- vifm.changelog  (rev 0)
+++ vifm.changelog  2020-07-26 19:07:57 UTC (rev 665378)
@@ -0,0 +1,72 @@
+2019-08-06 Jaroslav Lichtblau 
+   * vifm 0.10.1-1
+
+2018-11-12 Jaroslav Lichtblau 
+   * vifm 0.10-1
+
+2018-02-07 Jaroslav Lichtblau 
+   * vifm 0.9.1-1
+
+2017-06-24 Jaroslav Lichtblau 
+   * vifm 0.9-1

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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 19:07:50
  Author: jelle
Revision: 665377

Add missing makedepends on perl

Modified:
  vifm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 19:01:22 UTC (rev 665376)
+++ PKGBUILD2020-07-26 19:07:50 UTC (rev 665377)
@@ -2,12 +2,13 @@
 
 pkgname=vifm
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A file manager with curses interface, which provides Vi[m]-like 
environment"
 arch=('x86_64')
 url="https://vifm.info/;
 license=('GPL')
 depends=('ncurses' 'desktop-file-utils')
+makedepends=('perl')
 changelog=$pkgname.changelog
 
source=(https://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('22349CDBE5227D2108A5667799DC5E4DB05F6BE2') # xaizek 



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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 19:01:22
  Author: jelle
Revision: 665376

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/
  python-trimesh/repos/community-any/PKGBUILD
(from rev 665375, python-trimesh/trunk/PKGBUILD)

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

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 665375, 
python-trimesh/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-26 19:01:22 UTC (rev 665376)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+pkgver=3.7.13
+pkgrel=1
+pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
+arch=('any')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+depends=(python python-setuptools python-numpy)
+optdepends=('python-networkx: graph operations'
+'python-pyglet: preview windows'
+'python-rtree: vector path handling'
+'python-scipy: convex hulls'
+'python-shapely: vector path handling'
+'python-pillow: load images'
+'python-jsonschema: validate JSON schemas like GLTF'
+'python-requests: network requests'
+'python-msgpack: serialize into msgpack'
+'python-lxml: handle XML better and faster than built- in XML'
+'python-sympy: do analytical math'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+sha512sums=('0f0e2b601828f2058ee478f4afb380646cfb7c92dc0b395d42b40e2641726b7fabad134fbccd7219d63a8384da9dd2d5984ad15ddd68656e851c8bc56a8e07f6')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd trimesh-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 19:01:17
  Author: jelle
Revision: 665375

New dependency of cura

Modified:
  python-trimesh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:34 UTC (rev 665374)
+++ PKGBUILD2020-07-26 19:01:17 UTC (rev 665375)
@@ -7,17 +7,30 @@
 arch=('any')
 url="https://github.com/mikedh/trimesh;
 license=('MIT')
-depends=('python' 'python-setuptools' 'python-lxml' 'python-pillow' 
'python-rtee' 'python-jsonschema'
- 'python-shapely' 'python-pyglet 'python-xxhash')
+depends=(python python-setuptools python-numpy)
+optdepends=('python-networkx: graph operations'
+'python-pyglet: preview windows'
+'python-rtree: vector path handling'
+'python-scipy: convex hulls'
+'python-shapely: vector path handling'
+'python-pillow: load images'
+'python-jsonschema: validate JSON schemas like GLTF'
+'python-requests: network requests'
+'python-msgpack: serialize into msgpack'
+'python-lxml: handle XML better and faster than built- in XML'
+'python-sympy: do analytical math'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+sha512sums=('0f0e2b601828f2058ee478f4afb380646cfb7c92dc0b395d42b40e2641726b7fabad134fbccd7219d63a8384da9dd2d5984ad15ddd68656e851c8bc56a8e07f6')
 
 build() {
+  cd trimesh-${pkgver}
   python setup.py build
 }
 
 package() {
+  cd trimesh-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
 
-package() {
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:20
  Author: jelle
Revision: 665370

archrelease: copy trunk to community-x86_64

Added:
  curaengine/repos/community-x86_64/PKGBUILD
(from rev 665369, curaengine/trunk/PKGBUILD)
Deleted:
  curaengine/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:17 UTC (rev 665369)
+++ PKGBUILD2020-07-26 18:53:20 UTC (rev 665370)
@@ -1,42 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=curaengine
-pkgver=4.5.0
-pkgrel=2
-pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
-url="https://github.com/Ultimaker/CuraEngine;
-arch=('x86_64')
-license=('AGPL')
-depends=('arcus' 'rapidjson' 'polyclipping')
-checkdepends=('cppunit')
-makedepends=('cmake' 'git' 'gmock' 'gtest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('481f6b839fe7d4bad14d9820337574d31a928e258ede359c608075f1cc7771e3eb649d5d0cff5f1edbc1e2c1802ee99e1ca2eb36a34799331279cbc0c3294636')
-
-
-build() {
-  cd CuraEngine-${pkgver}
-  mkdir -p build
-  cd build
-
-   cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=ON \
- -DUSE_SYSTEM_LIBS=ON \
- -DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-check() {
-  cd CuraEngine-${pkgver}/build
-  make test
-}
-
-package() {
-  cd CuraEngine-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: curaengine/repos/community-x86_64/PKGBUILD (from rev 665369, 
curaengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 18:53:20 UTC (rev 665370)
@@ -0,0 +1,42 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine;
+arch=('x86_64')
+license=('AGPL')
+depends=('arcus' 'rapidjson' 'polyclipping')
+checkdepends=('cppunit')
+makedepends=('cmake' 'git' 'gmock' 'gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('7bc63f0921d690816d55c8c5cc825053cf5d2ff73c552e78e9a7cb2a4febf16e7386bbd2c0a300504f86a6bff3e3b8f03f52b8986c5fef12de4adaea85b8af9a')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON \
+ -DUSE_SYSTEM_LIBS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+check() {
+  cd CuraEngine-${pkgver}/build
+  make test
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:26
  Author: jelle
Revision: 665372

archrelease: copy trunk to community-any

Added:
  uranium/repos/community-any/PKGBUILD
(from rev 665371, uranium/trunk/PKGBUILD)
Deleted:
  uranium/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:20 UTC (rev 665371)
+++ PKGBUILD2020-07-26 18:53:26 UTC (rev 665372)
@@ -1,46 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=uranium
-pkgver=4.5.0
-pkgrel=2
-pkgdesc="A Python framework for building Desktop applications."
-url="https://github.com/Ultimaker/Uranium;
-arch=('any')
-license=('LGPL')
-depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'python-pyqt5' 
'python-numpy'
- 'arcus' 'python-shapely' 'python-scipy' 'python-cryptography' 
'python-certifi')
-makedepends=('cmake')
-checkdepends=('mypy' 'python-pytest' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('8149f18305225c453296261d8553117caba121300e6f0add79b827afc3e7b14a')
-
-prepare() {
-  cd Uranium-${pkgver}
-  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-}
-
-build() {
-  cd Uranium-${pkgver}
-  mkdir -p build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=ON
-
-  make
-}
-
-check() {
-  cd Uranium-${pkgver}/build
-  # few tests fail atm
-  #make CTEST_OUTPUT_ON_FAILURE=TRUE test
-}
-
-package() {
-  cd Uranium-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uranium/repos/community-any/PKGBUILD (from rev 665371, 
uranium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 18:53:26 UTC (rev 665372)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=uranium
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="A Python framework for building Desktop applications."
+url="https://github.com/Ultimaker/Uranium;
+arch=('any')
+license=('LGPL')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'python-pyqt5' 
'python-numpy'
+ 'arcus' 'python-shapely' 'python-scipy' 'python-cryptography' 
'python-certifi')
+makedepends=('cmake')
+checkdepends=('mypy' 'python-pytest' 'python-twisted')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('8f162f7e31681eca198e59d0a6a9382ad82527729e6f9981d8e75ce7671c05d5')
+
+prepare() {
+  cd Uranium-${pkgver}
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+}
+
+build() {
+  cd Uranium-${pkgver}
+  mkdir -p build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=ON
+
+  make
+}
+
+check() {
+  cd Uranium-${pkgver}/build
+  # few tests fail atm
+  #make CTEST_OUTPUT_ON_FAILURE=TRUE test
+}
+
+package() {
+  cd Uranium-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:34
  Author: jelle
Revision: 665374

archrelease: copy trunk to community-any

Added:
  cura/repos/community-any/PKGBUILD
(from rev 665373, cura/trunk/PKGBUILD)
Deleted:
  cura/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:29 UTC (rev 665373)
+++ PKGBUILD2020-07-26 18:53:34 UTC (rev 665374)
@@ -1,51 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=cura
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'python-requests'
- 'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar' 'qt5-graphicaleffects'
- 'python-certifi')
-makedepends=('qt5-tools' 'cmake')
-optdepends=('python-zeroconf: network printing support')
-provides=('cura')
-url="https://ultimaker.com/en/products/cura-software;
-license=('LGPL')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha512sums=('a42f685b18dfe712ae04e6778e5a986fa64730dcbd90383d604b090c17f1e555c3e22a5b333568abd8b8a48f568dffeeccfa04c273485edc3b42298229bf1b6a')
-
-# Build order
-# arcus -> uranium -> curaengine -> libsavitar ->
-
-prepare(){
-  cd Cura-${pkgver}
-  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-}
-
-build(){
-  cd Cura-${pkgver}
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
--DCURA_VERSION=$pkgver \
--DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1
-
-  make
-}
-
-package(){
-  cd Cura-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  
-  # make sure cura can find uranium plugins:
-  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
-
-  # don't ever send any user or print info through the internet to Ultimaker
-  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
-}

Copied: cura/repos/community-any/PKGBUILD (from rev 665373, cura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 18:53:34 UTC (rev 665374)
@@ -0,0 +1,59 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
+depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'python-requests'
+ 'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar' 'qt5-graphicaleffects'
+ 'python-certifi')
+makedepends=('qt5-tools' 'cmake')
+optdepends=('python-zeroconf: network printing support'
+'python-trimesh: Reading AMF files'
+'python-libcharon: UFPWriter/UFPReader')
+provides=('cura')
+url="https://ultimaker.com/en/products/cura-software;
+license=('LGPL')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz
+
camera_tool_not_found.patch::https://github.com/Ultimaker/Cura/commit/773edfd533acf258f1d785092506c0746a93808c.patch)
+sha512sums=('3a3fcb9cf9e72fd10a1da1b14e5fbece0f203fd864266344860b1953876969e17ddce13b09655bd3e94b1eca9ce2e914fa49bb576a48b2a4c93e0cddebc1606b'
+
'6531b70488d2ddd97a9ec9272cc01006729327b5e28a019a9258302d93c7d3ba1a4e6aa80bdea3d460835069702cdde9681622991a5b12dd0631f8b61cca59a8')
+
+# Build order
+# arcus -> uranium -> curaengine -> libsavitar ->
+
+prepare(){
+  cd Cura-${pkgver}
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+
+  patch -Np1 -i ${srcdir}/camera_tool_not_found.patch
+}
+
+build(){
+  cd Cura-${pkgver}
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
+-DCURA_VERSION=$pkgver \
+-DCURA_SDK_VERSION=6.0.0 \
+-DCURA_CLOUD_API_VERSION=1 \
+-DCURA_CLOUD_API_ROOT:STRING="https://api.ultimaker.com; \
+-DCURA_CLOUD_ACCOUNT_API_ROOT:STRING="https://account.ultimaker.com;
+
+  make
+}
+
+package(){
+  cd Cura-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  
+  # make sure cura can find uranium plugins:
+  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
+
+  # don't ever send any user or print info through the internet to Ultimaker
+  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
+}


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:17
  Author: jelle
Revision: 665369

archrelease: copy trunk to community-x86_64

Added:
  libsavitar/repos/community-x86_64/PKGBUILD
(from rev 665368, libsavitar/trunk/PKGBUILD)
  libsavitar/repos/community-x86_64/use_system_pugixml.patch
(from rev 665368, libsavitar/trunk/use_system_pugixml.patch)
Deleted:
  libsavitar/repos/community-x86_64/PKGBUILD
  libsavitar/repos/community-x86_64/use_system_pugixml.patch

--+
 PKGBUILD |   82 -
 use_system_pugixml.patch |   89 +++--
 2 files changed, 63 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:14 UTC (rev 665368)
+++ PKGBUILD2020-07-26 18:53:17 UTC (rev 665369)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: neodarz 
-
-pkgname=libsavitar
-pkgver=4.4.0
-pkgrel=1
-pkgdesc="C++ implementation of 3mf loading with SIP python bindings"
-arch=('x86_64')
-url="https://github.com/Ultimaker/libsavitar;
-license=('AGPL')
-depends=('python' 'pugixml')
-makedepends=('cmake' 'python-sip' 'sip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 use_system_pugixml.patch)
-sha512sums=('a8039fed9c0b00f3698f37e0b0653a43b8f5b0461fd734687461114f2df63a9781520f45d7b25f598b2f1dfa5c24585cb297a7408029cea4273df614c33a2e98'
-
'be333be1737e8b2483dcfbd5fc992165bdf47ccce22fb2cc88f8ecb24ce6b17451a15f58e3a11c3671305afec88983878c8b0e914662c813e3a7bbeff587b956')
-
-prepare() {
-  cd "libSavitar-${pkgver}"
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
-
-  # don't install a second system pugixml; WONTFIX upstream due to:
-  # "It's been decided that an external dependency makes setting up your
-  # development environment for Cura needlessly difficult."
-  patch -Np1 -i "$srcdir"/use_system_pugixml.patch
-}
-
-build() {
-  cd "libSavitar-${pkgver}"
-  mkdir  build && cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "libSavitar-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsavitar/repos/community-x86_64/PKGBUILD (from rev 665368, 
libsavitar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 18:53:17 UTC (rev 665369)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: neodarz 
+
+pkgname=libsavitar
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="C++ implementation of 3mf loading with SIP python bindings"
+arch=('x86_64')
+url="https://github.com/Ultimaker/libsavitar;
+license=('AGPL')
+depends=('python' 'pugixml')
+makedepends=('cmake' 'python-sip' 'sip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 use_system_pugixml.patch)
+sha512sums=('1aa8915fe7e4870d74de55cdf4988eb416fa473a41a3ccbd3b3b88c6b1fc299afb257f7b1613eafd11a0c95cf9f3d3e0b2356b5b573a7b14c13f0017fbcb5200'
+
'b312dcf43bf334001da98da93388da99731eacf417fe3a9dff51831bdd1f0ab5487377925bebce05e227533be2680b1a45f3203b0a7b9de9a77280a206ec7b26')
+
+prepare() {
+  cd "libSavitar-${pkgver}"
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+
+  # don't install a second system pugixml; WONTFIX upstream due to:
+  # "It's been decided that an external dependency makes setting up your
+  # development environment for Cura needlessly difficult."
+  patch -Np1 -i "$srcdir"/use_system_pugixml.patch
+}
+
+build() {
+  cd "libSavitar-${pkgver}"
+  mkdir  build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "libSavitar-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: use_system_pugixml.patch
===
--- use_system_pugixml.patch2020-07-26 18:53:14 UTC (rev 665368)
+++ use_system_pugixml.patch2020-07-26 18:53:17 UTC (rev 665369)
@@ -1,67 +0,0 @@
-diff -aur libSavitar-4.1.0.old/CMakeLists.txt libSavitar-4.1.0/CMakeLists.txt
 libSavitar-4.1.0.old/CMakeLists.txt

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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:52:58
  Author: jelle
Revision: 665365

upgpkg: arcus 4.6.2-1

Modified:
  arcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:49:03 UTC (rev 665364)
+++ PKGBUILD2020-07-26 18:52:58 UTC (rev 665365)
@@ -3,8 +3,8 @@
 
 # upstreamed renamed to libarcus
 pkgname=arcus
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="Communication library between internal components for Ultimaker 
software"
 url="https://github.com/Ultimaker/libArcus;
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'sip')
 depends=('python' 'protobuf' 'python-sip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
-sha512sums=('cde73dac5581425f032fba98511658fd130f69066b7ce712eaf1eff3c38528cc3dbc4196df2e3301b99e3a396c17fd6b4ee591bdffc622964001ab77926b1cdd')
+sha512sums=('238d9ba79ca9be7d4d090e5cc753ccdb9f704614a9e76a62df84adb444a4a24aae9c90ebc108f4a84285bd8edd40b1213160e63007d36c4bb61d66617d7020af')
 
 build() {
   cd libArcus-${pkgver}


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:14
  Author: jelle
Revision: 665368

upgpkg: curaengine 4.6.2-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:10 UTC (rev 665367)
+++ PKGBUILD2020-07-26 18:53:14 UTC (rev 665368)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine;
 arch=('x86_64')
@@ -12,7 +12,7 @@
 checkdepends=('cppunit')
 makedepends=('cmake' 'git' 'gmock' 'gtest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('481f6b839fe7d4bad14d9820337574d31a928e258ede359c608075f1cc7771e3eb649d5d0cff5f1edbc1e2c1802ee99e1ca2eb36a34799331279cbc0c3294636')
+sha512sums=('7bc63f0921d690816d55c8c5cc825053cf5d2ff73c552e78e9a7cb2a4febf16e7386bbd2c0a300504f86a6bff3e3b8f03f52b8986c5fef12de4adaea85b8af9a')
 
 
 build() {


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:29
  Author: jelle
Revision: 665373

upgpkg: cura 4.6.2-1

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:26 UTC (rev 665372)
+++ PKGBUILD2020-07-26 18:53:29 UTC (rev 665373)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=cura
-pkgver=4.5.0
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
 depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'python-requests'
@@ -9,13 +9,17 @@
  'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar' 'qt5-graphicaleffects'
  'python-certifi')
 makedepends=('qt5-tools' 'cmake')
-optdepends=('python-zeroconf: network printing support')
+optdepends=('python-zeroconf: network printing support'
+'python-trimesh: Reading AMF files'
+'python-libcharon: UFPWriter/UFPReader')
 provides=('cura')
 url="https://ultimaker.com/en/products/cura-software;
 license=('LGPL')
 arch=('any')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha512sums=('a42f685b18dfe712ae04e6778e5a986fa64730dcbd90383d604b090c17f1e555c3e22a5b333568abd8b8a48f568dffeeccfa04c273485edc3b42298229bf1b6a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz
+
camera_tool_not_found.patch::https://github.com/Ultimaker/Cura/commit/773edfd533acf258f1d785092506c0746a93808c.patch)
+sha512sums=('3a3fcb9cf9e72fd10a1da1b14e5fbece0f203fd864266344860b1953876969e17ddce13b09655bd3e94b1eca9ce2e914fa49bb576a48b2a4c93e0cddebc1606b'
+
'6531b70488d2ddd97a9ec9272cc01006729327b5e28a019a9258302d93c7d3ba1a4e6aa80bdea3d460835069702cdde9681622991a5b12dd0631f8b61cca59a8')
 
 # Build order
 # arcus -> uranium -> curaengine -> libsavitar ->
@@ -23,6 +27,8 @@
 prepare(){
   cd Cura-${pkgver}
   sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+
+  patch -Np1 -i ${srcdir}/camera_tool_not_found.patch
 }
 
 build(){
@@ -31,10 +37,12 @@
   cd build
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
 -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
 -DCURA_VERSION=$pkgver \
--DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1
+-DCURA_SDK_VERSION=6.0.0 \
+-DCURA_CLOUD_API_VERSION=1 \
+-DCURA_CLOUD_API_ROOT:STRING="https://api.ultimaker.com; \
+-DCURA_CLOUD_ACCOUNT_API_ROOT:STRING="https://account.ultimaker.com;
 
   make
 }


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:20
  Author: jelle
Revision: 665371

upgpkg: uranium 4.6.2-1

Modified:
  uranium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:20 UTC (rev 665370)
+++ PKGBUILD2020-07-26 18:53:20 UTC (rev 665371)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=uranium
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium;
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 checkdepends=('mypy' 'python-pytest' 'python-twisted')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('8149f18305225c453296261d8553117caba121300e6f0add79b827afc3e7b14a')
+sha256sums=('8f162f7e31681eca198e59d0a6a9382ad82527729e6f9981d8e75ce7671c05d5')
 
 prepare() {
   cd Uranium-${pkgver}


[arch-commits] Commit in libsavitar/trunk (PKGBUILD use_system_pugixml.patch)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:10
  Author: jelle
Revision: 665367

upgpkg: libsavitar 4.6.2-1

Modified:
  libsavitar/trunk/PKGBUILD
  libsavitar/trunk/use_system_pugixml.patch

--+
 PKGBUILD |6 +--
 use_system_pugixml.patch |   75 +
 2 files changed, 18 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:03 UTC (rev 665366)
+++ PKGBUILD2020-07-26 18:53:10 UTC (rev 665367)
@@ -2,7 +2,7 @@
 # Contributor: neodarz 
 
 pkgname=libsavitar
-pkgver=4.4.0
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="C++ implementation of 3mf loading with SIP python bindings"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('python' 'pugixml')
 makedepends=('cmake' 'python-sip' 'sip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 use_system_pugixml.patch)
-sha512sums=('a8039fed9c0b00f3698f37e0b0653a43b8f5b0461fd734687461114f2df63a9781520f45d7b25f598b2f1dfa5c24585cb297a7408029cea4273df614c33a2e98'
-
'be333be1737e8b2483dcfbd5fc992165bdf47ccce22fb2cc88f8ecb24ce6b17451a15f58e3a11c3671305afec88983878c8b0e914662c813e3a7bbeff587b956')
+sha512sums=('1aa8915fe7e4870d74de55cdf4988eb416fa473a41a3ccbd3b3b88c6b1fc299afb257f7b1613eafd11a0c95cf9f3d3e0b2356b5b573a7b14c13f0017fbcb5200'
+
'b312dcf43bf334001da98da93388da99731eacf417fe3a9dff51831bdd1f0ab5487377925bebce05e227533be2680b1a45f3203b0a7b9de9a77280a206ec7b26')
 
 prepare() {
   cd "libSavitar-${pkgver}"

Modified: use_system_pugixml.patch
===
--- use_system_pugixml.patch2020-07-26 18:53:03 UTC (rev 665366)
+++ use_system_pugixml.patch2020-07-26 18:53:10 UTC (rev 665367)
@@ -1,67 +1,22 @@
-diff -aur libSavitar-4.1.0.old/CMakeLists.txt libSavitar-4.1.0/CMakeLists.txt
 libSavitar-4.1.0.old/CMakeLists.txt2019-06-14 21:54:00.101539146 
+0200
-+++ libSavitar-4.1.0/CMakeLists.txt2019-06-14 21:54:34.518676200 +0200
-@@ -14,7 +14,7 @@
+From b76fcd6da723cc725f2703d6c1b82b954a1bd03a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Gabriel=20F=C3=A9ron?= 
+Date: Tue, 18 Jun 2019 22:45:17 +0200
+Subject: [PATCH] Don't build pugixml
+
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index eecd5e9..7ec2b2b 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -15,8 +15,6 @@ if(BUILD_TESTS)
  find_package(Threads QUIET)
  endif()
  
 -add_subdirectory(pugixml)
-+find_package(pugixml REQUIRED)
- 
+-
  if(BUILD_PYTHON)
  list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-diff -aur libSavitar-4.1.0.old/src/MeshData.cpp 
libSavitar-4.1.0/src/MeshData.cpp
 libSavitar-4.1.0.old/src/MeshData.cpp  2019-06-14 21:54:00.101539146 
+0200
-+++ libSavitar-4.1.0/src/MeshData.cpp  2019-06-14 21:56:16.930076069 +0200
-@@ -17,7 +17,7 @@
-  */
  
- #include "MeshData.h"
--#include "../pugixml/src/pugixml.hpp"
-+#include 
- #include 
- #include 
- #include  //For std::runtime_error.
-diff -aur libSavitar-4.1.0.old/src/Scene.cpp libSavitar-4.1.0/src/Scene.cpp
 libSavitar-4.1.0.old/src/Scene.cpp 2019-06-14 21:54:00.101539146 +0200
-+++ libSavitar-4.1.0/src/Scene.cpp 2019-06-14 21:56:09.553308560 +0200
-@@ -17,7 +17,7 @@
-  */
- 
- #include "Scene.h"
--#include "../pugixml/src/pugixml.hpp"
-+#include 
- #include 
- #include 
- using namespace Savitar;
-diff -aur libSavitar-4.1.0.old/src/SceneNode.cpp 
libSavitar-4.1.0/src/SceneNode.cpp
 libSavitar-4.1.0.old/src/SceneNode.cpp 2019-06-14 21:54:00.101539146 
+0200
-+++ libSavitar-4.1.0/src/SceneNode.cpp 2019-06-14 21:56:12.723351894 +0200
-@@ -17,7 +17,7 @@
-  */
- 
- #include "SceneNode.h"
--#include "../pugixml/src/pugixml.hpp"
-+#include 
- #include 
- using namespace Savitar;
- 
-diff -aur libSavitar-4.1.0.old/src/ThreeMFParser.h 
libSavitar-4.1.0/src/ThreeMFParser.h
 libSavitar-4.1.0.old/src/ThreeMFParser.h   2019-06-14 21:54:00.101539146 
+0200
-+++ libSavitar-4.1.0/src/ThreeMFParser.h   2019-06-14 21:55:32.532802504 
+0200
-@@ -21,7 +21,7 @@
- 
- #include "SavitarExport.h"
- #include "SceneNode.h"
--#include "../pugixml/src/pugixml.hpp"
-+#include 
- 
- #include 
- namespace Savitar
-@@ -44,4 +44,4 @@
- std::string sceneToString(Scene scene);
- };
- }
--#endif
-\ No newline at end of file
-+#endif
+-- 
+2.21.0
+


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:03
  Author: jelle
Revision: 665366

archrelease: copy trunk to community-x86_64

Added:
  arcus/repos/community-x86_64/PKGBUILD
(from rev 665365, arcus/trunk/PKGBUILD)
Deleted:
  arcus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 18:52:58 UTC (rev 665365)
+++ PKGBUILD2020-07-26 18:53:03 UTC (rev 665366)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-# upstreamed renamed to libarcus
-pkgname=arcus
-pkgver=4.5.0
-pkgrel=2
-pkgdesc="Communication library between internal components for Ultimaker 
software"
-url="https://github.com/Ultimaker/libArcus;
-arch=('x86_64')
-license=('LGPL')
-makedepends=('cmake' 'sip')
-depends=('python' 'protobuf' 'python-sip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
-sha512sums=('cde73dac5581425f032fba98511658fd130f69066b7ce712eaf1eff3c38528cc3dbc4196df2e3301b99e3a396c17fd6b4ee591bdffc622964001ab77926b1cdd')
-
-build() {
-  cd libArcus-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=OFF  \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
-
-  make
-}
-
-package() {
-  cd libArcus-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-x86_64/PKGBUILD (from rev 665365, 
arcus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 18:53:03 UTC (rev 665366)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+# upstreamed renamed to libarcus
+pkgname=arcus
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64')
+license=('LGPL')
+makedepends=('cmake' 'sip')
+depends=('python' 'protobuf' 'python-sip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
+sha512sums=('238d9ba79ca9be7d4d090e5cc753ccdb9f704614a9e76a62df84adb444a4a24aae9c90ebc108f4a84285bd8edd40b1213160e63007d36c4bb61d66617d7020af')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in cura-resources-materials/trunk (PKGBUILD)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:48:22
  Author: jelle
Revision: 665361

upgpkg: cura-resources-materials 4.6.2-1

Modified:
  cura-resources-materials/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:11:54 UTC (rev 665360)
+++ PKGBUILD2020-07-26 18:48:22 UTC (rev 665361)
@@ -2,7 +2,7 @@
 # Contributor: Uffe Jakobsen 
  
 pkgname=cura-resources-materials
-pkgver=4.5.0
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="Missing materials resources for Cura"
 url="https://ultimaker.com/en/products/cura-software;
@@ -9,7 +9,7 @@
 license=("AGPL")
 arch=("any")
 
source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
-sha1sums=('68856d37a8be93c3a1c3dc1d8fd04a9204c6803c')
+sha1sums=('ef25e49854398f15c5969684e010f0b5e3a40516')
 
 package()
 {


[arch-commits] Commit in cura-resources-materials/repos/community-any (2 files)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:48:31
  Author: jelle
Revision: 665362

archrelease: copy trunk to community-any

Added:
  cura-resources-materials/repos/community-any/PKGBUILD
(from rev 665361, cura-resources-materials/trunk/PKGBUILD)
Deleted:
  cura-resources-materials/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 18:48:22 UTC (rev 665361)
+++ PKGBUILD2020-07-26 18:48:31 UTC (rev 665362)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Uffe Jakobsen 
- 
-pkgname=cura-resources-materials
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="Missing materials resources for Cura"
-url="https://ultimaker.com/en/products/cura-software;
-license=("AGPL")
-arch=("any")
-source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
-sha1sums=('68856d37a8be93c3a1c3dc1d8fd04a9204c6803c')
-
-package()
-{
-  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
-  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
-}

Copied: cura-resources-materials/repos/community-any/PKGBUILD (from rev 665361, 
cura-resources-materials/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 18:48:31 UTC (rev 665362)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Uffe Jakobsen 
+ 
+pkgname=cura-resources-materials
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="Missing materials resources for Cura"
+url="https://ultimaker.com/en/products/cura-software;
+license=("AGPL")
+arch=("any")
+source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
+sha1sums=('ef25e49854398f15c5969684e010f0b5e3a40516')
+
+package()
+{
+  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
+  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
+}


[arch-commits] Commit in cura-binary-data/trunk (PKGBUILD)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:48:57
  Author: jelle
Revision: 665363

upgpkg: cura-binary-data 4.6.2-1

Modified:
  cura-binary-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:48:31 UTC (rev 665362)
+++ PKGBUILD2020-07-26 18:48:57 UTC (rev 665363)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=cura-binary-data
-pkgver=4.5.0
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="Binary data (firmwares and such) for cura"
 url="https://github.com/Ultimaker/${pkgname};
@@ -9,7 +9,7 @@
 license=('AGPL')
 arch=('any')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('d3b5d4f98ab3ccc3bd2d4e4510d4bf74f9eca806')
+sha1sums=('e4ba02aed6ea0cc86602ac80292ec1ac9c5ab9ac')
 
 package(){
   install -d "${pkgdir}/usr/share/"


[arch-commits] Commit in cura-binary-data/repos/community-any (PKGBUILD PKGBUILD)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:49:03
  Author: jelle
Revision: 665364

archrelease: copy trunk to community-any

Added:
  cura-binary-data/repos/community-any/PKGBUILD
(from rev 665363, cura-binary-data/trunk/PKGBUILD)
Deleted:
  cura-binary-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 18:48:57 UTC (rev 665363)
+++ PKGBUILD2020-07-26 18:49:03 UTC (rev 665364)
@@ -1,20 +0,0 @@
-# Maintainer: Jelle  van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=cura-binary-data
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="Binary data (firmwares and such) for cura"
-url="https://github.com/Ultimaker/${pkgname};
-license=('AGPL')
-arch=('any')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('d3b5d4f98ab3ccc3bd2d4e4510d4bf74f9eca806')
-
-package(){
-  install -d "${pkgdir}/usr/share/"
-  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
-  
-  # see https://github.com/Ultimaker/cura-binary-data/issues/6
-  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
-}

Copied: cura-binary-data/repos/community-any/PKGBUILD (from rev 665363, 
cura-binary-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 18:49:03 UTC (rev 665364)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle  van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura-binary-data
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="Binary data (firmwares and such) for cura"
+url="https://github.com/Ultimaker/${pkgname};
+license=('AGPL')
+arch=('any')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('e4ba02aed6ea0cc86602ac80292ec1ac9c5ab9ac')
+
+package(){
+  install -d "${pkgdir}/usr/share/"
+  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
+  
+  # see https://github.com/Ultimaker/cura-binary-data/issues/6
+  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
+}


[arch-commits] Commit in (4 files)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 14:16:33
  Author: jelle
Revision: 665351

new cura dependency

Added:
  python-trimesh/
  python-trimesh/repos/
  python-trimesh/trunk/
  python-trimesh/trunk/PKGBUILD

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

Added: python-trimesh/trunk/PKGBUILD
===
--- python-trimesh/trunk/PKGBUILD   (rev 0)
+++ python-trimesh/trunk/PKGBUILD   2020-07-26 14:16:33 UTC (rev 665351)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+pkgver=3.7.13
+pkgrel=1
+pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
+arch=('any')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-lxml' 'python-pillow' 
'python-rtee' 'python-jsonschema'
+ 'python-shapely' 'python-pyglet 'python-xxhash')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+
+build() {
+  python setup.py build
+}
+
+package() {
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package() {
+}


[arch-commits] Commit in prometheus-memcached-exporter/repos/extra-x86_64 (5 files)

2020-07-25 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 25, 2020 @ 16:09:07
  Author: jelle
Revision: 392532

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
(from rev 392531, prometheus-memcached-exporter/trunk/PKGBUILD)
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.conf
(from rev 392531, 
prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.conf)
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service
(from rev 392531, 
prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.service)
Deleted:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service

---+
 PKGBUILD  |  102 
 prometheus-memcached-exporter.conf|2 
 prometheus-memcached-exporter.service |   53 
 3 files changed, 82 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 16:08:57 UTC (rev 392531)
+++ PKGBUILD2020-07-25 16:09:07 UTC (rev 392532)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-memcached-exporter
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
-arch=('x86_64')
-url="https://github.com/prometheus/memcached_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go memcached)
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
-sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
-
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
-
-check() {
-  cd memcached_exporter-$pkgver
-  memcached_pids=()
-  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
-
-  local ret=0
-  go test ./... || ret=1
-
-  kill ${memcached_pids[@]}
-
-  return $ret
-}
-
-build() {
-  cd memcached_exporter-$pkgver
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
-  cd memcached_exporter-$pkgver
-  install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
-}

Copied: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD (from rev 
392531, prometheus-memcached-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-25 16:09:07 UTC (rev 392532)
@@ -0,0 +1,53 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-memcached-exporter
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
+arch=('x86_64')
+url="https://github.com/prometheus/memcached_exporter;
+license=('Apache')
+depends=(glibc memcached)
+makedepends=(go)
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
+prometheus-memcached-exporter.conf)
+sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
+
'7af6ef9df784e97ecc08e77ee473b4b7860eb8a82c5af2a8cf1eec1850e71750e6d71bed1fa24744dc57c6b1dd6da31da1ec233056f29f9e58e64d5541af7280'
+
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
+
+check() {
+  cd memcached_exporter-$pkgver
+  memcached_pids=()
+  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
+
+  local ret=0
+  go test ./... || ret=1
+
+  kill ${memcached_pids[@]}
+
+  return $ret
+}
+
+build() {
+  cd memcached_exporter-$pkgver
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X 

[arch-commits] Commit in prometheus-memcached-exporter/trunk (3 files)

2020-07-25 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 25, 2020 @ 16:08:57
  Author: jelle
Revision: 392531

Allow configuring cli arguments

Added:
  prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.conf
Modified:
  prometheus-memcached-exporter/trunk/PKGBUILD
  prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.service

---+
 PKGBUILD  |   14 +-
 prometheus-memcached-exporter.conf|2 ++
 prometheus-memcached-exporter.service |3 ++-
 3 files changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 11:27:28 UTC (rev 392530)
+++ PKGBUILD2020-07-25 16:08:57 UTC (rev 392531)
@@ -2,16 +2,18 @@
 
 pkgname=prometheus-memcached-exporter
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
 arch=('x86_64')
 url="https://github.com/prometheus/memcached_exporter;
 license=('Apache')
-depends=(glibc)
-makedepends=(go memcached)
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
+depends=(glibc memcached)
+makedepends=(go)
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
+prometheus-memcached-exporter.conf)
 
sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
-
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
+
'7af6ef9df784e97ecc08e77ee473b4b7860eb8a82c5af2a8cf1eec1850e71750e6d71bed1fa24744dc57c6b1dd6da31da1ec233056f29f9e58e64d5541af7280'
+
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
 
 check() {
   cd memcached_exporter-$pkgver
@@ -44,6 +46,8 @@
 
 package() {
   install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
+  install -Dm644 prometheus-memcached-exporter.conf 
"${pkgdir}"/etc/conf.d/prometheus-memcached-exporter
+
   cd memcached_exporter-$pkgver
   install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
 }

Added: prometheus-memcached-exporter.conf
===
--- prometheus-memcached-exporter.conf  (rev 0)
+++ prometheus-memcached-exporter.conf  2020-07-25 16:08:57 UTC (rev 392531)
@@ -0,0 +1,2 @@
+MEMCACHED_EXPORTER_ARGS=""
+

Modified: prometheus-memcached-exporter.service
===
--- prometheus-memcached-exporter.service   2020-07-25 11:27:28 UTC (rev 
392530)
+++ prometheus-memcached-exporter.service   2020-07-25 16:08:57 UTC (rev 
392531)
@@ -3,7 +3,8 @@
 After=network.target memcached.service
 
 [Service]
-ExecStart=/usr/bin/prometheus-memcached-exporter
+EnvironmentFile=-/etc/conf.d/prometheus-memcached-exporter
+ExecStart=/usr/bin/prometheus-memcached-exporter $MEMCACHED_EXPORTER_ARGS
 ExecReload=/bin/kill -HUP $MAINPID
 DynamicUser=true
 


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

2020-07-25 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 25, 2020 @ 10:25:54
  Author: jelle
Revision: 392526

upgpkg: python-asgiref 3.2.10-1

Modified:
  python-asgiref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 07:10:26 UTC (rev 392525)
+++ PKGBUILD2020-07-25 10:25:54 UTC (rev 392526)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-asgiref
-pkgver=3.2.7
+pkgver=3.2.10
 pkgrel=1
 pkgdesc="Reference ASGI adapters and channel layers"
 arch=(any)
@@ -11,7 +11,7 @@
 checkdepends=(python-pytest python-pytest-asyncio)
 depends=('python')
 source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5')
+sha256sums=('7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a')
 
 build() {
 cd "asgiref-${pkgver}"


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

2020-07-25 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 25, 2020 @ 10:25:59
  Author: jelle
Revision: 392527

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 10:25:54 UTC (rev 392526)
+++ PKGBUILD2020-07-25 10:25:59 UTC (rev 392527)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-asgiref
-pkgver=3.2.7
-pkgrel=1
-pkgdesc="Reference ASGI adapters and channel layers"
-arch=(any)
-url="http://github.com/django/asgiref;
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=(python-pytest python-pytest-asyncio)
-depends=('python')
-source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('8036f90603c54e93521e5777b2b9a39ba1bad05773fcf2d208f0299d1df58ce5')
-
-build() {
-cd "asgiref-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "asgiref-${pkgver}"
-PYTHONPATH=. pytest .
-}
-
-package() {
-cd "asgiref-${pkgver}"
-python setup.py install --root=${pkgdir} --optimize=1
-
-install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-asgiref/repos/extra-any/PKGBUILD (from rev 392526, 
python-asgiref/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-25 10:25:59 UTC (rev 392527)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-asgiref
+pkgver=3.2.10
+pkgrel=1
+pkgdesc="Reference ASGI adapters and channel layers"
+arch=(any)
+url="http://github.com/django/asgiref;
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=(python-pytest python-pytest-asyncio)
+depends=('python')
+source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
+sha256sums=('7e51911ee147dd685c3c8b805c0ad0cb58d360987b56953878f8c06d2d1c6f1a')
+
+build() {
+cd "asgiref-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "asgiref-${pkgver}"
+PYTHONPATH=. pytest .
+}
+
+package() {
+cd "asgiref-${pkgver}"
+python setup.py install --root=${pkgdir} --optimize=1
+
+install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-25 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 25, 2020 @ 10:16:05
  Author: jelle
Revision: 665258

upgpkg: grafana 7.1.1-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 08:30:21 UTC (rev 665257)
+++ PKGBUILD2020-07-25 10:16:05 UTC (rev 665258)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.1.0
+pkgver=7.1.1
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


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

2020-07-25 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 25, 2020 @ 10:16:14
  Author: jelle
Revision: 665259

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 665258, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 665258, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 665258, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 665258, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 665258, 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 |  184 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++---
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 140 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 10:16:05 UTC (rev 665258)
+++ PKGBUILD2020-07-25 10:16:14 UTC (rev 665259)
@@ -1,92 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.1.0
-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
-
-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 -mod=readonly -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 "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 

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

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 13:10:03
  Author: jelle
Revision: 665147

archrelease: copy trunk to community-x86_64

Added:
  mbedtls/repos/community-x86_64/PKGBUILD
(from rev 665146, mbedtls/trunk/PKGBUILD)
Deleted:
  mbedtls/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 13:09:49 UTC (rev 665146)
+++ PKGBUILD2020-07-24 13:10:03 UTC (rev 665147)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.16.5
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-depends=('glibc' 'sh')
-checkdepends=('python')
-provides=('polarssl' 'libmbedcrypto.so' 'libmbedtls.so' 'libmbedx509.so')
-replaces=('polarssl')
-conflicts=('polarssl')
-options=('staticlibs')
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('c36962183e05467aa1dadafcaacf90216a737866')
-b2sums=('11bf2502391286b6b678f2d57fae9ca4d592d3ec12e7e5770993085517ca158fec1c9114601eb07ef42b671148af3f126132d8b890e97db4ee2111e0a724a32b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # enable flags for non-embedded systems
-  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
-  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
-
-  # FS#49914 (2.3.0-2)
-  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make SHARED=1 PYTHON=python check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" install
-}

Copied: mbedtls/repos/community-x86_64/PKGBUILD (from rev 665146, 
mbedtls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 13:10:03 UTC (rev 665147)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.16.6
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('x86_64')
+url="https://tls.mbed.org;
+license=('Apache')
+depends=('glibc' 'sh')
+checkdepends=('python')
+provides=('polarssl' 'libmbedcrypto.so' 'libmbedtls.so' 'libmbedx509.so')
+replaces=('polarssl')
+conflicts=('polarssl')
+options=('staticlibs')
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
+sha1sums=('3cb5b681597a5bd798d31038c129c0dc911d8a2c')
+b2sums=('a72be1d7515ac28c54158aa00c6b3f39e3d35e7a92422e545715934945faa8e0cbc6bde3b5208cc4293066e14e7e14a6dbf629b8585860b0b5e3466328e473ed')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 PYTHON=python check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}


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

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 13:09:49
  Author: jelle
Revision: 665146

upgpkg: mbedtls 2.16.6-1

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 12:18:58 UTC (rev 665145)
+++ PKGBUILD2020-07-24 13:09:49 UTC (rev 665146)
@@ -3,7 +3,7 @@
 # Contributor: carstene1ns 
 
 pkgname=mbedtls
-pkgver=2.16.5
+pkgver=2.16.6
 pkgrel=1
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 conflicts=('polarssl')
 options=('staticlibs')
 source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('c36962183e05467aa1dadafcaacf90216a737866')
-b2sums=('11bf2502391286b6b678f2d57fae9ca4d592d3ec12e7e5770993085517ca158fec1c9114601eb07ef42b671148af3f126132d8b890e97db4ee2111e0a724a32b')
+sha1sums=('3cb5b681597a5bd798d31038c129c0dc911d8a2c')
+b2sums=('a72be1d7515ac28c54158aa00c6b3f39e3d35e7a92422e545715934945faa8e0cbc6bde3b5208cc4293066e14e7e14a6dbf629b8585860b0b5e3466328e473ed')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in prometheus-memcached-exporter/trunk (PKGBUILD)

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:23:48
  Author: jelle
Revision: 392488

upgpkg: prometheus-memcached-exporter 0.7.0-1

Modified:
  prometheus-memcached-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
+++ PKGBUILD2020-07-24 11:23:48 UTC (rev 392488)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=prometheus-memcached-exporter
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
 arch=('x86_64')
 url="https://github.com/prometheus/memcached_exporter;
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(go memcached)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
-sha512sums=('02238da4e901c3e3b57144501d64fa19502bdcf1aa65e775188ef18f9e524c4e2a44d87e8dcc926261b589715a8347628b87c2e418bcbcc63b5a18058ef771be'
+sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
 
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
 
 check() {


[arch-commits] Commit in prometheus-memcached-exporter/repos/extra-x86_64 (4 files)

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:23:55
  Author: jelle
Revision: 392489

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
(from rev 392488, prometheus-memcached-exporter/trunk/PKGBUILD)
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service
(from rev 392488, 
prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.service)
Deleted:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service

---+
 PKGBUILD  |   96 
 prometheus-memcached-exporter.service |   52 -
 2 files changed, 75 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 11:23:48 UTC (rev 392488)
+++ PKGBUILD2020-07-24 11:23:55 UTC (rev 392489)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-memcached-exporter
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
-arch=('x86_64')
-url="https://github.com/prometheus/memcached_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie memcached)
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
-sha512sums=('02238da4e901c3e3b57144501d64fa19502bdcf1aa65e775188ef18f9e524c4e2a44d87e8dcc926261b589715a8347628b87c2e418bcbcc63b5a18058ef771be'
-
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
-
-check() {
-  cd memcached_exporter-$pkgver
-  memcached_pids=()
-  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
-
-  local ret=0
-  go test ./... || ret=1
-
-  kill ${memcached_pids[@]}
-
-  return $ret
-}
-
-build() {
-  cd memcached_exporter-$pkgver
-  go build \
--mod=vendor \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
-  cd memcached_exporter-$pkgver
-  install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
-}

Copied: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD (from rev 
392488, prometheus-memcached-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 11:23:55 UTC (rev 392489)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-memcached-exporter
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
+arch=('x86_64')
+url="https://github.com/prometheus/memcached_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go memcached)
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service)
+sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
+
'cf40ca9f2ea11e3d877314e54af963308fa256a981dd4bf03850367d44537b8d0f42f6934c61e6f38de35c88dcb9cec4433dc188cddb7f4d32964bf0cc837ede')
+
+check() {
+  cd memcached_exporter-$pkgver
+  memcached_pids=()
+  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
+
+  local ret=0
+  go test ./... || ret=1
+
+  kill ${memcached_pids[@]}
+
+  return $ret
+}
+
+build() {
+  cd memcached_exporter-$pkgver
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
+  cd memcached_exporter-$pkgver
+  install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
+}

Deleted: 

[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:05:01
  Author: jelle
Revision: 392487

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 392486, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 392486, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 392486, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   57 +-
 prometheus.sysusers |2 
 3 files changed, 106 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-24 11:04:53 UTC (rev 392486)
+++ PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.19.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('d4e84cae2fed6761bb8a80fcc69b6e0e9f274d19dffc0f38fb5845f11da1bbc3'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 392486, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-24 11:05:01 UTC (rev 392487)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.20.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('ca10ff2bb5db1c5a5c05032be155b5e91ee8e085ab001c41b2b8aec256d8a24a'
+'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+

[arch-commits] Commit in prometheus/trunk (PKGBUILD prometheus.service)

2020-07-24 Thread Jelle van der Waa via arch-commits
Date: Friday, July 24, 2020 @ 11:04:53
  Author: jelle
Revision: 392486

upgpkg: prometheus 2.20.0-1

Modified:
  prometheus/trunk/PKGBUILD
  prometheus/trunk/prometheus.service

+
 PKGBUILD   |6 +++---
 prometheus.service |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-24 10:05:59 UTC (rev 392485)
+++ PKGBUILD2020-07-24 11:04:53 UTC (rev 392486)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.19.2
+pkgver=2.20.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -18,8 +18,8 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('d4e84cae2fed6761bb8a80fcc69b6e0e9f274d19dffc0f38fb5845f11da1bbc3'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+sha256sums=('ca10ff2bb5db1c5a5c05032be155b5e91ee8e085ab001c41b2b8aec256d8a24a'
+'463647e91c8401d06c65b67df0288fa9bf14e3b0398014c7cfe725efa8db8812'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 
 build() {

Modified: prometheus.service
===
--- prometheus.service  2020-07-24 10:05:59 UTC (rev 392485)
+++ prometheus.service  2020-07-24 11:04:53 UTC (rev 392486)
@@ -10,6 +10,7 @@
 WorkingDirectory=/usr/share/prometheus
 ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml 
--storage.tsdb.path=/var/lib/prometheus/data
 ExecReload=/bin/kill -HUP $MAINPID
+LimitNOFILE=65535
 NoNewPrivileges=true
 ProtectHome=true
 ProtectSystem=full


[arch-commits] Commit in asp/trunk (PKGBUILD use-github-git.patch)

2020-07-22 Thread Jelle van der Waa via arch-commits
Date: Wednesday, July 22, 2020 @ 09:31:06
  Author: jelle
Revision: 392352

upgpkg: asp 5-3

Added:
  asp/trunk/use-github-git.patch
Modified:
  asp/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 use-github-git.patch |   33 +
 2 files changed, 41 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 06:48:17 UTC (rev 392351)
+++ PKGBUILD2020-07-22 09:31:06 UTC (rev 392352)
@@ -2,7 +2,7 @@
 
 pkgname=asp
 pkgver=5
-pkgrel=2
+pkgrel=3
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
 url="https://github.com/falconindy/asp;
@@ -9,10 +9,15 @@
 license=(MIT)
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
-source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver;)
+source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver; 
"use-github-git.patch")
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('SKIP')
+md5sums=('SKIP'
+ '106dfaab78c23fdf863ece9516cb0453')
 
+prepare() {
+  patch -Np0 -i ${srcdir}/use-github-git.patch
+}
+
 build() {
   make -C asp
 }

Added: use-github-git.patch
===
--- use-github-git.patch(rev 0)
+++ use-github-git.patch2020-07-22 09:31:06 UTC (rev 392352)
@@ -0,0 +1,33 @@
+diff -aur asp.old/asp.in asp/asp.in
+--- asp.old/asp.in 2020-07-22 00:44:08.805544581 +0200
 asp/asp.in 2020-07-22 00:45:13.875934993 +0200
+@@ -132,7 +132,7 @@
+   if [[ ! -f $ASPROOT/.asp ]]; then
+ git init -q "$ASPROOT" || return 1
+ for remote in "${ARCH_GIT_REPOS[@]}"; do
+-  git remote add "$remote" 
"https://git.archlinux.org/svntogit/$remote.git; || return 1
++  git remote add "$remote" 
"https:///github.com/archlinux/svntogit-$remote.git; || return 1
+ done
+ 
+ touch "$ASPROOT/.asp" || return 1
+@@ -300,7 +300,7 @@
+   esac
+ 
+   for remote in "${ARCH_GIT_REPOS[@]}"; do
+-git remote set-url "$remote" "$1://git.archlinux.org/svntogit/$remote.git"
++git remote set-url "$remote" 
"$1:///github.com/archlinux/svntogit-$remote.git"
+   done
+ }
+ 
+diff -aur asp.old/man/asp.1.txt asp/man/asp.1.txt
+--- asp.old/man/asp.1.txt  2020-07-22 00:44:08.805544581 +0200
 asp/man/asp.1.txt  2020-07-22 00:46:13.996296652 +0200
+@@ -16,7 +16,7 @@
+ ---
+ Manage the version-controlled sources for the build scripts used to create 
Arch
+ Linux packages. This program provides a thin wrapper over the svntogit
+-repositories hosted at https://git.archlinux.org. It aims to provide a
++repositories hosted at https://github.com/archlinux. It aims to provide a
+ replacement for abs which favors a sparse checkout.
+ 
+ Commands


[arch-commits] Commit in asp/repos/extra-any (PKGBUILD PKGBUILD use-github-git.patch)

2020-07-22 Thread Jelle van der Waa via arch-commits
Date: Wednesday, July 22, 2020 @ 09:31:12
  Author: jelle
Revision: 392353

archrelease: copy trunk to extra-any

Added:
  asp/repos/extra-any/PKGBUILD
(from rev 392352, asp/trunk/PKGBUILD)
  asp/repos/extra-any/use-github-git.patch
(from rev 392352, asp/trunk/use-github-git.patch)
Deleted:
  asp/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   55 ++---
 use-github-git.patch |   33 +
 2 files changed, 63 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 09:31:06 UTC (rev 392352)
+++ PKGBUILD2020-07-22 09:31:12 UTC (rev 392353)
@@ -1,25 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=asp
-pkgver=5
-pkgrel=2
-pkgdesc="Arch Linux build source file management tool"
-arch=(any)
-url="https://github.com/falconindy/asp;
-license=(MIT)
-depends=(awk bash jq git libarchive)
-makedepends=(asciidoc)
-source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('SKIP')
-
-build() {
-  make -C asp
-}
-
-package() {
-  make -C asp PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 asp/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE"
-}
-
-# vim: ft=sh syn=sh et

Copied: asp/repos/extra-any/PKGBUILD (from rev 392352, asp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 09:31:12 UTC (rev 392353)
@@ -0,0 +1,30 @@
+# Maintainer: Dave Reisner 
+
+pkgname=asp
+pkgver=5
+pkgrel=3
+pkgdesc="Arch Linux build source file management tool"
+arch=(any)
+url="https://github.com/falconindy/asp;
+license=(MIT)
+depends=(awk bash jq git libarchive)
+makedepends=(asciidoc)
+source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver; 
"use-github-git.patch")
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP'
+ '106dfaab78c23fdf863ece9516cb0453')
+
+prepare() {
+  patch -Np0 -i ${srcdir}/use-github-git.patch
+}
+
+build() {
+  make -C asp
+}
+
+package() {
+  make -C asp PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 asp/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE"
+}
+
+# vim: ft=sh syn=sh et

Copied: asp/repos/extra-any/use-github-git.patch (from rev 392352, 
asp/trunk/use-github-git.patch)
===
--- use-github-git.patch(rev 0)
+++ use-github-git.patch2020-07-22 09:31:12 UTC (rev 392353)
@@ -0,0 +1,33 @@
+diff -aur asp.old/asp.in asp/asp.in
+--- asp.old/asp.in 2020-07-22 00:44:08.805544581 +0200
 asp/asp.in 2020-07-22 00:45:13.875934993 +0200
+@@ -132,7 +132,7 @@
+   if [[ ! -f $ASPROOT/.asp ]]; then
+ git init -q "$ASPROOT" || return 1
+ for remote in "${ARCH_GIT_REPOS[@]}"; do
+-  git remote add "$remote" 
"https://git.archlinux.org/svntogit/$remote.git; || return 1
++  git remote add "$remote" 
"https:///github.com/archlinux/svntogit-$remote.git; || return 1
+ done
+ 
+ touch "$ASPROOT/.asp" || return 1
+@@ -300,7 +300,7 @@
+   esac
+ 
+   for remote in "${ARCH_GIT_REPOS[@]}"; do
+-git remote set-url "$remote" "$1://git.archlinux.org/svntogit/$remote.git"
++git remote set-url "$remote" 
"$1:///github.com/archlinux/svntogit-$remote.git"
+   done
+ }
+ 
+diff -aur asp.old/man/asp.1.txt asp/man/asp.1.txt
+--- asp.old/man/asp.1.txt  2020-07-22 00:44:08.805544581 +0200
 asp/man/asp.1.txt  2020-07-22 00:46:13.996296652 +0200
+@@ -16,7 +16,7 @@
+ ---
+ Manage the version-controlled sources for the build scripts used to create 
Arch
+ Linux packages. This program provides a thin wrapper over the svntogit
+-repositories hosted at https://git.archlinux.org. It aims to provide a
++repositories hosted at https://github.com/archlinux. It aims to provide a
+ replacement for abs which favors a sparse checkout.
+ 
+ Commands


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

2020-07-21 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 21, 2020 @ 20:31:18
  Author: jelle
Revision: 392339

archrelease: copy trunk to extra-x86_64

Added:
  help2man/repos/extra-x86_64/PKGBUILD
(from rev 392338, help2man/trunk/PKGBUILD)
Deleted:
  help2man/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 20:31:10 UTC (rev 392338)
+++ PKGBUILD2020-07-21 20:31:18 UTC (rev 392339)
@@ -1,31 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.15
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('x86_64')
-url="https://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad'
-'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 392338, 
help2man/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 20:31:18 UTC (rev 392339)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.47.16
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('x86_64')
+url="https://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('b427e60a9e3d2e805caf1ae84c337b09c7ca6f92b7ff14771f946c4a1bf7adf177df99b9c1c223ad76df99756005ababf5b548ff8e08d4746702ff7f8150b544'
+'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-21 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 21, 2020 @ 20:31:10
  Author: jelle
Revision: 392338

upgpkg: help2man 1.47.16-1

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:09:27 UTC (rev 392337)
+++ PKGBUILD2020-07-21 20:31:10 UTC (rev 392338)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=help2man
-pkgver=1.47.15
+pkgver=1.47.16
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('perl-locale-gettext')
 
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad'
+sha512sums=('b427e60a9e3d2e805caf1ae84c337b09c7ca6f92b7ff14771f946c4a1bf7adf177df99b9c1c223ad76df99756005ababf5b548ff8e08d4746702ff7f8150b544'
 'SKIP')
 validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

 


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

2020-07-19 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 19, 2020 @ 18:03:30
  Author: jelle
Revision: 392289

Rebuild to become reproducible

Modified:
  hddtemp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-19 15:33:17 UTC (rev 392288)
+++ PKGBUILD2020-07-19 18:03:30 UTC (rev 392289)
@@ -8,7 +8,7 @@
 _origver=0.3-beta15
 _patchver=${_origver}-53
 pkgver=${_patchver//-/.}
-pkgrel=2
+pkgrel=3
 pkgdesc='Gives you the temperature of your hard drive by reading S.M.A.R.T. 
information'
 url='https://savannah.nongnu.org/projects/hddtemp/'
 license=('GPL')


[arch-commits] Commit in hddtemp/repos/extra-x86_64 (4 files)

2020-07-19 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 19, 2020 @ 18:03:40
  Author: jelle
Revision: 392290

archrelease: copy trunk to extra-x86_64

Added:
  hddtemp/repos/extra-x86_64/PKGBUILD
(from rev 392289, hddtemp/trunk/PKGBUILD)
  hddtemp/repos/extra-x86_64/service
(from rev 392289, hddtemp/trunk/service)
Deleted:
  hddtemp/repos/extra-x86_64/PKGBUILD
  hddtemp/repos/extra-x86_64/service

--+
 PKGBUILD |  100 ++---
 service  |   16 -
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-19 18:03:30 UTC (rev 392289)
+++ PKGBUILD2020-07-19 18:03:40 UTC (rev 392290)
@@ -1,50 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Damir Perisa 
-
-pkgname=hddtemp
-_origver=0.3-beta15
-_patchver=${_origver}-53
-pkgver=${_patchver//-/.}
-pkgrel=2
-pkgdesc='Gives you the temperature of your hard drive by reading S.M.A.R.T. 
information'
-url='https://savannah.nongnu.org/projects/hddtemp/'
-license=('GPL')
-arch=('x86_64')
-source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${_origver}.tar.bz2;
-
"https://deb.debian.org/debian/pool/main/h/${pkgname}/${pkgname}_${_patchver}.diff.gz;
-'service')
-sha256sums=('618541584054093d53be8a2d9e81c97174f30f00af91cb8700a97e442d79ef5b'
-'6f1ddaa9fbc90ea5c00b949e0981b78c5014e109de88804ae2512209091eae56'
-'7f6fda4379630a21a8014d8f471eef6451fa15d73df32ec90a85d6a3f9d0c7d4')
-
-backup=('etc/hddtemp.db')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${_origver}"
-
-   patch -p1 -i "../${pkgname}_${_patchver}.diff"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${_origver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --mandir=/usr/share/man \
-   --with-db-path="/etc/hddtemp.db"
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${_origver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 "../${pkgname}-${_origver}/debian/hddtemp.db" 
"${pkgdir}/etc/hddtemp.db"
-   install -Dm644 '../service' 
"${pkgdir}/usr/lib/systemd/system/hddtemp.service"
-}

Copied: hddtemp/repos/extra-x86_64/PKGBUILD (from rev 392289, 
hddtemp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-19 18:03:40 UTC (rev 392290)
@@ -0,0 +1,50 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Damir Perisa 
+
+pkgname=hddtemp
+_origver=0.3-beta15
+_patchver=${_origver}-53
+pkgver=${_patchver//-/.}
+pkgrel=3
+pkgdesc='Gives you the temperature of your hard drive by reading S.M.A.R.T. 
information'
+url='https://savannah.nongnu.org/projects/hddtemp/'
+license=('GPL')
+arch=('x86_64')
+source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${_origver}.tar.bz2;
+
"https://deb.debian.org/debian/pool/main/h/${pkgname}/${pkgname}_${_patchver}.diff.gz;
+'service')
+sha256sums=('618541584054093d53be8a2d9e81c97174f30f00af91cb8700a97e442d79ef5b'
+'6f1ddaa9fbc90ea5c00b949e0981b78c5014e109de88804ae2512209091eae56'
+'7f6fda4379630a21a8014d8f471eef6451fa15d73df32ec90a85d6a3f9d0c7d4')
+
+backup=('etc/hddtemp.db')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${_origver}"
+
+   patch -p1 -i "../${pkgname}_${_patchver}.diff"
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${_origver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man \
+   --with-db-path="/etc/hddtemp.db"
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_origver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 "../${pkgname}-${_origver}/debian/hddtemp.db" 
"${pkgdir}/etc/hddtemp.db"
+   install -Dm644 '../service' 
"${pkgdir}/usr/lib/systemd/system/hddtemp.service"
+}

Deleted: service
===
--- service 2020-07-19 18:03:30 UTC (rev 392289)
+++ service 2020-07-19 18:03:40 UTC (rev 392290)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Hard drive temperature monitor daemon
-
-[Service]
-ExecStart=/usr/bin/hddtemp -dF /dev/sda
-
-[Install]
-WantedBy=multi-user.target

Copied: hddtemp/repos/extra-x86_64/service (from rev 392289, 
hddtemp/trunk/service)
===
--- service (rev 0)
+++ service 2020-07-19 18:03:40 UTC (rev 392290)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Hard drive temperature monitor daemon
+
+[Service]
+ExecStart=/usr/bin/hddtemp -dF /dev/sda
+
+[Install]

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

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 20:30:50
  Author: jelle
Revision: 664183

archrelease: copy trunk to community-x86_64

Added:
  newsboat/repos/community-x86_64/PKGBUILD
(from rev 664182, newsboat/trunk/PKGBUILD)
  newsboat/repos/community-x86_64/newsboat.changelog
(from rev 664182, newsboat/trunk/newsboat.changelog)
Deleted:
  newsboat/repos/community-x86_64/PKGBUILD
  newsboat/repos/community-x86_64/newsboat.changelog

+
 PKGBUILD   |   67 +-
 newsboat.changelog |  180 +--
 2 files changed, 124 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:30:43 UTC (rev 664182)
+++ PKGBUILD2020-07-16 20:30:50 UTC (rev 664183)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sven Pfleiderer 
-
-pkgname=newsboat
-pkgver=2.20.1
-pkgrel=1
-pkgdesc="An RSS/Atom feed reader for text terminals"
-arch=('x86_64')
-url="https://newsboat.org/;
-license=('custom: MIT')
-depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
-replaces=('newsbeuter')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('82782079b75fe307f7a5a17dff9e712aa5975678fa550fb728d5a46867943566'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr
-  make doc
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: newsboat/repos/community-x86_64/PKGBUILD (from rev 664182, 
newsboat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 20:30:50 UTC (rev 664183)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=newsboat
+pkgver=2.20.1
+pkgrel=2
+pkgdesc="An RSS/Atom feed reader for text terminals"
+arch=('x86_64')
+url="https://newsboat.org/;
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
+replaces=('newsbeuter')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+optdepends=('perl: pinboard.pl script')
+source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

+sha256sums=('82782079b75fe307f7a5a17dff9e712aa5975678fa550fb728d5a46867943566'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr
+  make doc
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: newsboat.changelog
===
--- newsboat.changelog  2020-07-16 20:30:43 UTC (rev 664182)
+++ newsboat.changelog  2020-07-16 20:30:50 UTC (rev 664183)
@@ -1,90 +0,0 @@
-2020-06-24 Jaroslav Lichtblau 
-   * newsboat 2.20.1-1
-
-2020-06-21 Jaroslav Lichtblau 
-   * newsboat 2.20-1
-
-2020-03-23 Jaroslav Lichtblau 
-   * newsboat 2.19-1
-
-2019-12-23 Jaroslav Lichtblau 
-   * newsboat 2.18-1
-
-2019-08-06 Jaroslav Lichtblau 
-   * newsboat 2.16.1-1
-
-2019-03-30 Jaroslav Lichtblau 
-   * newsboat 2.15-1
-
-2019-02-10 Jaroslav Lichtblau 
-   * newsboat 2.14.1-1
-
-2019-01-01 Jaroslav Lichtblau 
-   * newsboat 2.14-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * newsboat 2.13-1
-
-2018-04-10 Jaroslav Lichtblau 
-   * newsboat 2.11.1-1
-
-2018-03-26 Jaroslav Lichtblau 
-   * newsboat 2.11-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * newsboat 2.10.2-1
-
-2017-12-02 Jaroslav Lichtblau 
-   * newsboat 2.10.1-2 FS#56519 fixed
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10-1 moving over to the new maintained fork of newsbeuter
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-4 ncurses6 re-rebuild
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-3 segmentation fault on podcasts downloads #167 fix
-
-2015-02-19 Jaroslav Lichtblau 
-   * newsbeuter 2.9-1
-
-2014-01-27 Jaroslav Lichtblau 
-   * newsbeuter 2.8-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * newsbeuter 2.7-1
-
-2013-03-28 Jaroslav Lichtblau 
-   * newsbeuter 2.6-1
-
-2013-03-07 Andrea Scarpino 
-   * ruby 2.0 rebuild
-
-2012-02-23 Jaroslav Lichtblau 
-   * newsbeuter 2.5-1
-
-2011-01-06 Jaroslav Lichtblau 
-   * newsbeuter 2.4-1
-
-2010-06-26 Jaroslav Lichtblau 
-   * Update to major release v2.3
-   * 

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

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 20:30:43
  Author: jelle
Revision: 664182

Mention optional ruby dependency

Modified:
  newsboat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:25:22 UTC (rev 664181)
+++ PKGBUILD2020-07-16 20:30:43 UTC (rev 664182)
@@ -3,7 +3,7 @@
 
 pkgname=newsboat
 pkgver=2.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An RSS/Atom feed reader for text terminals"
 arch=('x86_64')
 url="https://newsboat.org/;
@@ -13,6 +13,7 @@
 replaces=('newsbeuter')
 changelog=$pkgname.changelog
 options=('!emptydirs')
+optdepends=('perl: pinboard.pl script')
 source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
 validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

 sha256sums=('82782079b75fe307f7a5a17dff9e712aa5975678fa550fb728d5a46867943566'


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

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 20:16:40
  Author: jelle
Revision: 664175

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 664174, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 664174, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 664174, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 664174, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 664174, 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 |  183 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++---
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 140 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:16:30 UTC (rev 664174)
+++ PKGBUILD2020-07-16 20:16:40 UTC (rev 664175)
@@ -1,91 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.0.6
-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
-
-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 -mod=readonly -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 "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli 

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

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 20:16:30
  Author: jelle
Revision: 664174

upgpkg: grafana 7.1.0-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:07:04 UTC (rev 664173)
+++ PKGBUILD2020-07-16 20:16:30 UTC (rev 664174)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.0.6
+pkgver=7.1.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'
@@ -29,7 +29,8 @@
   "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
   "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
   "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310") # 
https://github.com/mckn.gpg
+  "73B00FD007FF40A7B877F8E1C56C450B04996310" # 
https://github.com/mckn.gpg
+  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB" ) # 
https://github.com/dprokop.gpg
 
 prepare() {
   cd $pkgname


[arch-commits] Commit in (prometheus-postgresql-exporter)

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 19:59:21
  Author: jelle
Revision: 391976

Rename to prometheus-postgres-exporter

Deleted:
  prometheus-postgresql-exporter/


[arch-commits] Commit in prometheus-postgres-exporter/trunk (3 files)

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 19:58:50
  Author: jelle
Revision: 391975

Prometheus exporter for infrastructure

Added:
  prometheus-postgres-exporter/trunk/PKGBUILD
  prometheus-postgres-exporter/trunk/prometheus-postgres-exporter.conf
  prometheus-postgres-exporter/trunk/prometheus-postgres-exporter.service

--+
 PKGBUILD |   48 +
 prometheus-postgres-exporter.conf|2 +
 prometheus-postgres-exporter.service |   26 +
 3 files changed, 76 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 19:58:50 UTC (rev 391975)
@@ -0,0 +1,48 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nils Czernia 
+
+pkgname=prometheus-postgres-exporter
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="Prometheus exporter for PostrgreSQL"
+arch=('x86_64')
+url="https://github.com/wrouesnel/postgres_exporter;
+license=('Apache')
+makedepends=('git' 'go')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wrouesnel/postgres_exporter/archive/v${pkgver}.tar.gz
+"prometheus-postgres-exporter.service"
+"prometheus-postgres-exporter.conf")
+sha256sums=('27877c9b3aa751c7c1265f39986218f6a2c2b66a126cf348c6cc2f20f5201b02'
+'5361f16ddf02d0c43665884674e9a3049cf6da8ac3a19eb7dba154354853eda6'
+'d132e8140c147f3a26fdff648c4e4e59b80225a7ee10195b9e460e224316e556')
+
+prepare() {
+  cd "${srcdir}/postgres_exporter-${pkgver}"
+
+  export GOPATH="${srcdir}/gopath"
+  mkdir -p "${GOPATH}/src/github.com/wrouesnel"
+  ln -snf "${srcdir}/postgres_exporter-${pkgver}" 
"${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+}
+
+build() {
+  export GOPATH="${srcdir}/gopath"
+  cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+  go build \
+-trimpath \
+-buildmode=pie \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+  ./cmd/postgres_exporter
+}
+
+check() {
+  export GOPATH="${srcdir}/gopath"
+  cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+  go test ./...
+}
+
+package() {
+  install -Dm755 ${srcdir}/prometheus-postgres-exporter.service 
"${pkgdir}/usr/lib/systemd/system/prometheus-postgres-exporter.service"
+  install -Dm600 ${srcdir}/prometheus-postgres-exporter.conf 
"${pkgdir}/etc/conf.d/prometheus-postgres-exporter"
+
+  install -Dm755 "postgres_exporter-${pkgver}/postgres_exporter" 
"${pkgdir}/usr/bin/prometheus-postgres-exporter"
+}

Added: prometheus-postgres-exporter.conf
===
--- prometheus-postgres-exporter.conf   (rev 0)
+++ prometheus-postgres-exporter.conf   2020-07-16 19:58:50 UTC (rev 391975)
@@ -0,0 +1,2 @@
+DATA_SOURCE_NAME=""
+POSTGRESQL_EXPORTER_ARGS=""

Added: prometheus-postgres-exporter.service
===
--- prometheus-postgres-exporter.service(rev 0)
+++ prometheus-postgres-exporter.service2020-07-16 19:58:50 UTC (rev 
391975)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Prometheus exporter for PostgreSQL
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/conf.d/prometheus-postgres-exporter
+ExecStart=/usr/bin/prometheus-postgres-exporter $POSTGRESQL_EXPORTER_ARGS
+Restart=on-failure
+
+DynamicUser=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+LockPersonality=true
+ProtectHostname=true
+ProtectHome=true
+ProtectClock=true
+ProtectControlGroups=true
+ProtectKernelLogs=true
+PrivateDevices=true
+PrivateUsers=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in (3 files)

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 18:28:32
  Author: jelle
Revision: 391971

postgresql exporter

Added:
  prometheus-postgres-exporter/
  prometheus-postgres-exporter/repos/
  prometheus-postgres-exporter/trunk/


[arch-commits] Commit in prometheus-postgresql-exporter/trunk (2 files)

2020-07-15 Thread Jelle van der Waa via arch-commits
Date: Wednesday, July 15, 2020 @ 20:28:43
  Author: jelle
Revision: 391950

Updates to use go build directly

Modified:
  prometheus-postgresql-exporter/trunk/PKGBUILD
  prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service

+
 PKGBUILD   |   38 +--
 prometheus-postgresql-exporter.service |2 -
 2 files changed, 23 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 20:19:32 UTC (rev 391949)
+++ PKGBUILD2020-07-15 20:28:43 UTC (rev 391950)
@@ -9,34 +9,40 @@
 url="https://github.com/wrouesnel/postgres_exporter;
 license=('Apache')
 makedepends=('git' 'go')
-source=("https://github.com/wrouesnel/postgres_exporter/archive/v${pkgver}.tar.gz;
-"prometheus-postgresql-exporter.service")
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wrouesnel/postgres_exporter/archive/v${pkgver}.tar.gz
+"prometheus-postgresql-exporter.service"
+"prometheus-postgresql-exporter.conf")
 sha256sums=('27877c9b3aa751c7c1265f39986218f6a2c2b66a126cf348c6cc2f20f5201b02'
-'cda225c236df0e2a6d71c17a5390a92ed5cc7f71b8ca5843590c59fa02cdb135')
+'9e0ddb12da5f82014322c865fd21e8efb59c256eac5ea8b7a60becd968e517ef'
+'d132e8140c147f3a26fdff648c4e4e59b80225a7ee10195b9e460e224316e556')
 
 prepare() {
-cd "${srcdir}/postgres_exporter-${pkgver}"
+  cd "${srcdir}/postgres_exporter-${pkgver}"
 
-export GOPATH="${srcdir}/gopath"
-mkdir -p "${GOPATH}/src/github.com/wrouesnel"
-ln -snf "${srcdir}/postgres_exporter-${pkgver}" 
"${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+  export GOPATH="${srcdir}/gopath"
+  mkdir -p "${GOPATH}/src/github.com/wrouesnel"
+  ln -snf "${srcdir}/postgres_exporter-${pkgver}" 
"${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
 }
 
 build() {
-export GOPATH="${srcdir}/gopath"
-cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
-go run mage.go binary
+  export GOPATH="${srcdir}/gopath"
+  cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+  go build \
+-trimpath \
+-buildmode=pie \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+  ./cmd/postgres_exporter
 }
 
 check() {
-export GOPATH="${srcdir}/gopath"
-cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
-go run mage.go test
+  export GOPATH="${srcdir}/gopath"
+  cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+  go test ./...
 }
 
 package() {
-install -Dm755 prometheus-postgresql-exporter.service 
"${pkgdir}/usr/lib/systemd/system/prometheus-postgresql-exporter.service"
-install -Dm755 prometheus-postgresql-exporter.conf 
"${pkgdir}/etc/conf.d/prometheus-postgresql-exporter"
+  install -Dm755 ${srcdir}/prometheus-postgresql-exporter.service 
"${pkgdir}/usr/lib/systemd/system/prometheus-postgresql-exporter.service"
+  install -Dm600 ${srcdir}/prometheus-postgresql-exporter.conf 
"${pkgdir}/etc/conf.d/prometheus-postgresql-exporter"
 
-install -Dm755 "postgres_exporter-${pkgver}/postgres_exporter" 
"${pkgdir}/usr/bin/prometheus-postgresql-exporter"
+  install -Dm755 "postgres_exporter-${pkgver}/postgres_exporter" 
"${pkgdir}/usr/bin/prometheus-postgresql-exporter"
 }

Modified: prometheus-postgresql-exporter.service
===
--- prometheus-postgresql-exporter.service  2020-07-15 20:19:32 UTC (rev 
391949)
+++ prometheus-postgresql-exporter.service  2020-07-15 20:28:43 UTC (rev 
391950)
@@ -7,7 +7,7 @@
 ExecStart=/usr/bin/prometheus-postgresql-exporter $POSTGRESQL_EXPORTER_ARGS
 Restart=on-failure
 
-
+DyanmicUser=true
 PrivateDevices=true
 
 [Install]


[arch-commits] Commit in (6 files)

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 19:06:20
  Author: jelle
Revision: 391916

Addition of postgresql exporter for devops

Added:
  prometheus-postgresql-exporter/
  prometheus-postgresql-exporter/repos/
  prometheus-postgresql-exporter/trunk/
  prometheus-postgresql-exporter/trunk/PKGBUILD
  prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.conf
  prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service

+
 PKGBUILD   |   42 +++
 prometheus-postgresql-exporter.conf|2 +
 prometheus-postgresql-exporter.service |   14 ++
 3 files changed, 58 insertions(+)

Added: prometheus-postgresql-exporter/trunk/PKGBUILD
===
--- prometheus-postgresql-exporter/trunk/PKGBUILD   
(rev 0)
+++ prometheus-postgresql-exporter/trunk/PKGBUILD   2020-07-14 19:06:20 UTC 
(rev 391916)
@@ -0,0 +1,42 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nils Czernia 
+
+pkgname=prometheus-postgresql-exporter
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="Prometheus exporter for PostrgreSQL"
+arch=('x86_64')
+url="https://github.com/wrouesnel/postgres_exporter;
+license=('Apache')
+makedepends=('git' 'go')
+source=("https://github.com/wrouesnel/postgres_exporter/archive/v${pkgver}.tar.gz;
+"prometheus-postgresql-exporter.service")
+sha256sums=('27877c9b3aa751c7c1265f39986218f6a2c2b66a126cf348c6cc2f20f5201b02'
+'cda225c236df0e2a6d71c17a5390a92ed5cc7f71b8ca5843590c59fa02cdb135')
+
+prepare() {
+cd "${srcdir}/postgres_exporter-${pkgver}"
+
+export GOPATH="${srcdir}/gopath"
+mkdir -p "${GOPATH}/src/github.com/wrouesnel"
+ln -snf "${srcdir}/postgres_exporter-${pkgver}" 
"${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+}
+
+build() {
+export GOPATH="${srcdir}/gopath"
+cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+go run mage.go binary
+}
+
+check() {
+export GOPATH="${srcdir}/gopath"
+cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+go run mage.go test
+}
+
+package() {
+install -Dm755 prometheus-postgresql-exporter.service 
"${pkgdir}/usr/lib/systemd/system/prometheus-postgresql-exporter.service"
+install -Dm755 prometheus-postgresql-exporter.conf 
"${pkgdir}/etc/conf.d/prometheus-postgresql-exporter"
+
+install -Dm755 "postgres_exporter-${pkgver}/postgres_exporter" 
"${pkgdir}/usr/bin/prometheus-postgresql-exporter"
+}

Added: prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.conf
===
--- prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.conf
(rev 0)
+++ prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.conf
2020-07-14 19:06:20 UTC (rev 391916)
@@ -0,0 +1,2 @@
+DATA_SOURCE_NAME=""
+POSTGRESQL_EXPORTER_ARGS=""

Added: 
prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service
===
--- prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service 
(rev 0)
+++ prometheus-postgresql-exporter/trunk/prometheus-postgresql-exporter.service 
2020-07-14 19:06:20 UTC (rev 391916)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Prometheus exporter for PostgreSQL
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/conf.d/prometheus-postgresql-exporter
+ExecStart=/usr/bin/prometheus-postgresql-exporter $POSTGRESQL_EXPORTER_ARGS
+Restart=on-failure
+
+
+PrivateDevices=true
+
+[Install]
+WantedBy=multi-user.target


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

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 14:18:26
  Author: jelle
Revision: 391908

Rebuild to make reproducibl

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:21:12 UTC (rev 391907)
+++ PKGBUILD2020-07-14 14:18:26 UTC (rev 391908)
@@ -5,7 +5,7 @@
 pkgbase=django
 pkgname=('python-django')
 pkgver=3.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
 license=('BSD')


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

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 14:18:58
  Author: jelle
Revision: 391909

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 391908, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 14:18:26 UTC (rev 391908)
+++ PKGBUILD2020-07-14 14:18:58 UTC (rev 391909)
@@ -1,48 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django')
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-checkdepends=('python-pytest' 'python-tblib')
-makedepends=('python' 'python-setuptools')
-depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
-optdepends=('python-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('92d169fb37883355f1898fc13b54b6732ec14d71f77e4b91db30dd9bfb5df8b34c1c9566af6ddc37e00a9e3eadd38b6a51ff604a4da4285167f66b55215be301')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-}
-
-package_python-django() {
-  cd "$srcdir/Django-$pkgver"
-
-  # fix reproducibility of .pyc files
-  export PYTHONHASHSEED=0
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-check() {
-  cd "$srcdir/Django-$pkgver"
-  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 391908, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 14:18:58 UTC (rev 391909)
@@ -0,0 +1,48 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django')
+pkgver=3.0.8
+pkgrel=2
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+checkdepends=('python-pytest' 'python-tblib')
+makedepends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
+optdepends=('python-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha512sums=('92d169fb37883355f1898fc13b54b6732ec14d71f77e4b91db30dd9bfb5df8b34c1c9566af6ddc37e00a9e3eadd38b6a51ff604a4da4285167f66b55215be301')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+}
+
+package_python-django() {
+  cd "$srcdir/Django-$pkgver"
+
+  # fix reproducibility of .pyc files
+  export PYTHONHASHSEED=0
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd "$srcdir/Django-$pkgver"
+  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
+}


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

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 12:36:05
  Author: jelle
Revision: 663744

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 663743, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 12:35:50 UTC (rev 663743)
+++ PKGBUILD2020-07-14 12:36:05 UTC (rev 663744)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('361033d7e8575c5adeaf37acc445f3d0530e51d7')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 663743, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 12:36:05 UTC (rev 663744)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('361033d7e8575c5adeaf37acc445f3d0530e51d7')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
+}


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

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 12:35:07
  Author: jelle
Revision: 663741

Make httpie reproducible by not generating bytecode for tests

As tests are not run when reproducing no pyc files are generated.

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:33:06 UTC (rev 663740)
+++ PKGBUILD2020-07-14 12:35:07 UTC (rev 663741)
@@ -4,7 +4,7 @@
 
 pkgname=httpie
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie;
 depends=('python-requests' 'python-pygments' 'python-setuptools')
@@ -34,5 +34,5 @@
 
 check() {
   cd $pkgname-$pkgver
-  python3 setup.py test
+  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
 }


[arch-commits] Commit in prometheus-mysqld-exporter/trunk (2 files)

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 09:22:02
  Author: jelle
Revision: 391902

upgpkg: prometheus-mysqld-exporter 0.12.1-2

Modified:
  prometheus-mysqld-exporter/trunk/PKGBUILD
  prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service

+
 PKGBUILD   |2 +-
 prometheus-mysqld-exporter.service |2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 07:39:58 UTC (rev 391901)
+++ PKGBUILD2020-07-14 09:22:02 UTC (rev 391902)
@@ -15,7 +15,7 @@
 "prometheus-mysqld-exporter.service"
 "prometheus-mysqld-exporter.conf")
 
sha512sums=('a655a9ad4b5bc6e7840df68bee934d55485d3a04a7dc8186c8f9d224eb33b0e1d98de3db78a0c7d92f9b3d6ca06ead2d609cf2cfa99e584635f0339984e60629'
-
'845716ce251bc29d8059f113e7451030ac1fa592e9b8f4f6daa39d2326fe451f66cfa9f5fe8acc7ece6b875ed811ea4818df04d70269ecc76a560dfdfadd1fad'
+
'50619f4fa62c97c9c3533dc6a18024e2f2548e72b79e4cabae766d8b2135b4a5fdc9a6af87a279ecbae9101feac642851f2e239333a181b0db8d48af75eeac6c'
 
'c13a99a42e5a28e2be1287c337aa0f351dc8ffdbafb903e51a360d00aecf1d49d2b28b73e3741cdf681cb18c33546ae2088a8dab8bc4908b5c5ef008500b40fb')
 
 build() {

Modified: prometheus-mysqld-exporter.service
===
--- prometheus-mysqld-exporter.service  2020-07-14 07:39:58 UTC (rev 391901)
+++ prometheus-mysqld-exporter.service  2020-07-14 09:22:02 UTC (rev 391902)
@@ -13,9 +13,11 @@
 LockPersonality=true
 ProtectHostname=true
 ProtectHome=true
+ProtectClock=true
 ProtectControlGroups=true
 ProtectKernelLogs=true
 PrivateDevices=true
+PrivateUsers=true
 RestrictRealtime=true
 CapabilityBoundingSet=
 MemoryDenyWriteExecute=true


[arch-commits] Commit in prometheus-mysqld-exporter/repos (4 files)

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 09:22:10
  Author: jelle
Revision: 391903

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-mysqld-exporter/repos/extra-x86_64/
  prometheus-mysqld-exporter/repos/extra-x86_64/PKGBUILD
(from rev 391902, prometheus-mysqld-exporter/trunk/PKGBUILD)
  prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.conf
(from rev 391902, 
prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf)
  
prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.service
(from rev 391902, 
prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service)

+
 PKGBUILD   |   46 +++
 prometheus-mysqld-exporter.conf|2 +
 prometheus-mysqld-exporter.service |   26 +++
 3 files changed, 74 insertions(+)

Copied: prometheus-mysqld-exporter/repos/extra-x86_64/PKGBUILD (from rev 
391902, prometheus-mysqld-exporter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-07-14 09:22:10 UTC (rev 391903)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jakob Gahde 
+
+pkgname=prometheus-mysqld-exporter
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="Prometheus exporter for MySQL server metrics"
+arch=('x86_64')
+url="https://github.com/prometheus/mysqld_exporter;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+backup=('etc/conf.d/prometheus-mysqld-exporter')
+source=("mysql_exporter-${pkgver}.tar.gz::https://github.com/prometheus/mysqld_exporter/archive/v${pkgver}.tar.gz;
+"prometheus-mysqld-exporter.service"
+"prometheus-mysqld-exporter.conf")
+sha512sums=('a655a9ad4b5bc6e7840df68bee934d55485d3a04a7dc8186c8f9d224eb33b0e1d98de3db78a0c7d92f9b3d6ca06ead2d609cf2cfa99e584635f0339984e60629'
+
'50619f4fa62c97c9c3533dc6a18024e2f2548e72b79e4cabae766d8b2135b4a5fdc9a6af87a279ecbae9101feac642851f2e239333a181b0db8d48af75eeac6c'
+
'c13a99a42e5a28e2be1287c337aa0f351dc8ffdbafb903e51a360d00aecf1d49d2b28b73e3741cdf681cb18c33546ae2088a8dab8bc4908b5c5ef008500b40fb')
+
+build() {
+  cd "mysqld_exporter-${pkgver}"
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS}
+  -X github.com/prometheus/common/version.Version=${pkgver} \
+  -X github.com/prometheus/common/version.Revision=${pkgver} \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"${SOURCE_DATE_EPOCH}" +%Y%m%d-%T)" \
+.
+}
+
+package() {
+  install -Dm644 "prometheus-mysqld-exporter.service" \
+"${pkgdir}/usr/lib/systemd/system/prometheus-mysqld-exporter.service"
+  install -Dm644 "prometheus-mysqld-exporter.conf" \
+"${pkgdir}/etc/conf.d/prometheus-mysqld-exporter"
+
+  cd "mysqld_exporter-${pkgver}"
+  install -Dm755 "mysqld_exporter" 
"${pkgdir}/usr/bin/prometheus-mysqld-exporter"
+}

Copied: 
prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.conf 
(from rev 391902, 
prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf)
===
--- extra-x86_64/prometheus-mysqld-exporter.conf
(rev 0)
+++ extra-x86_64/prometheus-mysqld-exporter.conf2020-07-14 09:22:10 UTC 
(rev 391903)
@@ -0,0 +1,2 @@
+DATA_SOURCE_NAME=""
+MYSQLD_EXPORTER_ARGS=""

Copied: 
prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.service
 (from rev 391902, 
prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service)
===
--- extra-x86_64/prometheus-mysqld-exporter.service 
(rev 0)
+++ extra-x86_64/prometheus-mysqld-exporter.service 2020-07-14 09:22:10 UTC 
(rev 391903)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Prometheus exporter for MySQL server metrics
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/conf.d/prometheus-mysqld-exporter
+ExecStart=/usr/bin/prometheus-mysqld-exporter $MYSQLD_EXPORTER_ARGS
+Restart=on-failure
+
+DynamicUser=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+LockPersonality=true
+ProtectHostname=true
+ProtectHome=true
+ProtectClock=true
+ProtectControlGroups=true
+ProtectKernelLogs=true
+PrivateDevices=true
+PrivateUsers=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in (6 files)

2020-07-13 Thread Jelle van der Waa via arch-commits
Date: Monday, July 13, 2020 @ 20:36:07
  Author: jelle
Revision: 391882

Add prometheus-mysqld-exporter for devops

Added:
  prometheus-mysqld-exporter/
  prometheus-mysqld-exporter/repos/
  prometheus-mysqld-exporter/trunk/
  prometheus-mysqld-exporter/trunk/PKGBUILD
  prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
  prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service

+
 PKGBUILD   |   46 +++
 prometheus-mysqld-exporter.conf|2 +
 prometheus-mysqld-exporter.service |   24 ++
 3 files changed, 72 insertions(+)

Added: prometheus-mysqld-exporter/trunk/PKGBUILD
===
--- prometheus-mysqld-exporter/trunk/PKGBUILD   (rev 0)
+++ prometheus-mysqld-exporter/trunk/PKGBUILD   2020-07-13 20:36:07 UTC (rev 
391882)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jakob Gahde 
+
+pkgname=prometheus-mysqld-exporter
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="Prometheus exporter for MySQL server metrics"
+arch=('x86_64')
+url="https://github.com/prometheus/mysqld_exporter;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+backup=('etc/conf.d/prometheus-mysqld-exporter')
+source=("mysql_exporter-${pkgver}.tar.gz::https://github.com/prometheus/mysqld_exporter/archive/v${pkgver}.tar.gz;
+"prometheus-mysqld-exporter.service"
+"prometheus-mysqld-exporter.conf")
+sha512sums=('a655a9ad4b5bc6e7840df68bee934d55485d3a04a7dc8186c8f9d224eb33b0e1d98de3db78a0c7d92f9b3d6ca06ead2d609cf2cfa99e584635f0339984e60629'
+
'845716ce251bc29d8059f113e7451030ac1fa592e9b8f4f6daa39d2326fe451f66cfa9f5fe8acc7ece6b875ed811ea4818df04d70269ecc76a560dfdfadd1fad'
+
'c13a99a42e5a28e2be1287c337aa0f351dc8ffdbafb903e51a360d00aecf1d49d2b28b73e3741cdf681cb18c33546ae2088a8dab8bc4908b5c5ef008500b40fb')
+
+build() {
+  cd "mysqld_exporter-${pkgver}"
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS}
+  -X github.com/prometheus/common/version.Version=${pkgver} \
+  -X github.com/prometheus/common/version.Revision=${pkgver} \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"${SOURCE_DATE_EPOCH}" +%Y%m%d-%T)" \
+.
+}
+
+package() {
+  install -Dm644 "prometheus-mysqld-exporter.service" \
+"${pkgdir}/usr/lib/systemd/system/prometheus-mysqld-exporter.service"
+  install -Dm644 "prometheus-mysqld-exporter.conf" \
+"${pkgdir}/etc/conf.d/prometheus-mysqld-exporter"
+
+  cd "mysqld_exporter-${pkgver}"
+  install -Dm755 "mysqld_exporter" 
"${pkgdir}/usr/bin/prometheus-mysqld-exporter"
+}

Added: prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
===
--- prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
(rev 0)
+++ prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf
2020-07-13 20:36:07 UTC (rev 391882)
@@ -0,0 +1,2 @@
+DATA_SOURCE_NAME=""
+MYSQLD_EXPORTER_ARGS=""

Added: prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service
===
--- prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service 
(rev 0)
+++ prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service 
2020-07-13 20:36:07 UTC (rev 391882)
@@ -0,0 +1,24 @@
+[Unit]
+Description=Prometheus exporter for MySQL server metrics
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/conf.d/prometheus-mysqld-exporter
+ExecStart=/usr/bin/prometheus-mysqld-exporter $MYSQLD_EXPORTER_ARGS
+Restart=on-failure
+
+DynamicUser=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+LockPersonality=true
+ProtectHostname=true
+ProtectHome=true
+ProtectControlGroups=true
+ProtectKernelLogs=true
+PrivateDevices=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in alertmanager/trunk (PKGBUILD alertmanager.service)

2020-07-13 Thread Jelle van der Waa via arch-commits
Date: Monday, July 13, 2020 @ 19:37:14
  Author: jelle
Revision: 391874

Disable clustering by default as it breaks in certain setups

Modified:
  alertmanager/trunk/PKGBUILD
  alertmanager/trunk/alertmanager.service

--+
 PKGBUILD |4 ++--
 alertmanager.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:19:13 UTC (rev 391873)
+++ PKGBUILD2020-07-13 19:37:14 UTC (rev 391874)
@@ -2,7 +2,7 @@
 
 pkgname=alertmanager
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
 url="https://github.com/prometheus/alertmanager;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 backup=('etc/alertmanager/alertmanager.yml')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
 
sha512sums=('72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da'
-
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
+
'89511da0ec28c0503ba56b52896da7dbdeccb8c06eddd9dd89fe7a82e086e76ebff3b03fdd29eb8a2cc9192cc23823b48a06b75d897d31becc3a980abda7e172'
 
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
 
 build() {

Modified: alertmanager.service
===
--- alertmanager.service2020-07-13 19:19:13 UTC (rev 391873)
+++ alertmanager.service2020-07-13 19:37:14 UTC (rev 391874)
@@ -6,7 +6,7 @@
 
 [Service]
 User=alertmanager
-ExecStart=/usr/bin/alertmanager 
--config.file=/etc/alertmanager/alertmanager.yml 
--storage.path=/var/lib/alertmanager/
+ExecStart=/usr/bin/alertmanager --cluster.listen-address= 
--config.file=/etc/alertmanager/alertmanager.yml 
--storage.path=/var/lib/alertmanager/
 ExecReload=/bin/kill -HUP $MAINPID
 
 NoNewPrivileges=true


[arch-commits] Commit in alertmanager/repos/extra-x86_64 (6 files)

2020-07-13 Thread Jelle van der Waa via arch-commits
Date: Monday, July 13, 2020 @ 19:37:21
  Author: jelle
Revision: 391875

archrelease: copy trunk to extra-x86_64

Added:
  alertmanager/repos/extra-x86_64/PKGBUILD
(from rev 391874, alertmanager/trunk/PKGBUILD)
  alertmanager/repos/extra-x86_64/alertmanager.service
(from rev 391874, alertmanager/trunk/alertmanager.service)
  alertmanager/repos/extra-x86_64/alertmanager.sysusers
(from rev 391874, alertmanager/trunk/alertmanager.sysusers)
Deleted:
  alertmanager/repos/extra-x86_64/PKGBUILD
  alertmanager/repos/extra-x86_64/alertmanager.service
  alertmanager/repos/extra-x86_64/alertmanager.sysusers

---+
 PKGBUILD  |  118 
 alertmanager.service  |   56 +++---
 alertmanager.sysusers |2 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:37:14 UTC (rev 391874)
+++ PKGBUILD2020-07-13 19:37:21 UTC (rev 391875)
@@ -1,59 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=alertmanager
-pkgver=0.21.0
-pkgrel=1
-pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
-url="https://github.com/prometheus/alertmanager;
-arch=(x86_64)
-depends=(glibc)
-license=('Apache')
-makedepends=(go git)
-backup=('etc/alertmanager/alertmanager.yml')
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
-sha512sums=('72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da'
-
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
-
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
-
-build() {
-  cd $pkgname-$pkgver
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/alertmanager
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/amtool
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm755 amtool "$pkgdir/usr/bin/amtool"
-
-  install -Dm644 examples/ha/${pkgname}.yml 
"${pkgdir}/etc/${pkgname}/${pkgname}.yml"
-  install -d -m755 "${pkgdir}/etc/${pkgname}/template/"
-
-  install -d -m755 -o 211 -g 211 "${pkgdir}/var/lib/${pkgname}"
-
-  install -Dm0644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "$srcdir/alertmanager.sysusers" 
"$pkgdir/usr/lib/sysusers.d/alertmanager.conf"
-}

Copied: alertmanager/repos/extra-x86_64/PKGBUILD (from rev 391874, 
alertmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 19:37:21 UTC (rev 391875)
@@ -0,0 +1,59 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=alertmanager
+pkgver=0.21.0
+pkgrel=2
+pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
+url="https://github.com/prometheus/alertmanager;
+arch=(x86_64)
+depends=(glibc)
+license=('Apache')
+makedepends=(go git)
+backup=('etc/alertmanager/alertmanager.yml')
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
+sha512sums=('72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da'
+
'89511da0ec28c0503ba56b52896da7dbdeccb8c06eddd9dd89fe7a82e086e76ebff3b03fdd29eb8a2cc9192cc23823b48a06b75d897d31becc3a980abda7e172'
+
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
+
+build() {
+  cd $pkgname-$pkgver
+  go build \
+-trimpath \
+-buildmode=pie \
+

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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 17:33:40
  Author: jelle
Revision: 663342

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 17:33:32 UTC (rev 663341)
+++ PKGBUILD2020-07-12 17:33:40 UTC (rev 663342)
@@ -1,29 +0,0 @@
-# Contributor: Pierre Buard 
-# Contributor: Allan McRae 
-# Contributor: Sebastien Piccand 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-pyenchant
-pkgver=3.1.1
-pkgrel=1
-arch=('any')
-url="https://pypi.python.org/pypi/pyenchant;
-license=('LGPL')
-pkgdesc='PyEnchant is a spellchecking library for Python3 based on the Enchant 
library'
-depends=('python' 'enchant' 'nuspell')
-makedepends=('python-setuptools' 'enchant')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz;)
-sha512sums=('512758629347b711b8b46fd2d5a270ac16a56cb8df3474213052aba76c390051a21758ae7bbdfda21e7db67dc26fb0e9005abfb4865d70a2f4d49dc34158cbf7')
-
-build() {
-  cd pyenchant-${pkgver}
-
-  python3 setup.py build
-}
-
-package() {
-  cd pyenchant-${pkgver}
-  
-  python3 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-pyenchant/repos/community-any/PKGBUILD (from rev 663341, 
python-pyenchant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 17:33:40 UTC (rev 663342)
@@ -0,0 +1,29 @@
+# Contributor: Pierre Buard 
+# Contributor: Allan McRae 
+# Contributor: Sebastien Piccand 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-pyenchant
+pkgver=3.1.1
+pkgrel=2
+arch=('any')
+url="https://pypi.python.org/pypi/pyenchant;
+license=('LGPL')
+pkgdesc='PyEnchant is a spellchecking library for Python3 based on the Enchant 
library'
+depends=('python' 'enchant')
+makedepends=('python-setuptools' 'enchant')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz;)
+sha512sums=('512758629347b711b8b46fd2d5a270ac16a56cb8df3474213052aba76c390051a21758ae7bbdfda21e7db67dc26fb0e9005abfb4865d70a2f4d49dc34158cbf7')
+
+build() {
+  cd pyenchant-${pkgver}
+
+  python3 setup.py build
+}
+
+package() {
+  cd pyenchant-${pkgver}
+  
+  python3 setup.py install --root=${pkgdir} --optimize=1
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 17:33:32
  Author: jelle
Revision: 663341

Remove unrequired dependency on nuspell

As enchant has a silly optdepend on nuspell the default warning is an expected
warning.

Modified:
  python-pyenchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 16:54:52 UTC (rev 663340)
+++ PKGBUILD2020-07-12 17:33:32 UTC (rev 663341)
@@ -6,12 +6,12 @@
 
 pkgname=python-pyenchant
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://pypi.python.org/pypi/pyenchant;
 license=('LGPL')
 pkgdesc='PyEnchant is a spellchecking library for Python3 based on the Enchant 
library'
-depends=('python' 'enchant' 'nuspell')
+depends=('python' 'enchant')
 makedepends=('python-setuptools' 'enchant')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz;)
 
sha512sums=('512758629347b711b8b46fd2d5a270ac16a56cb8df3474213052aba76c390051a21758ae7bbdfda21e7db67dc26fb0e9005abfb4865d70a2f4d49dc34158cbf7')


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 13:18:50
  Author: jelle
Revision: 663326

archrelease: copy trunk to community-x86_64

Added:
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 663325, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 13:18:40 UTC (rev 663325)
+++ PKGBUILD2020-07-12 13:18:50 UTC (rev 663326)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2020.04
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(x86_64)
-url='https://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('0821ce2dac9bbd9ec5883779ddad78b8610366e3'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 663325, 
uboot-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 13:18:50 UTC (rev 663326)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2020.07
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(x86_64)
+url='https://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
+sha1sums=('1b59dd6875b0ceeb5202ef027f26bf3c99a8d91b'
+  'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 13:18:40
  Author: jelle
Revision: 663325

Update to 2020.07-1, add RELRO for tools

Modified:
  uboot-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 13:04:01 UTC (rev 663324)
+++ PKGBUILD2020-07-12 13:18:40 UTC (rev 663325)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2020.04
+pkgver=2020.07
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,13 +12,13 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('0821ce2dac9bbd9ec5883779ddad78b8610366e3'
+sha1sums=('1b59dd6875b0ceeb5202ef027f26bf3c99a8d91b'
   'SKIP')
 
 build() {
   cd u-boot-$pkgver
   make defconfig
-  make tools-all
+  make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
 }
 
 package() {


[arch-commits] Commit in python-lazy-object-proxy/trunk (PKGBUILD)

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 12:11:47
  Author: jelle
Revision: 391751

Remove python2 module

Modified:
  python-lazy-object-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 12:01:42 UTC (rev 391750)
+++ PKGBUILD2020-07-12 12:11:47 UTC (rev 391751)
@@ -1,28 +1,21 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-lazy-object-proxy
-pkgname=(python-lazy-object-proxy python2-lazy-object-proxy)
+pkgname=python-lazy-object-proxy
+depends=("python")
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A fast and thorough lazy object proxy'
 arch=('x86_64')
 url="https://github.com/ionelmc/python-lazy-object-proxy;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest-benchmark' 'python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver.tar.gz;)
 
sha512sums=('150f2fc240611175697ad638cf85f88bed6534b13cd39ea2d5103292b1c7a1825918738a6ad689940ce9f906f064077ad1fe2b036f6dff3f6f5d31bf43d817d7')
 
-prepare() {
-  cp -a python-lazy-object-proxy-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/python-lazy-object-proxy-$pkgver
   python setup.py build
-
-  cd "$srcdir"/python-lazy-object-proxy-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
@@ -30,18 +23,8 @@
   python setup.py pytest --addopts --ignore=src
 }
 
-package_python-lazy-object-proxy() {
-  depends=("python")
-
+package() {
   cd python-lazy-object-proxy-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-lazy-object-proxy() {
-  depends=("python2")
-
-  cd python-lazy-object-proxy-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


[arch-commits] Commit in python-lazy-object-proxy/repos/extra-x86_64 (2 files)

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 12:11:52
  Author: jelle
Revision: 391752

archrelease: copy trunk to extra-x86_64

Added:
  python-lazy-object-proxy/repos/extra-x86_64/PKGBUILD
(from rev 391751, python-lazy-object-proxy/trunk/PKGBUILD)
Deleted:
  python-lazy-object-proxy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 12:11:47 UTC (rev 391751)
+++ PKGBUILD2020-07-12 12:11:52 UTC (rev 391752)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-lazy-object-proxy
-pkgname=(python-lazy-object-proxy python2-lazy-object-proxy)
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A fast and thorough lazy object proxy'
-arch=('x86_64')
-url="https://github.com/ionelmc/python-lazy-object-proxy;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-benchmark' 'python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver.tar.gz;)
-sha512sums=('150f2fc240611175697ad638cf85f88bed6534b13cd39ea2d5103292b1c7a1825918738a6ad689940ce9f906f064077ad1fe2b036f6dff3f6f5d31bf43d817d7')
-
-prepare() {
-  cp -a python-lazy-object-proxy-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-lazy-object-proxy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-lazy-object-proxy-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd python-lazy-object-proxy-$pkgver
-  python setup.py pytest --addopts --ignore=src
-}
-
-package_python-lazy-object-proxy() {
-  depends=("python")
-
-  cd python-lazy-object-proxy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-lazy-object-proxy() {
-  depends=("python2")
-
-  cd python-lazy-object-proxy-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-lazy-object-proxy/repos/extra-x86_64/PKGBUILD (from rev 391751, 
python-lazy-object-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 12:11:52 UTC (rev 391752)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-lazy-object-proxy
+depends=("python")
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='A fast and thorough lazy object proxy'
+arch=('x86_64')
+url="https://github.com/ionelmc/python-lazy-object-proxy;
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-benchmark' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver.tar.gz;)
+sha512sums=('150f2fc240611175697ad638cf85f88bed6534b13cd39ea2d5103292b1c7a1825918738a6ad689940ce9f906f064077ad1fe2b036f6dff3f6f5d31bf43d817d7')
+
+build() {
+  cd "$srcdir"/python-lazy-object-proxy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-lazy-object-proxy-$pkgver
+  python setup.py pytest --addopts --ignore=src
+}
+
+package() {
+  cd python-lazy-object-proxy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 12:01:42
  Author: jelle
Revision: 391750

archrelease: copy trunk to extra-x86_64

Added:
  python-wrapt/repos/extra-x86_64/PKGBUILD
(from rev 391749, python-wrapt/trunk/PKGBUILD)
Deleted:
  python-wrapt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 12:01:36 UTC (rev 391749)
+++ PKGBUILD2020-07-12 12:01:42 UTC (rev 391750)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("x86_64")
-url="https://pypi.python.org/pypi/wrapt;
-license=("BSD")
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz;)
-sha512sums=('33e964cb3aa2437bc7d084a98f622f7c5c8c719d97806796ae0317d35130bdb2679a9dd87be7077e2cae1eb32b65d152349fa7cc138cb392d5999cbfdcecc9ac')
-
-prepare() {
-  cp -a wrapt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/wrapt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/wrapt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/wrapt-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" py.test
-
-  cd "$srcdir"/wrapt-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-wrapt() {
-  depends=('python')
-
-  cd wrapt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-wrapt() {
-  depends=('python2')
-
-  cd wrapt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-wrapt/repos/extra-x86_64/PKGBUILD (from rev 391749, 
python-wrapt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 12:01:42 UTC (rev 391750)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Troy C < rstrox -ta yahoo -tod com >
+
+pkgname=python-wrapt
+pkgver=1.12.1
+pkgrel=2
+pkgdesc="A Python module for decorators, wrappers and monkey patching"
+arch=("x86_64")
+url="https://pypi.python.org/pypi/wrapt;
+license=("BSD")
+depends=('python')
+makedepends=('python')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz;)
+sha512sums=('33e964cb3aa2437bc7d084a98f622f7c5c8c719d97806796ae0317d35130bdb2679a9dd87be7077e2cae1eb32b65d152349fa7cc138cb392d5999cbfdcecc9ac')
+
+build() {
+  cd "$srcdir"/wrapt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/wrapt-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" py.test
+}
+
+package() {
+  cd wrapt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 12:01:36
  Author: jelle
Revision: 391749

Remove python2 module

Modified:
  python-wrapt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 11:58:56 UTC (rev 391748)
+++ PKGBUILD2020-07-12 12:01:36 UTC (rev 391749)
@@ -1,51 +1,31 @@
 # Maintainer: Felix Yan 
 # Contributor: Troy C < rstrox -ta yahoo -tod com >
 
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
+pkgname=python-wrapt
 pkgver=1.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module for decorators, wrappers and monkey patching"
 arch=("x86_64")
 url="https://pypi.python.org/pypi/wrapt;
 license=("BSD")
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('python')
+makedepends=('python')
+checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz;)
 
sha512sums=('33e964cb3aa2437bc7d084a98f622f7c5c8c719d97806796ae0317d35130bdb2679a9dd87be7077e2cae1eb32b65d152349fa7cc138cb392d5999cbfdcecc9ac')
 
-prepare() {
-  cp -a wrapt-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/wrapt-$pkgver
   python setup.py build
-
-  cd "$srcdir"/wrapt-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/wrapt-$pkgver
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" py.test
-
-  cd "$srcdir"/wrapt-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
 }
 
-package_python-wrapt() {
-  depends=('python')
-
+package() {
   cd wrapt-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-wrapt() {
-  depends=('python2')
-
-  cd wrapt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:58:56
  Author: jelle
Revision: 391748

remove unused python2 module

Deleted:
  python2-isort/


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:56:41
  Author: jelle
Revision: 391746

moved to the AUR

Deleted:
  python2-astroid/


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:49:33
  Author: jelle
Revision: 663320

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 11:49:27 UTC (rev 663319)
+++ PKGBUILD2020-07-12 11:49:33 UTC (rev 663320)
@@ -1,65 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Christopher Arndt 
-# Contributor: Gaute Hope 
-# Contributor: Melissa Padilla 
-
-pkgbase=python-future
-pkgname=(python-future python2-future)
-pkgver=0.18.2
-pkgrel=2
-pkgdesc="Clean single-source support for Python 3 and 2"
-url="https://python-future.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-requests' 'python2-requests')
-options=('!emptydirs')
-source=("https://pypi.io/packages/source/f/future/future-$pkgver.tar.gz;)
-sha512sums=('91c025f7d94bcdf93df838fab67053165a414fc84e8496f92ecbb910dd55f6b6af5e360bbd051444066880c5a6877e75157bd95e150ead46e5c605930dfc50f2')
-
-prepare() {
-  cp -a future-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/future-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/future-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/future-$pkgver
-#PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python setup.py test || warning 
"Tests failed"
-
-  cd "$srcdir"/future-$pkgver-py2
-#PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 setup.py test
-}
-
-package_python-future() {
-  depends=('python')
-  optdepends=('python-setuptools: futurize and pasteurize scripts')
-  provides=('futurize' 'pasteurize')
-
-  cd future-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-future() {
-  depends=('python2')
-  optdepends=('python2-setuptools: futurize2 and pasteurize2 scripts')
-
-  cd future-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/futurize{,2}
-  mv "$pkgdir"/usr/bin/pasteurize{,2}
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-future/repos/community-any/PKGBUILD (from rev 663319, 
python-future/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 11:49:33 UTC (rev 663320)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Christopher Arndt 
+# Contributor: Gaute Hope 
+# Contributor: Melissa Padilla 
+
+pkgname=python-future
+pkgver=0.18.2
+pkgrel=3
+pkgdesc="Clean single-source support for Python 3 and 2"
+url="https://python-future.org/;
+arch=('any')
+license=('MIT')
+depends=('python')
+provides=('futurize' 'pasteurize')
+checkdepends=('python-requests')
+makedepends=('python-setuptools')
+optdepends=('python-setuptools: futurize and pasteurize scripts')
+options=('!emptydirs')
+source=("https://pypi.io/packages/source/f/future/future-$pkgver.tar.gz;)
+sha512sums=('91c025f7d94bcdf93df838fab67053165a414fc84e8496f92ecbb910dd55f6b6af5e360bbd051444066880c5a6877e75157bd95e150ead46e5c605930dfc50f2')
+
+build() {
+  cd "$srcdir"/future-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/future-$pkgver
+#PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python setup.py test || warning 
"Tests failed"
+}
+
+package() {
+  cd future-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:49:27
  Author: jelle
Revision: 663319

Remove python2 module

Modified:
  python-future/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 11:45:16 UTC (rev 663318)
+++ PKGBUILD2020-07-12 11:49:27 UTC (rev 663319)
@@ -3,45 +3,33 @@
 # Contributor: Gaute Hope 
 # Contributor: Melissa Padilla 
 
-pkgbase=python-future
-pkgname=(python-future python2-future)
+pkgname=python-future
 pkgver=0.18.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Clean single-source support for Python 3 and 2"
 url="https://python-future.org/;
 arch=('any')
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-requests' 'python2-requests')
+depends=('python')
+provides=('futurize' 'pasteurize')
+checkdepends=('python-requests')
+makedepends=('python-setuptools')
+optdepends=('python-setuptools: futurize and pasteurize scripts')
 options=('!emptydirs')
 source=("https://pypi.io/packages/source/f/future/future-$pkgver.tar.gz;)
 
sha512sums=('91c025f7d94bcdf93df838fab67053165a414fc84e8496f92ecbb910dd55f6b6af5e360bbd051444066880c5a6877e75157bd95e150ead46e5c605930dfc50f2')
 
-prepare() {
-  cp -a future-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/future-$pkgver
   python setup.py build
-
-  cd "$srcdir"/future-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/future-$pkgver
 #PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python setup.py test || warning 
"Tests failed"
-
-  cd "$srcdir"/future-$pkgver-py2
-#PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 setup.py test
 }
 
-package_python-future() {
-  depends=('python')
-  optdepends=('python-setuptools: futurize and pasteurize scripts')
-  provides=('futurize' 'pasteurize')
-
+package() {
   cd future-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1
@@ -48,18 +36,3 @@
   install -D -m644 LICENSE.txt \
 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
-
-package_python2-future() {
-  depends=('python2')
-  optdepends=('python2-setuptools: futurize2 and pasteurize2 scripts')
-
-  cd future-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/futurize{,2}
-  mv "$pkgdir"/usr/bin/pasteurize{,2}
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:45:16
  Author: jelle
Revision: 663318

archrelease: copy trunk to community-x86_64

Added:
  pylibacl/repos/community-x86_64/PKGBUILD
(from rev 663317, pylibacl/trunk/PKGBUILD)
Deleted:
  pylibacl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 11:45:10 UTC (rev 663317)
+++ PKGBUILD2020-07-12 11:45:16 UTC (rev 663318)
@@ -1,39 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgname=(python2-pylibacl python-pylibacl)
-pkgbase=pylibacl
-pkgver=0.5.4
-pkgrel=2
-pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
-arch=('x86_64')
-url='https://pylibacl.k1024.org/'
-license=('LGPL')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-source=("${url}/downloads/${pkgbase}-${pkgver}.tar.gz"{,.asc})
-md5sums=('aba415da393e5b6dc791fd860ed9c5a9'
- 'SKIP')
-validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

-
-build() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   python setup.py build
-   python2 setup.py build
-}
-
-package_python2-pylibacl() {
-   depends=('python2')
-   provides=('pylibacl')
-   conflicts=('pylibacl')
-   replaces=('pylibacl')
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python-pylibacl() {
-   depends=('python')
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: pylibacl/repos/community-x86_64/PKGBUILD (from rev 663317, 
pylibacl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 11:45:16 UTC (rev 663318)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+
+pkgname=python-pylibacl
+pkgbase=pylibacl
+pkgver=0.5.4
+pkgrel=3
+pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
+arch=('x86_64')
+url='https://pylibacl.k1024.org/'
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${url}/downloads/${pkgbase}-${pkgver}.tar.gz"{,.asc})
+md5sums=('aba415da393e5b6dc791fd860ed9c5a9'
+ 'SKIP')
+validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

+
+build() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+
+   python setup.py build
+}
+
+package() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:45:10
  Author: jelle
Revision: 663317

Remove python2 module

Modified:
  pylibacl/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 11:36:31 UTC (rev 663316)
+++ PKGBUILD2020-07-12 11:45:10 UTC (rev 663317)
@@ -1,14 +1,15 @@
 # Maintainer: Lukas Fleischer 
 
-pkgname=(python2-pylibacl python-pylibacl)
+pkgname=python-pylibacl
 pkgbase=pylibacl
 pkgver=0.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
 arch=('x86_64')
 url='https://pylibacl.k1024.org/'
 license=('LGPL')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 source=("${url}/downloads/${pkgbase}-${pkgver}.tar.gz"{,.asc})
 md5sums=('aba415da393e5b6dc791fd860ed9c5a9'
  'SKIP')
@@ -18,22 +19,9 @@
cd "${srcdir}/${pkgbase}-${pkgver}"
 
python setup.py build
-   python2 setup.py build
 }
 
-package_python2-pylibacl() {
-   depends=('python2')
-   provides=('pylibacl')
-   conflicts=('pylibacl')
-   replaces=('pylibacl')
-
+package() {
cd "${srcdir}/${pkgbase}-${pkgver}"
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python-pylibacl() {
-   depends=('python')
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:36:31
  Author: jelle
Revision: 663316

archrelease: copy trunk to community-any

Added:
  python-pyenchant/repos/community-any/PKGBUILD
(from rev 663315, python-pyenchant/trunk/PKGBUILD)
Deleted:
  python-pyenchant/repos/community-any/0001-Add-enchant-2-compatibility.patch
  python-pyenchant/repos/community-any/PKGBUILD
  python-pyenchant/repos/community-any/enchant-2.patch

+
 0001-Add-enchant-2-compatibility.patch |   70 --
 PKGBUILD   |   82 ++-
 enchant-2.patch|   11 
 3 files changed, 29 insertions(+), 134 deletions(-)

Deleted: 0001-Add-enchant-2-compatibility.patch
===
--- 0001-Add-enchant-2-compatibility.patch  2020-07-12 11:36:20 UTC (rev 
663315)
+++ 0001-Add-enchant-2-compatibility.patch  2020-07-12 11:36:31 UTC (rev 
663316)
@@ -1,70 +0,0 @@
-From 4ecabbdb345a4f84e97e05abb970e8ca83e6b52e Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Sat, 2 Dec 2017 21:13:42 +0100
-Subject: [PATCH] Add enchant 2 compatibility
-
-Remove is_in_session of which the function is removed in Enchant 2.0 and
-was already deprecated.

- enchant/__init__.py | 9 -
- enchant/_enchant.py | 6 --
- enchant/pypwl.py| 6 --
- 3 files changed, 21 deletions(-)
-
-diff --git a/enchant/__init__.py b/enchant/__init__.py
-index 016d32f..56ecbeb 100644
 a/enchant/__init__.py
-+++ b/enchant/__init__.py
-@@ -715,15 +715,6 @@ class Dict(_EnchantObject):
- word = self._StringClass(word)
- return _e.dict_is_removed(self._this,word.encode())
- 
--def is_in_session(self,word):
--"""Check whether a word is in the session list."""
--warnings.warn("Dict.is_in_session is deprecated, "\
--  "please use Dict.is_added",
--  category=DeprecationWarning,stacklevel=2)
--self._check_this()
--word = self._StringClass(word)
--return _e.dict_is_in_session(self._this,word.encode())
--
- def store_replacement(self,mis,cor):
- """Store a replacement spelling for a miss-spelled word.
- 
-diff --git a/enchant/_enchant.py b/enchant/_enchant.py
-index a07058d..cf77908 100644
 a/enchant/_enchant.py
-+++ b/enchant/_enchant.py
-@@ -309,12 +309,6 @@ dict_is_removed1.restype = c_int
- def dict_is_removed(dict,word):
- return dict_is_removed1(dict,word,len(word))
- 
--dict_is_in_session1 = e.enchant_dict_is_in_session
--dict_is_in_session1.argtypes = [t_dict,c_char_p,c_size_t]
--dict_is_in_session1.restype = c_int
--def dict_is_in_session(dict,word):
--return dict_is_in_session1(dict,word,len(word))
--
- dict_store_replacement1 = e.enchant_dict_store_replacement
- dict_store_replacement1.argtypes = 
[t_dict,c_char_p,c_size_t,c_char_p,c_size_t]
- dict_store_replacement1.restype = None
-diff --git a/enchant/pypwl.py b/enchant/pypwl.py
-index 3a2248f..282c015 100644
 a/enchant/pypwl.py
-+++ b/enchant/pypwl.py
-@@ -247,12 +247,6 @@ class PyPWL:
- """Add a word to the session list."""
- self._words.insert(word)
- 
--def is_in_session(self,word):
--"""Check whether a word is in the session list."""
--warnings.warn("PyPWL.is_in_session is deprecated, please use 
PyPWL.is_added",category=DeprecationWarning)
--# Consider all words to be in the session list
--return self.check(word)
--
- def store_replacement(self,mis,cor):
- """Store a replacement spelling for a miss-spelled word.
- 
--- 
-2.15.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 11:36:20 UTC (rev 663315)
+++ PKGBUILD2020-07-12 11:36:31 UTC (rev 663316)
@@ -1,53 +0,0 @@
-# Contributor: Pierre Buard 
-# Contributor: Allan McRae 
-# Contributor: Sebastien Piccand 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Jelle van der Waa 
-
-pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=2.0.0
-pkgrel=5
-arch=('any')
-url="https://pypi.python.org/pypi/pyenchant;
-license=('LGPL')
-makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz;
-"enchant-2.patch")
-sha512sums=('21f8dd286f1f462d11aea0f1b89f3189e51109a3a8c5baee80cba17b9e7c56fa60f308d4ea39d9675d69e3da11dc07996eb32d545cd3567503f0956abc060882'
-
'c6dc74e60c684b5606b681096d740814a5f138e9caf8ad2f41d9e467c820d46bab6b3d449a99dc17e4b1e1b89964d1fc4248c55a600c977ee6269cddb46ad596')
-
-prepare() {
-  cd ${srcdir}/pyenchant-${pkgver}
-
-  patch -Np1 -i "${srcdir}/enchant-2.patch"
-}
-
-build() {
-  cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
-
-  cd ${srcdir}/pyenchant-${pkgver}
-
-  python3 setup.py build
-
-  cd ${srcdir}/pyenchant2-${pkgver}
-
-  

[arch-commits] Commit in python-pyenchant/trunk (3 files)

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:36:20
  Author: jelle
Revision: 663315

Update to 3.0.1, drop python2 module

Modified:
  python-pyenchant/trunk/PKGBUILD
Deleted:
  python-pyenchant/trunk/0001-Add-enchant-2-compatibility.patch
  python-pyenchant/trunk/enchant-2.patch

+
 0001-Add-enchant-2-compatibility.patch |   70 ---
 PKGBUILD   |   44 ---
 enchant-2.patch|   11 
 3 files changed, 10 insertions(+), 115 deletions(-)

Deleted: 0001-Add-enchant-2-compatibility.patch
===
--- 0001-Add-enchant-2-compatibility.patch  2020-07-12 11:19:51 UTC (rev 
663314)
+++ 0001-Add-enchant-2-compatibility.patch  2020-07-12 11:36:20 UTC (rev 
663315)
@@ -1,70 +0,0 @@
-From 4ecabbdb345a4f84e97e05abb970e8ca83e6b52e Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Sat, 2 Dec 2017 21:13:42 +0100
-Subject: [PATCH] Add enchant 2 compatibility
-
-Remove is_in_session of which the function is removed in Enchant 2.0 and
-was already deprecated.

- enchant/__init__.py | 9 -
- enchant/_enchant.py | 6 --
- enchant/pypwl.py| 6 --
- 3 files changed, 21 deletions(-)
-
-diff --git a/enchant/__init__.py b/enchant/__init__.py
-index 016d32f..56ecbeb 100644
 a/enchant/__init__.py
-+++ b/enchant/__init__.py
-@@ -715,15 +715,6 @@ class Dict(_EnchantObject):
- word = self._StringClass(word)
- return _e.dict_is_removed(self._this,word.encode())
- 
--def is_in_session(self,word):
--"""Check whether a word is in the session list."""
--warnings.warn("Dict.is_in_session is deprecated, "\
--  "please use Dict.is_added",
--  category=DeprecationWarning,stacklevel=2)
--self._check_this()
--word = self._StringClass(word)
--return _e.dict_is_in_session(self._this,word.encode())
--
- def store_replacement(self,mis,cor):
- """Store a replacement spelling for a miss-spelled word.
- 
-diff --git a/enchant/_enchant.py b/enchant/_enchant.py
-index a07058d..cf77908 100644
 a/enchant/_enchant.py
-+++ b/enchant/_enchant.py
-@@ -309,12 +309,6 @@ dict_is_removed1.restype = c_int
- def dict_is_removed(dict,word):
- return dict_is_removed1(dict,word,len(word))
- 
--dict_is_in_session1 = e.enchant_dict_is_in_session
--dict_is_in_session1.argtypes = [t_dict,c_char_p,c_size_t]
--dict_is_in_session1.restype = c_int
--def dict_is_in_session(dict,word):
--return dict_is_in_session1(dict,word,len(word))
--
- dict_store_replacement1 = e.enchant_dict_store_replacement
- dict_store_replacement1.argtypes = 
[t_dict,c_char_p,c_size_t,c_char_p,c_size_t]
- dict_store_replacement1.restype = None
-diff --git a/enchant/pypwl.py b/enchant/pypwl.py
-index 3a2248f..282c015 100644
 a/enchant/pypwl.py
-+++ b/enchant/pypwl.py
-@@ -247,12 +247,6 @@ class PyPWL:
- """Add a word to the session list."""
- self._words.insert(word)
- 
--def is_in_session(self,word):
--"""Check whether a word is in the session list."""
--warnings.warn("PyPWL.is_in_session is deprecated, please use 
PyPWL.is_added",category=DeprecationWarning)
--# Consider all words to be in the session list
--return self.check(word)
--
- def store_replacement(self,mis,cor):
- """Store a replacement spelling for a miss-spelled word.
- 
--- 
-2.15.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 11:19:51 UTC (rev 663314)
+++ PKGBUILD2020-07-12 11:36:20 UTC (rev 663315)
@@ -4,50 +4,26 @@
 # Contributor: Daniel J Griffiths 
 # Maintainer: Jelle van der Waa 
 
-pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=2.0.0
-pkgrel=5
+pkgname=python-pyenchant
+pkgver=3.1.1
+pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/pyenchant;
 license=('LGPL')
-makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz;
-"enchant-2.patch")
-sha512sums=('21f8dd286f1f462d11aea0f1b89f3189e51109a3a8c5baee80cba17b9e7c56fa60f308d4ea39d9675d69e3da11dc07996eb32d545cd3567503f0956abc060882'
-
'c6dc74e60c684b5606b681096d740814a5f138e9caf8ad2f41d9e467c820d46bab6b3d449a99dc17e4b1e1b89964d1fc4248c55a600c977ee6269cddb46ad596')
+pkgdesc='PyEnchant is a spellchecking library for Python3 based on the Enchant 
library'
+depends=('python' 'enchant' 'nuspell')
+makedepends=('python-setuptools' 'enchant')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz;)
+sha512sums=('512758629347b711b8b46fd2d5a270ac16a56cb8df3474213052aba76c390051a21758ae7bbdfda21e7db67dc26fb0e9005abfb4865d70a2f4d49dc34158cbf7')
 
-prepare() {
-  cd ${srcdir}/pyenchant-${pkgver}
-

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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:19:45
  Author: jelle
Revision: 663313

Remove python2 module

Modified:
  python-unittest-mixins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 11:13:44 UTC (rev 663312)
+++ PKGBUILD2020-07-12 11:19:45 UTC (rev 663313)
@@ -1,50 +1,31 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-unittest-mixins
-pkgname=('python-unittest-mixins' 'python2-unittest-mixins')
+pkgname=python-unittest-mixins
 pkgver=1.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Helpful mixins for unittest classes'
 arch=('any')
 license=('Apache')
 url='https://github.com/nedbat/unittest-mixins'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nedbat/unittest-mixins/archive/v$pkgver.tar.gz;)
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nedbat/unittest-mixins/archive/v$pkgver.tar.gz;)
 
sha512sums=('0d4a0bbf80264f34a03aebbb2668733cd3753f99b24b006ea6704a2b97df9fb51755e8c4efd0094219e65d25756ea31ff27d3892b32ab6829050236a6bcbc986')
 
-prepare() {
-  cp -a unittest-mixins-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/unittest-mixins-$pkgver
   python setup.py build
-
-  cd "$srcdir"/unittest-mixins-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/unittest-mixins-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/unittest-mixins-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-unittest-mixins() {
-  depends=('python-six')
-
+package() {
   cd unittest-mixins-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-unittest-mixins() {
-  depends=('python2-six')
-
-  cd unittest-mixins-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:19:51
  Author: jelle
Revision: 663314

archrelease: copy trunk to community-any

Added:
  python-unittest-mixins/repos/community-any/PKGBUILD
(from rev 663313, python-unittest-mixins/trunk/PKGBUILD)
Deleted:
  python-unittest-mixins/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 11:19:45 UTC (rev 663313)
+++ PKGBUILD2020-07-12 11:19:51 UTC (rev 663314)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-unittest-mixins
-pkgname=('python-unittest-mixins' 'python2-unittest-mixins')
-pkgver=1.6
-pkgrel=3
-pkgdesc='Helpful mixins for unittest classes'
-arch=('any')
-license=('Apache')
-url='https://github.com/nedbat/unittest-mixins'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nedbat/unittest-mixins/archive/v$pkgver.tar.gz;)
-sha512sums=('0d4a0bbf80264f34a03aebbb2668733cd3753f99b24b006ea6704a2b97df9fb51755e8c4efd0094219e65d25756ea31ff27d3892b32ab6829050236a6bcbc986')
-
-prepare() {
-  cp -a unittest-mixins-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/unittest-mixins-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/unittest-mixins-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/unittest-mixins-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/unittest-mixins-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-unittest-mixins() {
-  depends=('python-six')
-
-  cd unittest-mixins-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-unittest-mixins() {
-  depends=('python2-six')
-
-  cd unittest-mixins-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-unittest-mixins/repos/community-any/PKGBUILD (from rev 663313, 
python-unittest-mixins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 11:19:51 UTC (rev 663314)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-unittest-mixins
+pkgver=1.6
+pkgrel=4
+pkgdesc='Helpful mixins for unittest classes'
+arch=('any')
+license=('Apache')
+url='https://github.com/nedbat/unittest-mixins'
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nedbat/unittest-mixins/archive/v$pkgver.tar.gz;)
+sha512sums=('0d4a0bbf80264f34a03aebbb2668733cd3753f99b24b006ea6704a2b97df9fb51755e8c4efd0094219e65d25756ea31ff27d3892b32ab6829050236a6bcbc986')
+
+build() {
+  cd "$srcdir"/unittest-mixins-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/unittest-mixins-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd unittest-mixins-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:15:14
  Author: jelle
Revision: 391744

Remove unused python2-pylint

Deleted:
  python2-pylint/


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:13:36
  Author: jelle
Revision: 663311

Rmove unused python2 version

Modified:
  python-pycontracts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 11:00:25 UTC (rev 663310)
+++ PKGBUILD2020-07-12 11:13:36 UTC (rev 663311)
@@ -1,51 +1,30 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-pycontracts
-pkgname=(python-pycontracts python2-pycontracts)
+pkgname=python-pycontracts
 pkgver=1.8.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Declare constraints on function parameters and return values'
 arch=('any')
 url="https://andreacensi.github.io/contracts;
 license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 
'python-future'
- 'python2-future')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
-sha512sums=('95f8c76e35cc7549fefa069d9c354fc1d4a55dcab0f3fd322cb86aed92c7bfa75a06eabb7540ff991d590a90cdec781906b856291002a82ee5ab0072cdcf6ccd')
+depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future')
+makedepends=('python-setuptools' 'python-pyparsing'
+ 'python-decorator' 'python-six' 'python-future')
+checkdepends=('python-nose')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/AndreaCensi/contracts/archive/v${pkgver}.tar.gz)
+sha512sums=('ae2a96f603d5b87efd83eb9bb84bf0ebec2d71b08cfed9505be22f15c310f6428652e40c69075577eaee343a0babf6fce7db06c4ad3605a88646d9242dfd1003')
 
-prepare() {
-  cp -a PyContracts-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/PyContracts-$pkgver
+  cd contracts-$pkgver
   python setup.py build
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/PyContracts-$pkgver
+  cd contracts-$pkgver
   python setup.py nosetests
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  rm -r src/contracts-py3k-test
-  python2 setup.py nosetests
 }
 
 package_python-pycontracts() {
-  depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future')
-
-  cd PyContracts-$pkgver
+  cd contracts-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-pycontracts() {
-  depends=('python2-pyparsing' 'python2-decorator' 'python2-six' 
'python2-future')
-
-  cd PyContracts-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 11:13:44
  Author: jelle
Revision: 663312

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 11:13:36 UTC (rev 663311)
+++ PKGBUILD2020-07-12 11:13:44 UTC (rev 663312)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pycontracts
-pkgname=(python-pycontracts python2-pycontracts)
-pkgver=1.8.14
-pkgrel=1
-pkgdesc='Declare constraints on function parameters and return values'
-arch=('any')
-url="https://andreacensi.github.io/contracts;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 
'python-future'
- 'python2-future')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
-sha512sums=('95f8c76e35cc7549fefa069d9c354fc1d4a55dcab0f3fd322cb86aed92c7bfa75a06eabb7540ff991d590a90cdec781906b856291002a82ee5ab0072cdcf6ccd')
-
-prepare() {
-  cp -a PyContracts-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  rm -r src/contracts-py3k-test
-  python2 setup.py nosetests
-}
-
-package_python-pycontracts() {
-  depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future')
-
-  cd PyContracts-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pycontracts() {
-  depends=('python2-pyparsing' 'python2-decorator' 'python2-six' 
'python2-future')
-
-  cd PyContracts-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pycontracts/repos/community-any/PKGBUILD (from rev 663311, 
python-pycontracts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 11:13:44 UTC (rev 663312)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pycontracts
+pkgver=1.8.14
+pkgrel=2
+pkgdesc='Declare constraints on function parameters and return values'
+arch=('any')
+url="https://andreacensi.github.io/contracts;
+license=('GPL')
+depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future')
+makedepends=('python-setuptools' 'python-pyparsing'
+ 'python-decorator' 'python-six' 'python-future')
+checkdepends=('python-nose')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/AndreaCensi/contracts/archive/v${pkgver}.tar.gz)
+sha512sums=('ae2a96f603d5b87efd83eb9bb84bf0ebec2d71b08cfed9505be22f15c310f6428652e40c69075577eaee343a0babf6fce7db06c4ad3605a88646d9242dfd1003')
+
+build() {
+  cd contracts-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd contracts-$pkgver
+  python setup.py nosetests
+}
+
+package_python-pycontracts() {
+  cd contracts-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 10:54:19
  Author: jelle
Revision: 663308

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 10:54:11 UTC (rev 663307)
+++ PKGBUILD2020-07-12 10:54:19 UTC (rev 663308)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=atom
-pkgname=python-atom
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Memory efficient Python objects'
-arch=(x86_64)
-url='https://github.com/nucleic/atom'
-license=('BSD' 'custom')
-depends=(python python-setuptools)
-checkdepends=(python-pytest)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
-sha512sums=('7f38db91c62629fd1de16b981ef6bc77a691ac14aabbd46700e074beb8a60cc393ec62006b23405ee5aeca265ec1e793537d96de1f92ad5ab58e0ab8603e2990')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-atom/repos/community-x86_64/PKGBUILD (from rev 663307, 
python-atom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 10:54:19 UTC (rev 663308)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+_name=atom
+pkgname=python-atom
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Memory efficient Python objects'
+arch=(x86_64)
+url='https://github.com/nucleic/atom'
+license=('BSD' 'custom')
+depends=(python python-setuptools)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
+sha512sums=('c8a7442ae65a68ebe0aa1905ddce6db63ff9b03011c73f71e37cfd5ab366e0142408e80cd9466dd42e9e27c24767ee3443c83ce2d6f6e99d083b15f6b89cd111')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 10:54:11
  Author: jelle
Revision: 663307

upgpkg: python-atom 0.5.2-1

Modified:
  python-atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 10:25:13 UTC (rev 663306)
+++ PKGBUILD2020-07-12 10:54:11 UTC (rev 663307)
@@ -2,7 +2,7 @@
 
 _name=atom
 pkgname=python-atom
-pkgver=0.4.3
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Memory efficient Python objects'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(python python-setuptools)
 checkdepends=(python-pytest)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
-sha512sums=('7f38db91c62629fd1de16b981ef6bc77a691ac14aabbd46700e074beb8a60cc393ec62006b23405ee5aeca265ec1e793537d96de1f92ad5ab58e0ab8603e2990')
+sha512sums=('c8a7442ae65a68ebe0aa1905ddce6db63ff9b03011c73f71e37cfd5ab366e0142408e80cd9466dd42e9e27c24767ee3443c83ce2d6f6e99d083b15f6b89cd111')
 
 build() {
   cd ${_name}-${pkgver}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 09:44:57
  Author: jelle
Revision: 663304

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 09:44:49 UTC (rev 663303)
+++ PKGBUILD2020-07-12 09:44:57 UTC (rev 663304)
@@ -1,28 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-crc16
-pkgver=0.1.1
-pkgrel=2
-arch=(x86_64)
-pkgdesc='Python library for calculating CRC16'
-url="https://pypi.org/project/crc16/;
-depends=(python-setuptools python)
-license=('LGPL')
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
-sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
-
-build() {
-  cd "${pkgname#python-}-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname#python-}-$pkgver"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8"  python -m crc16.test
-}
-
-package() {
-  cd "${pkgname#python-}-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-crc16/repos/community-x86_64/PKGBUILD (from rev 663303, 
python-crc16/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 09:44:57 UTC (rev 663304)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-crc16
+pkgver=0.1.1
+pkgrel=3
+arch=(x86_64)
+pkgdesc='Python library for calculating CRC16'
+url="https://pypi.org/project/crc16/;
+depends=(python-setuptools python)
+license=('LGPL')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
+sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
+
+build() {
+  cd "${pkgname#python-}-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname#python-}-$pkgver"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8"  python -m crc16.test
+}
+
+package() {
+  cd "${pkgname#python-}-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 09:44:49
  Author: jelle
Revision: 663303

Rebuild to make the package reproducible

Modified:
  python-crc16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 08:48:35 UTC (rev 663302)
+++ PKGBUILD2020-07-12 09:44:49 UTC (rev 663303)
@@ -2,7 +2,7 @@
 
 pkgname=python-crc16
 pkgver=0.1.1
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc='Python library for calculating CRC16'
 url="https://pypi.org/project/crc16/;


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

2020-07-11 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 11, 2020 @ 21:27:14
  Author: jelle
Revision: 663284

Make reproducible by rebuilding

Modified:
  python-cssutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-11 21:22:57 UTC (rev 663283)
+++ PKGBUILD2020-07-11 21:27:14 UTC (rev 663284)
@@ -6,7 +6,7 @@
 
 pkgname=python-cssutils
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A CSS Cascading Style Sheets library for Python"
 arch=('any')
 url="http://cthedot.de/cssutils/;


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

2020-07-11 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 11, 2020 @ 21:27:23
  Author: jelle
Revision: 663285

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-11 21:27:14 UTC (rev 663284)
+++ PKGBUILD2020-07-11 21:27:23 UTC (rev 663285)
@@ -1,40 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Simon Sapin 
-# Contributor: Michal Marek 
-# Contributor: Rick W. Chena 
-# Contributor: Andrea Fagiani 
-
-pkgname=python-cssutils
-pkgver=1.0.2
-pkgrel=4
-pkgdesc="A CSS Cascading Style Sheets library for Python"
-arch=('any')
-url="http://cthedot.de/cssutils/;
-license=('LGPL3')
-depends=('python')
-makedepends=('python-setuptools')
-# We need to include mock as a check dependency due to the following pbr bug:
-# https://bugs.launchpad.net/pbr/+bug/1493735
-source=("https://pypi.python.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec/cssutils-1.0.2.tar.gz;)
-md5sums=('dc66d96c2d78f1687f59ac412fe9d318')
-
-build() {
-  # Use #!/usr/bin/python3 
-  cd cssutils-${pkgver}/src
-  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
-}
-
-package() {
-  cd "cssutils-${pkgver}"
-
-  python3 setup.py install --root="${pkgdir}/" --optimize=1
-
-  # Don't install tests (FS#27567)
-  rm -rf "${pkgdir}/usr/lib/python3.3/site-packages/tests"
-}
-
-check() {
-  cd "${srcdir}/cssutils-${pkgver}"
-  2to3 --no-diffs -nw src
-  python3 setup.py test
-}

Copied: python-cssutils/repos/community-any/PKGBUILD (from rev 663284, 
python-cssutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-11 21:27:23 UTC (rev 663285)
@@ -0,0 +1,40 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Simon Sapin 
+# Contributor: Michal Marek 
+# Contributor: Rick W. Chena 
+# Contributor: Andrea Fagiani 
+
+pkgname=python-cssutils
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="A CSS Cascading Style Sheets library for Python"
+arch=('any')
+url="http://cthedot.de/cssutils/;
+license=('LGPL3')
+depends=('python')
+makedepends=('python-setuptools')
+# We need to include mock as a check dependency due to the following pbr bug:
+# https://bugs.launchpad.net/pbr/+bug/1493735
+source=("https://pypi.python.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec/cssutils-1.0.2.tar.gz;)
+md5sums=('dc66d96c2d78f1687f59ac412fe9d318')
+
+build() {
+  # Use #!/usr/bin/python3 
+  cd cssutils-${pkgver}/src
+  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
+}
+
+package() {
+  cd "cssutils-${pkgver}"
+
+  python3 setup.py install --root="${pkgdir}/" --optimize=1
+
+  # Don't install tests (FS#27567)
+  rm -rf "${pkgdir}/usr/lib/python3.3/site-packages/tests"
+}
+
+check() {
+  cd "${srcdir}/cssutils-${pkgver}"
+  2to3 --no-diffs -nw src
+  python3 setup.py test
+}


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

2020-07-11 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 11, 2020 @ 14:25:28
  Author: jelle
Revision: 663265

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-continuum/repos/community-any/PKGBUILD
(from rev 663264, python-sqlalchemy-continuum/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-continuum/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-11 14:24:23 UTC (rev 663264)
+++ PKGBUILD2020-07-11 14:25:28 UTC (rev 663265)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jelle van der Waa https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
-sha512sums=('f597f537999c59005e09fe6dad40d03bd9fb933f9ea88135888c4a848ecb61df05e4a2dcb9af5399ed84bc127af2c48e8fc2993e3a1d3d561cad6ca3d34319ec')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  make -C docs text man
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}/tests
-  DB=sqlite pytest
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst docs/_build/text/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t 
"${pkgdir}/usr/share/man/man1"
-  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sqlalchemy-continuum/repos/community-any/PKGBUILD (from rev 
663264, python-sqlalchemy-continuum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-11 14:25:28 UTC (rev 663265)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
+sha512sums=('f597f537999c59005e09fe6dad40d03bd9fb933f9ea88135888c4a848ecb61df05e4a2dcb9af5399ed84bc127af2c48e8fc2993e3a1d3d561cad6ca3d34319ec')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs text man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/tests
+  DB=sqlite pytest -k 'not test_flask'
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst docs/_build/text/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t 
"${pkgdir}/usr/share/man/man1"
+  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-11 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 11, 2020 @ 14:24:23
  Author: jelle
Revision: 663264

Make reproducible by rebuilding to fix PKG-INFO sort issue

Modified:
  python-sqlalchemy-continuum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-11 14:09:57 UTC (rev 663263)
+++ PKGBUILD2020-07-11 14:24:23 UTC (rev 663264)
@@ -4,7 +4,7 @@
 _pkgname=sqlalchemy-continuum
 pkgname=python-sqlalchemy-continuum
 pkgver=1.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Versioning and auditing extension for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-continuum'
 arch=('any')
@@ -30,7 +30,7 @@
 
 check() {
   cd ${_pkgname}-${pkgver}/tests
-  DB=sqlite pytest
+  DB=sqlite pytest -k 'not test_flask'
 }
 
 package() {


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

2020-07-11 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 11, 2020 @ 14:09:57
  Author: jelle
Revision: 663263

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-utils/repos/community-any/PKGBUILD
(from rev 663262, python-sqlalchemy-utils/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-11 14:09:49 UTC (rev 663262)
+++ PKGBUILD2020-07-11 14:09:57 UTC (rev 663263)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Husam Bilal 
-
-_name=sqlalchemy-utils
-pkgname=python-sqlalchemy-utils
-pkgver=0.35.0
-pkgrel=1
-pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
-url='https://github.com/kvesteri/sqlalchemy-utils'
-depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
- 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
- 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
-checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
-makedepends=('python')
-license=('BSD')
-arch=('any')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
-sha512sums=('5abb8392dc8da3857782ac737d78b54102ba961a77b627ccc537212a3028eefa85651aad1d9f7213900f87de478e4d6b4c3f454dc814908efca41dfa5e6e2a25')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  # Tests require a postgres and MySQL db
-  pytest --disable-pytest-warnings tests/test_models.py
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sqlalchemy-utils/repos/community-any/PKGBUILD (from rev 663262, 
python-sqlalchemy-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-11 14:09:57 UTC (rev 663263)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Husam Bilal 
+
+_name=sqlalchemy-utils
+pkgname=python-sqlalchemy-utils
+pkgver=0.35.0
+pkgrel=2
+pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
+url='https://github.com/kvesteri/sqlalchemy-utils'
+depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
+ 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
+ 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
+checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
+makedepends=('python')
+license=('BSD')
+arch=('any')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
+sha512sums=('5abb8392dc8da3857782ac737d78b54102ba961a77b627ccc537212a3028eefa85651aad1d9f7213900f87de478e4d6b4c3f454dc814908efca41dfa5e6e2a25')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  # Tests require a postgres and MySQL db
+  pytest --disable-pytest-warnings tests/test_models.py
+}
+
+# vim: ts=2 sw=2 et:


<    1   2   3   4   5   6   7   8   9   10   >