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

2019-02-28 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 07:51:38
  Author: arojas
Revision: 437161

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 07:51:17 UTC (rev 437160)
+++ PKGBUILD2019-03-01 07:51:38 UTC (rev 437161)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgname=python-rpy2
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(any)
-url="https://rpy2.bitbucket.io/;
-license=(MPL GPL LGPL)
-depends=(python-numpy r)
-makedepends=(python-setuptools)
-optdepends=('python-pandas: conversion between rpy and pandas' 
'python-tzlocal: conversion bewteen rpy and pandas')
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('34efc2935d9015527837d6b1de29641863d184b19d39ad415d5384be8a015bce')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-any/PKGBUILD (from rev 437160, 
python-rpy2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 07:51:38 UTC (rev 437161)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python-rpy2
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(any)
+url="https://rpy2.bitbucket.io/;
+license=(MPL GPL LGPL)
+depends=(python-numpy r)
+makedepends=(python-setuptools)
+optdepends=('python-pandas: conversion between rpy and pandas' 
'python-tzlocal: conversion bewteen rpy and pandas')
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('eb288092d139d36cf1e87e5fbcb6c651c24c186f44c41fc8773578ab2543abcf')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2019-02-28 Thread Antonio Rojas via arch-commits
Date: Friday, March 1, 2019 @ 07:51:17
  Author: arojas
Revision: 437160

Update to 3.0.1

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 07:04:40 UTC (rev 437159)
+++ PKGBUILD2019-03-01 07:51:17 UTC (rev 437160)
@@ -4,7 +4,7 @@
 # Contributor: David Pretty  
 
 pkgname=python-rpy2
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=(python-setuptools)
 optdepends=('python-pandas: conversion between rpy and pandas' 
'python-tzlocal: conversion bewteen rpy and pandas')
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('34efc2935d9015527837d6b1de29641863d184b19d39ad415d5384be8a015bce')
+sha256sums=('eb288092d139d36cf1e87e5fbcb6c651c24c186f44c41fc8773578ab2543abcf')
 
 package() {
   cd rpy2-$pkgver


[arch-commits] Commit in python-aws-sam-translator/repos (2 files)

2019-02-28 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, March 1, 2019 @ 07:04:40
  Author: yan12125
Revision: 437159

archrelease: copy trunk to community-any

Added:
  python-aws-sam-translator/repos/community-any/
  python-aws-sam-translator/repos/community-any/PKGBUILD
(from rev 437158, python-aws-sam-translator/trunk/PKGBUILD)

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

Copied: python-aws-sam-translator/repos/community-any/PKGBUILD (from rev 
437158, python-aws-sam-translator/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-01 07:04:40 UTC (rev 437159)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aws-sam-translator
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
+arch=(any)
+url='https://github.com/awslabs/serverless-application-model'
+license=(Apache)
+depends=(python python-boto3 python-jsonschema python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-yaml python-mock python-parameterized)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/awslabs/serverless-application-model/archive/v$pkgver.tar.gz;)
+sha256sums=('2d5a8447a32692ef22f0d1cdd1c22df2c2d2a667b41d984f4704b947a014136a')
+
+prepare() {
+  cd serverless-application-model-$pkgver
+
+  # remove coverage.py options - running coverage as a non-developer does not 
make much sense
+  sed -i 's#addopts = .*##' pytest.ini
+}
+
+build() {
+  cd serverless-application-model-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd serverless-application-model-$pkgver
+
+  # PYTHONPATH=build/lib pytest -v tests
+  pytest -v tests
+}
+
+package() {
+  cd serverless-application-model-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2019-02-28 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, March 1, 2019 @ 07:04:16
  Author: yan12125
Revision: 437158

addpkg: python-aws-sam-translator 1.9.0

* Added for cfn-lint, a new dependency for upcoming python-moto
* The latest version is 1.9.1, but there's no 1.9.1 tag

Added:
  python-aws-sam-translator/
  python-aws-sam-translator/repos/
  python-aws-sam-translator/trunk/
  python-aws-sam-translator/trunk/PKGBUILD

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

Added: python-aws-sam-translator/trunk/PKGBUILD
===
--- python-aws-sam-translator/trunk/PKGBUILD(rev 0)
+++ python-aws-sam-translator/trunk/PKGBUILD2019-03-01 07:04:16 UTC (rev 
437158)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aws-sam-translator
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
+arch=(any)
+url='https://github.com/awslabs/serverless-application-model'
+license=(Apache)
+depends=(python python-boto3 python-jsonschema python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-yaml python-mock python-parameterized)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/awslabs/serverless-application-model/archive/v$pkgver.tar.gz;)
+sha256sums=('2d5a8447a32692ef22f0d1cdd1c22df2c2d2a667b41d984f4704b947a014136a')
+
+prepare() {
+  cd serverless-application-model-$pkgver
+
+  # remove coverage.py options - running coverage as a non-developer does not 
make much sense
+  sed -i 's#addopts = .*##' pytest.ini
+}
+
+build() {
+  cd serverless-application-model-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd serverless-application-model-$pkgver
+
+  # PYTHONPATH=build/lib pytest -v tests
+  pytest -v tests
+}
+
+package() {
+  cd serverless-application-model-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-aws-xray-sdk/repos/community-any (PKGBUILD PKGBUILD)

2019-02-28 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, March 1, 2019 @ 05:57:58
  Author: yan12125
Revision: 437157

archrelease: copy trunk to community-any

Added:
  python-aws-xray-sdk/repos/community-any/PKGBUILD
(from rev 437156, python-aws-xray-sdk/trunk/PKGBUILD)
Deleted:
  python-aws-xray-sdk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 05:57:34 UTC (rev 437156)
+++ PKGBUILD2019-03-01 05:57:58 UTC (rev 437157)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-aws-xray-sdk
-_pkgname=aws-xray-sdk-python
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='AWS X-Ray SDK for Python'
-arch=(any)
-url='https://github.com/aws/aws-xray-sdk-python'
-license=(Apache)
-makedepends=(python-setuptools python-pypandoc)
-depends=(python-botocore python-future python-jsonpickle python-wrapt)
-checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
-  python-pytest-aiohttp python-testing.postgresql python-psycopg2
-  python-pg8000 python-requests)
-# Not using PyPI source tarball as it does not include tests
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz;)
-sha256sums=('6769bde3e75ec08de7a4931fde881a839e77cfa935affd1f1e4bf3ff7256')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  export AWS_SECRET_ACCESS_KEY=fake_key
-  export AWS_ACCESS_KEY_ID=fake_id
-
-  # aiobotocore is not compatible with botocore 1.11+, which is required by 
aws-xray-sdk 2.x
-  # https://github.com/aio-libs/aiobotocore/issues/629
-  # the test suite is not compatible with Django 2.x yet
-  # https://github.com/aws/aws-xray-sdk-python/issues/85
-  pytest -v --ignore tests/ext/aiobotocore --ignore tests/ext/django
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aws-xray-sdk/repos/community-any/PKGBUILD (from rev 437156, 
python-aws-xray-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 05:57:58 UTC (rev 437157)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='AWS X-Ray SDK for Python'
+arch=(any)
+url='https://github.com/aws/aws-xray-sdk-python'
+license=(Apache)
+makedepends=(python-setuptools python-pypandoc)
+depends=(python python-botocore python-future python-jsonpickle python-wrapt)
+checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
+  python-pytest-aiohttp python-testing.postgresql python-psycopg2
+  python-pg8000 python-requests python-aiobotocore)
+# Not using PyPI source tarball as it does not include tests
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz;)
+sha256sums=('d565a1100991ca123f57be7fe6eb2f4d757b2a105d594fdf3f67419e866c7608')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  export AWS_SECRET_ACCESS_KEY=fake_key
+  export AWS_ACCESS_KEY_ID=fake_id
+
+  # the test suite is not compatible with Django 2.x yet
+  # https://github.com/aws/aws-xray-sdk-python/issues/85
+  pytest -v --ignore tests/ext/django
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-aws-xray-sdk/trunk (PKGBUILD)

2019-02-28 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, March 1, 2019 @ 05:57:34
  Author: yan12125
Revision: 437156

upgpkg: python-aws-xray-sdk 2.4.1-1

Modified:
  python-aws-xray-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 00:20:38 UTC (rev 437155)
+++ PKGBUILD2019-03-01 05:57:34 UTC (rev 437156)
@@ -3,7 +3,7 @@
 
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
-pkgver=2.3.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
@@ -10,13 +10,13 @@
 url='https://github.com/aws/aws-xray-sdk-python'
 license=(Apache)
 makedepends=(python-setuptools python-pypandoc)
-depends=(python-botocore python-future python-jsonpickle python-wrapt)
+depends=(python python-botocore python-future python-jsonpickle python-wrapt)
 checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
   python-pytest-aiohttp python-testing.postgresql python-psycopg2
-  python-pg8000 python-requests)
+  python-pg8000 python-requests python-aiobotocore)
 # Not using PyPI source tarball as it does not include tests
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz;)
-sha256sums=('6769bde3e75ec08de7a4931fde881a839e77cfa935affd1f1e4bf3ff7256')
+sha256sums=('d565a1100991ca123f57be7fe6eb2f4d757b2a105d594fdf3f67419e866c7608')
 
 build() {
   cd $_pkgname-$pkgver
@@ -29,11 +29,9 @@
   export AWS_SECRET_ACCESS_KEY=fake_key
   export AWS_ACCESS_KEY_ID=fake_id
 
-  # aiobotocore is not compatible with botocore 1.11+, which is required by 
aws-xray-sdk 2.x
-  # https://github.com/aio-libs/aiobotocore/issues/629
   # the test suite is not compatible with Django 2.x yet
   # https://github.com/aws/aws-xray-sdk-python/issues/85
-  pytest -v --ignore tests/ext/aiobotocore --ignore tests/ext/django
+  pytest -v --ignore tests/ext/django
 }
 
 package() {


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

2019-02-28 Thread Allan McRae via arch-commits
Date: Friday, March 1, 2019 @ 01:45:30
  Author: allan
Revision: 346963

archrelease: copy trunk to testing-x86_64

Added:
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 346962, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 346962, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf
(from rev 346962, pacman/trunk/pacman.conf)

--+
 PKGBUILD |   64 +
 makepkg.conf |  145 +
 pacman.conf  |  100 +++
 3 files changed, 309 insertions(+)

Copied: pacman/repos/testing-x86_64/PKGBUILD (from rev 346962, 
pacman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-01 01:45:30 UTC (rev 346963)
@@ -0,0 +1,64 @@
+# vim: set ts=2 sw=2 et:
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=5.1.3
+pkgrel=1
+pkgdesc="A library-based package manager with dependency support"
+arch=('x86_64')
+url="https://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')
+checkdepends=('python2' 'fakechroot')
+optdepends=('perl-locale-gettext: translation support in makepkg-template'
+'xdelta3: delta support in repo-add')
+backup=(etc/pacman.conf
+etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf
+makepkg.conf)
+sha256sums=('10db61a0928d619871340c3f93a677d1541d6c52353c516aec4f8d96e830d4eb'
+'SKIP'
+'b82e9c1073292766c2f49b5c771dddf37383f1151117ef9cd5e0c11047b4f3eb'
+'8442bbb3d1d83f09610e9d687f9121037d97c6acaa06c4e907fc6e9eb0b127ec')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make V=1
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf" "$pkgdir/etc"
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+
+  # put bash_completion in the right location
+  install -dm755 "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/etc/bash_completion.d/pacman" 
"$pkgdir/usr/share/bash-completion/completions"
+  rmdir "$pkgdir/etc/bash_completion.d"
+
+  for f in makepkg pacman-key; do
+ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
+  done
+}

Copied: pacman/repos/testing-x86_64/makepkg.conf (from rev 346962, 
pacman/trunk/makepkg.conf)
===
--- testing-x86_64/makepkg.conf (rev 0)
+++ testing-x86_64/makepkg.conf 2019-03-01 01:45:30 UTC (rev 346963)
@@ -0,0 +1,145 @@
+#!/hint/bash
+#
+# /etc/makepkg.conf
+#
+
+#
+# SOURCE ACQUISITION
+#
+#
+#-- The download utilities that makepkg should use to acquire sources
+#  Format: 'protocol::agent'
+DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
+  'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o 
%o %u'
+  'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'rsync::/usr/bin/rsync --no-motd -z %u %o'
+  'scp::/usr/bin/scp -C %u %o')
+
+# Other common tools:
+# /usr/bin/snarf
+# /usr/bin/lftpget -c
+# /usr/bin/wget
+
+#-- The package required by makepkg to download VCS sources
+#  Format: 'protocol::package'
+VCSCLIENTS=('bzr::bzr'
+'git::git'
+'hg::mercurial'
+'svn::subversion')
+
+#
+# ARCHITECTURE, COMPILE FLAGS
+#
+#
+CARCH="x86_64"
+CHOST="x86_64-pc-linux-gnu"
+
+#-- Compiler and Linker Flags
+CPPFLAGS="-D_FORTIFY_SOURCE=2"
+CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
+CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+#-- Make Flags: change this for DistCC/SMP systems
+#MAKEFLAGS="-j2"
+#-- Debugging flags
+DEBUG_CFLAGS="-g 

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

2019-02-28 Thread Allan McRae via arch-commits
Date: Friday, March 1, 2019 @ 01:41:31
  Author: allan
Revision: 346962

upstream update

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 00:20:55 UTC (rev 346961)
+++ PKGBUILD2019-03-01 01:41:31 UTC (rev 346962)
@@ -3,8 +3,8 @@
 # Maintainer: Dave Reisner 
 
 pkgname=pacman
-pkgver=5.1.2
-pkgrel=2
+pkgver=5.1.3
+pkgrel=1
 pkgdesc="A library-based package manager with dependency support"
 arch=('x86_64')
 url="https://www.archlinux.org/pacman/;
@@ -24,7 +24,7 @@
 
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
 pacman.conf
 makepkg.conf)
-sha256sums=('ce4eef1585fe64fd1c65c269e263577261edd7535fe2278240103012d74b6ef6'
+sha256sums=('10db61a0928d619871340c3f93a677d1541d6c52353c516aec4f8d96e830d4eb'
 'SKIP'
 'b82e9c1073292766c2f49b5c771dddf37383f1151117ef9cd5e0c11047b4f3eb'
 '8442bbb3d1d83f09610e9d687f9121037d97c6acaa06c4e907fc6e9eb0b127ec')


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 00:20:22
  Author: felixonmars
Revision: 346960

upgpkg: python-lxml 4.3.2-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 00:15:07 UTC (rev 346959)
+++ PKGBUILD2019-03-01 00:20:22 UTC (rev 346960)
@@ -3,7 +3,7 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 arch=('x86_64')
 license=('BSD' 'custom')
@@ -13,7 +13,7 @@
 checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 
'python2-html5lib'
   'python-beautifulsoup4' 'python2-beautifulsoup4')
 source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz;)
