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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Monday, January 13, 2020 @ 07:56:58
  Author: arojas
Revision: 373403

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 373402, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 373402, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  236 +++---
 arch-fonts.diff |  214 
 2 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 07:56:32 UTC (rev 373402)
+++ PKGBUILD2020-01-13 07:56:58 UTC (rev 373403)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.15
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('11ec74e3747c32c81bf222a4253ab7c18c48412869d73afc93782dec186984ff'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 373402, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 07:56:58 UTC (rev 373403)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.16
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)

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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Monday, January 13, 2020 @ 07:56:32
  Author: arojas
Revision: 373402

Update to 7.0.9.16

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-13 03:15:30 UTC (rev 373401)
+++ PKGBUILD2020-01-13 07:56:32 UTC (rev 373402)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.15
+pkgver=7.0.9.16
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('11ec74e3747c32c81bf222a4253ab7c18c48412869d73afc93782dec186984ff'
+sha256sums=('22109b84afa2c45eb535ac342b2c9301c2c3cb8c3dc0f7a9af3d89199b289d18'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


[arch-commits] Commit in python-django-mailman3/repos (2 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 04:21:00
  Author: dvzrv
Revision: 552288

archrelease: copy trunk to community-testing-any

Added:
  python-django-mailman3/repos/community-testing-any/
  python-django-mailman3/repos/community-testing-any/PKGBUILD
(from rev 552287, python-django-mailman3/trunk/PKGBUILD)

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

Copied: python-django-mailman3/repos/community-testing-any/PKGBUILD (from rev 
552287, python-django-mailman3/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-01-13 04:21:00 UTC (rev 552288)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=django-mailman3
+pkgname=python-django-mailman3
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Libraries and templates to Django-based interfaces interacting with 
Mailman"
+arch=('any')
+url="https://gitlab.com/mailman/django-mailman3;
+license=('GPL3')
+depends=('python-django' 'python-django-allauth' 'python-django-gravatar'
+'python-mailmanclient' 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-mock' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('7397c592e59164df58caed89c52c79d979f66dd65d01049abc8e82d09d0556439134f502b597c27ef6f43583347c90302077a8eec3c78b2231fd58d424268269'
+'SKIP')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  django-admin.py test --settings=django_mailman3.tests.settings_test 
django_mailman3
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 04:18:32
  Author: dvzrv
Revision: 552287

Adding python-django-mailman3 as depends for 
python-django-{hyperkitty,posterius}.

Added:
  python-django-mailman3/
  python-django-mailman3/repos/
  python-django-mailman3/trunk/
  python-django-mailman3/trunk/PKGBUILD

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

Added: python-django-mailman3/trunk/PKGBUILD
===
--- python-django-mailman3/trunk/PKGBUILD   (rev 0)
+++ python-django-mailman3/trunk/PKGBUILD   2020-01-13 04:18:32 UTC (rev 
552287)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=django-mailman3
+pkgname=python-django-mailman3
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Libraries and templates to Django-based interfaces interacting with 
Mailman"
+arch=('any')
+url="https://gitlab.com/mailman/django-mailman3;
+license=('GPL3')
+depends=('python-django' 'python-django-allauth' 'python-django-gravatar'
+'python-mailmanclient' 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-mock' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('7397c592e59164df58caed89c52c79d979f66dd65d01049abc8e82d09d0556439134f502b597c27ef6f43583347c90302077a8eec3c78b2231fd58d424268269'
+'SKIP')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  django-admin.py test --settings=django_mailman3.tests.settings_test 
django_mailman3
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Monday, January 13, 2020 @ 04:09:10
  Author: felixonmars
Revision: 552286

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 552285, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 04:08:37 UTC (rev 552285)
+++ PKGBUILD2020-01-13 04:09:10 UTC (rev 552286)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202001120103
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip;
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('04c3696fa4fbb161d8e17a60d5b0fce46a82ca8018e38f8738413a6c6fd8964f92ff07f8aca8f63421d435bf2441b50d13f001998c656bb042cf2606109aafd8')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 552285, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 04:09:10 UTC (rev 552286)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202001130103
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip;
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('f09269d1e93a54dc43e92d5746f7ed96bd3bfdbcefb8e01136ef57e6250c5cf0b14f5da626b9b6681fcc691436c97f1e7593a2ebe3a8927fa8f799ede8ad4943')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Monday, January 13, 2020 @ 04:08:37
  Author: felixonmars
Revision: 552285

upgpkg: v2ray-geoip 202001130103-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-13 04:02:24 UTC (rev 552284)
+++ PKGBUILD2020-01-13 04:08:37 UTC (rev 552285)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202001120103
+pkgver=202001130103
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip;
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('04c3696fa4fbb161d8e17a60d5b0fce46a82ca8018e38f8738413a6c6fd8964f92ff07f8aca8f63421d435bf2441b50d13f001998c656bb042cf2606109aafd8')
+sha512sums=('f09269d1e93a54dc43e92d5746f7ed96bd3bfdbcefb8e01136ef57e6250c5cf0b14f5da626b9b6681fcc691436c97f1e7593a2ebe3a8927fa8f799ede8ad4943')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


[arch-commits] Commit in python-django-gravatar/repos (2 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 04:02:24
  Author: dvzrv
Revision: 552284

archrelease: copy trunk to community-any

Added:
  python-django-gravatar/repos/community-any/
  python-django-gravatar/repos/community-any/PKGBUILD
(from rev 552283, python-django-gravatar/trunk/PKGBUILD)

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

Copied: python-django-gravatar/repos/community-any/PKGBUILD (from rev 552283, 
python-django-gravatar/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-13 04:02:24 UTC (rev 552284)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=django-gravatar
+pkgname=python-django-gravatar
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Essential Gravatar support for Django"
+arch=('any')
+url="https://github.com/twaddington/django-gravatar;
+license=('MIT')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+# sdist has no tests:
+# https://github.com/twaddington/django-gravatar/issues/32
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/twaddington/${_name}/archive/${pkgver}.tar.gz;
+
"${pkgname}-1.4.2-fix_tests.patch::https://github.com/twaddington/django-gravatar/pull/33.patch;)
+sha512sums=('ae83f648ab56aad5cfda37b74dc3028e805fe6e5dc93c3dcec3ce56164822bf7e31c1a6f78ff6faa6c610df2e3fdd538f0158353755e19150b0dea7b369e'
+
'23255dd0f07d5e1c7b3bd43aa4023ee628e3d3362e3d4a1ebdaa9136af35a6319edf980eac5712ccc303b5335f803a0e31173edea7fad0145545bdc89cf190cf')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # fix tests: https://github.com/twaddington/django-gravatar/issues/30
+  patch -Np1 -i ../"${pkgname}-1.4.2-fix_tests.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python example_project/manage.py test --verbosity=2 django_gravatar
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 03:59:54
  Author: dvzrv
Revision: 552283

Adding python-django-gravatar as depends for python-django-mailman3.

Added:
  python-django-gravatar/
  python-django-gravatar/repos/
  python-django-gravatar/trunk/
  python-django-gravatar/trunk/PKGBUILD

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

Added: python-django-gravatar/trunk/PKGBUILD
===
--- python-django-gravatar/trunk/PKGBUILD   (rev 0)
+++ python-django-gravatar/trunk/PKGBUILD   2020-01-13 03:59:54 UTC (rev 
552283)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=django-gravatar
+pkgname=python-django-gravatar
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Essential Gravatar support for Django"
+arch=('any')
+url="https://github.com/twaddington/django-gravatar;
+license=('MIT')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+# sdist has no tests:
+# https://github.com/twaddington/django-gravatar/issues/32
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/twaddington/${_name}/archive/${pkgver}.tar.gz;
+
"${pkgname}-1.4.2-fix_tests.patch::https://github.com/twaddington/django-gravatar/pull/33.patch;)
+sha512sums=('ae83f648ab56aad5cfda37b74dc3028e805fe6e5dc93c3dcec3ce56164822bf7e31c1a6f78ff6faa6c610df2e3fdd538f0158353755e19150b0dea7b369e'
+
'23255dd0f07d5e1c7b3bd43aa4023ee628e3d3362e3d4a1ebdaa9136af35a6319edf980eac5712ccc303b5335f803a0e31173edea7fad0145545bdc89cf190cf')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # fix tests: https://github.com/twaddington/django-gravatar/issues/30
+  patch -Np1 -i ../"${pkgname}-1.4.2-fix_tests.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python example_project/manage.py test --verbosity=2 django_gravatar
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in python-django-allauth/repos (2 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 03:37:09
  Author: dvzrv
Revision: 552282

archrelease: copy trunk to community-any

Added:
  python-django-allauth/repos/community-any/
  python-django-allauth/repos/community-any/PKGBUILD
(from rev 552281, python-django-allauth/trunk/PKGBUILD)

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

Copied: python-django-allauth/repos/community-any/PKGBUILD (from rev 552281, 
python-django-allauth/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-13 03:37:09 UTC (rev 552282)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=django-allauth
+pkgname=python-django-allauth
+pkgver=0.41.0
+pkgrel=1
+pkgdesc="Authentication, registration, account management and 3rd party 
account authentication"
+arch=('any')
+url="https://github.com/pennersr/django-allauth;
+license=('MIT')
+depends=('python-django' 'python-openid' 'python-requests'
+'python-requests-oauthlib')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-mock' 'python-pytest')
+# tests are not available in pypi sdist:
+# https://github.com/pennersr/django-allauth/issues/2439
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/pennersr/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('8de27ea209334327918c58174cbe510625428ca74dc8032e50d98caa5aa6e24ed885285e65ba039c12c06d739c0366b46e5fcd7940ec6f02ff2f53f3084d8d08')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  coverage run manage.py test allauth
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 03:34:37
  Author: dvzrv
Revision: 552281

Adding python-django-allauth as depends for python-django-mailman3.

Added:
  python-django-allauth/
  python-django-allauth/repos/
  python-django-allauth/trunk/
  python-django-allauth/trunk/PKGBUILD

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

Added: python-django-allauth/trunk/PKGBUILD
===
--- python-django-allauth/trunk/PKGBUILD(rev 0)
+++ python-django-allauth/trunk/PKGBUILD2020-01-13 03:34:37 UTC (rev 
552281)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=django-allauth
+pkgname=python-django-allauth
+pkgver=0.41.0
+pkgrel=1
+pkgdesc="Authentication, registration, account management and 3rd party 
account authentication"
+arch=('any')
+url="https://github.com/pennersr/django-allauth;
+license=('MIT')
+depends=('python-django' 'python-openid' 'python-requests'
+'python-requests-oauthlib')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-mock' 'python-pytest')
+# tests are not available in pypi sdist:
+# https://github.com/pennersr/django-allauth/issues/2439
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/pennersr/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('8de27ea209334327918c58174cbe510625428ca74dc8032e50d98caa5aa6e24ed885285e65ba039c12c06d739c0366b46e5fcd7940ec6f02ff2f53f3084d8d08')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  coverage run manage.py test allauth
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 03:20:43
  Author: dvzrv
Revision: 552280

archrelease: copy trunk to community-any

Added:
  python-openid/repos/community-any/
  python-openid/repos/community-any/PKGBUILD
(from rev 552279, python-openid/trunk/PKGBUILD)

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

Copied: python-openid/repos/community-any/PKGBUILD (from rev 552279, 
python-openid/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-13 03:20:43 UTC (rev 552280)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=python3-openid
+pkgname=python-openid
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Python 3 port of the python2-openid library"
+arch=('any')
+url="https://github.com/necaris/python3-openid;
+license=('Apache')
+depends=('python-defusedxml')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-django' 'python-httplib2'
+'python-mysqlclient' 'python-psycopg2' 'python-pycurl' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('9c96efd16191ddb6ddb12c4885a2cce523244d04e70f9418144d0124ef142fd7b6578cd2a01e949995d7dedf0b96cbb3b17d1d3a29db5da8934f7fa875ad8e9c')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  coverage run -m unittest openid.test.test_suite
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 NEWS.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 03:16:13
  Author: dvzrv
Revision: 552279

Adding python-openid (aka python3-openid) as depends for python-django-allauth.

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

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

Added: python-openid/trunk/PKGBUILD
===
--- python-openid/trunk/PKGBUILD(rev 0)
+++ python-openid/trunk/PKGBUILD2020-01-13 03:16:13 UTC (rev 552279)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=python3-openid
+pkgname=python-openid
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Python 3 port of the python2-openid library"
+arch=('any')
+url="https://github.com/necaris/python3-openid;
+license=('Apache')
+depends=('python-defusedxml')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-django' 'python-httplib2'
+'python-mysqlclient' 'python-psycopg2' 'python-pycurl' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('9c96efd16191ddb6ddb12c4885a2cce523244d04e70f9418144d0124ef142fd7b6578cd2a01e949995d7dedf0b96cbb3b17d1d3a29db5da8934f7fa875ad8e9c')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  coverage run -m unittest openid.test.test_suite
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 NEWS.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-12 Thread Evangelos Foutras via arch-commits
Date: Monday, January 13, 2020 @ 03:15:25
  Author: foutrelis
Revision: 373400

upgpkg: xfdesktop 4.14.2-1: New upstream release.

Modified:
  xfdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 23:19:31 UTC (rev 373399)
+++ PKGBUILD2020-01-13 03:15:25 UTC (rev 373400)
@@ -2,8 +2,8 @@
 # Contributor: tobias 
 
 pkgname=xfdesktop
-pkgver=4.14.1
-pkgrel=2
+pkgver=4.14.2
+pkgrel=1
 pkgdesc="A desktop manager for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/;
@@ -12,7 +12,7 @@
 depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f705a016246ec54ab0c688d1a0577f6c2b45a446690aa8d9e5a7ac23efebf882')
+sha256sums=('a30534461fea907f969f608a11c84be0b1aaad687c591c32cd56a9d274ea3e74')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-01-12 Thread Evangelos Foutras via arch-commits
Date: Monday, January 13, 2020 @ 03:15:30
  Author: foutrelis
Revision: 373401

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/PKGBUILD
(from rev 373400, xfdesktop/trunk/PKGBUILD)
Deleted:
  xfdesktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 03:15:25 UTC (rev 373400)
+++ PKGBUILD2020-01-13 03:15:30 UTC (rev 373401)
@@ -1,38 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfdesktop
-pkgver=4.14.1
-pkgrel=2
-pkgdesc="A desktop manager for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f705a016246ec54ab0c688d1a0577f6c2b45a446690aa8d9e5a7ac23efebf882')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfdesktop/repos/extra-x86_64/PKGBUILD (from rev 373400, 
xfdesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 03:15:30 UTC (rev 373401)
@@ -0,0 +1,38 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfdesktop
+pkgver=4.14.2
+pkgrel=1
+pkgdesc="A desktop manager for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a30534461fea907f969f608a11c84be0b1aaad687c591c32cd56a9d274ea3e74')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-thunarx \
+--enable-notifications \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 02:21:06
  Author: dvzrv
Revision: 552278

archrelease: copy trunk to community-testing-any

Added:
  python-mailmanclient/repos/community-testing-any/
  python-mailmanclient/repos/community-testing-any/PKGBUILD
(from rev 552277, python-mailmanclient/trunk/PKGBUILD)

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

Copied: python-mailmanclient/repos/community-testing-any/PKGBUILD (from rev 
552277, python-mailmanclient/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-01-13 02:21:06 UTC (rev 552278)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=mailmanclient
+pkgname=python-mailmanclient
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
+arch=('any')
+url="https://gitlab.com/mailman/mailmanclient;
+license=('LGPL3')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-vcr' 'python-pytest-services'
+'mailman3' 'python-falcon')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('b6498f0f268f139dfa5e5d1b5f2228bb0040a3a8cda08077da8212f7c50cd75e7564dbde2095b697c6fa60912636b7fb7615dc454127d2db3b594af5db21b921'
+'SKIP')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # pytest.ini wants to use pytest-pep8 which is super ancient
+  rm -v pytest.ini
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in gitlab/trunk (PKGBUILD ruby27-pop-extra-arg.patch)

2020-01-12 Thread Anatol Pomozov via arch-commits
Date: Monday, January 13, 2020 @ 02:18:18
  Author: anatolik
Revision: 552277

Replace workaround for 'Rack' project to the correct fix in 'Grape' project

https://gitlab.com/groups/gitlab-org/-/epics/2380

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/ruby27-pop-extra-arg.patch

+
 PKGBUILD   |8 ---
 ruby27-pop-extra-arg.patch |   45 ---
 2 files changed, 31 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-13 02:18:15 UTC (rev 552276)
+++ PKGBUILD2020-01-13 02:18:18 UTC (rev 552277)
@@ -49,7 +49,7 @@
 
'bf33b818e4ea671c16f58563997ba5fe0a09090e5c03577ff974d31324d4e9782b85a9bb4f1749b97257ce93400c692de935f003770d52b5994c9cab9aee57c6'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
 
'88e199d2f63e4f235930c35c6dfde80e6010e590907bd4de0af1fbfe6d5491ff56845aefcfe8edefa707712bd84fef96880655747b8bfb949ceeadc0456b0121'
-
'ac1f033a6a4cde442e3280f06ee5e78a800420715fff6a35bad798e948997c173499fb970592f146483d583b4f0697c2844071d66348ac7da69f36f1a9c757a8')
+
'0cc5c1df3cd18978df9a01bb64680d3a375c1ff4de6a453045dd26355777b4f08e3a05f55f035c8012a9683100de0bc3d11c280debcb343eb7167fc25342d5c0')
 
 
 _datadir="/usr/share/webapps/${pkgname}"
@@ -123,8 +123,10 @@
   bundle config force_ruby_platform true # some native gems are not available 
for newer ruby
   bundle install --jobs=$(nproc) --no-cache --deployment --without development 
test aws kerberos
 
-  # workaround for a weird ruby27 issue 
https://gitlab.com/groups/gitlab-org/-/epics/2380
-  pushd vendor/bundle/ruby/2.7.0/gems/rack-2.0.7/
+  # workaround for a ruby2.7 issue
+  # https://gitlab.com/groups/gitlab-org/-/epics/2380
+  # https://github.com/ruby-grape/grape/issues/1967
+  pushd vendor/bundle/ruby/2.7.0/gems/grape-1.1.0/
   patch -p1 < $srcdir/ruby27-pop-extra-arg.patch
   popd
 

Modified: ruby27-pop-extra-arg.patch
===
--- ruby27-pop-extra-arg.patch  2020-01-13 02:18:15 UTC (rev 552276)
+++ ruby27-pop-extra-arg.patch  2020-01-13 02:18:18 UTC (rev 552277)
@@ -1,19 +1,26 @@
-diff --git a/lib/rack/builder.rb b/lib/rack/builder.rb
-index 975cf1e1..c61e8421 100644
 a/lib/rack/builder.rb
-+++ b/lib/rack/builder.rb
-@@ -79,6 +79,14 @@ module Rack
- # The +call+ method in this example sets an additional environment key 
which then can be
- # referenced in the application if required.
- def use(middleware, *args, )
-+  # workaround for ruby 2.7 problem discussed 
https://gitlab.com/groups/gitlab-org/-/epics/2380
-+  if not args.empty? and args[-1] == block
-+# for some reason ruby adds block defined in lib/api/api_guard.rb
-+# both to args and to 'block' parameter
-+# pop extra parameter from 'args'
-+args.pop
-+  end
-+
-   if @map
- mapping, @map = @map, nil
- @use << proc { |app| generate_map app, mapping }
+From 9ff085264c5ce3db12290c68bc8373578234e425 Mon Sep 17 00:00:00 2001
+From: dm1try 
+Date: Sat, 11 Jan 2020 22:24:15 +0300
+Subject: [PATCH] fix args forwarding in Middleware::Stack#merge_with for ruby
+ 2.7.0 ref #1967
+
+---
+ CHANGELOG.md| 1 +
+ lib/grape/middleware/stack.rb   | 3 ++-
+ spec/grape/middleware/stack_spec.rb | 9 +
+ 3 files changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/lib/grape/middleware/stack.rb b/lib/grape/middleware/stack.rb
+index 8509a4653..488a51498 100644
+--- a/lib/grape/middleware/stack.rb
 b/lib/grape/middleware/stack.rb
+@@ -78,7 +78,8 @@ def use(*args, )
+   def merge_with(middleware_specs)
+ middleware_specs.each do |operation, *args|
+   if args.last.is_a?(Proc)
+-public_send(operation, *args, )
++last_proc = args.pop
++public_send(operation, *args, _proc)
+   else
+ public_send(operation, *args)
+   end


[arch-commits] Commit in (4 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 02:18:15
  Author: dvzrv
Revision: 552276

Adding python-mailmanclient as depends for python-django-{hyperkitty,posterius}.

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

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

Added: python-mailmanclient/trunk/PKGBUILD
===
--- python-mailmanclient/trunk/PKGBUILD (rev 0)
+++ python-mailmanclient/trunk/PKGBUILD 2020-01-13 02:18:15 UTC (rev 552276)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=mailmanclient
+pkgname=python-mailmanclient
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
+arch=('any')
+url="https://gitlab.com/mailman/mailmanclient;
+license=('LGPL3')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-vcr' 'python-pytest-services'
+'mailman3' 'python-falcon')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('b6498f0f268f139dfa5e5d1b5f2228bb0040a3a8cda08077da8212f7c50cd75e7564dbde2095b697c6fa60912636b7fb7615dc454127d2db3b594af5db21b921'
+'SKIP')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # pytest.ini wants to use pytest-pep8 which is super ancient
+  rm -v pytest.ini
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-lazr.delegates/repos/community-any (PKGBUILD PKGBUILD)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 02:17:16
  Author: dvzrv
Revision: 552275

archrelease: copy trunk to community-any

Added:
  python-lazr.delegates/repos/community-any/PKGBUILD
(from rev 552274, python-lazr.delegates/trunk/PKGBUILD)
Deleted:
  python-lazr.delegates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 02:17:12 UTC (rev 552274)
+++ PKGBUILD2020-01-13 02:17:16 UTC (rev 552275)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=lazr.delegates
-pkgname=python-lazr.delegates
-pkgver=2.0.4
-pkgrel=2
-pkgdesc="Easily write objects that delegate behavior"
-arch=('any')
-url="https://launchpad.net/lazr.delegates;
-license=('GPL')
-depends=('python-zope-interface')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-nose')
-provides=('python-lazr-delegates')
-replaces=('python-lazr-delegates')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501'
-'SKIP')
-validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {HACKING,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-lazr.delegates/repos/community-any/PKGBUILD (from rev 552274, 
python-lazr.delegates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 02:17:16 UTC (rev 552275)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=lazr.delegates
+pkgname=python-lazr.delegates
+pkgver=2.0.4
+pkgrel=3
+pkgdesc="Easily write objects that delegate behavior"
+arch=('any')
+url="https://launchpad.net/lazr.delegates;
+license=('GPL')
+depends=('python-nose' 'python-setuptools' 'python-zope-interface')
+checkdepends=('python-pytest')
+provides=('python-lazr-delegates')
+replaces=('python-lazr-delegates')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501'
+'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {HACKING,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-lazr.delegates/trunk (PKGBUILD)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 02:17:12
  Author: dvzrv
Revision: 552274

upgpkg: python-lazr.delegates 2.0.4-3: Adding python-nose and python-setuptools 
to depends.

Modified:
  python-lazr.delegates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-13 01:55:04 UTC (rev 552273)
+++ PKGBUILD2020-01-13 02:17:12 UTC (rev 552274)
@@ -3,14 +3,13 @@
 _name=lazr.delegates
 pkgname=python-lazr.delegates
 pkgver=2.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Easily write objects that delegate behavior"
 arch=('any')
 url="https://launchpad.net/lazr.delegates;
 license=('GPL')
-depends=('python-zope-interface')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-nose')
+depends=('python-nose' 'python-setuptools' 'python-zope-interface')
+checkdepends=('python-pytest')
 provides=('python-lazr-delegates')
 replaces=('python-lazr-delegates')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})


[arch-commits] Commit in python-pytest-services/repos (2 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 01:55:04
  Author: dvzrv
Revision: 552273

archrelease: copy trunk to community-any

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

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

Copied: python-pytest-services/repos/community-any/PKGBUILD (from rev 552272, 
python-pytest-services/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-13 01:55:04 UTC (rev 552273)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+_name=pytest-services
+pkgname=python-pytest-services
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Services plugin for pytest testing framework"
+arch=('any')
+url="https://github.com/pytest-dev/pytest-services;
+license=('MIT')
+depends=('python-setuptools' 'python-pytest' 'python-requests' 'python-psutil'
+'python-zc.lockfile')
+checkdepends=('memcached' 'python-astroid' 'python-coverage' 'python-mock'
+'python-mysqlclient' 'python-pylibmc' 'xorg-server-xvfb')
+# 2.0.1 sdist doesn't have tests on pypi
+# https://github.com/pytest-dev/pytest-services/issues/33
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/pytest-dev/${_name}/archive/${pkgver}.tar.gz;)
+noextract=()
+sha512sums=('445cd5346f0c19b68014eb3c27b06376ae6699e31d8c1fee0cb3cda6e927d0ecadbffe3b0b832dd38fe63bc1fe4e3108e2ecbcabf0641af0bdbff019681f0576')
+validpgpkeys=()
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  local python_stdlib_basepath="$(python -c "from sysconfig import get_path; 
print(get_path('stdlib'))")"
+  # Hack entry points by installing it
+  python setup.py install --root="${PWD}/tmp_install" --optimize=1
+  export 
PYTHONPATH="${PWD}/tmp_install/${python_stdlib_basepath/\//}/site-packages:${PYTHONPATH}:${PWD}/tests"
+  pytest -v -k 'not test_mysql'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGES,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 01:52:51
  Author: dvzrv
Revision: 552272

Adding python-pytest-services as checkdepends for python-mailmanclient.

Added:
  python-pytest-services/
  python-pytest-services/repos/
  python-pytest-services/trunk/
  python-pytest-services/trunk/PKGBUILD

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

Added: python-pytest-services/trunk/PKGBUILD
===
--- python-pytest-services/trunk/PKGBUILD   (rev 0)
+++ python-pytest-services/trunk/PKGBUILD   2020-01-13 01:52:51 UTC (rev 
552272)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+_name=pytest-services
+pkgname=python-pytest-services
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Services plugin for pytest testing framework"
+arch=('any')
+url="https://github.com/pytest-dev/pytest-services;
+license=('MIT')
+depends=('python-setuptools' 'python-pytest' 'python-requests' 'python-psutil'
+'python-zc.lockfile')
+checkdepends=('memcached' 'python-astroid' 'python-coverage' 'python-mock'
+'python-mysqlclient' 'python-pylibmc' 'xorg-server-xvfb')
+# 2.0.1 sdist doesn't have tests on pypi
+# https://github.com/pytest-dev/pytest-services/issues/33
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/pytest-dev/${_name}/archive/${pkgver}.tar.gz;)
+noextract=()
+sha512sums=('445cd5346f0c19b68014eb3c27b06376ae6699e31d8c1fee0cb3cda6e927d0ecadbffe3b0b832dd38fe63bc1fe4e3108e2ecbcabf0641af0bdbff019681f0576')
+validpgpkeys=()
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  local python_stdlib_basepath="$(python -c "from sysconfig import get_path; 
print(get_path('stdlib'))")"
+  # Hack entry points by installing it
+  python setup.py install --root="${PWD}/tmp_install" --optimize=1
+  export 
PYTHONPATH="${PWD}/tmp_install/${python_stdlib_basepath/\//}/site-packages:${PYTHONPATH}:${PWD}/tests"
+  pytest -v -k 'not test_mysql'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGES,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-12 Thread Anatol Pomozov via arch-commits
Date: Monday, January 13, 2020 @ 01:42:37
  Author: anatolik
Revision: 552271

archrelease: copy trunk to community-testing-x86_64

Added:
  rocksdb/repos/community-testing-x86_64/
  rocksdb/repos/community-testing-x86_64/PKGBUILD
(from rev 552270, rocksdb/trunk/PKGBUILD)

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

Copied: rocksdb/repos/community-testing-x86_64/PKGBUILD (from rev 552270, 
rocksdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-13 01:42:37 UTC (rev 552271)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.5.3
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 gcc-libs gflags jemalloc lz4 snappy zlib zstd)
+makedepends=(cmake)
+#checkdepends=('python2')
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('6dc023a11d61d00c8391bd44f26ba7db06c44be228c10b552edc84e02d7fbde2')
+
+build() {
+  cd rocksdb-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_BZ2=ON -DWITH_LZ4=ON -DWITH_SNAPPY=ON -DWITH_ZLIB=ON 
-DWITH_ZSTD=ON \
+-DUSE_RTTI=ON -DWITH_JEMALLOC=ON -DWITH_TESTS=OFF 
-DFAIL_ON_WARNINGS=OFF -DPORTABLE=ON \
+   -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # cmake --build build --target test
+}
+
+package() {
+  cd rocksdb-$pkgver
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2020-01-12 Thread Anatol Pomozov via arch-commits
Date: Monday, January 13, 2020 @ 01:42:13
  Author: anatolik
Revision: 552270

upgpkg: rocksdb 6.5.3-1

Also recompile with PORTABLE=ON that disables '-march=native'

Closes FS#65093

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-13 00:41:10 UTC (rev 552269)
+++ PKGBUILD2020-01-13 01:42:13 UTC (rev 552270)
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=6.5.2
+pkgver=6.5.3
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -12,13 +12,14 @@
 makedepends=(cmake)
 #checkdepends=('python2')
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('a923e36aa1cdd1429ae93a0b26baf477c714060ce7dd1c52e873754e1468d7ff')
+sha256sums=('6dc023a11d61d00c8391bd44f26ba7db06c44be228c10b552edc84e02d7fbde2')
 
 build() {
   cd rocksdb-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib \
 -DWITH_BZ2=ON -DWITH_LZ4=ON -DWITH_SNAPPY=ON -DWITH_ZLIB=ON 
-DWITH_ZSTD=ON \
--DUSE_RTTI=ON -DWITH_JEMALLOC=ON -DWITH_TESTS=OFF 
-DFAIL_ON_WARNINGS=OFF -S . -B build
+-DUSE_RTTI=ON -DWITH_JEMALLOC=ON -DWITH_TESTS=OFF 
-DFAIL_ON_WARNINGS=OFF -DPORTABLE=ON \
+   -S . -B build
   cmake --build build
 }
 


[arch-commits] Commit in python-pytest-vcr/repos (2 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 00:41:10
  Author: dvzrv
Revision: 552269

archrelease: copy trunk to community-any

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

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

Copied: python-pytest-vcr/repos/community-any/PKGBUILD (from rev 552268, 
python-pytest-vcr/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-13 00:41:10 UTC (rev 552269)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=pytest-vcr
+pkgname=python-pytest-vcr
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Py.test plugin for managing VCR.py cassettes"
+arch=('any')
+url="https://github.com/ktosiek/pytest-vcr;
+license=('MIT')
+depends=('python-pytest' 'python-vcrpy')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-pytest')
+# the pypi sdist for 1.0.2 doesn't have the tests (yet)
+# https://github.com/ktosiek/pytest-vcr/issues/26
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/ktosiek/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('29dceb51092d73f2190b89e82e88b59506591a35cfe4f141bb877c05420d67a8ab2f21f63c2630972c35697d01b242891917d1be19b14fdfa810c1799f8542c2')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  sed -e '/pytest.config/d' -i tests/test_vcr.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  local python_stdlib_basepath="$(python -c "from sysconfig import get_path; 
print(get_path('stdlib'))")"
+  # Hack entry points by installing it
+  python setup.py install --root="${PWD}/tmp_install" --optimize=1
+  export 
PYTHONPATH="${PWD}/tmp_install/${python_stdlib_basepath/\//}/site-packages:${PYTHONPATH}:${PWD}/tests"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-12 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 00:38:57
  Author: dvzrv
Revision: 552268

Adding python-pytest-vcr as checkdepends for python-mailmanclient.

Added:
  python-pytest-vcr/
  python-pytest-vcr/repos/
  python-pytest-vcr/trunk/
  python-pytest-vcr/trunk/PKGBUILD

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

Added: python-pytest-vcr/trunk/PKGBUILD
===
--- python-pytest-vcr/trunk/PKGBUILD(rev 0)
+++ python-pytest-vcr/trunk/PKGBUILD2020-01-13 00:38:57 UTC (rev 552268)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=pytest-vcr
+pkgname=python-pytest-vcr
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Py.test plugin for managing VCR.py cassettes"
+arch=('any')
+url="https://github.com/ktosiek/pytest-vcr;
+license=('MIT')
+depends=('python-pytest' 'python-vcrpy')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-pytest')
+# the pypi sdist for 1.0.2 doesn't have the tests (yet)
+# https://github.com/ktosiek/pytest-vcr/issues/26
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/ktosiek/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('29dceb51092d73f2190b89e82e88b59506591a35cfe4f141bb877c05420d67a8ab2f21f63c2630972c35697d01b242891917d1be19b14fdfa810c1799f8542c2')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  sed -e '/pytest.config/d' -i tests/test_vcr.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  local python_stdlib_basepath="$(python -c "from sysconfig import get_path; 
print(get_path('stdlib'))")"
+  # Hack entry points by installing it
+  python setup.py install --root="${PWD}/tmp_install" --optimize=1
+  export 
PYTHONPATH="${PWD}/tmp_install/${python_stdlib_basepath/\//}/site-packages:${PYTHONPATH}:${PWD}/tests"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-12 Thread Filipe Laíns via arch-commits
Date: Monday, January 13, 2020 @ 00:07:13
  Author: ffy00
Revision: 552267

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 00:07:00 UTC (rev 552266)
+++ PKGBUILD2020-01-13 00:07:13 UTC (rev 552267)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgname=python-keyring
-_pkgname=keyring
-pkgver=21.0.0
-pkgrel=1
-pkgdesc='Store and access your passwords safely'
-arch=('any')
-url='https://github.com/jaraco/keyring'
-license=('PSF' 'MIT')
-depends=('python-entrypoints' 'python-secretstorage')
-makedepends=('python-setuptools-scm' 'python-entrypoints')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python-pytest-black' 'python-pytest-cov' 'python-keyrings-alt')
-optdepends=('python-keyrings-alt: Alternative backends'
-'python-dbus: kwallet backend')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('0ea67db52c1dd62c4c186ea49fa7939ee54d216da33c0fdd9823079357dc79e9a619928cf21e120732551a50287574d03bc921b72bd32123cc5410f05701ef18')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  rm tests/test_packaging.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/lib/python3.8/site-packages/keyring/tests
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 552266, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 00:07:13 UTC (rev 552267)
@@ -0,0 +1,51 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyring
+_pkgname=keyring
+pkgver=21.1.0
+pkgrel=1
+pkgdesc='Store and access your passwords safely'
+arch=('any')
+url='https://github.com/jaraco/keyring'
+license=('PSF' 'MIT')
+depends=('python-entrypoints' 'python-secretstorage')
+makedepends=('python-setuptools-scm' 'python-entrypoints')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python-pytest-black' 'python-pytest-cov' 'python-keyrings-alt')
+optdepends=('python-keyrings-alt: Alternative backends'
+'python-dbus: kwallet backend')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('9d5b2d1a18ec9f814599d8b2ff3ea6c9e72a77a99556c6377c5259f105e2b61b89610cec7717ae47c372bbec6854ad0948fa60ea0fdda458758ea9da66010323')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  rm tests/test_packaging.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/lib/python3.8/site-packages/keyring/tests
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-12 Thread Filipe Laíns via arch-commits
Date: Monday, January 13, 2020 @ 00:07:00
  Author: ffy00
Revision: 552266

upgpkg: python-keyring 21.1.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 21:45:52 UTC (rev 552265)
+++ PKGBUILD2020-01-13 00:07:00 UTC (rev 552266)
@@ -7,7 +7,7 @@
 
 pkgname=python-keyring
 _pkgname=keyring
-pkgver=21.0.0
+pkgver=21.1.0
 pkgrel=1
 pkgdesc='Store and access your passwords safely'
 arch=('any')
@@ -19,7 +19,7 @@
 optdepends=('python-keyrings-alt: Alternative backends'
 'python-dbus: kwallet backend')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('0ea67db52c1dd62c4c186ea49fa7939ee54d216da33c0fdd9823079357dc79e9a619928cf21e120732551a50287574d03bc921b72bd32123cc5410f05701ef18')
+sha512sums=('9d5b2d1a18ec9f814599d8b2ff3ea6c9e72a77a99556c6377c5259f105e2b61b89610cec7717ae47c372bbec6854ad0948fa60ea0fdda458758ea9da66010323')
 
 prepare() {
   cd $_pkgname-$pkgver


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

2020-01-12 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 12, 2020 @ 23:19:21
  Author: foutrelis
Revision: 373398

upgpkg: xfce4-panel 4.14.3-1: New upstream release.

Modified:
  xfce4-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 22:14:24 UTC (rev 373397)
+++ PKGBUILD2020-01-12 23:19:21 UTC (rev 373398)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-panel
-pkgver=4.14.1
+pkgver=4.14.3
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'desktop-file-utils')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114')
+sha256sums=('ef22324d26e5af735134bb10f85b6e16525ac9f48be8d2f6b634142fbfcabbc9')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-01-12 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 12, 2020 @ 23:19:31
  Author: foutrelis
Revision: 373399

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 373398, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 23:19:21 UTC (rev 373398)
+++ PKGBUILD2020-01-12 23:19:31 UTC (rev 373399)
@@ -1,41 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.14.1
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-x86_64/PKGBUILD (from rev 373398, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 23:19:31 UTC (rev 373399)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.14.3
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ef22324d26e5af735134bb10f85b6e16525ac9f48be8d2f6b634142fbfcabbc9')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 22:14:15
  Author: heftig
Revision: 373396

6.9.10.86-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 21:34:15 UTC (rev 373395)
+++ PKGBUILD2020-01-12 22:14:15 UTC (rev 373396)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.10.84
+pkgver=6.9.10.86
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('42c506071219024aae9a75baf9c12699dffa45885a1d3c3062a8b2368d0f67f4'
+sha256sums=('004ffc11d55c2a5b23757f56e8b3bfcdf7358037c8f11c3b7f91a3f75039d037'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 22:14:24
  Author: heftig
Revision: 373397

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 373396, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 373396, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  216 +++---
 arch-fonts.diff |  214 ++---
 2 files changed, 215 insertions(+), 215 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 22:14:15 UTC (rev 373396)
+++ PKGBUILD2020-01-12 22:14:24 UTC (rev 373397)
@@ -1,108 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.10.84
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('42c506071219024aae9a75baf9c12699dffa45885a1d3c3062a8b2368d0f67f4'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 373396, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 22:14:24 UTC (rev 373397)
@@ -0,0 +1,108 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.10.86
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
+ chrpath 

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

2020-01-12 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 12, 2020 @ 21:45:52
  Author: svenstaro
Revision: 552265

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 552264, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 21:45:40 UTC (rev 552264)
+++ PKGBUILD2020-01-12 21:45:52 UTC (rev 552265)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=0.11.7
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('3698beeb8e8b0f586dabba666c58f64503b7de470f3ebe1fd769d86a8cd73372')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 552264, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 21:45:52 UTC (rev 552265)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=0.11.8
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('e4cde6b6e8096337609144458b0777580241c2eee7700521802ecc8dd01130c6')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-12 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 12, 2020 @ 21:45:40
  Author: svenstaro
Revision: 552264

upgpkg: broot 0.11.8-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 21:30:20 UTC (rev 552263)
+++ PKGBUILD2020-01-12 21:45:40 UTC (rev 552264)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=0.11.7
+pkgver=0.11.8
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('3698beeb8e8b0f586dabba666c58f64503b7de470f3ebe1fd769d86a8cd73372')
+sha256sums=('e4cde6b6e8096337609144458b0777580241c2eee7700521802ecc8dd01130c6')
 
 build() {
   cd $pkgname-$pkgver


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 21:34:15
  Author: jelle
Revision: 373395

Fix reproducible build patch

Apply the patch for configure before bootstrapping.

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 21:27:13 UTC (rev 373394)
+++ PKGBUILD2020-01-12 21:34:15 UTC (rev 373395)
@@ -6,7 +6,7 @@
 
 pkgname=libtool
 pkgver=2.4.6+42+gb88cebd5
-pkgrel=8
+pkgrel=9
 _gccver=9.2.0
 pkgdesc='A generic library support script'
 arch=(x86_64)
@@ -37,6 +37,8 @@
 prepare() {
   cd libtool
 
+  patch -Np1 -i ${srcdir}/no_hostname.patch
+
   git submodule init
   git config --local submodule.gnulib.url "$srcdir/gnulib"
   git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
@@ -43,8 +45,6 @@
   git submodule update
 
   ./bootstrap
-
-  patch -Np1 -i ${srcdir}/no_hostname.patch
 }
 
 build() {


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

2020-01-12 Thread David Runge via arch-commits
Date: Sunday, January 12, 2020 @ 21:30:10
  Author: dvzrv
Revision: 552262

archrelease: copy trunk to community-x86_64

Added:
  ruby-rugged/repos/community-x86_64/PKGBUILD
(from rev 552261, ruby-rugged/trunk/PKGBUILD)
Deleted:
  ruby-rugged/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 21:29:59 UTC (rev 552261)
+++ PKGBUILD2020-01-12 21:30:10 UTC (rev 552262)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: ChaosKid42 
-# Contributor: Andy Weidenbaum 
-
-_name=rugged
-# ideally this should match $pkgver, as package() might fail otherwise. 
thanks, github
-_libgit2_pkgver=0.28.4
-pkgname=ruby-rugged
-pkgver=0.28.4.1
-pkgrel=2
-pkgdesc='A Ruby binding to the libgit2 linkable library'
-arch=('x86_64')
-url="https://github.com/libgit2/rugged;
-license=('MIT')
-depends=('ruby' 'libgit2')
-makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
-checkdepends=('git')
-options=(!emptydirs)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz;
-
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz;)
-sha512sums=('4a4d1729dcad510a735d97e3eae75496f1d09cbf6c7836dcc0f98e6ca9b5e60a0d848cf6d4ff9b7372a5f10d3d8ced7aad5de6510910ce6193ade94a5f940247'
-
'b81160608003b25d9b922d259ef941b6bd5100fa1875497c8cd29de320e292fff568c757a7a85b2b3044ddc1cb92c74dbcb13d630d62ecf9a8559b619d15')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd ${pkgname}-${pkgver}
-  # we don't do version pinning
-  sed -r 's|~>|>=|g' -i ${_name}.gemspec
-  # remove broken and useless libgit2 "version check":
-  # https://github.com/libgit2/rugged/issues/698
-  sed '68,88d' -i ext/rugged/extconf.rb
-  # source tarball doesn't include vendored libgit2 version, which is only
-  # needed for test fixtures (resources): 
https://github.com/libgit2/rugged/issues/801
-  mv -v ../libgit2-${_libgit2_pkgver}/* vendor/libgit2
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CI_BUILD=true
-  export RUGGED_USE_SYSTEM_LIBRARIES=true
-  export CMAKE_FLAGS=" --use-system-libraries"
-  rake compile
-  rake gem
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  # ConfigTest#test_read_global_config_file fails, if no gitconfig is set for 
user...
-  # https://github.com/libgit2/rugged/issues/432
-  git config --global user.name "Foo Bar"
-  rake test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies \
-  --no-user-install \
-  -i "${pkgdir}/${_gemdir}" \
-  -n "${pkgdir}/usr/bin" \
-  pkg/${_name}-${pkgver}.gem
-  install -vDm 644 "$pkgdir/$_gemdir/gems/$_name-$pkgver/LICENSE" \
--t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 README.md CHANGELOG.md -t \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  # removing all unneeded stuff
-  cd "${pkgdir}/${_gemdir}"
-  rm -rv cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
-extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
-gems/${_name}-${pkgver}/vendor
-}

Copied: ruby-rugged/repos/community-x86_64/PKGBUILD (from rev 552261, 
ruby-rugged/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 21:30:10 UTC (rev 552262)
@@ -0,0 +1,71 @@
+# Maintainer: David Runge 
+# Contributor: ChaosKid42 
+# Contributor: Andy Weidenbaum 
+
+_name=rugged
+# ideally this should match $pkgver, as package() might fail otherwise. 
thanks, github
+_libgit2_pkgver=0.28.4
+pkgname=ruby-rugged
+pkgver=0.28.4.1
+pkgrel=3
+pkgdesc='A Ruby binding to the libgit2 linkable library'
+arch=('x86_64')
+url="https://github.com/libgit2/rugged;
+license=('MIT')
+depends=('ruby' 'libgit2')
+makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
+checkdepends=('git')
+options=(!emptydirs)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz;
+
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz;)
+sha512sums=('4a4d1729dcad510a735d97e3eae75496f1d09cbf6c7836dcc0f98e6ca9b5e60a0d848cf6d4ff9b7372a5f10d3d8ced7aad5de6510910ce6193ade94a5f940247'
+
'b81160608003b25d9b922d259ef941b6bd5100fa1875497c8cd29de320e292fff568c757a7a85b2b3044ddc1cb92c74dbcb13d630d62ecf9a8559b619d15')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
+  # we don't do version pinning
+  sed -r 's|~>|>=|g' -i ${_name}.gemspec
+  # remove broken and useless libgit2 "version check":
+  # https://github.com/libgit2/rugged/issues/698
+  sed 

[arch-commits] Commit in nextcloud-app-news/repos/community-any (PKGBUILD PKGBUILD)

2020-01-12 Thread David Runge via arch-commits
Date: Sunday, January 12, 2020 @ 21:30:20
  Author: dvzrv
Revision: 552263

archrelease: copy trunk to community-any

Added:
  nextcloud-app-news/repos/community-any/PKGBUILD
(from rev 552262, nextcloud-app-news/trunk/PKGBUILD)
Deleted:
  nextcloud-app-news/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 21:30:10 UTC (rev 552262)
+++ PKGBUILD2020-01-12 21:30:20 UTC (rev 552263)
@@ -1,19 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=14.1.0
-pkgrel=1
-pkgdesc="An RSS/Atom feed aggregator"
-arch=('any')
-url="https://github.com/nextcloud/news;
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('c4fbfc52d857c58866561ce96cad6d5904c97c107c0dd2327bfb4ab14cda534c86ddb169cdd19bcb4129477ce33b7d5ba224c18cde83fd249304ac0c8d5dbd2f')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 552262, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 21:30:20 UTC (rev 552263)
@@ -0,0 +1,19 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=14.1.2
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=('any')
+url="https://github.com/nextcloud/news;
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
+sha512sums=('a3395ef391d593ebb0b263ac1a159ba9912c2641c69b32adcdc3416f78a598ae4525cf92b753b542d1f2f042eba9fe87a02f94b68b5bb36ca030b98f46e03980')
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


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

2020-01-12 Thread David Runge via arch-commits
Date: Sunday, January 12, 2020 @ 21:29:30
  Author: dvzrv
Revision: 552260

upgpkg: ruby-rugged 0.28.4.1-3: Fixing a non-forced rm (FS#65111).

Modified:
  ruby-rugged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 20:58:46 UTC (rev 552259)
+++ PKGBUILD2020-01-12 21:29:30 UTC (rev 552260)
@@ -7,7 +7,7 @@
 _libgit2_pkgver=0.28.4
 pkgname=ruby-rugged
 pkgver=0.28.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A Ruby binding to the libgit2 linkable library'
 arch=('x86_64')
 url="https://github.com/libgit2/rugged;
@@ -65,7 +65,7 @@
 "${pkgdir}/usr/share/doc/${pkgname}"
   # removing all unneeded stuff
   cd "${pkgdir}/${_gemdir}"
-  rm -rv cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
+  rm -rvf cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
 extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
 gems/${_name}-${pkgver}/vendor
 }


[arch-commits] Commit in nextcloud-app-news/trunk (PKGBUILD)

2020-01-12 Thread David Runge via arch-commits
Date: Sunday, January 12, 2020 @ 21:29:59
  Author: dvzrv
Revision: 552261

upgpkg: nextcloud-app-news 14.1.2-1: Upgrading to 14.1.2.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 21:29:30 UTC (rev 552260)
+++ PKGBUILD2020-01-12 21:29:59 UTC (rev 552261)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=14.1.0
+pkgver=14.1.2
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz;)
-sha512sums=('c4fbfc52d857c58866561ce96cad6d5904c97c107c0dd2327bfb4ab14cda534c86ddb169cdd19bcb4129477ce33b7d5ba224c18cde83fd249304ac0c8d5dbd2f')
+sha512sums=('a3395ef391d593ebb0b263ac1a159ba9912c2641c69b32adcdc3416f78a598ae4525cf92b753b542d1f2f042eba9fe87a02f94b68b5bb36ca030b98f46e03980')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 21:27:13
  Author: arojas
Revision: 373394

archrelease: copy trunk to extra-x86_64

Added:
  signon-ui/repos/extra-x86_64/PKGBUILD
(from rev 373393, signon-ui/trunk/PKGBUILD)
Deleted:
  signon-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 21:26:48 UTC (rev 373393)
+++ PKGBUILD2020-01-12 21:27:13 UTC (rev 373394)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Josip Ponjavic 
-# Contributor: Balló György 
-
-pkgname=signon-ui
-pkgver=0.17+20150611
-pkgrel=2
-_commit=3acb6541
-pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
-arch=(x86_64)
-url="https://launchpad.net/online-accounts-signon-ui;
-license=(GPL)
-depends=(libaccounts-qt qt5-webkit signond libnotify)
-source=("https://gitlab.com/accounts-sso/signon-ui/repository/archive.tar.gz?ref=$_commit;)
-md5sums=('3a70743aac1bae75f4c3efb133bd8dc1')
-
-prepare() {
-  cd signon-ui-*
-
-  # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
-}
-
-build() {
-  cd signon-ui-*
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd signon-ui-*
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-ui/repos/extra-x86_64/PKGBUILD (from rev 373393, 
signon-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 21:27:13 UTC (rev 373394)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Josip Ponjavic 
+# Contributor: Balló György 
+
+pkgname=signon-ui
+pkgver=0.17+20171022
+pkgrel=1
+_commit=4368bb77d9d1abc2978af514225ba4a42c29a646
+pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
+arch=(x86_64)
+url="https://launchpad.net/online-accounts-signon-ui;
+license=(GPL)
+depends=(libaccounts-qt qt5-webengine signond libnotify)
+source=("https://gitlab.com/accounts-sso/signon-ui/repository/archive.tar.gz?ref=$_commit;)
+sha256sums=('58aa8f7a16e56d20c47471f08ae63ac8dce6a3c8cda8274dfdc233041d541145')
+
+prepare() {
+  cd signon-ui-*
+
+  # Do not install tests
+  sed -e 's|src \\|src|' -e '/tests/d' -i signon-ui.pro
+}
+
+build() {
+  cd signon-ui-*
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd signon-ui-*
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+


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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 21:26:48
  Author: arojas
Revision: 373393

New snapshot using webengine

Modified:
  signon-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 21:03:58 UTC (rev 373392)
+++ PKGBUILD2020-01-12 21:26:48 UTC (rev 373393)
@@ -3,23 +3,22 @@
 # Contributor: Balló György 
 
 pkgname=signon-ui
-pkgver=0.17+20150611
-pkgrel=2
-_commit=3acb6541
+pkgver=0.17+20171022
+pkgrel=1
+_commit=4368bb77d9d1abc2978af514225ba4a42c29a646
 pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
 arch=(x86_64)
 url="https://launchpad.net/online-accounts-signon-ui;
 license=(GPL)
-depends=(libaccounts-qt qt5-webkit signond libnotify)
+depends=(libaccounts-qt qt5-webengine signond libnotify)
 
source=("https://gitlab.com/accounts-sso/signon-ui/repository/archive.tar.gz?ref=$_commit;)
-md5sums=('3a70743aac1bae75f4c3efb133bd8dc1')
+sha256sums=('58aa8f7a16e56d20c47471f08ae63ac8dce6a3c8cda8274dfdc233041d541145')
 
 prepare() {
   cd signon-ui-*
 
   # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
+  sed -e 's|src \\|src|' -e '/tests/d' -i signon-ui.pro
 }
 
 build() {


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

2020-01-12 Thread Morten Linderud via arch-commits
Date: Sunday, January 12, 2020 @ 20:58:46
  Author: foxboron
Revision: 552259

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 552258, archlinux-repro/trunk/PKGBUILD)
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 20:58:38 UTC (rev 552258)
+++ PKGBUILD2020-01-12 20:58:46 UTC (rev 552259)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20191118
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('d04c32cf77a14ba12fd9a438f70583a1c14ff480612377f5a434cad6e68f6d2d'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 552258, 
archlinux-repro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 20:58:46 UTC (rev 552259)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20200112
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('e332263001cd74682ba600ab3c846ad8401e07015748c7fbff678ba8c85ac60d'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2020-01-12 Thread Morten Linderud via arch-commits
Date: Sunday, January 12, 2020 @ 20:58:38
  Author: foxboron
Revision: 552258

upgpkg: archlinux-repro 20200112-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 20:03:17 UTC (rev 552257)
+++ PKGBUILD2020-01-12 20:58:38 UTC (rev 552258)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20191118
+pkgver=20200112
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('d04c32cf77a14ba12fd9a438f70583a1c14ff480612377f5a434cad6e68f6d2d'
+sha256sums=('e332263001cd74682ba600ab3c846ad8401e07015748c7fbff678ba8c85ac60d'
 'SKIP')
 
 build(){


[arch-commits] Commit in mailman3/repos (11 files)

2020-01-12 Thread David Runge via arch-commits
Date: Sunday, January 12, 2020 @ 20:03:17
  Author: dvzrv
Revision: 552257

archrelease: copy trunk to community-testing-any

Added:
  mailman3/repos/community-testing-any/
  mailman3/repos/community-testing-any/PKGBUILD
(from rev 552256, mailman3/trunk/PKGBUILD)
  mailman3/repos/community-testing-any/mailman3-digests.service
(from rev 552256, mailman3/trunk/mailman3-digests.service)
  mailman3/repos/community-testing-any/mailman3-digests.timer
(from rev 552256, mailman3/trunk/mailman3-digests.timer)
  mailman3/repos/community-testing-any/mailman3-gatenews.service
(from rev 552256, mailman3/trunk/mailman3-gatenews.service)
  mailman3/repos/community-testing-any/mailman3-gatenews.timer
(from rev 552256, mailman3/trunk/mailman3-gatenews.timer)
  mailman3/repos/community-testing-any/mailman3-notify.service
(from rev 552256, mailman3/trunk/mailman3-notify.service)
  mailman3/repos/community-testing-any/mailman3-notify.timer
(from rev 552256, mailman3/trunk/mailman3-notify.timer)
  mailman3/repos/community-testing-any/mailman3.service
(from rev 552256, mailman3/trunk/mailman3.service)
  mailman3/repos/community-testing-any/mailman3.sysusers
(from rev 552256, mailman3/trunk/mailman3.sysusers)
  mailman3/repos/community-testing-any/mailman3.tmpfiles
(from rev 552256, mailman3/trunk/mailman3.tmpfiles)

---+
 PKGBUILD  |   86 
 mailman3-digests.service  |   41 
 mailman3-digests.timer|   12 ++
 mailman3-gatenews.service |   41 
 mailman3-gatenews.timer   |   12 ++
 mailman3-notify.service   |   41 
 mailman3-notify.timer |   12 ++
 mailman3.service  |   42 +
 mailman3.sysusers |1 
 mailman3.tmpfiles |3 +
 10 files changed, 291 insertions(+)

Copied: mailman3/repos/community-testing-any/PKGBUILD (from rev 552256, 
mailman3/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-01-12 20:03:17 UTC (rev 552257)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge 
+
+_name=mailman
+pkgname=mailman3
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="The GNU mailing list manager"
+arch=('any')
+url="https://www.list.org/;
+license=('GPL3')
+depends=('gunicorn' 'python-aiosmtpd' 'python-alembic' 'python-atpublic'
+'python-authheaders' 'python-authres' 'python-click' 'python-dateutil'
+'python-dnspython' 'python-falcon' 'python-flufl.bounce' 'python-flufl.i18n'
+'python-flufl-lock' 'python-importlib_resources' 'python-lazr.config'
+'python-passlib' 'python-requests' 'python-setuptools' 'python-sqlalchemy'
+'python-zope-component' 'python-zope-configuration' 'python-zope-event'
+'python-zope-interface')
+checkdepends=('python-coverage' 'python-diff-cover' 'python-flufl.testing'
+'python-nose2' 'python-psycopg2' 'python-pymysql' 'python-pytest')
+optdepends=('mailmanclient: for interfacing the mailman REST API locally'
+'python-django-hyperkitty: for local archive and list interaction'
+'python-django-posterius: for local configuration interaction'
+'python-psycopg2: for PostgreSQL support'
+'python-pymysql: for MySQL support'
+'smtp-server: for a local mail server')
+conflicts=('mailman')
+replaces=('mailman-core')
+backup=('etc/mailman.cfg')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
+"${pkgname}.service"
+"${pkgname}-digests.service"
+"${pkgname}-digests.timer"
+"${pkgname}-gatenews.service"
+"${pkgname}-gatenews.timer"
+"${pkgname}-notify.service"
+"${pkgname}-notify.timer"
+"${pkgname}.sysusers"
+"${pkgname}.tmpfiles")
+sha512sums=('63cf30c102751c1cae086f4c046767c2d817ad57097bd60bc838ead19c4e29ed1bc5d4cc2c1eef40f41787daf60d8b98033f64064d6ad4567a9552b5fb2cabd8'
+'SKIP'
+
'088ba44528ae41003d13b536accbd8d3d4d29bdec523838eb605e3504a49093bbb4c066a4cc7eb78bc5ec7053693a088e525a99fb7c049c21e40aacdf3bac4c2'
+
'734e0cdf1198f6609a5e41312c48c5c4e492ba5b9acc3af4cd302a6ed148933396333077932e25aedfc50ff3f68b1d4898137193bdadaf71e23045ec8e96be10'
+
'5d7ccba8cf1262ab052078f2188ded15e43e1201302c7c24ce763efef9789ec99d8ea9a19e8fbd9bc5a38f47a162fe5cf4b0ade284894cb57af66350f23507bc'
+
'e610060021d6f2ebeb4ffb5b37d448efdd44154ace6f228a316e9712799dc620611953401f705bb76d1046b769b6e8316c9b1d143e535110e383a7762d89'
+
'fc550ef017ad8a22e0c40a8808361831b8c32cd0d34925cdce433ec4a0564e9577d6f9ccdcd38098eb4cf692257c061ff3fbea3b762d274f9b5e2fa88d10d82e'
+
'b1f8f3afdfb25f361d0dea59fb00e0ef126dd0557994366c421d473b5e354dc42daafd1b296d5bc3f79c45a085087d40b573c416ae8aba6bf358c06d139d636f'
+

[arch-commits] Commit in (13 files)

2020-01-12 Thread David Runge via arch-commits
Date: Sunday, January 12, 2020 @ 19:59:06
  Author: dvzrv
Revision: 552256

Adding mailman3.

Added:
  mailman3/
  mailman3/repos/
  mailman3/trunk/
  mailman3/trunk/PKGBUILD
  mailman3/trunk/mailman3-digests.service
  mailman3/trunk/mailman3-digests.timer
  mailman3/trunk/mailman3-gatenews.service
  mailman3/trunk/mailman3-gatenews.timer
  mailman3/trunk/mailman3-notify.service
  mailman3/trunk/mailman3-notify.timer
  mailman3/trunk/mailman3.service
  mailman3/trunk/mailman3.sysusers
  mailman3/trunk/mailman3.tmpfiles

---+
 PKGBUILD  |   86 
 mailman3-digests.service  |   41 
 mailman3-digests.timer|   12 ++
 mailman3-gatenews.service |   41 
 mailman3-gatenews.timer   |   12 ++
 mailman3-notify.service   |   41 
 mailman3-notify.timer |   12 ++
 mailman3.service  |   42 +
 mailman3.sysusers |1 
 mailman3.tmpfiles |3 +
 10 files changed, 291 insertions(+)

Added: mailman3/trunk/PKGBUILD
===
--- mailman3/trunk/PKGBUILD (rev 0)
+++ mailman3/trunk/PKGBUILD 2020-01-12 19:59:06 UTC (rev 552256)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge 
+
+_name=mailman
+pkgname=mailman3
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="The GNU mailing list manager"
+arch=('any')
+url="https://www.list.org/;
+license=('GPL3')
+depends=('gunicorn' 'python-aiosmtpd' 'python-alembic' 'python-atpublic'
+'python-authheaders' 'python-authres' 'python-click' 'python-dateutil'
+'python-dnspython' 'python-falcon' 'python-flufl.bounce' 'python-flufl.i18n'
+'python-flufl-lock' 'python-importlib_resources' 'python-lazr.config'
+'python-passlib' 'python-requests' 'python-setuptools' 'python-sqlalchemy'
+'python-zope-component' 'python-zope-configuration' 'python-zope-event'
+'python-zope-interface')
+checkdepends=('python-coverage' 'python-diff-cover' 'python-flufl.testing'
+'python-nose2' 'python-psycopg2' 'python-pymysql' 'python-pytest')
+optdepends=('mailmanclient: for interfacing the mailman REST API locally'
+'python-django-hyperkitty: for local archive and list interaction'
+'python-django-posterius: for local configuration interaction'
+'python-psycopg2: for PostgreSQL support'
+'python-pymysql: for MySQL support'
+'smtp-server: for a local mail server')
+conflicts=('mailman')
+replaces=('mailman-core')
+backup=('etc/mailman.cfg')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
+"${pkgname}.service"
+"${pkgname}-digests.service"
+"${pkgname}-digests.timer"
+"${pkgname}-gatenews.service"
+"${pkgname}-gatenews.timer"
+"${pkgname}-notify.service"
+"${pkgname}-notify.timer"
+"${pkgname}.sysusers"
+"${pkgname}.tmpfiles")
+sha512sums=('63cf30c102751c1cae086f4c046767c2d817ad57097bd60bc838ead19c4e29ed1bc5d4cc2c1eef40f41787daf60d8b98033f64064d6ad4567a9552b5fb2cabd8'
+'SKIP'
+
'088ba44528ae41003d13b536accbd8d3d4d29bdec523838eb605e3504a49093bbb4c066a4cc7eb78bc5ec7053693a088e525a99fb7c049c21e40aacdf3bac4c2'
+
'734e0cdf1198f6609a5e41312c48c5c4e492ba5b9acc3af4cd302a6ed148933396333077932e25aedfc50ff3f68b1d4898137193bdadaf71e23045ec8e96be10'
+
'5d7ccba8cf1262ab052078f2188ded15e43e1201302c7c24ce763efef9789ec99d8ea9a19e8fbd9bc5a38f47a162fe5cf4b0ade284894cb57af66350f23507bc'
+
'e610060021d6f2ebeb4ffb5b37d448efdd44154ace6f228a316e9712799dc620611953401f705bb76d1046b769b6e8316c9b1d143e535110e383a7762d89'
+
'fc550ef017ad8a22e0c40a8808361831b8c32cd0d34925cdce433ec4a0564e9577d6f9ccdcd38098eb4cf692257c061ff3fbea3b762d274f9b5e2fa88d10d82e'
+
'b1f8f3afdfb25f361d0dea59fb00e0ef126dd0557994366c421d473b5e354dc42daafd1b296d5bc3f79c45a085087d40b573c416ae8aba6bf358c06d139d636f'
+
'b8538618be8bdd6313d24b844d15c8f25a059c3391cd06db69314b7be19996bfbe913d6c0c9c99d6a19c4f92df32212d31785e92fb32faf5eb792fffe121fcce'
+
'074cf58a93204d4b7631c4cc8af62d5720560301c6fefef6baa5d3aa33e72720870757fac7803f7b2835f8f02bb776f9d049df5c7528c743b56dda7da2085b07'
+
'765575d26347a42b0a3f2edb9e6edce8a8a3d3667c0aecd740c678cf1a7a9cdaabe36978cc99630da2a4147b8237fe0e4c6ea2785201ba8f5a60587dbcc8e46f')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # making sure, mailman runs in a FHS compliant way
+  echo -e "[mailman]\nlayout: fhs" >> var/etc/mailman.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+# tests are only integration tests
+# check() {
+#   cd "$pkgname-$pkgver"
+#   nose2 -v
+# }
+
+package() {
+  cd "$pkgname-$pkgver"
+  python 

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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 19:46:32
  Author: jelle
Revision: 373391

archrelease: copy trunk to extra-x86_64

Added:
  guile-bytestructures/repos/extra-x86_64/PKGBUILD
(from rev 373390, guile-bytestructures/trunk/PKGBUILD)
Deleted:
  guile-bytestructures/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 19:46:23 UTC (rev 373390)
+++ PKGBUILD2020-01-12 19:46:32 UTC (rev 373391)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: lantw44 (at) gmail (dot) com
-
-pkgname=guile-bytestructures
-_pkgname=bytestructures
-pkgver=1.0.6
-pkgrel=2
-pkgdesc='Structured access library to bytevector contents for Guile'
-arch=('x86_64')
-url="https://github.com/TaylanUB/scheme-bytestructures;
-license=('GPL3')
-depends=('guile')
-makedepends=('git')
-source=("https://github.com/TaylanUB/scheme-${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d35edf088a450a8ac6f9465c5421f8f77fb826c5b95dc06b4ddc32c36a76ae1d')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: guile-bytestructures/repos/extra-x86_64/PKGBUILD (from rev 373390, 
guile-bytestructures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 19:46:32 UTC (rev 373391)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: lantw44 (at) gmail (dot) com
+
+pkgname=guile-bytestructures
+_pkgname=bytestructures
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='Structured access library to bytevector contents for Guile'
+arch=('x86_64')
+url="https://github.com/TaylanUB/scheme-bytestructures;
+license=('GPL3')
+depends=('guile')
+makedepends=('git')
+source=("https://github.com/TaylanUB/scheme-${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5d354b4d041b30f5a768487ccf6e838d39a54db0b8d73499681bebbc3129bac5')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 19:46:23
  Author: jelle
Revision: 373390

upgpkg: guile-bytestructures 1.0.7-1

Upstream update

Modified:
  guile-bytestructures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 19:38:10 UTC (rev 373389)
+++ PKGBUILD2020-01-12 19:46:23 UTC (rev 373390)
@@ -3,8 +3,8 @@
 
 pkgname=guile-bytestructures
 _pkgname=bytestructures
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc='Structured access library to bytevector contents for Guile'
 arch=('x86_64')
 url="https://github.com/TaylanUB/scheme-bytestructures;
@@ -12,7 +12,7 @@
 depends=('guile')
 makedepends=('git')
 
source=("https://github.com/TaylanUB/scheme-${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d35edf088a450a8ac6f9465c5421f8f77fb826c5b95dc06b4ddc32c36a76ae1d')
+sha256sums=('5d354b4d041b30f5a768487ccf6e838d39a54db0b8d73499681bebbc3129bac5')
 
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"


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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 19:38:10
  Author: arojas
Revision: 373389

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 373388, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 373388, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  236 +++---
 arch-fonts.diff |  214 
 2 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 19:37:46 UTC (rev 373388)
+++ PKGBUILD2020-01-12 19:38:10 UTC (rev 373389)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.14
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('5c45ff1101f0c58a0ca4487959f95c57283638997ac48875c91682ef0432b2e5'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 373388, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 19:38:10 UTC (rev 373389)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.15
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)

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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 19:37:46
  Author: arojas
Revision: 373388

Update to 7.0.9.15

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 19:30:07 UTC (rev 373387)
+++ PKGBUILD2020-01-12 19:37:46 UTC (rev 373388)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.14
+pkgver=7.0.9.15
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('5c45ff1101f0c58a0ca4487959f95c57283638997ac48875c91682ef0432b2e5'
+sha256sums=('11ec74e3747c32c81bf222a4253ab7c18c48412869d73afc93782dec186984ff'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 19:30:07
  Author: arojas
Revision: 373387

archrelease: copy trunk to extra-x86_64

Added:
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 373386, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 19:29:45 UTC (rev 373386)
+++ PKGBUILD2020-01-12 19:30:07 UTC (rev 373387)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.17.5
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libxkbfile kmenuedit systemsettings ksysguard baloo)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('7f741ab026989bdcc68701955fc290d5ead38bf4bc310f18a2f32c64b411ab04'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management, suspend and hibernate support'
-  'kscreen: screen management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 373386, 
plasma-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 19:30:07 UTC (rev 373387)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.17.5
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-416158.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=1db4d07b;)
+depends=(polkit-kde-agent libxkbfile kmenuedit systemsettings ksysguard baloo)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('7f741ab026989bdcc68701955fc290d5ead38bf4bc310f18a2f32c64b411ab04'
+'SKIP'
+'5606d9585205a91ea59260054c1b116e02ee83275cd1c26a28a98e9d71571622')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-416158.patch # Fix broken Activities KCM
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management, suspend and hibernate support'
+  'kscreen: screen management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
+}
+
+package_knetattach() {
+  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
+  depends=(kdelibs4support)
+
+  cd build/knetattach
+  make 

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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 19:29:45
  Author: arojas
Revision: 373386

Fix broken Activities KCM

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 19:24:12 UTC (rev 373385)
+++ PKGBUILD2020-01-12 19:29:45 UTC (rev 373386)
@@ -5,18 +5,20 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.17.5
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-416158.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=1db4d07b;)
 depends=(polkit-kde-agent libxkbfile kmenuedit systemsettings ksysguard baloo)
 makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
  libibus scim kdesignerplugin)
 groups=(plasma)
 sha256sums=('7f741ab026989bdcc68701955fc290d5ead38bf4bc310f18a2f32c64b411ab04'
-'SKIP')
+'SKIP'
+'5606d9585205a91ea59260054c1b116e02ee83275cd1c26a28a98e9d71571622')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

@@ -24,6 +26,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-416158.patch # Fix broken Activities KCM
 }
 
 build() {


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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 19:21:42
  Author: arojas
Revision: 552255

archrelease: copy trunk to community-any

Added:
  bleachbit/repos/community-any/PKGBUILD
(from rev 552254, bleachbit/trunk/PKGBUILD)
Deleted:
  bleachbit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 19:21:17 UTC (rev 552254)
+++ PKGBUILD2020-01-12 19:21:42 UTC (rev 552255)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: yugrotavele 
-# Contributor: Arkham 
-# Contributor: Christoph Zeiler 
-# Contributor: Arnaud Durand 
-# Contributor: Nuno Araujo 
-
-pkgname=bleachbit
-pkgver=3.0
-pkgrel=1
-pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=(any)
-url='https://www.bleachbit.org/'
-license=(GPL3)
-depends=(python2-gobject gtk3)
-source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|python|python2|g' -i bleachbit/CLI.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="$pkgdir" install
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 552254, 
bleachbit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 19:21:42 UTC (rev 552255)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: yugrotavele 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+# Contributor: Arnaud Durand 
+# Contributor: Nuno Araujo 
+
+pkgname=bleachbit
+pkgver=3.0
+pkgrel=2
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=(any)
+url='https://www.bleachbit.org/'
+license=(GPL3)
+depends=(python2-gobject python2-scandir gtk3)
+source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|g' -i bleachbit/CLI.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+}


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

2020-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 12, 2020 @ 19:21:17
  Author: arojas
Revision: 552254

Add python2-scandir dependency (FS#65121)

Modified:
  bleachbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 17:51:54 UTC (rev 552253)
+++ PKGBUILD2020-01-12 19:21:17 UTC (rev 552254)
@@ -8,12 +8,12 @@
 
 pkgname=bleachbit
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
 arch=(any)
 url='https://www.bleachbit.org/'
 license=(GPL3)
-depends=(python2-gobject gtk3)
+depends=(python2-gobject python2-scandir gtk3)
 source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
 sha256sums=('ed18cb522cc375589cc0c94fbfaf6d7ee6fb94a8a1261400252b1ca32b4cdaa2')
 


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 17:51:54
  Author: felixonmars
Revision: 552253

archrelease: copy trunk to community-any

Added:
  python-memory-profiler/repos/community-any/PKGBUILD
(from rev 552252, python-memory-profiler/trunk/PKGBUILD)
Deleted:
  python-memory-profiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 17:51:45 UTC (rev 552252)
+++ PKGBUILD2020-01-12 17:51:54 UTC (rev 552253)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-memory-profiler
-pkgver=0.56
-pkgrel=1
-pkgdesc="A module for monitoring memory usage of a python program"
-url="https://github.com/pythonprofilers/memory_profiler;
-license=('BSD')
-arch=('any')
-depends=('python-psutil')
-makedepends=('python-setuptools')
-checkdepends=('python-numpy')
-source=("https://github.com/pythonprofilers/memory_profiler/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('39c135561ff414e448777d85f62853438d09f13db9fb4eefa5e673dcbf2d9fb9b7afa522cac69470c8087211457762fa5150a38edec0a61da44b06b816043c82')
-
-build() {
-  cd memory_profiler-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd memory_profiler-$pkgver
-  PYTHONPATH="$PWD"/build/lib make test
-}
-
-package() {
-  cd memory_profiler-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-memory-profiler/repos/community-any/PKGBUILD (from rev 552252, 
python-memory-profiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 17:51:54 UTC (rev 552253)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-memory-profiler
+pkgver=0.57
+pkgrel=1
+pkgdesc="A module for monitoring memory usage of a python program"
+url="https://github.com/pythonprofilers/memory_profiler;
+license=('BSD')
+arch=('any')
+depends=('python-psutil')
+makedepends=('python-setuptools')
+checkdepends=('python-numpy')
+source=("https://github.com/pythonprofilers/memory_profiler/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c6e2f755656dc820dfc2cf7a659dc319b3d1aa0df144ac6a08db35f4b38a90a9b994cf9c8320b8370f51c97e0d0bf2f9c4a3ab070b4934879f8e579b732e426a')
+
+build() {
+  cd memory_profiler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd memory_profiler-$pkgver
+  PYTHONPATH="$PWD"/build/lib make test
+}
+
+package() {
+  cd memory_profiler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 17:51:45
  Author: felixonmars
Revision: 552252

upgpkg: python-memory-profiler 0.57-1

Modified:
  python-memory-profiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 17:36:38 UTC (rev 552251)
+++ PKGBUILD2020-01-12 17:51:45 UTC (rev 552252)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-memory-profiler
-pkgver=0.56
+pkgver=0.57
 pkgrel=1
 pkgdesc="A module for monitoring memory usage of a python program"
 url="https://github.com/pythonprofilers/memory_profiler;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-numpy')
 
source=("https://github.com/pythonprofilers/memory_profiler/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('39c135561ff414e448777d85f62853438d09f13db9fb4eefa5e673dcbf2d9fb9b7afa522cac69470c8087211457762fa5150a38edec0a61da44b06b816043c82')
+sha512sums=('c6e2f755656dc820dfc2cf7a659dc319b3d1aa0df144ac6a08db35f4b38a90a9b994cf9c8320b8370f51c97e0d0bf2f9c4a3ab070b4934879f8e579b732e426a')
 
 build() {
   cd memory_profiler-$pkgver


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 17:36:11
  Author: jelle
Revision: 552250

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 17:36:02 UTC (rev 552249)
+++ PKGBUILD2020-01-12 17:36:11 UTC (rev 552250)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=1.0.3
-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=('f765ce527a0fae0d1dd76c25b78e6e61651ea4ca')
-
-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, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 552249, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 17:36:11 UTC (rev 552250)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.0.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=('67a017fd43498dc1da507622367bdb5cceef3222')
+
+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, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


[arch-commits] Commit in (oblogout)

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 17:36:38
  Author: jelle
Revision: 552251

move to AUR

Orphan python2 package with no support of python 3 in sight.

Deleted:
  oblogout/


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 17:36:02
  Author: jelle
Revision: 552249

upgpkg: httpie 2.0.0-1

Upstream update

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 17:32:48 UTC (rev 552248)
+++ PKGBUILD2020-01-12 17:36:02 UTC (rev 552249)
@@ -1,9 +1,10 @@
-# Maintainer: Daniel Micay 
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
 # Contributor: Thomas Weißschuh 
 
 pkgname=httpie
-pkgver=1.0.3
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie;
 depends=('python-requests' 'python-pygments' 'python-setuptools')
@@ -13,7 +14,7 @@
 license=('BSD')
 arch=('any')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('f765ce527a0fae0d1dd76c25b78e6e61651ea4ca')
+sha1sums=('67a017fd43498dc1da507622367bdb5cceef3222')
 
 build() {
   cd $pkgname-$pkgver


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 17:32:40
  Author: jelle
Revision: 552247

upgpkg: ocrfeeder 0.8.1+87+g8615aff-2

Modified:
  ocrfeeder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 17:30:56 UTC (rev 552246)
+++ PKGBUILD2020-01-12 17:32:40 UTC (rev 552247)
@@ -2,7 +2,7 @@
 
 pkgname=ocrfeeder
 pkgver=0.8.1+87+g8615aff
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
 arch=('any')
 url="https://wiki.gnome.org/Apps/OCRFeeder;


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 17:32:48
  Author: jelle
Revision: 552248

archrelease: copy trunk to community-any

Added:
  ocrfeeder/repos/community-any/PKGBUILD
(from rev 552247, ocrfeeder/trunk/PKGBUILD)
Deleted:
  ocrfeeder/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 17:32:40 UTC (rev 552247)
+++ PKGBUILD2020-01-12 17:32:48 UTC (rev 552248)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=ocrfeeder
-pkgver=0.8.1+87+g8615aff
-pkgrel=1
-pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
-arch=('any')
-url="https://wiki.gnome.org/Apps/OCRFeeder;
-license=('GPL')
-depends=('ghostscript' 'goocanvas' 'gtk3' 'gtkspell3' 'iso-codes' 
'python-gobject' 'python-odfpy'
- 'python-pillow' 'python-pyenchant' 'python-reportlab' 'python-sane' 
'unpaper')
-makedepends=('git' 'gnome-common')
-optdepends=('tesseract: character recognition'
-'ocrad: character recognition'
-'gocr: character recognition'
-'cuneiform: character recognition')
-_commit=8615aff3966dbfe24ed45eed6d34dc9b4e6b4e90  # master
-source=("git+https://gitlab.gnome.org/GNOME/ocrfeeder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^release_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 resources/icons/org.gnome.OCRFeeder.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/org.gnome.OCRFeeder.svg"
-}

Copied: ocrfeeder/repos/community-any/PKGBUILD (from rev 552247, 
ocrfeeder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 17:32:48 UTC (rev 552248)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+
+pkgname=ocrfeeder
+pkgver=0.8.1+87+g8615aff
+pkgrel=2
+pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
+arch=('any')
+url="https://wiki.gnome.org/Apps/OCRFeeder;
+license=('GPL')
+depends=('ghostscript' 'goocanvas' 'gtk3' 'gtkspell3' 'iso-codes' 
'python-gobject' 'python-odfpy'
+ 'python-pillow' 'python-pyenchant' 'python-reportlab' 'python-sane' 
'unpaper')
+makedepends=('git' 'gnome-common')
+optdepends=('tesseract: character recognition'
+'ocrad: character recognition'
+'gocr: character recognition'
+'cuneiform: character recognition')
+_commit=8615aff3966dbfe24ed45eed6d34dc9b4e6b4e90  # master
+source=("git+https://gitlab.gnome.org/GNOME/ocrfeeder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^release_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 resources/icons/org.gnome.OCRFeeder.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/org.gnome.OCRFeeder.svg"
+}


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 17:30:56
  Author: jelle
Revision: 552246

archrelease: copy trunk to community-any

Added:
  ocrfeeder/repos/community-any/PKGBUILD
(from rev 552245, ocrfeeder/trunk/PKGBUILD)
Deleted:
  ocrfeeder/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 16:57:11 UTC (rev 552245)
+++ PKGBUILD2020-01-12 17:30:56 UTC (rev 552246)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=ocrfeeder
-pkgver=0.8.1+87+g8615aff
-pkgrel=1
-pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
-arch=('any')
-url="https://wiki.gnome.org/Apps/OCRFeeder;
-license=('GPL')
-depends=('ghostscript' 'goocanvas' 'gtk3' 'gtkspell3' 'iso-codes' 
'python-gobject' 'python-odfpy'
- 'python-pillow' 'python-pyenchant' 'python-reportlab' 'python-sane' 
'unpaper')
-makedepends=('git' 'gnome-common')
-optdepends=('tesseract: character recognition'
-'ocrad: character recognition'
-'gocr: character recognition'
-'cuneiform: character recognition')
-_commit=8615aff3966dbfe24ed45eed6d34dc9b4e6b4e90  # master
-source=("git+https://gitlab.gnome.org/GNOME/ocrfeeder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^release_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 resources/icons/org.gnome.OCRFeeder.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/org.gnome.OCRFeeder.svg"
-}

Copied: ocrfeeder/repos/community-any/PKGBUILD (from rev 552245, 
ocrfeeder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 17:30:56 UTC (rev 552246)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+
+pkgname=ocrfeeder
+pkgver=0.8.1+87+g8615aff
+pkgrel=1
+pkgdesc="GTK+ document layout analysis and optical character recognition 
application"
+arch=('any')
+url="https://wiki.gnome.org/Apps/OCRFeeder;
+license=('GPL')
+depends=('ghostscript' 'goocanvas' 'gtk3' 'gtkspell3' 'iso-codes' 
'python-gobject' 'python-odfpy'
+ 'python-pillow' 'python-pyenchant' 'python-reportlab' 'python-sane' 
'unpaper')
+makedepends=('git' 'gnome-common')
+optdepends=('tesseract: character recognition'
+'ocrad: character recognition'
+'gocr: character recognition'
+'cuneiform: character recognition')
+_commit=8615aff3966dbfe24ed45eed6d34dc9b4e6b4e90  # master
+source=("git+https://gitlab.gnome.org/GNOME/ocrfeeder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^release_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 resources/icons/org.gnome.OCRFeeder.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/org.gnome.OCRFeeder.svg"
+}


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 16:57:00
  Author: jelle
Revision: 552244

upgpkg: cura 4.4.1-1

Upstream update

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:55:23 UTC (rev 552243)
+++ PKGBUILD2020-01-12 16:57:00 UTC (rev 552244)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=cura
-pkgver=4.4.0
+pkgver=4.4.1
 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'
@@ -14,8 +14,8 @@
 url="https://ultimaker.com/en/products/cura-software;
 license=('LGPL')
 arch=('any')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/v${pkgver}.tar.gz)
-sha512sums=('7728553d15fc843c0f2aca83e1ce3df9806835eedd0be6d7447c3edd18cda7e4a23400192f70b1c385841463126dea5bbfc7316f8f12ed26b9392047cabc69d3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
+sha512sums=('9171ef2d23507aed76d00c1537f4e08837453bf40a9940b6f95be047d0e45685c48322a14d0c622be51724baa8bf6073a0b4f72ffcc27f9f86835b37b0620eae')
 
 # Build order
 # arcus -> uranium -> curaengine -> libsavitar ->


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 16:57:11
  Author: jelle
Revision: 552245

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 16:57:00 UTC (rev 552244)
+++ PKGBUILD2020-01-12 16:57:11 UTC (rev 552245)
@@ -1,51 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=cura
-pkgver=4.4.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/v${pkgver}.tar.gz)
-sha512sums=('7728553d15fc843c0f2aca83e1ce3df9806835eedd0be6d7447c3edd18cda7e4a23400192f70b1c385841463126dea5bbfc7316f8f12ed26b9392047cabc69d3')
-
-# 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 552244, cura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 16:57:11 UTC (rev 552245)
@@ -0,0 +1,51 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura
+pkgver=4.4.1
+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=('9171ef2d23507aed76d00c1537f4e08837453bf40a9940b6f95be047d0e45685c48322a14d0c622be51724baa8bf6073a0b4f72ffcc27f9f86835b37b0620eae')
+
+# 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"
+}


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

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 16:26:18
  Author: heftig
Revision: 373303

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 373302, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 16:25:22 UTC (rev 373302)
+++ PKGBUILD2020-01-12 16:26:18 UTC (rev 373303)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen;
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=f5d76c44c466b47d1c776acd9974df838f30d431  # tags/v0.12.1^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --frozen
-}
-
-check() {
-  cd $pkgname
-  # test_expand* fails; needs nightly rust
-  cargo test --release --frozen || :
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 373302, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 16:26:18 UTC (rev 373303)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen;
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=ac1a7d47e87658cf36cb7e56edad7fa5f935  # tags/v0.12.2^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --frozen
+}
+
+check() {
+  cd $pkgname
+  # test_expand* fails; needs nightly rust
+  cargo test --release --frozen || :
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 16:25:22
  Author: heftig
Revision: 373302

0.12.2-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 13:13:22 UTC (rev 373301)
+++ PKGBUILD2020-01-12 16:25:22 UTC (rev 373302)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen;
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=f5d76c44c466b47d1c776acd9974df838f30d431  # tags/v0.12.1^0
+_commit=ac1a7d47e87658cf36cb7e56edad7fa5f935  # tags/v0.12.2^0
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:55:23
  Author: felixonmars
Revision: 552243

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-html-conduit/repos/community-staging-x86_64/
  haskell-html-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 552242, haskell-html-conduit/trunk/PKGBUILD)

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

Copied: haskell-html-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
552242, haskell-html-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:55:23 UTC (rev 552243)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=html-conduit
+pkgname=haskell-html-conduit
+pkgver=1.3.2.1
+pkgrel=26
+pkgdesc="Parse HTML documents using xml-conduit datatypes"
+url="https://github.com/snoyberg/xml;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-resourcet' 'haskell-conduit' 'haskell-xml-conduit'
+ 'haskell-attoparsec' 'haskell-conduit-extra' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('94e9db8db839c5368f5a042a7039d44e3fabf5ffa30426894675317b985288c0d5fa94a6d1864b94802ea2fda3ff2728c4578759405dacdc64d8e2cfbb24aa70')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:55:15
  Author: felixonmars
Revision: 552242

upgpkg: haskell-html-conduit 1.3.2.1-26: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-html-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:54:30 UTC (rev 552241)
+++ PKGBUILD2020-01-12 14:55:15 UTC (rev 552242)
@@ -3,7 +3,7 @@
 _hkgname=html-conduit
 pkgname=haskell-html-conduit
 pkgver=1.3.2.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Parse HTML documents using xml-conduit datatypes"
 url="https://github.com/snoyberg/xml;
 license=('MIT')


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:54:22
  Author: felixonmars
Revision: 552240

upgpkg: haskell-feed 1.2.0.1-26: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:53:28 UTC (rev 552239)
+++ PKGBUILD2020-01-12 14:54:22 UTC (rev 552240)
@@ -4,7 +4,7 @@
 _hkgname=feed
 pkgname=haskell-feed
 pkgver=1.2.0.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed;
 license=("BSD")


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:54:30
  Author: felixonmars
Revision: 552241

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-feed/repos/community-staging-x86_64/PKGBUILD (from rev 552240, 
haskell-feed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:54:30 UTC (rev 552241)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=feed
+pkgname=haskell-feed
+pkgver=1.2.0.1
+pkgrel=26
+pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
+url="https://github.com/bergmark/feed;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 
'haskell-old-time' 'haskell-safe'
+ 'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
+ 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-markdown-unlit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('307b49ba9bec236960896ebbc1b958430f260065ec338df08b9c24f24ca67555b3d1e1fc9f251ba3459d30d2ac21f5199687542ee0e57ca98a59237d888ee62e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:53:20
  Author: felixonmars
Revision: 552238

upgpkg: haskell-fdo-notify 0.3.1-224: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:52:26 UTC (rev 552237)
+++ PKGBUILD2020-01-12 14:53:20 UTC (rev 552238)
@@ -4,7 +4,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=223
+pkgrel=224
 pkgdesc="Desktop Notifications client"
 url="https://bitbucket.org/taejo/fdo-notify/;
 license=("BSD")


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:53:28
  Author: felixonmars
Revision: 552239

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fdo-notify/repos/community-staging-x86_64/
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 552238, haskell-fdo-notify/trunk/PKGBUILD)

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

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
552238, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:53:28 UTC (rev 552239)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=224
+pkgdesc="Desktop Notifications client"
+url="https://bitbucket.org/taejo/fdo-notify/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:52:17
  Author: felixonmars
Revision: 552236

upgpkg: haskell-dbus 1.2.7-64: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:49:10 UTC (rev 552235)
+++ PKGBUILD2020-01-12 14:52:17 UTC (rev 552236)
@@ -4,7 +4,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.2.7
-pkgrel=63
+pkgrel=64
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/;
 license=("GPL3")
@@ -17,6 +17,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('07ab78ae93b0249f7f2da0af59b5f958daa1b140287eab21962eb8ed53bc608dbd0d906d91a6a7e1bc8a9a82a2ad8e294b540ab0a6c3e01337fbb151a2211ca3')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:52:26
  Author: felixonmars
Revision: 552237

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 552236, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:52:26 UTC (rev 552237)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=1.2.7
+pkgrel=64
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-exceptions' 
'haskell-lens'
+ 'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift'
+ 'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('07ab78ae93b0249f7f2da0af59b5f958daa1b140287eab21962eb8ed53bc608dbd0d906d91a6a7e1bc8a9a82a2ad8e294b540ab0a6c3e01337fbb151a2211ca3')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:48:55
  Author: felixonmars
Revision: 552234

upgpkg: python-pytest-timeout 1.3.4-1

Modified:
  python-pytest-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:44:55 UTC (rev 552233)
+++ PKGBUILD2020-01-12 14:48:55 UTC (rev 552234)
@@ -2,29 +2,26 @@
 
 pkgbase=python-pytest-timeout
 pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
-pkgver=1.3.3
-pkgrel=3
+pkgver=1.3.4
+pkgrel=1
 pkgdesc='py.test plugin to abort hanging tests'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-timeout'
-makedepends=('python-pytest' 'python2-pytest' 'mercurial')
+makedepends=('python-pytest' 'python2-pytest')
 checkdepends=('python-pexpect' 'python2-pexpect')
-source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver;)
-sha512sums=('SKIP')
+source=("https://github.com/pytest-dev/pytest-timeout/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5a05d34f76429291a3a9eae49c7e8e919a00a80c453de51b3a11d52c45822d3c1d5b3064366aa2a453cab9f7747e9ae8cc6f64cf569df72724a149e8dc584ccd')
 
 prepare() {
-  # Workaround for 
https://bitbucket.org/pytest-dev/pytest-timeout/issues/40/test-failures-with-pytest-522
-  sed -i "s/have_sigalrm('signal')/'signal'/" 
pytest-timeout/test_pytest_timeout.py
-
-  cp -a pytest-timeout{,-py2}
+  cp -a pytest-timeout-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/pytest-timeout
+  cd "$srcdir"/pytest-timeout-$pkgver
   python setup.py build
 
-  cd "$srcdir"/pytest-timeout-py2
+  cd "$srcdir"/pytest-timeout-$pkgver-py2
   python2 setup.py build
 }
 
@@ -31,11 +28,11 @@
 check() {
   # Hack entry points by installing it
 
-  cd "$srcdir"/pytest-timeout
+  cd "$srcdir"/pytest-timeout-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
 
-  cd "$srcdir"/pytest-timeout-py2
+  cd "$srcdir"/pytest-timeout-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
 }
@@ -43,7 +40,7 @@
 package_python-pytest-timeout() {
   depends=('python-pytest')
 
-  cd pytest-timeout
+  cd pytest-timeout-$pkgver
   python setup.py install --root="$pkgdir"/ --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -51,7 +48,7 @@
 package_python2-pytest-timeout() {
   depends=('python2-pytest')
 
-  cd pytest-timeout-py2
+  cd pytest-timeout-$pkgver-py2
   python2 setup.py install --root="$pkgdir"/ --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:49:10
  Author: felixonmars
Revision: 552235

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 14:48:55 UTC (rev 552234)
+++ PKGBUILD2020-01-12 14:49:10 UTC (rev 552235)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-timeout
-pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
-pkgver=1.3.3
-pkgrel=3
-pkgdesc='py.test plugin to abort hanging tests'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-timeout'
-makedepends=('python-pytest' 'python2-pytest' 'mercurial')
-checkdepends=('python-pexpect' 'python2-pexpect')
-source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Workaround for 
https://bitbucket.org/pytest-dev/pytest-timeout/issues/40/test-failures-with-pytest-522
-  sed -i "s/have_sigalrm('signal')/'signal'/" 
pytest-timeout/test_pytest_timeout.py
-
-  cp -a pytest-timeout{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-timeout
-  python setup.py build
-
-  cd "$srcdir"/pytest-timeout-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-timeout
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/pytest-timeout-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-pytest-timeout() {
-  depends=('python-pytest')
-
-  cd pytest-timeout
-  python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-timeout() {
-  depends=('python2-pytest')
-
-  cd pytest-timeout-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-timeout/repos/community-any/PKGBUILD (from rev 552234, 
python-pytest-timeout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 14:49:10 UTC (rev 552235)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-timeout
+pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
+pkgver=1.3.4
+pkgrel=1
+pkgdesc='py.test plugin to abort hanging tests'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-timeout'
+makedepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pexpect' 'python2-pexpect')
+source=("https://github.com/pytest-dev/pytest-timeout/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5a05d34f76429291a3a9eae49c7e8e919a00a80c453de51b3a11d52c45822d3c1d5b3064366aa2a453cab9f7747e9ae8cc6f64cf569df72724a149e8dc584ccd')
+
+prepare() {
+  cp -a pytest-timeout-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-timeout-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-timeout-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-timeout-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-timeout-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-timeout() {
+  depends=('python-pytest')
+
+  cd pytest-timeout-$pkgver
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-timeout() {
+  depends=('python2-pytest')
+
+  cd pytest-timeout-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-12 Thread Bruno Pagani via arch-commits
Date: Sunday, January 12, 2020 @ 14:44:50
  Author: archange
Revision: 552232

upgpkg: acpica 20200110-1

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:36:48 UTC (rev 552231)
+++ PKGBUILD2020-01-12 14:44:50 UTC (rev 552232)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=acpica
-pkgver=20191213
+pkgver=20200110
 pkgrel=1
 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 replaces=(iasl)
 options=(!makeflags)
 source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
-sha256sums=('304930df9836d3d4cdbf67a3ae6bd96dbc65f62602d869f571f4b6a12341e6c6')
+sha256sums=('9d3f60fbe801cf1049f854de23da5c9a569a34267b27b97fab3d66a68c5266b1')
 
 build() {
   cd acpica-unix-${pkgver}


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

2020-01-12 Thread Bruno Pagani via arch-commits
Date: Sunday, January 12, 2020 @ 14:44:55
  Author: archange
Revision: 552233

archrelease: copy trunk to community-x86_64

Added:
  acpica/repos/community-x86_64/PKGBUILD
(from rev 552232, acpica/trunk/PKGBUILD)
Deleted:
  acpica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 14:44:50 UTC (rev 552232)
+++ PKGBUILD2020-01-12 14:44:55 UTC (rev 552233)
@@ -1,30 +0,0 @@
-# Maintainer : Bruno Pagani 
-# Maintainer : Laurent Carlier 
-# Contributor: Giovanni Scafora 
-# Contributor: Alessio 'mOlOk' Bolognino 
-
-pkgname=acpica
-pkgver=20191213
-pkgrel=1
-pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
-arch=(x86_64)
-url="https://acpica.org;
-license=(GPL2)
-depends=(glibc)
-makedepends=(flex bison)
-provides=(iasl)
-conflicts=(iasl)
-replaces=(iasl)
-options=(!makeflags)
-source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
-sha256sums=('304930df9836d3d4cdbf67a3ae6bd96dbc65f62602d869f571f4b6a12341e6c6')
-
-build() {
-  cd acpica-unix-${pkgver}
-  make
-}
-
-package() {
-  cd acpica-unix-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: acpica/repos/community-x86_64/PKGBUILD (from rev 552232, 
acpica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 14:44:55 UTC (rev 552233)
@@ -0,0 +1,30 @@
+# Maintainer : Bruno Pagani 
+# Maintainer : Laurent Carlier 
+# Contributor: Giovanni Scafora 
+# Contributor: Alessio 'mOlOk' Bolognino 
+
+pkgname=acpica
+pkgver=20200110
+pkgrel=1
+pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
+arch=(x86_64)
+url="https://acpica.org;
+license=(GPL2)
+depends=(glibc)
+makedepends=(flex bison)
+provides=(iasl)
+conflicts=(iasl)
+replaces=(iasl)
+options=(!makeflags)
+source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
+sha256sums=('9d3f60fbe801cf1049f854de23da5c9a569a34267b27b97fab3d66a68c5266b1')
+
+build() {
+  cd acpica-unix-${pkgver}
+  make
+}
+
+package() {
+  cd acpica-unix-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:36:48
  Author: felixonmars
Revision: 552231

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
552230, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:36:48 UTC (rev 552231)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.8.0.1
+pkgrel=108
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="https://github.com/snoyberg/xml;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-markup' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-data-default-class'
+ 'haskell-resourcet' 'haskell-blaze-html' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b83ca0be187deea99d9434ac28b70c955796f3cce9ffefc7db2d05c94231f23e4e9c0453675fd3d9496493bbd5f83dcccdba0319e7f1a77e131a20a671a754d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:36:41
  Author: felixonmars
Revision: 552230

upgpkg: haskell-xml-conduit 1.8.0.1-108: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:35:32 UTC (rev 552229)
+++ PKGBUILD2020-01-12 14:36:41 UTC (rev 552230)
@@ -4,7 +4,7 @@
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
 pkgver=1.8.0.1
-pkgrel=107
+pkgrel=108
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="https://github.com/snoyberg/xml;
 license=("MIT")


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:35:32
  Author: felixonmars
Revision: 552229

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-websockets/repos/community-staging-x86_64/
  haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD
(from rev 552228, haskell-wai-websockets/trunk/PKGBUILD)

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

Copied: haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD (from 
rev 552228, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:35:32 UTC (rev 552229)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.2
+pkgrel=112
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-http-types' 
'haskell-network' 'haskell-wai'
+ 'haskell-websockets')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c3415d1a36ca2f063fb1ae0ff7d3d9d271d8ff2c6099a754baed45f1c36f24cf1fa346e8e6403499cbeb329bcdf89326a9ed95f8e60111b4a879f5e51967ecc0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:35:25
  Author: felixonmars
Revision: 552228

upgpkg: haskell-wai-websockets 3.0.1.2-112: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, 
regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:34:33 UTC (rev 552227)
+++ PKGBUILD2020-01-12 14:35:25 UTC (rev 552228)
@@ -4,7 +4,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.2
-pkgrel=111
+pkgrel=112
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:34:33
  Author: felixonmars
Revision: 552227

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
552226, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:34:33 UTC (rev 552227)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.12.7.0
+pkgrel=2
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-case-insensitive' 'haskell-clock' 'haskell-entropy' 
'haskell-network'
+ 'haskell-random' 'haskell-sha' 'haskell-streaming-commons')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8cfc67df1a211ef3ec87a239747f2011c4b70e4796a8b693ea7ef1faf9fb236d6776d5adaf54ff0665a27d87ffb5f02a1e43b8e4c3674a5e710f13ee0675db8f')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-Example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# Tests hang: https://github.com/jaspervdj/websockets/issues/180
+# runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:34:25
  Author: felixonmars
Revision: 552226

upgpkg: haskell-websockets 0.12.7.0-2: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:17:54 UTC (rev 552225)
+++ PKGBUILD2020-01-12 14:34:25 UTC (rev 552226)
@@ -4,7 +4,7 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.12.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:17:54
  Author: felixonmars
Revision: 552225

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 552224, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 552224, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   64 ++--
 uglify-js.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 14:17:39 UTC (rev 552224)
+++ PKGBUILD2020-01-12 14:17:54 UTC (rev 552225)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.7.4
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b629d8584f17d507c21f14b59414bcca20de9328525ce3ba47aeb234e09d5097a88f1c70f8f5f6047033fc15b25bb3d0ee9922595c497c811b883c722d6bd41a')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 552224, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 14:17:54 UTC (rev 552225)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.7.5
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('185677117469b4a1af6ff0b54aaea73b5888ec019c8f2aa62323b0d03ac3d3aef97be34d6c63bbdb198c33688405d15bc5a4cba3bd0d6e333f5b2e78b99225b2')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2020-01-12 14:17:39 UTC (rev 552224)
+++ uglify-js.install   2020-01-12 14:17:54 UTC (rev 552225)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 552224, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2020-01-12 14:17:54 UTC (rev 552225)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:17:39
  Author: felixonmars
Revision: 552224

upgpkg: uglify-js 3.7.5-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:16:51 UTC (rev 552223)
+++ PKGBUILD2020-01-12 14:17:39 UTC (rev 552224)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.7.4
+pkgver=3.7.5
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b629d8584f17d507c21f14b59414bcca20de9328525ce3ba47aeb234e09d5097a88f1c70f8f5f6047033fc15b25bb3d0ee9922595c497c811b883c722d6bd41a')
+sha512sums=('185677117469b4a1af6ff0b54aaea73b5888ec019c8f2aa62323b0d03ac3d3aef97be34d6c63bbdb198c33688405d15bc5a4cba3bd0d6e333f5b2e78b99225b2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:16:51
  Author: felixonmars
Revision: 552223

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 14:16:38 UTC (rev 55)
+++ PKGBUILD2020-01-12 14:16:51 UTC (rev 552223)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cmd2
-pkgver=0.9.22
-pkgrel=1
-pkgdesc="A tool for building interactive command line apps"
-arch=('any')
-url="https://github.com/python-cmd2/cmd2;
-license=('MIT')
-depends=('python-attrs' 'python-colorama' 'python-pyperclip' 'python-wcwidth')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('22835daa565b52683010fe8d5e8cce7c5edeef51ff876b3f737dabe0d271af2c355eef57f078331dccb50fd8c46675cc6eba51d29e284dc869db0f89f72a4f9b')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd cmd2-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cmd2-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cmd2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cmd2/repos/community-any/PKGBUILD (from rev 55, 
python-cmd2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 14:16:51 UTC (rev 552223)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cmd2
+pkgver=0.9.23
+pkgrel=1
+pkgdesc="A tool for building interactive command line apps"
+arch=('any')
+url="https://github.com/python-cmd2/cmd2;
+license=('MIT')
+depends=('python-attrs' 'python-colorama' 'python-pyperclip' 'python-wcwidth')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
+sha512sums=('0a208008557b0e1125ea884a47e765545df0233ef166e08ab32fd8a1a97f1e628f85b9e8c43cbb1787705eb135a8e10f54836fda23851a2f8ad1b203619cc4ae')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd cmd2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cmd2-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cmd2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:16:38
  Author: felixonmars
Revision: 55

upgpkg: python-cmd2 0.9.23-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:13:08 UTC (rev 552221)
+++ PKGBUILD2020-01-12 14:16:38 UTC (rev 55)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=0.9.22
+pkgver=0.9.23
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-mock' 'vi')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz;)
-sha512sums=('22835daa565b52683010fe8d5e8cce7c5edeef51ff876b3f737dabe0d271af2c355eef57f078331dccb50fd8c46675cc6eba51d29e284dc869db0f89f72a4f9b')
+sha512sums=('0a208008557b0e1125ea884a47e765545df0233ef166e08ab32fd8a1a97f1e628f85b9e8c43cbb1787705eb135a8e10f54836fda23851a2f8ad1b203619cc4ae')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:13:08
  Author: felixonmars
Revision: 552221

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 14:12:54 UTC (rev 552220)
+++ PKGBUILD2020-01-12 14:13:08 UTC (rev 552221)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-praw
-pkgver=6.5.0
-pkgrel=1
-pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
-arch=('any')
-license=('GPL')
-url="https://praw.readthedocs.org;
-depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
-sha512sums=('7249c9b51ae765be4f97c8dac3bf7ef00117a661e79d84a3d657fe0c5d3939d813d98119729b9ab5984fa89140a80deceacb399e30d49cc4a32a0f72e1bfecf8')
-
-build() {
-  cd praw-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd praw-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd praw-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-praw/repos/community-any/PKGBUILD (from rev 552220, 
python-praw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 14:13:08 UTC (rev 552221)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-praw
+pkgver=6.5.1
+pkgrel=1
+pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
+arch=('any')
+license=('GPL')
+url="https://praw.readthedocs.org;
+depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
+sha512sums=('b1e3ac1ced80093db601d7bd26a3105732afbe2855169e8bdfe7ca34eeebdde0c6b793f1886c58f3ab08cbc112259e9e1e20d83eac7e84e015b43e284415c991')
+
+build() {
+  cd praw-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd praw-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd praw-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:12:54
  Author: felixonmars
Revision: 552220

upgpkg: python-praw 6.5.1-1

Modified:
  python-praw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:11:12 UTC (rev 552219)
+++ PKGBUILD2020-01-12 14:12:54 UTC (rev 552220)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-praw
-pkgver=6.5.0
+pkgver=6.5.1
 pkgrel=1
 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's 
API"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-mock' 'python-betamax-serializers' 
'python-betamax-matchers')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz;)
-sha512sums=('7249c9b51ae765be4f97c8dac3bf7ef00117a661e79d84a3d657fe0c5d3939d813d98119729b9ab5984fa89140a80deceacb399e30d49cc4a32a0f72e1bfecf8')
+sha512sums=('b1e3ac1ced80093db601d7bd26a3105732afbe2855169e8bdfe7ca34eeebdde0c6b793f1886c58f3ab08cbc112259e9e1e20d83eac7e84e015b43e284415c991')
 
 build() {
   cd praw-$pkgver


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:10:57
  Author: felixonmars
Revision: 552218

upgpkg: v2ray-domain-list-community 202001121211-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:10:28 UTC (rev 552217)
+++ PKGBUILD2020-01-12 14:10:57 UTC (rev 552218)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202001120201
+pkgver=202001121211
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('ef6e105ff5a33d36fc5e5c4b2129b08b2c4e7cb092e12bc8dc3b914ed895fe51daf6b8480660f5af2aae458cf6852f5111406bc416399887e219382276df412e')
+sha512sums=('1fd1058a6f3cb71c4fe2045384e2286928b1befe10292cd829c02370a298296a42366f80a4a37a3649940441334e6b9987dca1b54acef60be0599b4dab70ebf8')
 
 prepare() {
   mkdir .gopath


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:11:12
  Author: felixonmars
Revision: 552219

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 552218, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 14:10:57 UTC (rev 552218)
+++ PKGBUILD2020-01-12 14:11:12 UTC (rev 552219)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202001120201
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('ef6e105ff5a33d36fc5e5c4b2129b08b2c4e7cb092e12bc8dc3b914ed895fe51daf6b8480660f5af2aae458cf6852f5111406bc416399887e219382276df412e')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
552218, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 14:11:12 UTC (rev 552219)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202001121211
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('1fd1058a6f3cb71c4fe2045384e2286928b1befe10292cd829c02370a298296a42366f80a4a37a3649940441334e6b9987dca1b54acef60be0599b4dab70ebf8')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:03:23
  Author: felixonmars
Revision: 552216

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 552215, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
552215, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:03:23 UTC (rev 552216)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.9
+pkgrel=14
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4158ac20ea6d03ac52253256fde75b1a8e8c5bf9ab6c4c673011a3836334629422830b37d4564e5448b2b473d52f031e531ac91a14fb0493715b4cc161580fae')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:03:15
  Author: felixonmars
Revision: 552215

upgpkg: haskell-warp-tls 3.2.9-14: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:02:35 UTC (rev 552214)
+++ PKGBUILD2020-01-12 14:03:15 UTC (rev 552215)
@@ -4,7 +4,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.9
-pkgrel=13
+pkgrel=14
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="https://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:02:28
  Author: felixonmars
Revision: 552213

upgpkg: haskell-wai-handler-launch 3.0.2.4-253: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, 
regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 14:01:49 UTC (rev 552212)
+++ PKGBUILD2020-01-12 14:02:28 UTC (rev 552213)
@@ -4,7 +4,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.4
-pkgrel=252
+pkgrel=253
 pkgdesc="Launch a web app in the default browser."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in haskell-wai-handler-launch/repos (2 files)

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:02:35
  Author: felixonmars
Revision: 552214

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-handler-launch/repos/community-staging-x86_64/
  haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD
(from rev 552213, haskell-wai-handler-launch/trunk/PKGBUILD)

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

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 552213, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:02:35 UTC (rev 552214)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.4
+pkgrel=253
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-wai' 'haskell-warp' 'haskell-http-types' 
'haskell-streaming-commons'
+ 'haskell-async')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('77a8047201687a56d19c70f70e4fcac9c81c2a4f0ec9bbccad8730de5d74582f52c79c62feb73ebcb4c870435cb1393c2d5fba90c9c952eff8ff3a675eab73fb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.3/<4/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:01:49
  Author: felixonmars
Revision: 552212

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 552211, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-12 14:01:49 UTC (rev 552212)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.16.2
+pkgrel=64
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="https://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 
'haskell-base64-bytestring'
+ 'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 
'haskell-servant'
+ 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-warp'
+ 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-safe' 'haskell-wai-extra'
+ 'haskell-temporary' 'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e3bf75e6fb6422e30d7851be7b07f33509f37d9c9c28464c20b3a1fd9cea9b7dd7c328b54438efabf42beecdf0f08fee174be526742c8915ad035fef701ca871')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *4.13/<5/' -e 's/< *0.11/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-12 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 14:01:41
  Author: felixonmars
Revision: 552211

upgpkg: haskell-servant-server 0.16.2-64: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 13:20:08 UTC (rev 552210)
+++ PKGBUILD2020-01-12 14:01:41 UTC (rev 552211)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.16.2
-pkgrel=63
+pkgrel=64
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="https://haskell-servant.readthedocs.org/;
 license=("BSD")
@@ -23,7 +23,7 @@
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i 's/< *0.11/<1/' $_hkgname.cabal
+sed -i -e 's/< *4.13/<5/' -e 's/< *0.11/<1/' $_hkgname.cabal
 }
 
 build() {


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

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 13:20:08
  Author: heftig
Revision: 552210

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 552209, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/dkms.conf
(from rev 552209, acpi_call/trunk/dkms.conf)
Deleted:
  acpi_call/repos/community-testing-x86_64/PKGBUILD
  acpi_call/repos/community-testing-x86_64/dkms.conf

---+
 PKGBUILD  |  124 ++--
 dkms.conf |   18 
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 13:19:50 UTC (rev 552209)
+++ PKGBUILD2020-01-12 13:20:08 UTC (rev 552210)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgbase=acpi_call
-pkgname=(acpi_call acpi_call-dkms)
-pkgver=1.1.0
-pkgrel=274
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers')
-source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
-dkms.conf)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
-'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  # Fix build with Linux >= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-
-  # Fix build with Linux >= 4.12
-  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KVERSION="$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=275
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(

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

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 13:19:50
  Author: heftig
Revision: 552209

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 13:17:23 UTC (rev 552208)
+++ PKGBUILD2020-01-12 13:19:50 UTC (rev 552209)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=274
+pkgrel=275
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 13:17:23
  Author: heftig
Revision: 552208

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 552207, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/dkms.conf
(from rev 552207, acpi_call/trunk/dkms.conf)
Deleted:
  acpi_call/repos/community-testing-x86_64/PKGBUILD
  acpi_call/repos/community-testing-x86_64/dkms.conf

---+
 PKGBUILD  |  124 ++--
 dkms.conf |   18 
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 13:11:40 UTC (rev 552207)
+++ PKGBUILD2020-01-12 13:17:23 UTC (rev 552208)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgbase=acpi_call
-pkgname=(acpi_call acpi_call-dkms)
-pkgver=1.1.0
-pkgrel=274
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers')
-source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
-dkms.conf)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
-'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  # Fix build with Linux >= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-
-  # Fix build with Linux >= 4.12
-  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KVERSION="$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=274
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(

[arch-commits] Commit in nvidia-390xx-lts/repos (3 files)

2020-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 12, 2020 @ 13:13:22
  Author: heftig
Revision: 373301

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx-lts/repos/testing-x86_64/
  nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 373300, nvidia-390xx-lts/trunk/PKGBUILD)
  nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch
(from rev 373300, nvidia-390xx-lts/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   48 
 kernel-4.16.patch |   33 +
 2 files changed, 81 insertions(+)

Copied: nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD (from rev 373300, 
nvidia-390xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-12 13:13:22 UTC (rev 373301)
@@ -0,0 +1,48 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-390xx-lts
+pkgver=390.132
+pkgrel=12
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ void conftest_phys_to_dma(void) {
+ phys_to_dma();
+ }"


  1   2   >