-sha512sums=('da98fd55d7f295bdfaf9e63b9c24078ed0efecae47d4968187ec8ebabfde554ec124a47d9aaa49cd60d188304769265cea3bf86e0a6156e4b4f25f9f7dcb2079')
+sha512sums=('37383cc6d871e9a040150552e0c8197d5957786d771179e13055bd325e05dc1dc36d77f4d5d791859bab2a79eb18ac727d9bda8a567bc0bed531361a30934ef0')
 
 prepare() {
   mv lxml-lxml-$pkgver lxml-$pkgver


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 00:20:55
  Author: felixonmars
Revision: 346961

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 00:20:22 UTC (rev 346960)
+++ PKGBUILD2019-03-01 00:20:55 UTC (rev 346961)
@@ -1,97 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=4.3.1
-pkgrel=1
-arch=('x86_64')
-license=('BSD' 'custom')
-url="http://lxml.de/;
-makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 'epydoc' 
'python2-pygments'
- 'python2-docutils' 'cython' 'cython2')
-checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 
'python2-html5lib'
-  'python-beautifulsoup4' 'python2-beautifulsoup4')
-source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz;)
-sha512sums=('da98fd55d7f295bdfaf9e63b9c24078ed0efecae47d4968187ec8ebabfde554ec124a47d9aaa49cd60d188304769265cea3bf86e0a6156e4b4f25f9f7dcb2079')
-
-prepare() {
-  mv lxml-lxml-$pkgver lxml-$pkgver
-  cp -a lxml-$pkgver{,-py2}
-
-  # Setting LC_CTYPE to workaround encoding issue
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/lxml-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  python2 setup.py build
-  make PYTHON=python2 html
-}
-
-check() {
-  # TODO: Find a sane way to skip inplace build
-
-  cd "$srcdir"/lxml-$pkgver
-  make PYTHON=python test || warning "Tests failed"
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  make PYTHON=python2 test || warning "Tests failed"
-}
-
-package_python-lxml() {
-  pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
-  depends=('python' 'libxslt')
-  optdepends=('python-beautifulsoup4: support for beautifulsoup parser to 
parse not well formed HTML'
-  'python-cssselect: support for cssselect'
-  'python-html5lib: support for html5lib parser'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python2-lxml() {
-  pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup4: support for beautifulsoup parser to 
parse not well formed HTML'
-  'python2-cssselect: support for cssselect'
-  'python2-html5lib: support for html5lib parser'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc="Python binding for the libxml2 and libxslt libraries (docs)"
-  options=('docs')
-
-  cd lxml-$pkgver-py2
-  install -d "$pkgdir"/usr/share/doc/$pkgbase
-  cp -r doc/html "$pkgdir"/usr/share/doc/$pkgbase
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-x86_64/PKGBUILD (from rev 346960, 
python-lxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 00:20:55 UTC (rev 346961)
@@ -0,0 +1,97 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=4.3.2
+pkgrel=1
+arch=('x86_64')
+license=('BSD' 'custom')
+url="http://lxml.de/;
+makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 'epydoc' 
'python2-pygments'
+ 'python2-docutils' 'cython' 'cython2')
+checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 
'python2-html5lib'
+  'python-beautifulsoup4' 'python2-beautifulsoup4')
+source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz;)

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 00:20:38
  Author: felixonmars
Revision: 437155

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 00:20:16 UTC (rev 437154)
+++ PKGBUILD2019-03-01 00:20:38 UTC (rev 437155)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.24.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('aa46e3db223e77aaedf3ad929379789412ec022a10a5a22ecfc5e29c3d870348207ce0dc96b8e127813a7e5ed7a53f365b91634fd7f0d2569027e16ac36eedd5')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  echo -e "\nglobal-include *.json" >> openstacksdk-$pkgver/MANIFEST.in
-  cp -a openstacksdk-$pkgver{,-py2}
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
openstacksdk-$pkgver/openstack/tests/unit/*.py 
openstacksdk-$pkgver/openstack/tests/unit/*/*.py
-}
-
-build() {
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # From https://github.com/openstack/openstacksdk/blob/master/tox.ini
-  export OS_LOG_CAPTURE=true OS_STDOUT_CAPTURE=true OS_STDERR_CAPTURE=true
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 437154, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 00:20:38 UTC (rev 437155)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-service-types' 

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Friday, March 1, 2019 @ 00:20:16
  Author: felixonmars
Revision: 437154

upgpkg: python-openstacksdk 0.25.0-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 23:46:34 UTC (rev 437153)
+++ PKGBUILD2019-03-01 00:20:16 UTC (rev 437154)
@@ -3,7 +3,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.24.0
+pkgver=0.25.0
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
@@ -22,7 +22,7 @@
   'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
   'python2-jsonschema')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('aa46e3db223e77aaedf3ad929379789412ec022a10a5a22ecfc5e29c3d870348207ce0dc96b8e127813a7e5ed7a53f365b91634fd7f0d2569027e16ac36eedd5')
+sha512sums=('47f6f230a4cc0a47be1713633bbb6a6e0adca199d97f90d320ff0464740e5a8a99a6fe08bb21811ed85d2b592b05172d26a5f9dc0100663672fd7be771c446fd')
 
 export PBR_VERSION=$pkgver
 


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

2019-02-28 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 1, 2019 @ 00:15:07
  Author: bisson
Revision: 346959

archrelease: copy trunk to extra-x86_64

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 346958, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 346958, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/service
(from rev 346958, postfix/trunk/service)
  postfix/repos/extra-x86_64/sysusers.d
(from rev 346958, postfix/trunk/sysusers.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/service
  postfix/repos/extra-x86_64/sysusers.d

---+
 PKGBUILD  |  216 
 aliases.patch |   36 -
 service   |   28 +++
 sysusers.d|4 -
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 00:14:01 UTC (rev 346958)
+++ PKGBUILD2019-03-01 00:15:07 UTC (rev 346959)
@@ -1,108 +0,0 @@
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.3.3
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
- 'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
-optdepends=('perl: postfix-collate.pl and qshape')
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'sysusers.d'
-'service')
-sha256sums=('8740ab65037500ee7844192cf6b798d52ecc4838cd018337a504c52da813285a'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
-   -DHAS_LDAP
-   -DUSE_TLS
-   -DHAS_MYSQL -I/usr/include/mysql
-   -DHAS_PGSQL -I/usr/include/postgresql
-   -DHAS_SQLITE
-   -DHAS_CDB
-   -DDEF_COMMAND_DIR=\"/usr/bin\"
-   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
-   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
-   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
-   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
-   '
-   AUXLIBS='
-   -lsasl2
-   -lldap -llber
-   -lssl -lcrypto
-   -lmysqlclient -lz -lm
-   -lpq
-   -lsqlite3 -lpthread
-   -lcdb
-   '
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   name=qshape
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
-
-   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
-   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
-   libexec/post-install > ../arch-post-install
-   cd "${pkgdir}"
-   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
-   sh "${srcdir}/arch-post-install" \
-   

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

2019-02-28 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 1, 2019 @ 00:14:01
  Author: bisson
Revision: 346958

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 00:12:15 UTC (rev 346957)
+++ PKGBUILD2019-03-01 00:14:01 UTC (rev 346958)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.3.3
+pkgver=3.4.0
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('8740ab65037500ee7844192cf6b798d52ecc4838cd018337a504c52da813285a'
+sha256sums=('591bdd42e550388d772d24df2353471faecfc7426f56fd8753cd44e7ae4afee9'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-02-28 Thread Levente Polyak via arch-commits
Date: Friday, March 1, 2019 @ 00:12:15
  Author: anthraxx
Revision: 346957

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 346956, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 346956, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 346956, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 346956, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 346956, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 346956, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19719 +++-
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10161 insertions(+), 10162 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 346956:346957 to see the changes.


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2019-02-28 Thread Levente Polyak via arch-commits
Date: Friday, March 1, 2019 @ 00:12:01
  Author: anthraxx
Revision: 346956

upgpkg: linux-hardened 4.20.13.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 23:06:12 UTC (rev 346955)
+++ PKGBUILD2019-03-01 00:12:01 UTC (rev 346956)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.20.12
+_pkgver=4.20.13
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('1cf544308195250805e0731c716691bea4c1ed29e03e6f9ae5be6dc16785a504'
+sha256sums=('0e73adb4f0a4e68ae260d5aa644eb9c50e847f204258a5e43ce88dc791eb0ac1'
 'SKIP'
-'5506a0d9997dd9e3c8d19f51793954c0b03c4bceb9e4f103c28959a84fb482cc'
+'31ceb8eb68701c4f8f3529967e59da2877d3e42a99fbbecab0b8e651e542c01b'
 'SKIP'
-'aa21cfae6ebe152175ebfc174af4bf46ba250a1c514e2c8fc585818584135ef3'
+'e5ba805d660d833c6c1e5d63e42875b6c0037b51bc1d189ecc13be623a3c3533'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-02-28 23:06:12 UTC (rev 346955)
+++ config.x86_64   2019-03-01 00:12:01 UTC (rev 346956)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.20.12 Kernel Configuration
+# Linux/x86 4.20.13 Kernel Configuration
 #
 
 #
@@ -4991,7 +4991,6 @@
 CONFIG_MFD_AS3722=m
 CONFIG_PMIC_ADP5520=y
 CONFIG_MFD_AAT2870_CORE=y
-CONFIG_MFD_AT91_USART=m
 CONFIG_MFD_ATMEL_FLEXCOM=m
 CONFIG_MFD_ATMEL_HLCDC=m
 CONFIG_MFD_BCM590XX=m


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

2019-02-28 Thread Daniel M. Capella via arch-commits
Date: Thursday, February 28, 2019 @ 23:46:34
  Author: polyzen
Revision: 437153

Simplify

Modified:
  vivid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 23:13:58 UTC (rev 437152)
+++ PKGBUILD2019-02-28 23:46:34 UTC (rev 437153)
@@ -9,20 +9,20 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs')
 makedepends=('rust')
-source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+source=("$url/archive/v$pkgver/vivid-v$pkgver.tar.gz")
 
sha512sums=('debef0a9a46b4afee3bee96fa3f877525d0208395adbe5ac70ba37da81037243839f2dd180749cf4e2c1c1824ebe76d4edab5b1e80aa8cf99339bdd7552b1a77')
 
 build() {
-  cd $pkgname-$pkgver
+  cd vivid-$pkgver
   cargo build --release --locked
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd vivid-$pkgver
   install -Dt "$pkgdir"/usr/bin target/release/vivid
-  install -Dm644 -t "$pkgdir"/usr/share/$pkgname config/*
-  install -Dm644 -t "$pkgdir"/usr/share/$pkgname/themes themes/*
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+  install -Dm644 -t "$pkgdir"/usr/share/vivid config/filetypes.yml
+  install -Dm644 -t "$pkgdir"/usr/share/vivid/themes themes/*
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/vivid LICENSE-MIT
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-02-28 Thread Sébastien Luttringer via arch-commits
Date: Thursday, February 28, 2019 @ 23:13:58
  Author: seblu
Revision: 437152

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 437151, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.sysusers
(from rev 437151, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  298 +++---
 docker.sysusers |4 
 2 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 23:13:51 UTC (rev 437151)
+++ PKGBUILD2019-02-28 23:13:58 UTC (rev 437152)
@@ -1,149 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=18.09.2
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'libsystemd'
- 'libseccomp' 'libtool' 'runc' 'containerd')
-makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'pigz: parallel gzip compressor support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip' '!buildflags')
-# Use exact commit version from Dockerfile, see them in:
-# 
https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/
-_TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
-_LIBNETWORK_COMMIT=2cfbf9b1f98162a55829a21cc603c76072a75382
-source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver;
-
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
-"git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
-"git+https://github.com/spf13/cobra.git;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '9a8b2744db23b14ca3cd350fdf73c179')
-
-
-# create a fake go path directory and pushd into it
-# $1 real directory
-# $2 gopath directory
-_fake_gopath_pushd() {
-  mkdir -p "$GOPATH/src/${2%/*}"
-  rm -f "$GOPATH/src/$2"
-  ln -rsT "$1" "$GOPATH/src/$2"
-  pushd  "$GOPATH/src/$2" >/dev/null
-}
-
-_fake_gopath_popd() {
-  popd >/dev/null
-}
-
-build() {
-  ### check my mistakes on commit version
-  msg2 'Checking commit mismatch'
-  (
-  local _cfile
-  for _cfile in tini proxy; do
-. 
"$srcdir/docker-ce/components/engine/hack/dockerfile/install/$_cfile.installer"
-  done
-  local _commit _pkgbuild _dockerfile
-  for _commit in LIBNETWORK TINI; do
-_pkgbuild=_${_commit}_COMMIT
-_dockerfile=${_commit}_COMMIT
-if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
-  error "Invalid $_commit commit, should be ${!_dockerfile}"
-  return 1
-fi
-  done
-  )
-
-  ### globals
-  export GOPATH="$srcdir"
-  export PATH="$GOPATH/bin:$PATH"
-
-  ### cli
-  msg2 'Building cli'
-  _fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
-  DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=$pkgver-ce dynbinary
-  _fake_gopath_popd
-
-  ### daemon
-  msg2 'Building daemon'
-  _fake_gopath_pushd docker-ce/components/engine github.com/docker/docker
-  DOCKER_GITCOMMIT=$(cd "$srcdir"/docker-ce && git rev-parse --short HEAD) \
-DOCKER_BUILDTAGS='seccomp journald' \
-VERSION=$pkgver-ce \
-hack/make.sh dynbinary
-  _fake_gopath_popd
-
-  ### docker man pages
-  msg2 'Building man pages'
-  mkdir -p src/github.com/spf13
-  ln -rsfT cobra src/github.com/spf13/cobra
-  # use docker-ce cli version because they mess up with man dir
-  _fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
-  make manpages 2>/dev/null
-  _fake_gopath_popd
-
-  ### docker proxy
-  msg2 'Building docker-proxy'
-  _fake_gopath_pushd libnetwork github.com/docker/libnetwork
-  go build -ldflags='-linkmode=external' github.com/docker/libnetwork/cmd/proxy
-  _fake_gopath_popd
-
-  ### docker-init
-  msg2 'Building docker-init'
-  _fake_gopath_pushd tini github.com/krallin/tini
-  cmake .
-  # we must use the static binary because it's started in a foreign os
-  make tini-static
-  _fake_gopath_popd
-}
-
-package() {
-  ### proxy
-  install -Dm755 libnetwork/proxy "$pkgdir/usr/bin/docker-proxy"
-  ### init
-  install -Dm755 tini/tini-static "$pkgdir/usr/bin/docker-init"
-  ### engine
-  cd "$srcdir"/docker-ce/components/engine
-  # binary
-  install -Dm755 {bundles/latest/dynbinary-daemon,"$pkgdir"/usr/bin}/dockerd
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' \
-"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' \
-"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 'contrib/udev/80-docker.rules' \
-

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

2019-02-28 Thread Sébastien Luttringer via arch-commits
Date: Thursday, February 28, 2019 @ 23:13:51
  Author: seblu
Revision: 437151

upgpkg: docker 1:18.09.3-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:53:48 UTC (rev 437150)
+++ PKGBUILD2019-02-28 23:13:51 UTC (rev 437151)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=18.09.2
+pkgver=18.09.3
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'


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

2019-02-28 Thread Jan Steffens via arch-commits
Date: Thursday, February 28, 2019 @ 23:05:56
  Author: heftig
Revision: 346954

archrelease: copy trunk to extra-x86_64

Added:
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 346953, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 346953, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 346953, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 346953, firefox/trunk/upload-symbol-archive)
Deleted:
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

---+
 PKGBUILD  |  331 -
 firefox-symbolic.svg  |  128 -
 firefox.desktop   |  622 
 upload-symbol-archive |   48 +--
 4 files changed, 565 insertions(+), 564 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 23:05:26 UTC (rev 346953)
+++ PKGBUILD2019-02-28 23:05:56 UTC (rev 346954)
@@ -1,165 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jakub Schmidtke 
-
-pkgname=firefox
-pkgver=65.0.1
-pkgrel=1
-pkgdesc="Standalone web browser from mozilla.org"
-arch=(x86_64)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
- ffmpeg nss ttf-font libpulse)
-makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
- xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
- python nodejs python2-psutil cbindgen nasm)
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell checking, American English')
-options=(!emptydirs !makeflags)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
-$pkgname.desktop firefox-symbolic.svg)
-sha256sums=('SKIP'
-'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
-'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir mozbuild
-  cd mozilla-unified
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig 

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

2019-02-28 Thread Jan Steffens via arch-commits
Date: Thursday, February 28, 2019 @ 23:05:26
  Author: heftig
Revision: 346953

65.0.2-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:28:47 UTC (rev 346952)
+++ PKGBUILD2019-02-28 23:05:26 UTC (rev 346953)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=65.0.1
+pkgver=65.0.2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -67,6 +67,7 @@
 ac_add_options --enable-update-channel=release
 ac_add_options --with-distribution-id=org.archlinux
 export MOZILLA_OFFICIAL=1
+export MOZ_APP_REMOTINGNAME=$pkgname
 export MOZ_TELEMETRY_REPORTING=1
 export MOZ_REQUIRE_SIGNING=1
 


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

2019-02-28 Thread Jan Steffens via arch-commits
Date: Thursday, February 28, 2019 @ 23:06:12
  Author: heftig
Revision: 346955

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 346954, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  480 ++---
 1 file changed, 240 insertions(+), 240 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 23:05:56 UTC (rev 346954)
+++ PKGBUILD2019-02-28 23:06:12 UTC (rev 346955)
@@ -1,240 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=65.0.1
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canadian)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('4882c755c4ad198261e32ee3a7ff10cba700c21bbac5b1a2876fde6e8d38345c'
-'53e0568f8d509a168d523c1b3ef451cdf6e5a905cced33c4442117073a606a29'
-'0375040ca1bbcde7f33f4aba7cdc80b88a2b2c257c8f581891ed4e737c7fb185'
-'b0e5c6c25e6ffcd6a60bebc93547b9ec7d4649f163ceed99548a831174d7f82f'
-'4900b4db3de66110b408908d08fe714dc5f8b06d1da2c1d60d1fb2470a8bc996'
-'c96755886065388dea39dd7227bcb5913baedaad1e95c1ce1b349da03f70fadf'
-'3d1b73b99b2d14e10ab70529df4ddfceac51335e2d9125714486dd6acc2f8053'
-'f470c6db76be0c234aefe5cc5c586bb5d8c8fed55301202960986e02e97f7c23'
-'ab6e64fb8cae6f7ca1deeb6548c071e584eb321049e3befc1b25db2372726f7f'
-'8e4b5eb8cb0deff740b92527a087d395f4a7fab7161924be746c267056fde96f'
-'7b08cef9fda68022d3466929906c10a53f2bacde4518ef7ea247a526e537ad5c'
-

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:53:31
  Author: felixonmars
Revision: 437149

upgpkg: python-hypothesis 4.7.14-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:53:10 UTC (rev 437148)
+++ PKGBUILD2019-02-28 21:53:31 UTC (rev 437149)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.7.13
+pkgver=4.7.14
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('88c36913450c661de7e374069e2de6440b746331304c551e765422a484cc2bd7238bdae954b8cc1169602455f89039835b2719588a078740c575c5b12dc71df7')
+sha512sums=('16976230025fd786f9d73f41435805b574e3816c941e303cd36ae05a124524ee673f845434f537665c6d27ca1ed4f9c36d366402e680df26be0604eb0b79fa11')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:53:48
  Author: felixonmars
Revision: 437150

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:53:31 UTC (rev 437149)
+++ PKGBUILD2019-02-28 21:53:48 UTC (rev 437150)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.7.13
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('88c36913450c661de7e374069e2de6440b746331304c551e765422a484cc2bd7238bdae954b8cc1169602455f89039835b2719588a078740c575c5b12dc71df7')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 437149, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:53:48 UTC (rev 437150)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.7.14
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+   

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:52:53
  Author: felixonmars
Revision: 437137

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:52:36 UTC (rev 437136)
+++ PKGBUILD2019-02-28 21:52:53 UTC (rev 437137)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-utils
-pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.40.2
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
- 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n'
- 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 
'python2-netaddr'
- 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 
'python-eventlet'
-  'python2-eventlet')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
-sha512sums=('c173b6997712bd5dc18c9d490265be29e98425564100327f9d3f2f31cae358827a2787fc99b65bf9c0d8540868d7287dd647efc5505147fa87743105e05dd308')
-
-prepare() {
-  cp -a oslo.utils-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.utils-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.utils-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.utils-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslo.utils-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-utils() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
-   'python-netaddr' 'python-netifaces' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.utils-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-utils() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
-   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
-   'python2-funcsigs')
-
-  cd "$srcdir"/oslo.utils-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 437136, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:52:53 UTC (rev 437137)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-utils
+pkgname=(python-oslo-utils python2-oslo-utils)
+pkgver=3.40.3
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
+ 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n'
+ 'python2-monotonic' 'python-pytz' 'python2-pytz' 'python-netaddr' 
'python2-netaddr'
+ 'python-netifaces' 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 
'python-eventlet'
+  'python2-eventlet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
+sha512sums=('878f9434adc264701bc6ebc8867dac2478e8d27bf91a78e8cb79382a2b1fb45b7bfabfdf97064073073eba6a8ee50df233f051bcbaae154eb86799c4dbb520c5')
+
+prepare() {
+  cp -a oslo.utils-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.utils-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.utils-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.utils-$pkgver
+  stestr run
+
+  cd "$srcdir"/oslo.utils-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-oslo-utils() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
+   'python-netaddr' 'python-netifaces' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.utils-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-utils() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
+   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
+   

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:52:36
  Author: felixonmars
Revision: 437136

upgpkg: python-oslo-utils 3.40.3-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:46:17 UTC (rev 437135)
+++ PKGBUILD2019-02-28 21:52:36 UTC (rev 437136)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-utils
 pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.40.2
+pkgver=3.40.3
 pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-ddt' 'python2-ddt' 
'python-eventlet'
   'python2-eventlet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
-sha512sums=('c173b6997712bd5dc18c9d490265be29e98425564100327f9d3f2f31cae358827a2787fc99b65bf9c0d8540868d7287dd647efc5505147fa87743105e05dd308')
+sha512sums=('878f9434adc264701bc6ebc8867dac2478e8d27bf91a78e8cb79382a2b1fb45b7bfabfdf97064073073eba6a8ee50df233f051bcbaae154eb86799c4dbb520c5')
 
 prepare() {
   cp -a oslo.utils-$pkgver{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:46:17
  Author: felixonmars
Revision: 437135

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

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

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 437134, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-02-28 21:46:17 UTC (rev 
437135)
@@ -0,0 +1,4 @@

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:46:02
  Author: felixonmars
Revision: 437134

upgpkg: stack 1.9.3-75

rebuild with haskell-src-meta 0.8.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:39:46 UTC (rev 437133)
+++ PKGBUILD2019-02-28 21:46:02 UTC (rev 437134)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=74
+pkgrel=75
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:39:46
  Author: felixonmars
Revision: 437133

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 437132, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 437132, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:39:46 UTC (rev 437133)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=18
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+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 $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:39:31
  Author: felixonmars
Revision: 437132

upgpkg: postgrest 5.2.0-18

rebuild with haskell-src-meta 0.8.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:36:29 UTC (rev 437131)
+++ PKGBUILD2019-02-28 21:39:31 UTC (rev 437132)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=17
+pkgrel=18
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:36:29
  Author: felixonmars
Revision: 437131

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 437130, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 437130, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:36:29 UTC (rev 437131)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.1.1.1
+pkgrel=15
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-githash' 'haskell-optparse-applicative')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7870d6844e4838f4787107796aa230523b61f835ea395985458b8e9b14334713118a0b176b5a34a36adda6e56a2b86ef3a4f9ba6f5eb4e8398f6f7ea9162c840')
+
+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-build-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
+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-optparse-simple/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:36:14
  Author: felixonmars
Revision: 437130

upgpkg: haskell-optparse-simple 0.1.1.1-15

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:35:40 UTC (rev 437129)
+++ PKGBUILD2019-02-28 21:36:14 UTC (rev 437130)
@@ -4,7 +4,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.1.1.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:35:40
  Author: felixonmars
Revision: 437129

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD
(from rev 437128, haskell-interpolatedstring-perl6/trunk/PKGBUILD)

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

Copied: 
haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD (from 
rev 437128, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:35:40 UTC (rev 437129)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.1
+pkgrel=14
+pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
+url="https://github.com/audreyt/interpolatedstring-perl6;
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e3b793515bda8c04f9b6ff0bc61614fb1e9e2cbad79592333c09d7d134e3d83ec341049b68debf391fac0760b6f01aa8c6817d69207e0db42e239e9eb3f2385d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
\
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-githash/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:34:39
  Author: felixonmars
Revision: 437126

upgpkg: haskell-githash 0.1.3.1-20

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-githash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:33:35 UTC (rev 437125)
+++ PKGBUILD2019-02-28 21:34:39 UTC (rev 437126)
@@ -3,7 +3,7 @@
 _hkgname=githash
 pkgname=haskell-githash
 pkgver=0.1.3.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
 url="https://github.com/snoyberg/githash;
 license=('BSD')


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:35:25
  Author: felixonmars
Revision: 437128

upgpkg: haskell-interpolatedstring-perl6 1.0.1-14

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-interpolatedstring-perl6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:34:54 UTC (rev 437127)
+++ PKGBUILD2019-02-28 21:35:25 UTC (rev 437128)
@@ -3,7 +3,7 @@
 _hkgname=interpolatedstring-perl6
 pkgname=haskell-interpolatedstring-perl6
 pkgver=1.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
 url="https://github.com/audreyt/interpolatedstring-perl6;
 license=('custom:PublicDomain')


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:34:54
  Author: felixonmars
Revision: 437127

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-githash/repos/community-staging-x86_64/PKGBUILD (from rev 
437126, haskell-githash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:34:54 UTC (rev 437127)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=githash
+pkgname=haskell-githash
+pkgver=0.1.3.1
+pkgrel=20
+pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
+url="https://github.com/snoyberg/githash;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'git')
+makedepends=('ghc' 'haskell-hpack' 'haskell-hspec' 'haskell-temporary' 
'haskell-unliftio')
+source=("git+https://github.com/snoyberg/githash.git#tag=githash-$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+cd $_hkgname
+hpack
+}
+
+build() {
+cd $_hkgname
+
+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
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname
+
+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-hpack/repos (2 files)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:33:35
  Author: felixonmars
Revision: 437125

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 437124, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:33:35 UTC (rev 437125)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.31.1
+pkgrel=36
+pkgdesc="A modern format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('b67a5b57cb404c9ae0aae571e3f321ca6a6ae508d642fd5e496c698b21a1c6d73d6d139d4a83b8fbb55df4106d1a749bc8dfb67a5bf4190d42adb91fa893d234')
+
+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-hpack/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:33:20
  Author: felixonmars
Revision: 437124

upgpkg: haskell-hpack 0.31.1-36

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:31:18 UTC (rev 437123)
+++ PKGBUILD2019-02-28 21:33:20 UTC (rev 437124)
@@ -5,7 +5,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.31.1
-pkgrel=35
+pkgrel=36
 pkgdesc="A modern format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:31:18
  Author: felixonmars
Revision: 437123

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:31:14 UTC (rev 437122)
+++ PKGBUILD2019-02-28 21:31:18 UTC (rev 437123)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha512sums=('4212ac3d0c08c9db96d16dfe41ac39b4f3bc1f51bd9a7af07a7a69101a9a6a01db398656068c2729f716cb93b584d88adc2a66659a94388196d9c91a4c7948a2')
-
-prepare() {
-  cp -a "pyflakes-$pkgver"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd pyflakes-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd pyflakes-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 437121, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:31:18 UTC (rev 437123)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha512sums=('7ebf5843b38146305c1063e070480fea8ec3b47fa1be546b1fafaeb242a688a5a001f978e7257fd71d5905b9a338b466ef17c7330725191587e9c40ba632c3f8')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:31:14
  Author: felixonmars
Revision: 437122

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-interpolate/repos/community-staging-x86_64/PKGBUILD (from rev 
437121, haskell-interpolate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:31:14 UTC (rev 437122)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=interpolate
+pkgname=haskell-interpolate
+pkgver=0.2.0
+pkgrel=64
+pkgdesc="String interpolation done right"
+url="https://github.com/sol/interpolate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('adc90d7da696c4aea0935c5f85dbf37a1738c89ff3b940804cd7bb4f888e28a445c51db9e0f2e1e66f98646f60964c10d135cef30c13efaaaffee3c65b93c89a')
+
+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 python-pyflakes/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:31:01
  Author: felixonmars
Revision: 437121

upgpkg: python-pyflakes 2.1.1-1

Modified:
  python-pyflakes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:30:58 UTC (rev 437120)
+++ PKGBUILD2019-02-28 21:31:01 UTC (rev 437121)
@@ -7,7 +7,7 @@
 
 pkgbase=python-pyflakes
 pkgname=(python-pyflakes python2-pyflakes)
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
 arch=('any')
@@ -15,7 +15,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha512sums=('4212ac3d0c08c9db96d16dfe41ac39b4f3bc1f51bd9a7af07a7a69101a9a6a01db398656068c2729f716cb93b584d88adc2a66659a94388196d9c91a4c7948a2')
+sha512sums=('7ebf5843b38146305c1063e070480fea8ec3b47fa1be546b1fafaeb242a688a5a001f978e7257fd71d5905b9a338b466ef17c7330725191587e9c40ba632c3f8')
 
 prepare() {
   cp -a "pyflakes-$pkgver"{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:30:58
  Author: felixonmars
Revision: 437120

upgpkg: haskell-interpolate 0.2.0-64

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-interpolate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:30:20 UTC (rev 437119)
+++ PKGBUILD2019-02-28 21:30:58 UTC (rev 437120)
@@ -4,7 +4,7 @@
 _hkgname=interpolate
 pkgname=haskell-interpolate
 pkgver=0.2.0
-pkgrel=63
+pkgrel=64
 pkgdesc="String interpolation done right"
 url="https://github.com/sol/interpolate;
 license=("MIT")


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:30:20
  Author: felixonmars
Revision: 437119

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-wai-json/repos/community-staging-x86_64/
  haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD
(from rev 437118, haskell-hspec-wai-json/trunk/PKGBUILD)

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

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 437118, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:30:20 UTC (rev 437119)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.2
+pkgrel=12
+pkgdesc="Testing JSON APIs with hspec-wai"
+url="https://github.com/hspec/hspec-wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 
'haskell-case-insensitive'
+ 'haskell-hspec-wai')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('244d94f9099199a32f0de0412b053ad0d968c88b725f476414707caf95caaaedc07d7d5a301fb4aeaf6586cef54effd93f8ca1cf053031219ca1e0a08bcfb0b7')
+
+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-hspec-wai-json/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:30:05
  Author: felixonmars
Revision: 437118

upgpkg: haskell-hspec-wai-json 0.9.2-12

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:28:57 UTC (rev 437117)
+++ PKGBUILD2019-02-28 21:30:05 UTC (rev 437118)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai;
 license=("MIT")


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:28:33
  Author: felixonmars
Revision: 437114

upgpkg: python-keystoneauth1 3.12.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:28:07 UTC (rev 437113)
+++ PKGBUILD2019-02-28 21:28:33 UTC (rev 437114)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.11.2
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -20,7 +20,7 @@
   'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
   'python2-stestr')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz;)
-sha512sums=('6d8d1252f4510255b34e2b0dc62651b01bfc61d19719e0dbd3e01a9815b13eea1035f3dd4217c44f10d1b8710a7414318408b4d231730e97459fb78eccb729b1')
+sha512sums=('55041e92b5ae29bb0ab8ad26954d4154545571beaa1230cbf8fa580df18d46bc12d330668f50d93f78ad5c36bc6b7e98508ed6ea86fdfd1c4af1f52b149dca67')
 
 prepare() {
   sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:28:57
  Author: felixonmars
Revision: 437117

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-here/repos/community-staging-x86_64/PKGBUILD (from rev 437116, 
haskell-here/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:28:57 UTC (rev 437117)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=here
+pkgname=haskell-here
+pkgver=1.2.13
+pkgrel=56
+pkgdesc="Here docs & interpolated strings via quasiquotation"
+url="https://github.com/tmhedberg/here;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-src-meta")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('aa6ddfad039a90950389c50699dd5f7230bd1ac9b2b9345d5d0c8e8470707216093553dfe89480c31f19374b905e319b8216b8939051278ae41d79ccc5b160fb')
+
+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-here/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:28:42
  Author: felixonmars
Revision: 437115

upgpkg: haskell-here 1.2.13-56

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-here/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:28:33 UTC (rev 437114)
+++ PKGBUILD2019-02-28 21:28:42 UTC (rev 437115)
@@ -4,7 +4,7 @@
 _hkgname=here
 pkgname=haskell-here
 pkgver=1.2.13
-pkgrel=55
+pkgrel=56
 pkgdesc="Here docs & interpolated strings via quasiquotation"
 url="https://github.com/tmhedberg/here;
 license=("BSD")


[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:28:47
  Author: felixonmars
Revision: 346952

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 346951, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:28:29 UTC (rev 346951)
+++ PKGBUILD2019-02-28 21:28:47 UTC (rev 346952)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-date-manip
-pkgver=6.75
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-checkdepends=('perl-test-inter')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-sha512sums=('0a58a2c9e26edcbff5ca36328d55e39b417f22620c07b9b473dd9723f6b324dcb8bd8f37430420a87f8d6cffbcdcb93cf2f92382972d6d210f96ab236a042dba')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Date-Manip-${pkgver}
-  make test
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 346951, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:28:47 UTC (rev 346952)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-date-manip
+pkgver=6.76
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+checkdepends=('perl-test-inter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
+sha512sums=('dab6416e58ca5a032bd3e1a7d44578f5fad7ed6c2d9f1f8afdff6e04ecac13ceb035f533ab7f3cdb0875f7916166a51845f49cb8da40775846fb9b27b635e280')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Date-Manip-${pkgver}
+  make test
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:28:50
  Author: felixonmars
Revision: 437116

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:28:42 UTC (rev 437115)
+++ PKGBUILD2019-02-28 21:28:50 UTC (rev 437116)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.11.2
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
- 'python2-requests' 'python-stevedore' 'python2-stevedore')
-checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
-  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos' 
'python-oauthlib'
-  'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
-  'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz;)
-sha512sums=('6d8d1252f4510255b34e2b0dc62651b01bfc61d19719e0dbd3e01a9815b13eea1035f3dd4217c44f10d1b8710a7414318408b4d231730e97459fb78eccb729b1')
-
-prepare() {
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth-$pkgver{,-py2}
-
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  stestr run
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-os-service-types' 'python-requests')
-  optdepends=('python-requests-kerberos: for kerberos support'
-  'python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-os-service-types' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 437115, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:28:50 UTC (rev 437116)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
+ 'python2-requests' 'python-stevedore' 'python2-stevedore')
+checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
+  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
+  'python-oslo-config' 

[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:28:29
  Author: felixonmars
Revision: 346951

upgpkg: perl-date-manip 6.76-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:27:21 UTC (rev 346950)
+++ PKGBUILD2019-02-28 21:28:29 UTC (rev 346951)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-date-manip
-pkgver=6.75
+pkgver=6.76
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -11,7 +11,7 @@
 checkdepends=('perl-test-inter')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-sha512sums=('0a58a2c9e26edcbff5ca36328d55e39b417f22620c07b9b473dd9723f6b324dcb8bd8f37430420a87f8d6cffbcdcb93cf2f92382972d6d210f96ab236a042dba')
+sha512sums=('dab6416e58ca5a032bd3e1a7d44578f5fad7ed6c2d9f1f8afdff6e04ecac13ceb035f533ab7f3cdb0875f7916166a51845f49cb8da40775846fb9b27b635e280')
 
 build() {
   cd Date-Manip-${pkgver}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:28:07
  Author: felixonmars
Revision: 437113

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-qq/repos/community-staging-x86_64/
  haskell-aeson-qq/repos/community-staging-x86_64/PKGBUILD
(from rev 437112, haskell-aeson-qq/trunk/PKGBUILD)

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

Copied: haskell-aeson-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
437112, haskell-aeson-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:28:07 UTC (rev 437113)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-qq
+pkgname=haskell-aeson-qq
+pkgver=0.8.2
+pkgrel=97
+pkgdesc="JSON quasiquoter for Haskell"
+url="https://github.com/sol/aeson-qq;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-attoparsec' 
'haskell-scientific'
+ 'haskell-vector' 'haskell-aeson' 'haskell-src-meta')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bae36bcda3adc946253f373158a7e2b1604bb0d1dfb733295be08c2497c22d2b114849dc02a7846dac30394f112181fc8531837f005d004d8bdf6f3bd79724a3')
+
+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-aeson-qq/trunk (PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:27:40
  Author: felixonmars
Revision: 437112

upgpkg: haskell-aeson-qq 0.8.2-97

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:27:14 UTC (rev 437111)
+++ PKGBUILD2019-02-28 21:27:40 UTC (rev 437112)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=96
+pkgrel=97
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


[arch-commits] Commit in python-cryptography/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:27:21
  Author: felixonmars
Revision: 346950

archrelease: copy trunk to testing-x86_64

Added:
  python-cryptography/repos/testing-x86_64/PKGBUILD
(from rev 346949, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:27:01 UTC (rev 346949)
+++ PKGBUILD2019-02-28 21:27:21 UTC (rev 346950)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.6
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
-  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
-  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
-  'python-pytz' 'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('58ec6c68cdeadf023b65a216d6e6571010ebd9e2e926fbf6357ef81addfad783ba72c9a1847b1736777f8b1f80d394abe33001a49e62f5d587dd83c1bf5162e6')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py pytest
-}
-
-package_python-cryptography() {
-  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
-
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-cryptography() {
-  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-   'python2-setuptools' 'python2-asn1crypto')
-
-  cd cryptography-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/testing-x86_64/PKGBUILD (from rev 346949, 
python-cryptography/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:27:21 UTC (rev 346950)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
+  'python-pytz' 'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd 

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:27:01
  Author: felixonmars
Revision: 346949

upgpkg: python-cryptography 2.6.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 20:42:34 UTC (rev 346948)
+++ PKGBUILD2019-02-28 21:27:01 UTC (rev 346949)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.6
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('58ec6c68cdeadf023b65a216d6e6571010ebd9e2e926fbf6357ef81addfad783ba72c9a1847b1736777f8b1f80d394abe33001a49e62f5d587dd83c1bf5162e6')
+sha512sums=('f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2019-02-28 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 28, 2019 @ 21:27:14
  Author: grazzolini
Revision: 437111

archrelease: copy trunk to community-any

Added:
  mkinitcpio-dropbear/repos/community-any/
  mkinitcpio-dropbear/repos/community-any/ChangeLog
(from rev 437110, mkinitcpio-dropbear/trunk/ChangeLog)
  mkinitcpio-dropbear/repos/community-any/PKGBUILD
(from rev 437110, mkinitcpio-dropbear/trunk/PKGBUILD)

---+
 ChangeLog |   17 +
 PKGBUILD  |   21 +
 2 files changed, 38 insertions(+)

Copied: mkinitcpio-dropbear/repos/community-any/ChangeLog (from rev 437110, 
mkinitcpio-dropbear/trunk/ChangeLog)
===
--- community-any/ChangeLog (rev 0)
+++ community-any/ChangeLog 2019-02-28 21:27:14 UTC (rev 437111)
@@ -0,0 +1,17 @@
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.3 :
+   - Correction of the hook help text.
+   - Changed the root user home directory to /root.
+   - Some other cleanups, specially regarding TMPDIR files juggling.
+
+2015-07-28 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Removed leftovers from the old dropbear_initrd_encrypt which where 
conflicting with mkinitcpio-utils.
+
+2015-07-14 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Provide the same functionality as in dropbear_initrd_encrypt 
regarding dropbear.

Copied: mkinitcpio-dropbear/repos/community-any/PKGBUILD (from rev 437110, 
mkinitcpio-dropbear/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-28 21:27:14 UTC (rev 437111)
@@ -0,0 +1,21 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-dropbear
+pkgver=0.0.3
+pkgrel=5
+pkgdesc="Archlinux mkinitcpio hook to install and enable the dropbear daemon 
in early userspace"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-dropbear;
+license=('GPL3')
+depends=('dropbear' 'psmisc')
+optdepends=('openssh: Allows the use of the same host keys used for normal 
access' 'mkinitcpio-netconf: Network interface configuration' 'mkinitcpio-ppp: 
PPP interface configuration')
+#conflicts=('mkinitcpio-tinyssh')
+#install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='ChangeLog'
+sha512sums=('65d9d794411dc9da03d900655b748cdda72ad39f4b0188a25c1521ed656d9c92bbbf248b09e8eb7f345839001944fc56c10e1c1fe123a73732fea8ffb6fb78d4')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/dropbear_hook"  
"$pkgdir/usr/lib/initcpio/hooks/dropbear"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/dropbear_install"   
"$pkgdir/usr/lib/initcpio/install/dropbear"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:26:01
  Author: felixonmars
Revision: 437109

upgpkg: haskell-src-meta 0.8.2-1

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:25:00 UTC (rev 437108)
+++ PKGBUILD2019-02-28 21:26:01 UTC (rev 437109)
@@ -3,8 +3,8 @@
 
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="Parse source to template-haskell abstract syntax"
 url="https://github.com/bmillwood/haskell-src-meta;
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-src-exts' 'haskell-syb' 'haskell-th-orphans')
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3bc635f710a7fe8c848687d46459854e3cc6df5b1782e5076a6a92d567d19c438d94f6ed6eacc5042fb785be58ad0194cdf69819dc24429f40a2014f73259047')
+sha512sums=('e88b650443d2931c395d9af047012b47c472f5f969db631fb25c97ce77129f7794b94060854687b995d65afd77532bb581c7a52da3436f9944e1dee3df4fd7c6')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:26:16
  Author: felixonmars
Revision: 437110

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 437109, haskell-src-meta/trunk/PKGBUILD)

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

Copied: haskell-src-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
437109, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-28 21:26:16 UTC (rev 437110)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-exts' 'haskell-syb' 'haskell-th-orphans')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e88b650443d2931c395d9af047012b47c472f5f969db631fb25c97ce77129f7794b94060854687b995d65afd77532bb581c7a52da3436f9944e1dee3df4fd7c6')
+
+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 (5 files)

2019-02-28 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 28, 2019 @ 21:25:00
  Author: grazzolini
Revision: 437108

newpkg: mkinitcpio-dropbear

Added:
  mkinitcpio-dropbear/
  mkinitcpio-dropbear/repos/
  mkinitcpio-dropbear/trunk/
  mkinitcpio-dropbear/trunk/ChangeLog
  mkinitcpio-dropbear/trunk/PKGBUILD

---+
 ChangeLog |   17 +
 PKGBUILD  |   21 +
 2 files changed, 38 insertions(+)

Added: mkinitcpio-dropbear/trunk/ChangeLog
===
--- mkinitcpio-dropbear/trunk/ChangeLog (rev 0)
+++ mkinitcpio-dropbear/trunk/ChangeLog 2019-02-28 21:25:00 UTC (rev 437108)
@@ -0,0 +1,17 @@
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.3 :
+   - Correction of the hook help text.
+   - Changed the root user home directory to /root.
+   - Some other cleanups, specially regarding TMPDIR files juggling.
+
+2015-07-28 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Removed leftovers from the old dropbear_initrd_encrypt which where 
conflicting with mkinitcpio-utils.
+
+2015-07-14 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Provide the same functionality as in dropbear_initrd_encrypt 
regarding dropbear.

Added: mkinitcpio-dropbear/trunk/PKGBUILD
===
--- mkinitcpio-dropbear/trunk/PKGBUILD  (rev 0)
+++ mkinitcpio-dropbear/trunk/PKGBUILD  2019-02-28 21:25:00 UTC (rev 437108)
@@ -0,0 +1,21 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-dropbear
+pkgver=0.0.3
+pkgrel=5
+pkgdesc="Archlinux mkinitcpio hook to install and enable the dropbear daemon 
in early userspace"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-dropbear;
+license=('GPL3')
+depends=('dropbear' 'psmisc')
+optdepends=('openssh: Allows the use of the same host keys used for normal 
access' 'mkinitcpio-netconf: Network interface configuration' 'mkinitcpio-ppp: 
PPP interface configuration')
+#conflicts=('mkinitcpio-tinyssh')
+#install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='ChangeLog'
+sha512sums=('65d9d794411dc9da03d900655b748cdda72ad39f4b0188a25c1521ed656d9c92bbbf248b09e8eb7f345839001944fc56c10e1c1fe123a73732fea8ffb6fb78d4')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/dropbear_hook"  
"$pkgdir/usr/lib/initcpio/hooks/dropbear"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/dropbear_install"   
"$pkgdir/usr/lib/initcpio/install/dropbear"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:23:36
  Author: felixonmars
Revision: 437106

upgpkg: python-oslo-context 2.22.1-1

Modified:
  python-oslo-context/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:23:06 UTC (rev 437105)
+++ PKGBUILD2019-02-28 21:23:36 UTC (rev 437106)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-context
 pkgname=(python-oslo-context python2-oslo-context)
-pkgver=2.22.0
+pkgver=2.22.1
 pkgrel=1
 pkgdesc="OpenStack Context library"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
-sha512sums=('f88cd618cd73a21787f1c49554f1d12863a1909724e6d29be2a5011c5103b54675c521049acb50b7ae8f69c7918b7947f3a84a75d806d267c30015e366d7c971')
+sha512sums=('81d4e531bdd6f725735f537bd6be2aeb4d11991e1d54bfd28761a35049c07fa4f4cb87566dda4cdbadd91de5ada26da2c3c53c8ccf724b1a7b178773d2a45696')
 
 prepare() {
   cp -a oslo.context-$pkgver{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:23:53
  Author: felixonmars
Revision: 437107

archrelease: copy trunk to community-any

Added:
  python-oslo-context/repos/community-any/PKGBUILD
(from rev 437106, python-oslo-context/trunk/PKGBUILD)
Deleted:
  python-oslo-context/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:23:36 UTC (rev 437106)
+++ PKGBUILD2019-02-28 21:23:53 UTC (rev 437107)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-context
-pkgname=(python-oslo-context python2-oslo-context)
-pkgver=2.22.0
-pkgrel=1
-pkgdesc="OpenStack Context library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.context/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-debtcollector'
- 'python2-debtcollector')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
-sha512sums=('f88cd618cd73a21787f1c49554f1d12863a1909724e6d29be2a5011c5103b54675c521049acb50b7ae8f69c7918b7947f3a84a75d806d267c30015e366d7c971')
-
-prepare() {
-  cp -a oslo.context-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.context-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.context-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-context() {
-  depends=('python-pbr' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.context-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-context() {
-  depends=('python2-pbr' 'python2-debtcollector')
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-context/repos/community-any/PKGBUILD (from rev 437106, 
python-oslo-context/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:23:53 UTC (rev 437107)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-context
+pkgname=(python-oslo-context python2-oslo-context)
+pkgver=2.22.1
+pkgrel=1
+pkgdesc="OpenStack Context library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.context/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-debtcollector'
+ 'python2-debtcollector')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
+sha512sums=('81d4e531bdd6f725735f537bd6be2aeb4d11991e1d54bfd28761a35049c07fa4f4cb87566dda4cdbadd91de5ada26da2c3c53c8ccf724b1a7b178773d2a45696')
+
+prepare() {
+  cp -a oslo.context-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.context-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.context-$pkgver
+  stestr run
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-oslo-context() {
+  depends=('python-pbr' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.context-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-oslo-context() {
+  depends=('python2-pbr' 'python2-debtcollector')
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:23:06
  Author: felixonmars
Revision: 437105

archrelease: copy trunk to community-x86_64

Added:
  v2ray/repos/community-x86_64/PKGBUILD
(from rev 437104, v2ray/trunk/PKGBUILD)
  v2ray/repos/community-x86_64/v2ray.service
(from rev 437104, v2ray/trunk/v2ray.service)
Deleted:
  v2ray/repos/community-x86_64/PKGBUILD
  v2ray/repos/community-x86_64/v2ray.service

---+
 PKGBUILD  |   96 
 v2ray.service |   28 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:22:49 UTC (rev 437104)
+++ PKGBUILD2019-02-28 21:23:06 UTC (rev 437105)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.17.0
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
-'v2ray.service')
-sha512sums=('22407b029d63dda5830db09fb9a58b0af756f3928ea3e5f313bf12c76552bf5ea0162ad703a58d0138489f2aecf9412927a9738287ea388411e341a8fa4ec6df'
-
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p "$GOPATH"/src
-
-  mv *.com *.io *.org "$GOPATH"/src/
-}
-
-build() {
-  go build -o v2ray v2ray.com/core/main
-  go build -o v2ctl v2ray.com/core/infra/control/main
-}
-
-check() {
-  cd "$GOPATH"/src/v2ray.com/core
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd "$GOPATH"/src/v2ray.com/core
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
- -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
- "$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 437104, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:23:06 UTC (rev 437105)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.18.0
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
+'v2ray.service')
+sha512sums=('5a3acd4c32b8ae96ad148fb0c9c78b8c9ca2a231a51ab728f61d46bb41368279b460d6047d71d22ebfa1d19f624b1bc94b2357b343bab47d84f586df0fa20cab'
+
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH"/src
+
+  mv *.com *.io *.org *.net "$GOPATH"/src/
+}
+
+build() {
+  go build -o v2ray v2ray.com/core/main
+  go build -o v2ctl v2ray.com/core/infra/control/main
+}
+
+check() {
+  cd "$GOPATH"/src/v2ray.com/core
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd "$GOPATH"/src/v2ray.com/core
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
+ -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
+ "$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
+  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
+
+  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
+}

Deleted: v2ray.service
===
--- v2ray.service   2019-02-28 21:22:49 UTC (rev 437104)
+++ v2ray.service   2019-02-28 21:23:06 UTC (rev 437105)
@@ -1,14 +0,0 @@
-[Unit]
-Description=V2Ray Service

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:22:49
  Author: felixonmars
Revision: 437104

upgpkg: v2ray 4.18.0-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:22:17 UTC (rev 437103)
+++ PKGBUILD2019-02-28 21:22:49 UTC (rev 437104)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.17.0
+pkgver=4.18.0
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
 'v2ray.service')
-sha512sums=('22407b029d63dda5830db09fb9a58b0af756f3928ea3e5f313bf12c76552bf5ea0162ad703a58d0138489f2aecf9412927a9738287ea388411e341a8fa4ec6df'
+sha512sums=('5a3acd4c32b8ae96ad148fb0c9c78b8c9ca2a231a51ab728f61d46bb41368279b460d6047d71d22ebfa1d19f624b1bc94b2357b343bab47d84f586df0fa20cab'
 
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {
@@ -20,7 +20,7 @@
   export GOPATH="$srcdir/build"
   mkdir -p "$GOPATH"/src
 
-  mv *.com *.io *.org "$GOPATH"/src/
+  mv *.com *.io *.org *.net "$GOPATH"/src/
 }
 
 build() {


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:22:17
  Author: felixonmars
Revision: 437103

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:21:59 UTC (rev 437102)
+++ PKGBUILD2019-02-28 21:22:17 UTC (rev 437103)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-jsbeautifier
-pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.8.9
-pkgrel=1
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('ad4485f008d0b2a0c37f581d9c921fd7e96360eeba84cf4fbc48a31547ad9be7d3d1c3908798dc539d4c8938148a432a96bf1f5d3ffdef706135dffd308fda77')
-
-build() {
-  cd js-beautify-$pkgver/python
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd js-beautify-$pkgver/python
-  python setup.py test || warning "Broken tests"
-  python2 setup.py test || warning "Broken tests"
-}
-
-package_python-jsbeautifier() {
-  depends=('python-six' 'python-editorconfig')
-
-  cd js-beautify-$pkgver/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsbeautifier() {
-  depends=('python2-six' 'python2-editorconfig')
-
-  cd js-beautify-$pkgver/python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/js-beautify{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 437102, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:22:17 UTC (rev 437103)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsbeautifier
+pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('cd9d21c0d2fcfeb357023713c5ff653d5d1dbdae593eded230b1604cd3df5ba8893c71ab65c3351f18a4c4d985e39daf3a97abfb2b3a5f6306dfa52140e0de15')
+
+build() {
+  cd js-beautify-$pkgver/python
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd js-beautify-$pkgver/python
+  python setup.py test || warning "Broken tests"
+  python2 setup.py test || warning "Broken tests"
+}
+
+package_python-jsbeautifier() {
+  depends=('python-six' 'python-editorconfig')
+
+  cd js-beautify-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsbeautifier() {
+  depends=('python2-six' 'python2-editorconfig')
+
+  cd js-beautify-$pkgver/python
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/js-beautify{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:21:35
  Author: felixonmars
Revision: 437100

upgpkg: python-oslo-serialization 2.28.2-1

Modified:
  python-oslo-serialization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:21:01 UTC (rev 437099)
+++ PKGBUILD2019-02-28 21:21:35 UTC (rev 437100)
@@ -2,7 +2,7 @@
 
 pkgbase=python-oslo-serialization
 pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.28.1
+pkgver=2.28.2
 pkgrel=1
 pkgdesc="Oslo Serialization library"
 arch=('any')
@@ -13,7 +13,7 @@
  'python2-oslo-utils' 'python-pytz' 'python2-pytz')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
-sha512sums=('fc140db1fe3ae76ae9b6ccfb3ea186f86d6fae090776c20c3f1753c6b13753361b68f35cb881c529e454ec149bf4fedb00261a08ae4092dd0fb92089cc551b1c')
+sha512sums=('d0b4dea1f5348e192fae02b7d4e377aa95738f12295344e0b44d62387cbebacaae13d53d7e77e7fb9d9470abaf7f264d0cabfd89e165022fc21d8724d26ac1cd')
 
 export PBR_VERSION=$pkgver
 


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:21:59
  Author: felixonmars
Revision: 437102

upgpkg: python-jsbeautifier 1.9.0-1

Modified:
  python-jsbeautifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:21:53 UTC (rev 437101)
+++ PKGBUILD2019-02-28 21:21:59 UTC (rev 437102)
@@ -2,7 +2,7 @@
 
 pkgbase=python-jsbeautifier
 pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.8.9
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='JavaScript unobfuscator and beautifier'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('ad4485f008d0b2a0c37f581d9c921fd7e96360eeba84cf4fbc48a31547ad9be7d3d1c3908798dc539d4c8938148a432a96bf1f5d3ffdef706135dffd308fda77')
+sha512sums=('cd9d21c0d2fcfeb357023713c5ff653d5d1dbdae593eded230b1604cd3df5ba8893c71ab65c3351f18a4c4d985e39daf3a97abfb2b3a5f6306dfa52140e0de15')
 
 build() {
   cd js-beautify-$pkgver/python


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:21:53
  Author: felixonmars
Revision: 437101

archrelease: copy trunk to community-any

Added:
  python-oslo-serialization/repos/community-any/PKGBUILD
(from rev 437100, python-oslo-serialization/trunk/PKGBUILD)
Deleted:
  python-oslo-serialization/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:21:35 UTC (rev 437100)
+++ PKGBUILD2019-02-28 21:21:53 UTC (rev 437101)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslo-serialization
-pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.28.1
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="http://docs.openstack.org/developer/oslo.serialization;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-msgpack' 'python2-msgpack' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-pytz' 'python2-pytz')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
-sha512sums=('fc140db1fe3ae76ae9b6ccfb3ea186f86d6fae090776c20c3f1753c6b13753361b68f35cb881c529e454ec149bf4fedb00261a08ae4092dd0fb92089cc551b1c')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cp -a oslo.serialization-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.serialization-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-serialization() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
-   'python-pytz')
-
-  cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-serialization() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
-   'python2-pytz')
-
-  cd "$srcdir"/oslo.serialization-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
437100, python-oslo-serialization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:21:53 UTC (rev 437101)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslo-serialization
+pkgname=(python-oslo-serialization python2-oslo-serialization)
+pkgver=2.28.2
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="http://docs.openstack.org/developer/oslo.serialization;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-msgpack' 'python2-msgpack' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-pytz' 'python2-pytz')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
+sha512sums=('d0b4dea1f5348e192fae02b7d4e377aa95738f12295344e0b44d62387cbebacaae13d53d7e77e7fb9d9470abaf7f264d0cabfd89e165022fc21d8724d26ac1cd')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  cp -a oslo.serialization-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  stestr run
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-oslo-serialization() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+   'python-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-serialization() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
+   'python2-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in three.js/repos/community-any (PKGBUILD PKGBUILD)

2019-02-28 Thread Antonio Rojas via arch-commits
Date: Thursday, February 28, 2019 @ 21:20:40
  Author: arojas
Revision: 437098

archrelease: copy trunk to community-any

Added:
  three.js/repos/community-any/PKGBUILD
(from rev 437097, three.js/trunk/PKGBUILD)
Deleted:
  three.js/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:20:35 UTC (rev 437097)
+++ PKGBUILD2019-02-28 21:20:40 UTC (rev 437098)
@@ -1,21 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=three.js
-pkgver=r101
-pkgrel=1
-pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
-url='https://threejs.org/'
-arch=(any)
-license=(MIT)
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('ff9b92f7ba185d197af2cc7180837b4e2b3cb84db9e9d5250ba2c1aa65c71474')
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/threejs
-  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
-# Needed by sagemath
-  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: three.js/repos/community-any/PKGBUILD (from rev 437097, 
three.js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:20:40 UTC (rev 437098)
@@ -0,0 +1,21 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=three.js
+pkgver=r102
+pkgrel=1
+pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
+url='https://threejs.org/'
+arch=(any)
+license=(MIT)
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
+sha256sums=('23aa64471b4a6cd8ae75eb8183778f4fa762c8f87661d667d3da8be13a50ef70')
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/threejs
+  install -Dm644 build/*.js "$pkgdir"/usr/share/threejs/
+# Needed by sagemath
+  install -Dm644 examples/js/controls/OrbitControls.js 
"$pkgdir"/usr/share/threejs/
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:21:01
  Author: felixonmars
Revision: 437099

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:20:40 UTC (rev 437098)
+++ PKGBUILD2019-02-28 21:21:01 UTC (rev 437099)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: David Campbell 
-# Contributor: Cilyan Olowen 
-
-pkgbase=python-paste
-pkgname=(python-paste python2-paste)
-pkgver=3.0.6
-pkgrel=1
-pkgdesc="Tools for using a Web Server Gateway Interface stack"
-arch=('any')
-url="http://pythonpaste.org/index.html;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-flup' 
'python2-flup'
-  'python2-openid')
-source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
-sha512sums=('47871b285fbb4cb69b4bff8361c2445459c194373d8054947c8365a1883ae5e7e0a6212ef8cbfb1c0f54a5372cf393ea240b909dafa0703cc84a828d8f5849ab')
-
-prepare() {
-  cp -a Paste-${pkgver}{,-py2}
-
-  cd Paste-${pkgver}-py2
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
- -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  $(find . -name '*.py')
-}
-
-build() {
-  cd "$srcdir"/Paste-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Paste-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Paste-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/Paste-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-paste() {
-  depends=('python-six')
-  optdepends=('python-flup: WSGI utilities')
-
-  cd Paste-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-paste() {
-  depends=('python2-six')
-  optdepends=('python2-flup: WSGI utilities'
-  'python2-openid: Support for OpenID')
-
-  cd Paste-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-paste/repos/community-any/PKGBUILD (from rev 437098, 
python-paste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:21:01 UTC (rev 437099)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: David Campbell 
+# Contributor: Cilyan Olowen 
+
+pkgbase=python-paste
+pkgname=(python-paste python2-paste)
+pkgver=3.0.7
+pkgrel=1
+pkgdesc="Tools for using a Web Server Gateway Interface stack"
+arch=('any')
+url="http://pythonpaste.org/index.html;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-flup' 
'python2-flup'
+  'python2-openid')
+source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
+sha512sums=('adf823d208065b00a4bf1473e7550a1e0907d1da88000e87ea3a5dfb36f22c2bb33dda21ccf096da1512a0f2db2ad540a66efe751bbab8bfb49cd4ad456d5460')
+
+prepare() {
+  cp -a Paste-${pkgver}{,-py2}
+
+  cd Paste-${pkgver}-py2
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+ -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir"/Paste-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Paste-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Paste-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/Paste-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-paste() {
+  depends=('python-six')
+  optdepends=('python-flup: WSGI utilities')
+
+  cd Paste-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-paste() {
+  depends=('python2-six')
+  optdepends=('python2-flup: WSGI utilities'
+  'python2-openid: Support for OpenID')
+
+  cd Paste-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:20:35
  Author: felixonmars
Revision: 437097

upgpkg: python-paste 3.0.7-1

Modified:
  python-paste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:20:16 UTC (rev 437096)
+++ PKGBUILD2019-02-28 21:20:35 UTC (rev 437097)
@@ -4,7 +4,7 @@
 
 pkgbase=python-paste
 pkgname=(python-paste python2-paste)
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-flup' 
'python2-flup'
   'python2-openid')
 
source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
-sha512sums=('47871b285fbb4cb69b4bff8361c2445459c194373d8054947c8365a1883ae5e7e0a6212ef8cbfb1c0f54a5372cf393ea240b909dafa0703cc84a828d8f5849ab')
+sha512sums=('adf823d208065b00a4bf1473e7550a1e0907d1da88000e87ea3a5dfb36f22c2bb33dda21ccf096da1512a0f2db2ad540a66efe751bbab8bfb49cd4ad456d5460')
 
 prepare() {
   cp -a Paste-${pkgver}{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:20:16
  Author: felixonmars
Revision: 437096

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 437095, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:19:59 UTC (rev 437095)
+++ PKGBUILD2019-02-28 21:20:16 UTC (rev 437096)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=6.8.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986'
- 'python-yaml' 'python2-yaml' 'python2-enum34')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx'
-  'python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('e4422a27c8141b937da19982d6dad48d14ea83f72686722d6905e71c77efcd9f89baaed729ba5230060bd34d514ebdea87264e748611a46af80c1e8529a3f0e8')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
-
-  cp -a oslo.config-$pkgver{,-py2}
-  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
-
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986' 'python2-yaml' 
'python2-enum34')
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv "$pkgdir"/usr/bin/oslo-config-generator{,2}
-  mv "$pkgdir"/usr/bin/oslo-config-validator{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 437095, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:20:16 UTC (rev 437096)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=6.8.1
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986'
+ 'python-yaml' 'python2-yaml' 'python2-enum34')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx'
+  'python-testrepository' 'python2-testrepository' 
'python-requests-mock'
+  'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
+sha512sums=('f28f64a30007c96bba9dd10fe8ba7a724996c0975890105cebb8b44394e03fbf3d7d659a4e7387724d07cb8c0102c531106a2b774e235e86f77e0f76448fa97f')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
+
+  cp -a oslo.config-$pkgver{,-py2}
+  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd 

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

2019-02-28 Thread Antonio Rojas via arch-commits
Date: Thursday, February 28, 2019 @ 21:19:59
  Author: arojas
Revision: 437095

Update to r102

Modified:
  three.js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:19:58 UTC (rev 437094)
+++ PKGBUILD2019-02-28 21:19:59 UTC (rev 437095)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=three.js
-pkgver=r101
+pkgver=r102
 pkgrel=1
 pkgdesc='A JavaScript 3D Library which makes WebGL simpler'
 url='https://threejs.org/'
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mrdoob/three.js/archive/$pkgver.tar.gz;)
-sha256sums=('ff9b92f7ba185d197af2cc7180837b4e2b3cb84db9e9d5250ba2c1aa65c71474')
+sha256sums=('23aa64471b4a6cd8ae75eb8183778f4fa762c8f87661d667d3da8be13a50ef70')
 
 package() {
   cd $pkgname-$pkgver


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:19:58
  Author: felixonmars
Revision: 437094

upgpkg: python-oslo-config 6.8.1-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:18:40 UTC (rev 437093)
+++ PKGBUILD2019-02-28 21:19:58 UTC (rev 437094)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=6.8.0
+pkgver=6.8.1
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('e4422a27c8141b937da19982d6dad48d14ea83f72686722d6905e71c77efcd9f89baaed729ba5230060bd34d514ebdea87264e748611a46af80c1e8529a3f0e8')
+sha512sums=('f28f64a30007c96bba9dd10fe8ba7a724996c0975890105cebb8b44394e03fbf3d7d659a4e7387724d07cb8c0102c531106a2b774e235e86f77e0f76448fa97f')
 
 prepare() {
   sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:18:40
  Author: felixonmars
Revision: 437093

archrelease: copy trunk to community-any

Added:
  python-oslo-i18n/repos/community-any/PKGBUILD
(from rev 437092, python-oslo-i18n/trunk/PKGBUILD)
Deleted:
  python-oslo-i18n/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:18:22 UTC (rev 437092)
+++ PKGBUILD2019-02-28 21:18:40 UTC (rev 437093)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-i18n
-pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.23.0
-pkgrel=1
-pkgdesc="Oslo i18n library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
-  'python2-oslo-config')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz;)
-sha512sums=('3191ea88e73ad283c91ac57c4ab4999265daa9f33f6b3c5b8e9f04679ff435844ae380947192738c1466ffb4d03e65e436895a3deb89dbd31c846a6ff9759cb9')
-
-prepare() {
-  cp -a oslo.i18n-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.i18n-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.i18n-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.i18n-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslo.i18n-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-i18n() {
-  depends=('python-six' 'python-pbr' 'python-babel')
-
-  cd "$srcdir"/oslo.i18n-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-i18n() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel')
-
-  cd "$srcdir"/oslo.i18n-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 437092, 
python-oslo-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:18:40 UTC (rev 437093)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-i18n
+pkgname=(python-oslo-i18n python2-oslo-i18n)
+pkgver=3.23.1
+pkgrel=1
+pkgdesc="Oslo i18n library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
+  'python2-oslo-config')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz;)
+sha512sums=('c5946f0ba1cb5ab438f8bb66e8b0d689730d88cf541d89cc3560f30a02b3de897a6464534cbe4cfa0a3b3ee4ece203cc1889079b8148fda2782a7fbf17a9dc9a')
+
+prepare() {
+  cp -a oslo.i18n-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.i18n-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.i18n-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.i18n-$pkgver
+  stestr run
+
+  cd "$srcdir"/oslo.i18n-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-oslo-i18n() {
+  depends=('python-six' 'python-pbr' 'python-babel')
+
+  cd "$srcdir"/oslo.i18n-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-oslo-i18n() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel')
+
+  cd "$srcdir"/oslo.i18n-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:18:22
  Author: felixonmars
Revision: 437092

upgpkg: python-oslo-i18n 3.23.1-1

Modified:
  python-oslo-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:18:07 UTC (rev 437091)
+++ PKGBUILD2019-02-28 21:18:22 UTC (rev 437092)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-i18n
 pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.23.0
+pkgver=3.23.1
 pkgrel=1
 pkgdesc="Oslo i18n library"
 arch=('any')
@@ -15,7 +15,7 @@
   'python2-oslo-config')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.i18n/archive/$pkgver.tar.gz;)
-sha512sums=('3191ea88e73ad283c91ac57c4ab4999265daa9f33f6b3c5b8e9f04679ff435844ae380947192738c1466ffb4d03e65e436895a3deb89dbd31c846a6ff9759cb9')
+sha512sums=('c5946f0ba1cb5ab438f8bb66e8b0d689730d88cf541d89cc3560f30a02b3de897a6464534cbe4cfa0a3b3ee4ece203cc1889079b8148fda2782a7fbf17a9dc9a')
 
 prepare() {
   cp -a oslo.i18n-$pkgver{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:18:07
  Author: felixonmars
Revision: 437091

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:17:55 UTC (rev 437090)
+++ PKGBUILD2019-02-28 21:18:07 UTC (rev 437091)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="https://docs.openstack.org/python-keystoneclient/latest/;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 
'python-debtcollector'
- 'python2-debtcollector' 'python-keystoneauth1' 
'python2-keystoneauth1' 'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-serialization'
- 'python2-oslo-serialization' 'python-oslo-config' 
'python2-oslo-config'
- 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 
'python2-lxml'
-  'python-testresources' 'python2-testresources')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz;)
-sha512sums=('87c317e8d7efd0462dcbb2253bb395f24467506c4e534b0a5bb3bc5431e2c84691fa46bbecf6906f8de68d897b930b40c2d2c75d1a8ef6e0ed49c88f42d9a5ce')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cp -a python-keystoneclient-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  stestr run
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-keystoneclient() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
-   'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n'
-   'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-keystoneclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 
'python2-debtcollector'
-   'python2-keystoneauth1' 'python2-oslo-utils' 'python2-oslo-i18n'
-   'python2-oslo-serialization' 'python2-oslo-config' 
'python2-requests' 'python2-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 437090, 
python-keystoneclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:18:07 UTC (rev 437091)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-keystoneclient
+pkgname=(python-keystoneclient python2-keystoneclient)
+pkgver=3.19.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="https://docs.openstack.org/python-keystoneclient/latest/;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 
'python-debtcollector'
+ 'python2-debtcollector' 'python-keystoneauth1' 
'python2-keystoneauth1' 'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-serialization'
+ 'python2-oslo-serialization' 'python-oslo-config' 
'python2-oslo-config'
+ 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 
'python2-lxml'
+  'python-testresources' 'python2-testresources')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz;)

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:17:49
  Author: felixonmars
Revision: 437086

upgpkg: python-keystoneclient 3.19.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:17:26 UTC (rev 437085)
+++ PKGBUILD2019-02-28 21:17:49 UTC (rev 437086)
@@ -2,7 +2,7 @@
 
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.18.0
+pkgver=3.19.0
 pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')
@@ -18,7 +18,7 @@
   'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 
'python2-lxml'
   'python-testresources' 'python2-testresources')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz;)
-sha512sums=('87c317e8d7efd0462dcbb2253bb395f24467506c4e534b0a5bb3bc5431e2c84691fa46bbecf6906f8de68d897b930b40c2d2c75d1a8ef6e0ed49c88f42d9a5ce')
+sha512sums=('3fc549ba955fe83623b4c47f9f5271dcab41af733e394237c8860356c036aa82721f0d62738a7e6fbe29b56850e2d2be760a8d1f702900e999c42f864c7f484d')
 
 export PBR_VERSION=$pkgver
 


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:17:26
  Author: felixonmars
Revision: 437085

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:17:10 UTC (rev 437084)
+++ PKGBUILD2019-02-28 21:17:26 UTC (rev 437085)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
- 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-stestr'
- 'python2-stestr' 'python-testscenarios' 'python2-testscenarios'
- 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
- 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
- 'python-debtcollector' 'python2-debtcollector')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
-sha512sums=('f4845bdd4a7caccb7b1523a901123e18dedf2e9adc36df3911a7a089e3f3d2fd4450613c24679e665811c12a4b1a31bfd6fbb8f9afff72eb708f34f5003e8494')
-
-prepare() {
-  cp -a oslotest-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslotest-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-stestr' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-stestr' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 437084, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:17:26 UTC (rev 437085)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
+ 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-stestr'
+ 'python2-stestr' 'python-testscenarios' 'python2-testscenarios'
+ 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
+ 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
+ 'python-debtcollector' 'python2-debtcollector')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
+sha512sums=('df06501dd69916e64330bc184d6ed18ed704088e79db23773dfe1db004a64022342fdadd2f0763efdfc5d1ffa7884e6b858e1dde2e563442af29adf5175fd6b1')
+
+prepare() {
+  cp -a oslotest-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest-$pkgver
+  stestr run
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-stestr' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 'python2-stestr' 
'python2-testscenarios'
+   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
+   'python2-debtcollector')
+
+  cd 

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:17:10
  Author: felixonmars
Revision: 437084

upgpkg: python-oslotest 3.7.1-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:16:13 UTC (rev 437083)
+++ PKGBUILD2019-02-28 21:17:10 UTC (rev 437084)
@@ -2,7 +2,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')
@@ -15,7 +15,7 @@
  'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
  'python-debtcollector' 'python2-debtcollector')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
-sha512sums=('f4845bdd4a7caccb7b1523a901123e18dedf2e9adc36df3911a7a089e3f3d2fd4450613c24679e665811c12a4b1a31bfd6fbb8f9afff72eb708f34f5003e8494')
+sha512sums=('df06501dd69916e64330bc184d6ed18ed704088e79db23773dfe1db004a64022342fdadd2f0763efdfc5d1ffa7884e6b858e1dde2e563442af29adf5175fd6b1')
 
 prepare() {
   cp -a oslotest-$pkgver{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:16:13
  Author: felixonmars
Revision: 437083

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:15:57 UTC (rev 437082)
+++ PKGBUILD2019-02-28 21:16:13 UTC (rev 437083)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-debtcollector
-pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.20.0
-pkgrel=1
-arch=('any')
-pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
-url='http://docs.openstack.org/developer/debtcollector'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz;)
-sha512sums=('d3237ec7b3c889ea17ce0950a9df773436963fdc54fa5509b06c48fe9e52e480d8a5545eef11af2a2b3289a0af3d9e79661bc8621f30ec32af2eb25653963980')
-
-prepare() {
-  cp -a debtcollector-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/debtcollector-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/debtcollector-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/debtcollector-$pkgver
-  stestr run
-
-  cd "$srcdir"/debtcollector-$pkgver-py2
-  stestr2 run
-}
-
-package_python-debtcollector() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
-
-  cd debtcollector-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-debtcollector() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
-
-  cd debtcollector-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-debtcollector/repos/community-any/PKGBUILD (from rev 437082, 
python-debtcollector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:16:13 UTC (rev 437083)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-debtcollector
+pkgname=('python-debtcollector' 'python2-debtcollector')
+pkgver=1.21.0
+pkgrel=1
+arch=('any')
+pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
+url='http://docs.openstack.org/developer/debtcollector'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz;)
+sha512sums=('ff0288fcb9010d29a75c7a008d6d28fc19088d7a5934eef8b0d262609a1eee385394e4763dcefae1a4d2e30977fa6122a62cde5ecd618ee12ad4b8e68a98f16e')
+
+prepare() {
+  cp -a debtcollector-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/debtcollector-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/debtcollector-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/debtcollector-$pkgver
+  stestr run
+
+  cd "$srcdir"/debtcollector-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-debtcollector() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-wrapt')
+
+  cd debtcollector-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-debtcollector() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-wrapt' 
'python2-funcsigs')
+
+  cd debtcollector-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:15:57
  Author: felixonmars
Revision: 437082

upgpkg: python-debtcollector 1.21.0-1

Modified:
  python-debtcollector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:14:45 UTC (rev 437081)
+++ PKGBUILD2019-02-28 21:15:57 UTC (rev 437082)
@@ -2,7 +2,7 @@
 
 pkgbase=python-debtcollector
 pkgname=('python-debtcollector' 'python2-debtcollector')
-pkgver=1.20.0
+pkgver=1.21.0
 pkgrel=1
 arch=('any')
 pkgdesc='A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.'
@@ -12,7 +12,7 @@
  'python2-babel' 'python-wrapt' 'python2-wrapt' 'python2-funcsigs')
 checkdepends=('python-oslotest' 'python2-oslotest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/debtcollector/archive/$pkgver.tar.gz;)
-sha512sums=('d3237ec7b3c889ea17ce0950a9df773436963fdc54fa5509b06c48fe9e52e480d8a5545eef11af2a2b3289a0af3d9e79661bc8621f30ec32af2eb25653963980')
+sha512sums=('ff0288fcb9010d29a75c7a008d6d28fc19088d7a5934eef8b0d262609a1eee385394e4763dcefae1a4d2e30977fa6122a62cde5ecd618ee12ad4b8e68a98f16e')
 
 prepare() {
   cp -a debtcollector-$pkgver{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:14:28
  Author: felixonmars
Revision: 437080

upgpkg: python-deprecated 1.2.5-1

Modified:
  python-deprecated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:13:57 UTC (rev 437079)
+++ PKGBUILD2019-02-28 21:14:28 UTC (rev 437080)
@@ -2,7 +2,7 @@
 
 pkgbase=python-deprecated
 pkgname=(python-deprecated python2-deprecated)
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
 url="https://github.com/tantale/deprecated;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-wrapt' 
'python2-wrapt')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
-sha512sums=('20531256f86789f9f52ed9e9db2b61bf253f888728754bcb654b6c049532f29295a6dd44aaad1f21fd17c072515af9b1da55586b0cdb25da620dd1788191d46c')
+sha512sums=('3a16b5d4f2475788ce919c327b668bb8852dab88adfa959826c9b68ccbfba3207a1c60ca164edacde8a756bd3895225af944a51eebde1230a93a973145231234')
 
 prepare() {
   cp -a deprecated-$pkgver{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:14:45
  Author: felixonmars
Revision: 437081

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:14:28 UTC (rev 437080)
+++ PKGBUILD2019-02-28 21:14:45 UTC (rev 437081)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-deprecated
-pkgname=(python-deprecated python2-deprecated)
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
-url="https://github.com/tantale/deprecated;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-wrapt' 
'python2-wrapt')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
-sha512sums=('20531256f86789f9f52ed9e9db2b61bf253f888728754bcb654b6c049532f29295a6dd44aaad1f21fd17c072515af9b1da55586b0cdb25da620dd1788191d46c')
-
-prepare() {
-  cp -a deprecated-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/deprecated-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/deprecated-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-deprecated() {
-  depends=('python-wrapt')
-
-  cd deprecated-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-package_python2-deprecated() {
-  depends=('python2-wrapt')
-
-  cd deprecated-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-deprecated/repos/community-any/PKGBUILD (from rev 437080, 
python-deprecated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:14:45 UTC (rev 437081)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-deprecated
+pkgname=(python-deprecated python2-deprecated)
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
+url="https://github.com/tantale/deprecated;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-wrapt' 
'python2-wrapt')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz;)
+sha512sums=('3a16b5d4f2475788ce919c327b668bb8852dab88adfa959826c9b68ccbfba3207a1c60ca164edacde8a756bd3895225af944a51eebde1230a93a973145231234')
+
+prepare() {
+  cp -a deprecated-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/deprecated-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/deprecated-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-deprecated() {
+  depends=('python-wrapt')
+
+  cd deprecated-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-deprecated() {
+  depends=('python2-wrapt')
+
+  cd deprecated-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2019-02-28 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 28, 2019 @ 21:13:57
  Author: grazzolini
Revision: 437079

archrelease: copy trunk to community-any

Added:
  mkinitcpio-netconf/repos/community-any/
  mkinitcpio-netconf/repos/community-any/Changelog
(from rev 437078, mkinitcpio-netconf/trunk/Changelog)
  mkinitcpio-netconf/repos/community-any/PKGBUILD
(from rev 437078, mkinitcpio-netconf/trunk/PKGBUILD)

---+
 Changelog |   13 +
 PKGBUILD  |   20 
 2 files changed, 33 insertions(+)

Copied: mkinitcpio-netconf/repos/community-any/Changelog (from rev 437078, 
mkinitcpio-netconf/trunk/Changelog)
===
--- community-any/Changelog (rev 0)
+++ community-any/Changelog 2019-02-28 21:13:57 UTC (rev 437079)
@@ -0,0 +1,13 @@
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Initial support for systemd enabled initrd:
+   + Check for any files ending in .initramfs in the 
/etc/systemd/network directory, and copies them to the initrd, and also copy 
and install systemd-networkd.
+   + There are some caveats, specially that it won't remove any ip 
addresses added to the interface: https://github.com/systemd/systemd/issues/780
+   - Corrected the help text.
+
+2015-07-15 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Right now it only support the ip= configuration mode.

Copied: mkinitcpio-netconf/repos/community-any/PKGBUILD (from rev 437078, 
mkinitcpio-netconf/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-28 21:13:57 UTC (rev 437079)
@@ -0,0 +1,20 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-netconf
+pkgver=0.0.4
+pkgrel=3
+pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-netconf;
+license=('BSD')
+depends=('mkinitcpio-nfs-utils' 'iproute2')
+#install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='Changelog'
+sha512sums=('06ac202410964740785d2977f7918981276e10568260433436c51a1d540152cc28462e46dae6bfa31acd1fafa9ebe1e4f57ca90d7754a09ccaba142c8d48b228')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"
"$pkgdir/usr/lib/initcpio/hooks/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_install" 
"$pkgdir/usr/lib/initcpio/install/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:12:49
  Author: felixonmars
Revision: 437077

archrelease: copy trunk to community-any

Added:
  python-oslo-concurrency/repos/community-any/PKGBUILD
(from rev 437076, python-oslo-concurrency/trunk/PKGBUILD)
Deleted:
  python-oslo-concurrency/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:12:32 UTC (rev 437076)
+++ PKGBUILD2019-02-28 21:12:49 UTC (rev 437077)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-concurrency
-pkgname=(python-oslo-concurrency python2-oslo-concurrency)
-pkgver=3.29.0
-pkgrel=1
-pkgdesc="OpenStack library for all concurrency-related code"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
- 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 
'python2-enum34')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
-  'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz;)
-sha512sums=('0a096cbf6473514bbf261fb84a575b034a45f58cc4380bbc09b24eb5135d474c8746e3e893e69d71f36df61f5f8e7a12413595ba679f6f5a707c329363ebbb59')
-
-prepare() {
-  cp -a oslo.concurrency-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  stestr run || warning "1 failure about raising rlimit"
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit"
-}
-
-package_python-oslo-concurrency() {
-  depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
-   'python-fasteners')
-
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-concurrency() {
-  depends=('python2-six' 'python2-pbr' 'python2-oslo-config' 
'python2-oslo-i18n'
-   'python2-oslo-utils' 'python2-fasteners' 'python2-enum34')
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/lockutils-wrapper{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-concurrency/repos/community-any/PKGBUILD (from rev 437076, 
python-oslo-concurrency/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:12:49 UTC (rev 437077)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-concurrency
+pkgname=(python-oslo-concurrency python2-oslo-concurrency)
+pkgver=3.29.1
+pkgrel=1
+pkgdesc="OpenStack library for all concurrency-related code"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
+ 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 
'python2-enum34')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
+  'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz;)
+sha512sums=('108d314190cf34a0cef14bee6a8e42bbb2c625a59ea93b9eb5329ee4647ec1570d66c0814eb20f1e45e93ce78de127b1b083a6fb7366db2b0f530eda88fa3f98')
+
+prepare() {
+  cp -a oslo.concurrency-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.concurrency-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  stestr run || warning "1 failure about raising rlimit"
+
+  cd "$srcdir"/oslo.concurrency-$pkgver-py2
+  PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit"
+}
+
+package_python-oslo-concurrency() {
+  depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
+   'python-fasteners')
+
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  python setup.py install 

[arch-commits] Commit in (5 files)

2019-02-28 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 28, 2019 @ 21:13:06
  Author: grazzolini
Revision: 437078

newpkg: mkinitcpio-netconf

Added:
  mkinitcpio-netconf/
  mkinitcpio-netconf/repos/
  mkinitcpio-netconf/trunk/
  mkinitcpio-netconf/trunk/Changelog
  mkinitcpio-netconf/trunk/PKGBUILD

---+
 Changelog |   13 +
 PKGBUILD  |   20 
 2 files changed, 33 insertions(+)

Added: mkinitcpio-netconf/trunk/Changelog
===
--- mkinitcpio-netconf/trunk/Changelog  (rev 0)
+++ mkinitcpio-netconf/trunk/Changelog  2019-02-28 21:13:06 UTC (rev 437078)
@@ -0,0 +1,13 @@
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Initial support for systemd enabled initrd:
+   + Check for any files ending in .initramfs in the 
/etc/systemd/network directory, and copies them to the initrd, and also copy 
and install systemd-networkd.
+   + There are some caveats, specially that it won't remove any ip 
addresses added to the interface: https://github.com/systemd/systemd/issues/780
+   - Corrected the help text.
+
+2015-07-15 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Right now it only support the ip= configuration mode.

Added: mkinitcpio-netconf/trunk/PKGBUILD
===
--- mkinitcpio-netconf/trunk/PKGBUILD   (rev 0)
+++ mkinitcpio-netconf/trunk/PKGBUILD   2019-02-28 21:13:06 UTC (rev 437078)
@@ -0,0 +1,20 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-netconf
+pkgver=0.0.4
+pkgrel=3
+pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-netconf;
+license=('BSD')
+depends=('mkinitcpio-nfs-utils' 'iproute2')
+#install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='Changelog'
+sha512sums=('06ac202410964740785d2977f7918981276e10568260433436c51a1d540152cc28462e46dae6bfa31acd1fafa9ebe1e4f57ca90d7754a09ccaba142c8d48b228')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"
"$pkgdir/usr/lib/initcpio/hooks/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_install" 
"$pkgdir/usr/lib/initcpio/install/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:12:32
  Author: felixonmars
Revision: 437076

upgpkg: python-oslo-concurrency 3.29.1-1

Modified:
  python-oslo-concurrency/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:09:19 UTC (rev 437075)
+++ PKGBUILD2019-02-28 21:12:32 UTC (rev 437076)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-concurrency
 pkgname=(python-oslo-concurrency python2-oslo-concurrency)
-pkgver=3.29.0
+pkgver=3.29.1
 pkgrel=1
 pkgdesc="OpenStack library for all concurrency-related code"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz;)
-sha512sums=('0a096cbf6473514bbf261fb84a575b034a45f58cc4380bbc09b24eb5135d474c8746e3e893e69d71f36df61f5f8e7a12413595ba679f6f5a707c329363ebbb59')
+sha512sums=('108d314190cf34a0cef14bee6a8e42bbb2c625a59ea93b9eb5329ee4647ec1570d66c0814eb20f1e45e93ce78de127b1b083a6fb7366db2b0f530eda88fa3f98')
 
 prepare() {
   cp -a oslo.concurrency-$pkgver{,-py2}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:09:19
  Author: felixonmars
Revision: 437075

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 437074, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 437074, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  144 -
 rebuild.list |4 -
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:09:02 UTC (rev 437074)
+++ PKGBUILD2019-02-28 21:09:19 UTC (rev 437075)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=11.10.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('5500150bcb4c41cad78c4e30df8319dc8af74b318f089128ccf2f761454779bc2718c0c4ba47e8a76297f88ab82fbf60b1d3488b9e61351a5da506ac6a53fb30')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 437074, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:09:19 UTC (rev 437075)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=11.10.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('7cb08d6c60ba28360dfa12ccfcee0e2cf2b12d695ce02110a29fe038d1170a14dcd5737337b857cf9960f5ef36999aad8e5b662428139ddd8977310a72579cfb')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set 

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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:09:02
  Author: felixonmars
Revision: 437074

upgpkg: nodejs 11.10.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:08:29 UTC (rev 437073)
+++ PKGBUILD2019-02-28 21:09:02 UTC (rev 437074)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=11.10.0
+pkgver=11.10.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('5500150bcb4c41cad78c4e30df8319dc8af74b318f089128ccf2f761454779bc2718c0c4ba47e8a76297f88ab82fbf60b1d3488b9e61351a5da506ac6a53fb30')
+sha512sums=('7cb08d6c60ba28360dfa12ccfcee0e2cf2b12d695ce02110a29fe038d1170a14dcd5737337b857cf9960f5ef36999aad8e5b662428139ddd8977310a72579cfb')
 
 prepare() {
   cd node-$pkgver


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

2019-02-28 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 28, 2019 @ 21:08:29
  Author: grazzolini
Revision: 437073

archrelease: copy trunk to community-any

Added:
  mkinitcpio-utils/repos/community-any/
  mkinitcpio-utils/repos/community-any/ChangeLog
(from rev 437072, mkinitcpio-utils/trunk/ChangeLog)
  mkinitcpio-utils/repos/community-any/PKGBUILD
(from rev 437072, mkinitcpio-utils/trunk/PKGBUILD)

---+
 ChangeLog |   11 +++
 PKGBUILD  |   23 +++
 2 files changed, 34 insertions(+)

Copied: mkinitcpio-utils/repos/community-any/ChangeLog (from rev 437072, 
mkinitcpio-utils/trunk/ChangeLog)
===
--- community-any/ChangeLog (rev 0)
+++ community-any/ChangeLog 2019-02-28 21:08:29 UTC (rev 437073)
@@ -0,0 +1,11 @@
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Got rid of TMPDIR juggling by using BUILDROOT directly.
+   - Changed the root home dir to /root.
+
+2015-07-22 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Provide the encryptssh hook and the cryptsetup_shell as it is on the 
original dropbear_initrd_encrypt package.

Copied: mkinitcpio-utils/repos/community-any/PKGBUILD (from rev 437072, 
mkinitcpio-utils/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-28 21:08:29 UTC (rev 437073)
@@ -0,0 +1,23 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-utils
+pkgver=0.0.3
+pkgrel=4
+pkgdesc="Collection of Archlinux mkinitcpio utilities performing various tasks"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-utils;
+license=('BSD')
+depends=('cryptsetup')
+optdepends=('mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root 
container remotely using dropbear'
+'mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root 
container remotely using tinyssh')
+#install=$pkgname.install
+changelog='ChangeLog'
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('9d454006978f23abca61be71523454670b94ea6d8e08eeab2e61fc81da3e3f5e8ec2b053fb0a6f986ce673d8521aa2a5b5fe5f37d4dffc4e27fde1b238437470')
+
+package() {
+  install -Dm755 "$srcdir/$pkgname-$pkgver/utils/shells/cryptsetup_shell"  
 "$pkgdir/usr/share/$pkgname/utils/shells/cryptsetup_shell"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md"  
 "$pkgdir/usr/share/$pkgname/README.md"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/hooks/encryptssh"  
 "$pkgdir/usr/lib/initcpio/hooks/encryptssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/install/encryptssh"
 "$pkgdir/usr/lib/initcpio/install/encryptssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE"
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (5 files)

2019-02-28 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 28, 2019 @ 21:06:47
  Author: grazzolini
Revision: 437072

* newpkg: mkinitcpio-utils

Added:
  mkinitcpio-utils/
  mkinitcpio-utils/repos/
  mkinitcpio-utils/trunk/
  mkinitcpio-utils/trunk/ChangeLog
  mkinitcpio-utils/trunk/PKGBUILD

---+
 ChangeLog |   11 +++
 PKGBUILD  |   23 +++
 2 files changed, 34 insertions(+)

Added: mkinitcpio-utils/trunk/ChangeLog
===
--- mkinitcpio-utils/trunk/ChangeLog(rev 0)
+++ mkinitcpio-utils/trunk/ChangeLog2019-02-28 21:06:47 UTC (rev 437072)
@@ -0,0 +1,11 @@
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Got rid of TMPDIR juggling by using BUILDROOT directly.
+   - Changed the root home dir to /root.
+
+2015-07-22 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Provide the encryptssh hook and the cryptsetup_shell as it is on the 
original dropbear_initrd_encrypt package.

Added: mkinitcpio-utils/trunk/PKGBUILD
===
--- mkinitcpio-utils/trunk/PKGBUILD (rev 0)
+++ mkinitcpio-utils/trunk/PKGBUILD 2019-02-28 21:06:47 UTC (rev 437072)
@@ -0,0 +1,23 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-utils
+pkgver=0.0.3
+pkgrel=4
+pkgdesc="Collection of Archlinux mkinitcpio utilities performing various tasks"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-utils;
+license=('BSD')
+depends=('cryptsetup')
+optdepends=('mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root 
container remotely using dropbear'
+'mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root 
container remotely using tinyssh')
+#install=$pkgname.install
+changelog='ChangeLog'
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('9d454006978f23abca61be71523454670b94ea6d8e08eeab2e61fc81da3e3f5e8ec2b053fb0a6f986ce673d8521aa2a5b5fe5f37d4dffc4e27fde1b238437470')
+
+package() {
+  install -Dm755 "$srcdir/$pkgname-$pkgver/utils/shells/cryptsetup_shell"  
 "$pkgdir/usr/share/$pkgname/utils/shells/cryptsetup_shell"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md"  
 "$pkgdir/usr/share/$pkgname/README.md"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/hooks/encryptssh"  
 "$pkgdir/usr/lib/initcpio/hooks/encryptssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/initcpio/install/encryptssh"
 "$pkgdir/usr/lib/initcpio/install/encryptssh"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE"
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:00:59
  Author: felixonmars
Revision: 437071

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:00:42 UTC (rev 437070)
+++ PKGBUILD2019-02-28 21:00:59 UTC (rev 437071)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=5.1.2
-pkgrel=1
-pkgdesc="Python Build Reasonableness"
-arch=('any')
-url='https://pypi.python.org/pypi/pbr'
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'git')
-checkdepends=('python-stestr' 'python2-stestr' 'python-testscenarios' 
'python2-testscenarios'
-  'python-testresources' 'python2-testresources' 
'python-testrepository'
-  'python2-testrepository' 'python-mock' 'python2-mock'
-  'python-virtualenv' 'python2-virtualenv' 'python-wheel' 
'python2-wheel'
-  'python-sphinx' 'python2-sphinx')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
-sha512sums=('b661acc592b551a6695e4962921231f8a198b7606bb6a940f15c203774efb778543c1fce37a13d52c0d921c75692c79cdc18c05d32ab797af56dbf37c9403b46')
-
-prepare() {
-  # Fix for new wheel
-  sed -e 's/wheel.install/wheel.wheelfile/' \
-  -e 's/wheel_file.zipfile/wheel_file/' \
-  -i pbr-$pkgver/pbr/tests/test_packaging.py
-
-  cp -a pbr-$pkgver{,-py2}
-
-  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pbr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pbr-$pkgver
-  stestr run
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-pbr() {
-  depends=('python-setuptools')
-
-  cd pbr-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pbr() {
-  depends=('python2-setuptools')
-
-  cd pbr-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  
-  mv "$pkgdir"/usr/bin/pbr{,2}
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 437070, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:00:59 UTC (rev 437071)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=5.1.3
+pkgrel=1
+pkgdesc="Python Build Reasonableness"
+arch=('any')
+url='https://pypi.python.org/pypi/pbr'
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'git')
+checkdepends=('python-stestr' 'python2-stestr' 'python-testscenarios' 
'python2-testscenarios'
+  'python-testresources' 'python2-testresources' 
'python-testrepository'
+  'python2-testrepository' 'python-mock' 'python2-mock'
+  'python-virtualenv' 'python2-virtualenv' 'python-wheel' 
'python2-wheel'
+  'python-sphinx' 'python2-sphinx')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
+sha512sums=('e4f62c14f45ca0d1595abf53e6b1215d45cba7e33065c2c7339f0024e819f584c29d2a438c0ab9e1b2acbe3a52897c64b5512dd3ebcbb1704c4c42c1f59666ea')
+
+prepare() {
+  # Fix for new wheel
+  sed -e 's/wheel.install/wheel.wheelfile/' \
+  -e 's/wheel_file.zipfile/wheel_file/' \
+  -i pbr-$pkgver/pbr/tests/test_packaging.py
+
+  cp -a pbr-$pkgver{,-py2}
+
+  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pbr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pbr-$pkgver
+  stestr run
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-pbr() {
+  depends=('python-setuptools')
+
+  cd pbr-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pbr() {
+  depends=('python2-setuptools')
+
+  cd pbr-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  
+  mv "$pkgdir"/usr/bin/pbr{,2}
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:00:42
  Author: felixonmars
Revision: 437070

upgpkg: python-pbr 5.1.3-1

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 20:57:48 UTC (rev 437069)
+++ PKGBUILD2019-02-28 21:00:42 UTC (rev 437070)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc="Python Build Reasonableness"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-virtualenv' 'python2-virtualenv' 'python-wheel' 
'python2-wheel'
   'python-sphinx' 'python2-sphinx')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
-sha512sums=('b661acc592b551a6695e4962921231f8a198b7606bb6a940f15c203774efb778543c1fce37a13d52c0d921c75692c79cdc18c05d32ab797af56dbf37c9403b46')
+sha512sums=('e4f62c14f45ca0d1595abf53e6b1215d45cba7e33065c2c7339f0024e819f584c29d2a438c0ab9e1b2acbe3a52897c64b5512dd3ebcbb1704c4c42c1f59666ea')
 
 prepare() {
   # Fix for new wheel


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 20:57:48
  Author: felixonmars
Revision: 437069

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 20:57:31 UTC (rev 437068)
+++ PKGBUILD2019-02-28 20:57:48 UTC (rev 437069)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mox3
-pkgname=('python-mox3' 'python2-mox3')
-pkgver=0.26.0
-pkgrel=1
-arch=('any')
-pkgdesc='Mock object framework for Python'
-url='http://docs.openstack.org/developer/mox3'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-fixtures' 'python2-fixtures')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/mox3/archive/$pkgver.tar.gz;)
-sha512sums=('9d02b02fcdcf5167013054552c854642408fe4664db9d0586813fa108dc6c6ae9e737caaca695fe8c831219b258ad1e8e32825166ddf05007e02605d9a61c205')
-
-prepare() {
-  # Python 3.6 fixes
-  sed -i 's/, flags=4//' mox3-$pkgver/mox3/tests/test_mox.py
-
-  cp -a mox3-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/mox3-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/mox3-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mox3-$pkgver
-  stestr run
-
-  cd "$srcdir"/mox3-$pkgver-py2
-  stestr2 run
-}
-
-package_python-mox3() {
-  depends=('python-pbr' 'python-fixtures')
-
-  cd mox3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-mox3() {
-  depends=('python2-pbr' 'python2-fixtures')
-
-  cd mox3-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-mox3/repos/community-any/PKGBUILD (from rev 437068, 
python-mox3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 20:57:48 UTC (rev 437069)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mox3
+pkgname=('python-mox3' 'python2-mox3')
+pkgver=0.27.0
+pkgrel=1
+arch=('any')
+pkgdesc='Mock object framework for Python'
+url='http://docs.openstack.org/developer/mox3'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-fixtures' 'python2-fixtures')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/mox3/archive/$pkgver.tar.gz;)
+sha512sums=('e8f33fc5d7aae8b44610741ac4261bf42706c2df56acff6c14bc0f5e50de388d70928332e89ee330e45785b36cf1ee2e5750cc37066ef77e7d3609a7787d6dcf')
+
+prepare() {
+  # Python 3.6 fixes
+  sed -i 's/, flags=4//' mox3-$pkgver/mox3/tests/test_mox.py
+
+  cp -a mox3-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/mox3-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mox3-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mox3-$pkgver
+  stestr run
+
+  cd "$srcdir"/mox3-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-mox3() {
+  depends=('python-pbr' 'python-fixtures')
+
+  cd mox3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-mox3() {
+  depends=('python2-pbr' 'python2-fixtures')
+
+  cd mox3-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 20:57:31
  Author: felixonmars
Revision: 437068

upgpkg: python-mox3 0.27.0-1

Modified:
  python-mox3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 19:23:31 UTC (rev 437067)
+++ PKGBUILD2019-02-28 20:57:31 UTC (rev 437068)
@@ -2,7 +2,7 @@
 
 pkgbase=python-mox3
 pkgname=('python-mox3' 'python2-mox3')
-pkgver=0.26.0
+pkgver=0.27.0
 pkgrel=1
 arch=('any')
 pkgdesc='Mock object framework for Python'
@@ -12,7 +12,7 @@
  'python-fixtures' 'python2-fixtures')
 checkdepends=('python-oslotest' 'python2-oslotest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/mox3/archive/$pkgver.tar.gz;)
-sha512sums=('9d02b02fcdcf5167013054552c854642408fe4664db9d0586813fa108dc6c6ae9e737caaca695fe8c831219b258ad1e8e32825166ddf05007e02605d9a61c205')
+sha512sums=('e8f33fc5d7aae8b44610741ac4261bf42706c2df56acff6c14bc0f5e50de388d70928332e89ee330e45785b36cf1ee2e5750cc37066ef77e7d3609a7787d6dcf')
 
 prepare() {
   # Python 3.6 fixes


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

2019-02-28 Thread Jan Steffens via arch-commits
Date: Thursday, February 28, 2019 @ 20:42:34
  Author: heftig
Revision: 346948

65.0.2-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  200 ++---
 1 file changed, 100 insertions(+), 100 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 20:39:01 UTC (rev 346947)
+++ PKGBUILD2019-02-28 20:42:34 UTC (rev 346948)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=65.0.1
+pkgver=65.0.2
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -139,102 +139,102 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('4882c755c4ad198261e32ee3a7ff10cba700c21bbac5b1a2876fde6e8d38345c'
-'53e0568f8d509a168d523c1b3ef451cdf6e5a905cced33c4442117073a606a29'
-'0375040ca1bbcde7f33f4aba7cdc80b88a2b2c257c8f581891ed4e737c7fb185'
-'b0e5c6c25e6ffcd6a60bebc93547b9ec7d4649f163ceed99548a831174d7f82f'
-'4900b4db3de66110b408908d08fe714dc5f8b06d1da2c1d60d1fb2470a8bc996'
-'c96755886065388dea39dd7227bcb5913baedaad1e95c1ce1b349da03f70fadf'
-'3d1b73b99b2d14e10ab70529df4ddfceac51335e2d9125714486dd6acc2f8053'
-'f470c6db76be0c234aefe5cc5c586bb5d8c8fed55301202960986e02e97f7c23'
-'ab6e64fb8cae6f7ca1deeb6548c071e584eb321049e3befc1b25db2372726f7f'
-'8e4b5eb8cb0deff740b92527a087d395f4a7fab7161924be746c267056fde96f'
-'7b08cef9fda68022d3466929906c10a53f2bacde4518ef7ea247a526e537ad5c'
-'2642ace02e559a1318b280955bd3e5318ed85a155c32a0710e8f33dcd7ef4d60'
-'b3bff09f8e10f1c4271a8caa67bbb0703dac07277162375156d60bccb9ff1298'
-'c298b2adbf585741d638633222ad7ec3c620fbfe7b0f3cb7739a1b1ed8bef453'
-'e4b71afab204091381c09aebe2cc0c16d1cc6b9d38933c14ccff80546812f24a'
-'b18e9b8e8909f6979fe09615d59fd7a9277364b535b1f0b7e70974244b6e8d05'
-'6fc4d476dea6a8405b1c184ab5e47453d55772c924a1e1482a586b8d505ac616'
-'ddd2013b41f979e4607455c25787ec813f8398a0eb091a3934bbf20f02bf277d'
-'d5fa265a898a1bf90a6ba87057fe2d0d8286ee080646c9b51bb3b9540334fb10'
-'5aaf8729b9000bac421aa4e4eb4fee82edd9e0255e60efbbb67ebaa6831bdd45'
-'1558148b7109e104e6e224bf8fa4d57f71d9b8d3b78048214692d785081cf86c'
-'8dc897ebe0659719b028b11dd1cf836524d91eff256549638a1a41c1cce782f6'
-'0bdec3e542f2f2b51587507441ff64063603dec2d579cf6a96466e4a69734cc2'
-'ae45e96f25f5e96d03984a2c8c5a3244da1bb448d952b24e1197cc7ea2aece71'
-'a416fc9fa89df86e93ac3f324a185e090d3f1396aa2cc7b13fc7d6fb6ccf1919'
-'82ada4666228d5e7e79e4f40c3c08c8abfde2308a93866344ea4b0c592a5ab4b'
-'39c3bdfd19db8cb41b7f075c61be9ce1847e649f251df0df559bcd34d5bb9eee'
-'6fbfbf0b637fbadc6ae6a12098f56340dfd642d3bf471c1779096a1bd8a662c4'
-'17356aabf310d802ca2749bc7dde31432cbae10b25ca6087107471477e7d72c1'
-'986472da6e7d20297a00ed70654cb0d42eb744de75a2febf584b34b1b2561294'
-'6ba8279a580f7c31a1475d0644e15dc2bb4a8086267483a217f3db4c0726163c'
-'1ef736e5826de9dd441f74ed6737e6e77a52e68c6b18979253695b71f2434bca'
-'c30601b1f429a13e311ad643c5281d19d29a7e7058d87db803cc55288853b766'
-'6bde4fc6b5031c13584b3e94e1dc0a9bee877c116176784d9757ac8e3d869392'
-'90c35ae5a4ed859de5a3ad1f4f407356ab666c5ac111951e89fd4e11ffc3e2ae'
-'2f4da92f287908b194a17f8e5e6fec64f9ee00c707aa0b4ffe5d938f4a535366'
-'f85a4bfe80dac0edcc9b31052b06e84976b9f68ef3502d694a095efafb5e2a72'
-'1a9a912344ae7704a8e1fe52ad8cb429c9d54104652997c985ce632aff87c4af'
-'bfdeddcce3cb0fca9ac6572e6a06bc6b64d0c9e2f1e8e0c64986fbd4388b7161'
-'33427142c8ad8095570c4a58963ba005d8ba79590ad79d7c61d6aba635c61228'
-'9e5972bd0ae30a8fd3c001573b35b3fc34f8451813bcef473b913192775f47a4'
-'06f4bc759bfac109c98ed1d9ed4e4d9c405797783b2ba072a681b6e4029f62de'
-'8234ec6ee77d4f23ed5ed6873125546e3f3fd305c1bd8325f8487d4ac0b1e28a'
-'e8ab5dabd1881430dbe9003e91a129ddd0dc79b2660853f9ff73767d0f72b8ca'
-'d0dcd8f2a610b4fec783bad1dbe9d10f3af8a5abf4ff6a2075fc8265d2a1bf59'
-'d298116c7844e11963ce8e912fa69c165106a2312abf7c42aff6eeda75535e5b'
-'cfb8602464eb169dfacb6b75e59200f3720d8b996e02abb281c1d604a0c4425d'
-'e5d643c7a108963474da0a9f8fdd577aee561170b35b5f4ac2a88622e20676a9'
-'a4d6758a6e21b79c4f8a2031bd3b66891277ec863b21e7573eb2f268d1b620fc'
-'f36bf377067b89fbe3615ad4a0be9e017c94aeea197d1515c3d449a452655bf3'
-'8eeaef2fadaaa231cdadc37dfbe15c0353024fd3ad870578b57497617ac0cd76'
-'506ccfbb56b2ebb81c6868778108c7187aaefad279200645d87e04c68641f79b'
-'34102007fd82a196b9eafc97f9c64eb7fa48d8b185f66d33cb4ce1e9d5239778'
-

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

2019-02-28 Thread Sébastien Luttringer via arch-commits
Date: Thursday, February 28, 2019 @ 20:39:00
  Author: seblu
Revision: 346946

db-move: moved file from [testing] to [core] (x86_64)

Added:
  file/repos/core-x86_64/PKGBUILD
(from rev 346945, file/repos/testing-x86_64/PKGBUILD)
Deleted:
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-x86_64/

--+
 /PKGBUILD|   59 +
 core-x86_64/PKGBUILD |   59 -
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-02-28 20:38:58 UTC (rev 346945)
+++ core-x86_64/PKGBUILD2019-02-28 20:39:00 UTC (rev 346946)
@@ -1,59 +0,0 @@
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.35
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='https://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
-md5sums=('5f10fb45bdaffd729a572e563783b78e'
- 'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # seccomp breaks file -z foo.xz
-  # does a whole pipe-fork-exec dance with /bin/xz, so difficult to fix
-  # this breaks makepkg, specifically on the linux PKGBUILD's patch-*.xz
-
-  ./configure \
---prefix=/usr \
---datadir=/usr/share/file \
---enable-fsect-man5 \
---disable-libseccomp
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: file/repos/core-x86_64/PKGBUILD (from rev 346945, 
file/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-02-28 20:39:00 UTC (rev 346946)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.36
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
+md5sums=('9af0eb3f5db4ae00fffc37f7b861575c'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # seccomp breaks file -z foo.xz
+  # does a whole pipe-fork-exec dance with /bin/xz, so difficult to fix
+  # this breaks makepkg, specifically on the linux PKGBUILD's patch-*.xz
+
+  ./configure \
+--prefix=/usr \
+--datadir=/usr/share/file \
+--enable-fsect-man5 \
+--disable-libseccomp
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in btrfs-progs/repos (14 files)

2019-02-28 Thread Sébastien Luttringer via arch-commits
Date: Thursday, February 28, 2019 @ 20:38:58
  Author: seblu
Revision: 346945

db-move: moved btrfs-progs from [testing] to [core] (x86_64)

Added:
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 346944, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 346944, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 346944, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 346944, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 346944, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 346944, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-x86_64/FS#61471.patch
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |   74 +++
 /btrfs-progs.install   |   15 +++
 /btrfs-scrub@.service  |8 +++
 /btrfs-scrub@.timer|   10 
 /initcpio-hook-btrfs   |7 +++
 /initcpio-install-btrfs|   17 
 core-x86_64/FS#61471.patch |   12 -
 core-x86_64/PKGBUILD   |   71 -
 core-x86_64/btrfs-progs.install|   15 ---
 core-x86_64/btrfs-scrub@.service   |8 ---
 core-x86_64/btrfs-scrub@.timer |   10 
 core-x86_64/initcpio-hook-btrfs|7 ---
 core-x86_64/initcpio-install-btrfs |   17 
 13 files changed, 131 insertions(+), 140 deletions(-)

Deleted: core-x86_64/FS#61471.patch
===
--- core-x86_64/FS#61471.patch  2019-02-28 16:53:40 UTC (rev 346944)
+++ core-x86_64/FS#61471.patch  2019-02-28 20:38:58 UTC (rev 346945)
@@ -1,12 +0,0 @@
-diff -u -r btrfs-progs-v4.20.1/utils.c btrfs-progs-v4.20.1-issue162/utils.c
 btrfs-progs-v4.20.1/utils.c2019-01-23 12:56:53.0 +
-+++ btrfs-progs-v4.20.1-issue162/utils.c   2019-02-02 22:56:06.320029310 
+
-@@ -2079,7 +2079,7 @@
-   while ((ent = getmntent(mnttab))) {
-   len = strlen(ent->mnt_dir);
-   if (strncmp(ent->mnt_dir, path, len) == 0 &&
--  (path[len] == '/' || path[len] == '\0')) {
-+  (len == 1 || path[len] == '/' || path[len] == '\0')) {
-   /* match found and use the latest match */
-   if (longest_matchlen <= len) {
-   free(longest_match);

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-02-28 16:53:40 UTC (rev 346944)
+++ core-x86_64/PKGBUILD2019-02-28 20:38:58 UTC (rev 346945)
@@ -1,71 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.20.1
-pkgrel=2
-pkgdesc='Btrfs filesystem utilities'
-arch=('x86_64')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
-optdepends=('python: libbtrfsutil python bindings')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'FS#61471.patch'
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '9aa0a16236c7087ded08425c7256044f'
- 'b19d00df3b5d9d5b053d15f34ca7a2f9'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '917b31f4eb90448d6791e17ea0f386c7'
- '502221c1b47a3bb2c06703d4fb90a0c2')
-
-prepare() {
-  cd $pkgname-v$pkgver
-
-  # https://bugs.archlinux.org/task/61471
-  # https://github.com/kdave/btrfs-progs/issues/162#issuecomment-458320281
-  patch -Np1 -i '../FS#61471.patch'
-}
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make DESTDIR="$pkgdir" install install_python
-
- 

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

2019-02-28 Thread Sébastien Luttringer via arch-commits
Date: Thursday, February 28, 2019 @ 20:39:01
  Author: seblu
Revision: 346947

db-move: moved pcre from [testing] to [core] (x86_64)

Added:
  pcre/repos/core-x86_64/PKGBUILD
(from rev 346946, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-x86_64/

--+
 /PKGBUILD|   58 +
 core-x86_64/PKGBUILD |   58 -
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-02-28 20:39:00 UTC (rev 346946)
+++ core-x86_64/PKGBUILD2019-02-28 20:39:01 UTC (rev 346947)
@@ -1,58 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre
-pkgver=8.42
-pkgrel=2
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('085b6aa253e0f91cae70b3cdbe8c1ac2'
- 'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-x86_64/PKGBUILD (from rev 346946, 
pcre/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-02-28 20:39:01 UTC (rev 346947)
@@ -0,0 +1,58 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.43
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+md5sums=('636222e79e392c3d95dcc545f24f98c4'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, February 28, 2019 @ 19:23:31
  Author: alucryd
Revision: 437067

archrelease: copy trunk to community-x86_64

Added:
  musescore/repos/community-x86_64/PKGBUILD
(from rev 437066, musescore/trunk/PKGBUILD)
Deleted:
  musescore/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 19:23:22 UTC (rev 437066)
+++ PKGBUILD2019-02-28 19:23:31 UTC (rev 437067)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Stefan Husmann 
-# Contributor: Cristian Maureira 
-# Contributor: Dr.Egg 
-
-pkgname=musescore
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='Create, play and print beautiful sheet music'
-arch=(x86_64)
-url=http://musescore.org/
-license=(GPL)
-depends=(
-  alsa-lib
-  freetype2
-  libpulse
-  libsndfile
-  libvorbisfile.so
-  portaudio
-  portmidi
-  qt5-base
-  qt5-declarative
-  qt5-svg
-  qt5-tools
-  qt5-webengine
-  qt5-xmlpatterns
-  zlib
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  lame
-  qt5-script
-  texlive-core
-)
-optdepends=('lame: MP3 export')
-source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" 
ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i 
MuseScore/CMakeLists.txt
-}
-
-build() {
-  make PREFIX=/usr NO_RPATH=TRUE USE_SYSTEM_FREETYPE=ON -C MuseScore release
-}
-
-package() {
-  make DESTDIR="${pkgdir}" UPDATE_CACHE=FALSE -C MuseScore/build.release 
install
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-x86_64/PKGBUILD (from rev 437066, 
musescore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 19:23:31 UTC (rev 437067)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Stefan Husmann 
+# Contributor: Cristian Maureira 
+# Contributor: Dr.Egg 
+
+pkgname=musescore
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Create, play and print beautiful sheet music'
+arch=(x86_64)
+url=http://musescore.org/
+license=(GPL)
+depends=(
+  alsa-lib
+  freetype2
+  libpulse
+  libsndfile
+  libvorbisfile.so
+  portaudio
+  portmidi
+  qt5-base
+  qt5-declarative
+  qt5-svg
+  qt5-tools
+  qt5-webengine
+  qt5-xmlpatterns
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  lame
+  qt5-script
+  texlive-core
+)
+optdepends=('lame: MP3 export')
+source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" 
ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i 
MuseScore/CMakeLists.txt
+}
+
+build() {
+  make PREFIX=/usr NO_RPATH=TRUE USE_SYSTEM_FREETYPE=ON -C MuseScore release
+}
+
+package() {
+  make DESTDIR="${pkgdir}" UPDATE_CACHE=FALSE -C MuseScore/build.release 
install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, February 28, 2019 @ 19:23:22
  Author: alucryd
Revision: 437066

upgpkg: musescore 3.0.4-1

Modified:
  musescore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 17:26:23 UTC (rev 437065)
+++ PKGBUILD2019-02-28 19:23:22 UTC (rev 437066)
@@ -4,7 +4,7 @@
 # Contributor: Dr.Egg 
 
 pkgname=musescore
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc='Create, play and print beautiful sheet music'
 arch=(x86_64)


  1   2   >