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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Saturday, June 26, 2021 @ 03:40:51
  Author: kgizdov
Revision: 967515

archrelease: copy trunk to community-testing-x86_64

Added:
  arrayfire/repos/community-testing-x86_64/PKGBUILD
(from rev 967514, arrayfire/trunk/PKGBUILD)
  arrayfire/repos/community-testing-x86_64/arrayfire-boost-1.76.0.patch
(from rev 967514, arrayfire/trunk/arrayfire-boost-1.76.0.patch)
Deleted:
  arrayfire/repos/community-testing-x86_64/PKGBUILD
  arrayfire/repos/community-testing-x86_64/arrayfire-boost-1.76.0.patch

--+
 PKGBUILD |  130 -
 arrayfire-boost-1.76.0.patch |   24 +++
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-26 03:40:41 UTC (rev 967514)
+++ PKGBUILD2021-06-26 03:40:51 UTC (rev 967515)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgver=3.8.0
-pkgrel=8
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-arch=('x86_64')
-url='https://arrayfire.com'
-license=('BSD')
-depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 
'intel-mkl')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'cudnn' 'git' 'ninja' 'boost')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'cudnn: Required for using CUDA backend'
-'opencl-driver: Required for using OpenCL backend'
-'ocl-icd: Required for OpenCL ICD Bindings')
-options=('!buildflags')
-source=("http://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-full-${pkgver}.tar.bz2;
-'arrayfire-boost-1.76.0.patch')
-sha512sums=('f36bee89a0f1a0a48ca2cae3a7b2527d63830e3070cb31174ff7f5c42f065aad6981d5142a8b7af7215a3c7dbf67ae13d1ea3543cd94eb70cff509c8cb95c739'
-
'92e34c28e4b6222febef5a3047f4faf64756a50b46a68507931b989984bbc6729aa4d1560dc267650f1890cb1ad7aa0866dd3debc0073f9103f764af7618d795')
-
-prepare() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-  patch -Np1 -i "${srcdir}/arrayfire-boost-1.76.0.patch"
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  cmake . \
-  -GNinja \
-  -Bbuild \
-  -DUSE_CPU_MKL=ON \
-  -DGOOGLETEST_VERSION=1.9.0 \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DAF_WITH_IMAGEIO=ON \
-  -DAF_BUILD_CPU=ON \
-  -DAF_BUILD_OPENCL=ON \
-  -DAF_WITH_NONFREE=ON \
-  -DAF_BUILD_EXAMPLES=ON \
-  -DAF_BUILD_DOCS=ON \
-  
-DCUDA_architecture_build_targets="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6" \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCUDA_HOST_COMPILER=/usr/bin/gcc-10 \
-  -DBoost_NO_BOOST_CMAKE=ON
-
-  ninja -C build
-}
-
-check() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  # Tests currently broken :(
-  # ninja -C build test
-}
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  DESTDIR="${pkgdir}/" ninja -C build install
-  rm -r "${pkgdir}"/usr/LICENSES
-}

Copied: arrayfire/repos/community-testing-x86_64/PKGBUILD (from rev 967514, 
arrayfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-26 03:40:51 UTC (rev 967515)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgver=3.8.0
+pkgrel=9
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+arch=('x86_64')
+url='https://arrayfire.com'
+license=('BSD')
+depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 
'intel-mkl')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'cudnn' 'git' 'ninja' 'boost')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'cudnn: Required for using CUDA backend'
+'opencl-driver: Required for using OpenCL backend'
+'ocl-icd: Required for OpenCL ICD Bindings')
+options=('!buildflags')
+source=("http://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-full-${pkgver}.tar.bz2;
+'arrayfire-boost-1.76.0.patch')
+sha512sums=('f36bee89a0f1a0a48ca2cae3a7b2527d63830e3070cb31174ff7f5c42f065aad6981d5142a8b7af7215a3c7dbf67ae13d1ea3543cd94eb70cff509c8cb95c739'
+
'92e34c28e4b6222febef5a3047f4faf64756a50b46a68507931b989984bbc6729aa4d1560dc267650f1890cb1ad7aa0866dd3debc0073f9103f764af7618d795')
+
+prepare() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+  patch -Np1 -i "${srcdir}/arrayfire-boost-1.76.0.patch"
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  cmake . \
+  -GNinja \
+  -Bbuild \
+  -DUSE_CPU_MKL=ON \
+  

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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Saturday, June 26, 2021 @ 03:40:41
  Author: kgizdov
Revision: 967514

upgpkg: arrayfire 3.8.0-9: add latest PTX for future compat and cudnn rebuild

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-26 03:16:53 UTC (rev 967513)
+++ PKGBUILD2021-06-26 03:40:41 UTC (rev 967514)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=arrayfire
 pkgver=3.8.0
-pkgrel=8
+pkgrel=9
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 arch=('x86_64')
 url='https://arrayfire.com'
@@ -40,7 +40,7 @@
   -DAF_WITH_NONFREE=ON \
   -DAF_BUILD_EXAMPLES=ON \
   -DAF_BUILD_DOCS=ON \
-  
-DCUDA_architecture_build_targets="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6" \
+  
-DCUDA_architecture_build_targets="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6;8.6+PTX"
 \
   -DCMAKE_BUILD_TYPE=Release \
   -DCUDA_HOST_COMPILER=/usr/bin/gcc-10 \
   -DBoost_NO_BOOST_CMAKE=ON



[arch-commits] Commit in python-pytorch/repos/community-testing-x86_64 (16 files)

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Saturday, June 26, 2021 @ 03:16:53
  Author: kgizdov
Revision: 967513

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pytorch/repos/community-testing-x86_64/PKGBUILD
(from rev 967512, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-testing-x86_64/benchmark-gcc11.patch
(from rev 967512, python-pytorch/trunk/benchmark-gcc11.patch)
  python-pytorch/repos/community-testing-x86_64/disable_non_x86_64.patch
(from rev 967512, python-pytorch/trunk/disable_non_x86_64.patch)
  
python-pytorch/repos/community-testing-x86_64/fix-building-for-torchvision.patch
(from rev 967512, python-pytorch/trunk/fix-building-for-torchvision.patch)
  python-pytorch/repos/community-testing-x86_64/fix_include_system.patch
(from rev 967512, python-pytorch/trunk/fix_include_system.patch)
  python-pytorch/repos/community-testing-x86_64/test.py
(from rev 967512, python-pytorch/trunk/test.py)
  python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch
(from rev 967512, python-pytorch/trunk/use-system-libuv.patch)
  python-pytorch/repos/community-testing-x86_64/xnnpack-gcc11.patch
(from rev 967512, python-pytorch/trunk/xnnpack-gcc11.patch)
Deleted:
  python-pytorch/repos/community-testing-x86_64/PKGBUILD
  python-pytorch/repos/community-testing-x86_64/benchmark-gcc11.patch
  python-pytorch/repos/community-testing-x86_64/disable_non_x86_64.patch
  
python-pytorch/repos/community-testing-x86_64/fix-building-for-torchvision.patch
  python-pytorch/repos/community-testing-x86_64/fix_include_system.patch
  python-pytorch/repos/community-testing-x86_64/test.py
  python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch
  python-pytorch/repos/community-testing-x86_64/xnnpack-gcc11.patch

+
 PKGBUILD   |  608 +--
 benchmark-gcc11.patch  |   60 +--
 disable_non_x86_64.patch   |   30 -
 fix-building-for-torchvision.patch |   50 +-
 fix_include_system.patch   |   26 -
 test.py|   14 
 use-system-libuv.patch |   26 -
 xnnpack-gcc11.patch|   66 +--
 8 files changed, 440 insertions(+), 440 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-26 03:16:35 UTC (rev 967512)
+++ PKGBUILD2021-06-26 03:16:53 UTC (rev 967513)
@@ -1,304 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase=python-pytorch
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.9.0
-_pkgver=1.9.0
-pkgrel=2
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'libuv'
- 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 
'onednn' 'intel-mkl'
- 'python-typing_extensions')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda'
- 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver;
-# generated using parse-submodules
-"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git;
-
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git;
-"${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git;
-"${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git;
-"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git;
-"${pkgname}-PeachPy::git+https://github.com/Maratyszcza/PeachPy.git;
-"${pkgname}-cub::git+https://github.com/NVlabs/cub.git;
-"${pkgname}-psimd::git+https://github.com/Maratyszcza/psimd.git;
-"${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git;
-"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git;
-"${pkgname}-ideep::git+https://github.com/intel/ideep;
-"${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK;
-"${pkgname}-foxi::git+https://github.com/houseroad/foxi.git;
-
"${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git;
-"${pkgname}-six::git+https://github.com/benjaminp/six.git;
-
"${pkgname}-eigen-git-mirror::git+https://github.com/eigenteam/eigen-git-mirror.git;
-"${pkgname}-gloo::git+https://github.com/facebookincubator/gloo;
-"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl;
-"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git;
-"${pkgname}-kineto::git+https://github.com/pytorch/kineto;
-"${pkgname}-sleef::git+https://github.com/shibatch/sleef;
-

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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Saturday, June 26, 2021 @ 03:16:35
  Author: kgizdov
Revision: 967512

upgpkg: python-pytorch 1.9.0-3: cudnn rebuild

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-26 02:43:28 UTC (rev 967511)
+++ PKGBUILD2021-06-26 03:16:35 UTC (rev 967512)
@@ -6,7 +6,7 @@
 _pkgname="pytorch"
 pkgver=1.9.0
 _pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;



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

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, June 26, 2021 @ 02:43:28
  Author: yan12125
Revision: 967511

nvchecker: update tests

Added:
  nvchecker/trunk/nvchecker-update-tests-20210623.patch
Modified:
  nvchecker/trunk/PKGBUILD

---+
 PKGBUILD  |8 +--
 nvchecker-update-tests-20210623.patch |   33 
 2 files changed, 39 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-26 01:31:06 UTC (rev 967510)
+++ PKGBUILD2021-06-26 02:43:28 UTC (rev 967511)
@@ -21,11 +21,13 @@
 
source=("https://github.com/lilydjwg/nvchecker/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
 
"nvchecker-update-tests-20210506.patch"::"https://github.com/lilydjwg/nvchecker/commit/134a6885f123a3249c8c5cb168d9bae03c0ea585.patch;
 
"nvchecker-fix-test-pacman.patch"::"https://github.com/lilydjwg/nvchecker/commit/61bc0c5562d353bc47ff5d6d329f3c78ca632de4.patch;
-
"nvchecker-update-tests-20210603.patch"::"https://github.com/lilydjwg/nvchecker/commit/1064f3d948d7983f12bfa433c9dccd9930987396.patch;)
+
"nvchecker-update-tests-20210603.patch"::"https://github.com/lilydjwg/nvchecker/commit/1064f3d948d7983f12bfa433c9dccd9930987396.patch;
+"nvchecker-update-tests-20210623.patch")
 
sha512sums=('bbdf6348cfd93ae156ae05b3ddb2fd238448e4a9d44eb00d2518b4657f895468af657372453c1a8c8c75f7d2f75467d884347a1aaecf896c0fdb6186607b0a63'
 
'0b94b5d72f2322c678425a74c576ecf838e080e905b49b4f2651929fcf5f252b8378cf0df82cc652b604b529c5b202a6013ee4fc22b7204d9abf928bd3a3882d'
 
'dca127d5c14980e72d9de03ad4a780fdf47cf4a8b74166d2ceb04d62e0b5f1af65f1001eb9c98d3d90eb4719a507f41d6fb1aa65fa5ba2fe3ad5d7e0701e3d08'
-
'b686f90098898f3c6cf978949a47950b88f4731aa7b24b0c739a509416a6b180cf98a147302979f07d58c3312d0b886b5442d13d1c0ea5ce117d167dae6da6bf')
+
'b686f90098898f3c6cf978949a47950b88f4731aa7b24b0c739a509416a6b180cf98a147302979f07d58c3312d0b886b5442d13d1c0ea5ce117d167dae6da6bf'
+
'cfea145fcb1850a85cb1d229b4646894a98a5088ad2a580b7a50ee349a89ebd3f02509abd4777e151758d8cfd51ff50bd2c3c63a0877b7eb4f24f6d8e7dea9c7')
 
 prepare() {
   cd nvchecker-$pkgver
@@ -32,6 +34,8 @@
   patch -Np1 -i ../nvchecker-update-tests-20210506.patch
   patch -Np1 -i ../nvchecker-fix-test-pacman.patch
   patch -Np1 -i ../nvchecker-update-tests-20210603.patch
+  # Part of upstream commit ffaca8c94947d1b9709ab98e187f98ff9a531ac3
+  patch -Np1 -i ../nvchecker-update-tests-20210623.patch
 }
 
 build() {

Added: nvchecker-update-tests-20210623.patch
===
--- nvchecker-update-tests-20210623.patch   (rev 0)
+++ nvchecker-update-tests-20210623.patch   2021-06-26 02:43:28 UTC (rev 
967511)
@@ -0,0 +1,33 @@
+From ffaca8c94947d1b9709ab98e187f98ff9a531ac3 Mon Sep 17 00:00:00 2001
+From: lilydjwg 
+Date: Wed, 23 Jun 2021 16:00:17 +0800
+Subject: [PATCH] option to not verify HTTPS certificate
+
+fixes #190.
+---
+ .github/workflows/mypy.yaml|  5 +
+ docs/api.rst   |  1 +
+ docs/usage.rst |  3 +++
+ nvchecker/ctxvars.py   |  1 +
+ nvchecker/httpclient/aiohttp_httpclient.py |  3 +++
+ nvchecker/httpclient/base.py   |  5 -
+ nvchecker/httpclient/httpx_httpclient.py   | 10 ++
+ nvchecker/httpclient/tornado_httpclient.py |  2 ++
+ nvchecker/util.py  |  4 
+ tests/test_anitya.py   |  2 +-
+ tests/test_regex.py| 21 +
+ 11 files changed, 51 insertions(+), 6 deletions(-)
+
+diff --git a/tests/test_anitya.py b/tests/test_anitya.py
+index 9fd33e8..402874c 100644
+--- a/tests/test_anitya.py
 b/tests/test_anitya.py
+@@ -9,4 +9,4 @@ async def test_anitya(get_version):
+   assert await get_version("shutter", {
+ "source": "anitya",
+ "anitya": "fedora/shutter",
+-  }) == "0.96"
++  }) == "0.97"
+-- 
+2.32.0
+



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 26, 2021 @ 01:31:06
  Author: felixonmars
Revision: 967510

archrelease: copy trunk to community-any

Added:
  feeluown-netease/repos/community-any/PKGBUILD
(from rev 967509, feeluown-netease/trunk/PKGBUILD)
Deleted:
  feeluown-netease/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-26 01:30:55 UTC (rev 967509)
+++ PKGBUILD2021-06-26 01:31:06 UTC (rev 967510)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruce Zhang 
-
-pkgname=feeluown-netease
-pkgver=0.7
-pkgrel=1
-pkgdesc="feeluown netease plugin"
-arch=('any')
-url="https://github.com/feeluown/feeluown-netease;
-license=('GPL3')
-depends=('feeluown' 'python-pycryptodome' 'python-requests' 
'python-marshmallow' 'python-beautifulsoup4')
-makedepends=('python-setuptools' 'python-pip')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/fuo_netease/fuo_netease-$pkgver.tar.gz;)
-sha512sums=('e34f70de925981da164964fdcf5368997bd143f4879406afd4dc9e690601a80650b2597833b3e83804e3d320049218c82f8fcefca085d65cc2c297d8f25d4b45')
-
-build() {
-  cd fuo_netease-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd fuo_netease-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-netease/repos/community-any/PKGBUILD (from rev 967509, 
feeluown-netease/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-26 01:31:06 UTC (rev 967510)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruce Zhang 
+
+pkgname=feeluown-netease
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="feeluown netease plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-netease;
+license=('GPL3')
+depends=('feeluown' 'python-pycryptodome' 'python-requests' 
'python-marshmallow' 'python-beautifulsoup4')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_netease/fuo_netease-$pkgver.tar.gz;)
+sha512sums=('907a35ad2ae5073a00804a3cbdb794622680ef3ac86cdbab69a75dd0670b271bb08bea8c0462776fccedc72cc133123e1cdd9566c89b3e32a171714d90c18071')
+
+build() {
+  cd fuo_netease-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_netease-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 26, 2021 @ 01:30:55
  Author: felixonmars
Revision: 967509

upgpkg: feeluown-netease 0.7.1-1

Modified:
  feeluown-netease/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-26 01:30:26 UTC (rev 967508)
+++ PKGBUILD2021-06-26 01:30:55 UTC (rev 967509)
@@ -2,7 +2,7 @@
 # Contributor: Bruce Zhang 
 
 pkgname=feeluown-netease
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="feeluown netease plugin"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-pip')
 groups=('feeluown-full')
 
source=("https://pypi.io/packages/source/f/fuo_netease/fuo_netease-$pkgver.tar.gz;)
-sha512sums=('e34f70de925981da164964fdcf5368997bd143f4879406afd4dc9e690601a80650b2597833b3e83804e3d320049218c82f8fcefca085d65cc2c297d8f25d4b45')
+sha512sums=('907a35ad2ae5073a00804a3cbdb794622680ef3ac86cdbab69a75dd0670b271bb08bea8c0462776fccedc72cc133123e1cdd9566c89b3e32a171714d90c18071')
 
 build() {
   cd fuo_netease-$pkgver



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 26, 2021 @ 01:30:26
  Author: felixonmars
Revision: 967508

archrelease: copy trunk to community-any

Added:
  feeluown/repos/community-any/PKGBUILD
(from rev 967507, feeluown/trunk/PKGBUILD)
  feeluown/repos/community-any/feeluown.desktop
(from rev 967507, feeluown/trunk/feeluown.desktop)
Deleted:
  feeluown/repos/community-any/PKGBUILD
  feeluown/repos/community-any/feeluown.desktop

--+
 PKGBUILD |   62 ++---
 feeluown.desktop |   20 -
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-26 01:30:12 UTC (rev 967507)
+++ PKGBUILD2021-06-26 01:30:26 UTC (rev 967508)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruce Zhang 
-
-pkgname=feeluown
-pkgver=3.7.8
-pkgrel=1
-pkgdesc="FeelUOwn Music Player"
-arch=('any')
-url="https://github.com/feeluown/FeelUOwn;
-license=('GPL3')
-depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 
'python-requests'
- 'python-tomlkit' 'python-pydantic' 'qt5-svg')
-makedepends=('python-setuptools' 'python-pip')
-optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 
'feeluown-qqmusic')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
-"feeluown.desktop")
-sha512sums=('732da56fd6f06322d1873b202802bf36aabdcd0069d22e69257a09c92c8a9cf16330568813f0b1b3c58b310c96dac9d48759788001a264ac5d90119c438a2d19'
-
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm644 feeluown/icons/feeluown.png -t 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/
-  install -Dm644 "$srcdir"/feeluown.desktop -t 
"$pkgdir"/usr/share/applications/
-}

Copied: feeluown/repos/community-any/PKGBUILD (from rev 967507, 
feeluown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-26 01:30:26 UTC (rev 967508)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruce Zhang 
+
+pkgname=feeluown
+pkgver=3.7.9
+pkgrel=1
+pkgdesc="FeelUOwn Music Player"
+arch=('any')
+url="https://github.com/feeluown/FeelUOwn;
+license=('GPL3')
+depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 
'python-requests'
+ 'python-tomlkit' 'python-packaging' 'python-pydantic' 'qt5-svg')
+makedepends=('python-setuptools' 'python-pip')
+optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 
'feeluown-qqmusic')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
+"feeluown.desktop")
+sha512sums=('ebe249d592605a4e5f993d841a8b33b2afdc147ae174643868059d52ec0465300a8bbba0975654b7445670a17823195e2ce2eb302260f68455502a5a4a84b3f1'
+
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 feeluown/icons/feeluown.png -t 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/
+  install -Dm644 "$srcdir"/feeluown.desktop -t 
"$pkgdir"/usr/share/applications/
+}

Deleted: feeluown.desktop
===
--- feeluown.desktop2021-06-26 01:30:12 UTC (rev 967507)
+++ feeluown.desktop2021-06-26 01:30:26 UTC (rev 967508)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=FeelUOwn
-Comment=FeelUOwn Launcher
-Exec=feeluown --log-to-file
-Icon=feeluown
-Categories=AudioVideo;Audio;Player;Qt;
-Terminal=false
-StartupNotify=true
-StartupWMClass=FeelUOwn

Copied: feeluown/repos/community-any/feeluown.desktop (from rev 967507, 
feeluown/trunk/feeluown.desktop)
===
--- feeluown.desktop(rev 0)
+++ feeluown.desktop2021-06-26 01:30:26 UTC (rev 967508)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=FeelUOwn
+Comment=FeelUOwn Launcher
+Exec=feeluown --log-to-file
+Icon=feeluown
+Categories=AudioVideo;Audio;Player;Qt;
+Terminal=false
+StartupNotify=true
+StartupWMClass=FeelUOwn



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 26, 2021 @ 01:30:12
  Author: felixonmars
Revision: 967507

upgpkg: feeluown 3.7.9-1

Modified:
  feeluown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-26 00:49:45 UTC (rev 967506)
+++ PKGBUILD2021-06-26 01:30:12 UTC (rev 967507)
@@ -2,7 +2,7 @@
 # Contributor: Bruce Zhang 
 
 pkgname=feeluown
-pkgver=3.7.8
+pkgver=3.7.9
 pkgrel=1
 pkgdesc="FeelUOwn Music Player"
 arch=('any')
@@ -9,13 +9,13 @@
 url="https://github.com/feeluown/FeelUOwn;
 license=('GPL3')
 depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 
'python-requests'
- 'python-tomlkit' 'python-pydantic' 'qt5-svg')
+ 'python-tomlkit' 'python-packaging' 'python-pydantic' 'qt5-svg')
 makedepends=('python-setuptools' 'python-pip')
 optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 
'feeluown-qqmusic')
 groups=('feeluown-full')
 source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
 "feeluown.desktop")
-sha512sums=('732da56fd6f06322d1873b202802bf36aabdcd0069d22e69257a09c92c8a9cf16330568813f0b1b3c58b310c96dac9d48759788001a264ac5d90119c438a2d19'
+sha512sums=('ebe249d592605a4e5f993d841a8b33b2afdc147ae174643868059d52ec0465300a8bbba0975654b7445670a17823195e2ce2eb302260f68455502a5a4a84b3f1'
 
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
 
 build() {



[arch-commits] Commit in libsvm/repos/community-x86_64 (8 files)

2021-06-25 Thread Daniel Bermond via arch-commits
Date: Saturday, June 26, 2021 @ 00:49:45
  Author: dbermond
Revision: 967506

archrelease: copy trunk to community-x86_64

Added:
  libsvm/repos/community-x86_64/010-libsvm-fix-qt-headers-path.patch
(from rev 967505, libsvm/trunk/010-libsvm-fix-qt-headers-path.patch)
  libsvm/repos/community-x86_64/020-libsvm-use-archlinux-flags.patch
(from rev 967505, libsvm/trunk/020-libsvm-use-archlinux-flags.patch)
  libsvm/repos/community-x86_64/030-libsvm-fix-tools-path.patch
(from rev 967505, libsvm/trunk/030-libsvm-fix-tools-path.patch)
  libsvm/repos/community-x86_64/PKGBUILD
(from rev 967505, libsvm/trunk/PKGBUILD)
Deleted:
  libsvm/repos/community-x86_64/010-libsvm-fix-qt-headers-path.patch
  libsvm/repos/community-x86_64/020-libsvm-use-archlinux-flags.patch
  libsvm/repos/community-x86_64/030-libsvm-fix-tools-path.patch
  libsvm/repos/community-x86_64/PKGBUILD

--+
 010-libsvm-fix-qt-headers-path.patch |   23 ++--
 020-libsvm-use-archlinux-flags.patch |   94 +--
 030-libsvm-fix-tools-path.patch  |   63 ++---
 PKGBUILD |  159 ++---
 4 files changed, 163 insertions(+), 176 deletions(-)

Deleted: 010-libsvm-fix-qt-headers-path.patch
===
--- 010-libsvm-fix-qt-headers-path.patch2021-06-26 00:49:07 UTC (rev 
967505)
+++ 010-libsvm-fix-qt-headers-path.patch2021-06-26 00:49:45 UTC (rev 
967506)
@@ -1,12 +0,0 @@
-diff -Naurp a/svm-toy/qt/Makefile b/svm-toy/qt/Makefile
 a/svm-toy/qt/Makefile  2018-12-04 18:34:40.715220500 +
-+++ b/svm-toy/qt/Makefile  2018-12-04 18:45:00.689709128 +
-@@ -1,7 +1,7 @@
- # use  ``export QT_SELECT=qt5'' in a command window for using qt5
- # may need to adjust the path of header files
- CXX? = g++
--INCLUDE = /usr/include/x86_64-linux-gnu/qt5
-+INCLUDE = /usr/include/qt
- CFLAGS = -Wall -O3 -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
- LIB = -lQt5Widgets -lQt5Gui -lQt5Core
- MOC = /usr/bin/moc

Copied: libsvm/repos/community-x86_64/010-libsvm-fix-qt-headers-path.patch 
(from rev 967505, libsvm/trunk/010-libsvm-fix-qt-headers-path.patch)
===
--- 010-libsvm-fix-qt-headers-path.patch(rev 0)
+++ 010-libsvm-fix-qt-headers-path.patch2021-06-26 00:49:45 UTC (rev 
967506)
@@ -0,0 +1,11 @@
+--- a/svm-toy/qt/Makefile
 b/svm-toy/qt/Makefile
+@@ -1,7 +1,7 @@
+ # use  ``export QT_SELECT=qt5'' in a command window for using qt5
+ # may need to adjust the path of header files
+ CXX? = g++
+-INCLUDE = /usr/include/x86_64-linux-gnu/qt5
++INCLUDE = /usr/include/qt
+ CFLAGS = -Wall -O3 -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
+ LIB = -lQt5Widgets -lQt5Gui -lQt5Core
+ MOC = /usr/bin/moc

Deleted: 020-libsvm-use-archlinux-flags.patch
===
--- 020-libsvm-use-archlinux-flags.patch2021-06-26 00:49:07 UTC (rev 
967505)
+++ 020-libsvm-use-archlinux-flags.patch2021-06-26 00:49:45 UTC (rev 
967506)
@@ -1,47 +0,0 @@
-diff -Naurp a/Makefile b/Makefile
 a/Makefile 2018-07-15 14:15:32.0 +
-+++ b/Makefile 2018-12-04 18:32:24.627133671 +
-@@ -1,5 +1,5 @@
- CXX ?= g++
--CFLAGS = -Wall -Wconversion -O3 -fPIC
-+CFLAGS += -Wall -Wconversion -fPIC
- SHVER = 2
- OS = $(shell uname)
- 
-@@ -11,14 +11,14 @@ lib: svm.o
-   else \
-   SHARED_LIB_FLAG="-shared -Wl,-soname,libsvm.so.$(SHVER)"; \
-   fi; \
--  $(CXX) $${SHARED_LIB_FLAG} svm.o -o libsvm.so.$(SHVER)
-+  $(CXX) $${SHARED_LIB_FLAG} svm.o -o libsvm.so.$(SHVER) $(LDFLAGS)
- 
- svm-predict: svm-predict.c svm.o
--  $(CXX) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
-+  $(CXX) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm $(LDFLAGS)
- svm-train: svm-train.c svm.o
--  $(CXX) $(CFLAGS) svm-train.c svm.o -o svm-train -lm
-+  $(CXX) $(CFLAGS) svm-train.c svm.o -o svm-train -lm $(LDFLAGS)
- svm-scale: svm-scale.c
--  $(CXX) $(CFLAGS) svm-scale.c -o svm-scale
-+  $(CXX) $(CFLAGS) svm-scale.c -o svm-scale $(LDFLAGS)
- svm.o: svm.cpp svm.h
-   $(CXX) $(CFLAGS) -c svm.cpp
- clean:
-diff -Naurp a/svm-toy/qt/Makefile b/svm-toy/qt/Makefile
 a/svm-toy/qt/Makefile  2018-12-04 18:34:40.715220500 +
-+++ b/svm-toy/qt/Makefile  2018-12-04 18:40:33.446873531 +
-@@ -2,12 +2,12 @@
- # may need to adjust the path of header files
- CXX? = g++
- INCLUDE = /usr/include/qt
--CFLAGS = -Wall -O3 -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
-+CFLAGS += -Wall -I$(INCLUDE) -I$(INCLUDE)/QtWidgets -I$(INCLUDE)/QtGui 
-I$(INCLUDE)/QtCore -fPIC -std=c++11
- LIB = -lQt5Widgets -lQt5Gui -lQt5Core
- MOC = /usr/bin/moc
- 
- svm-toy: svm-toy.cpp 

[arch-commits] Commit in libsvm/trunk (4 files)

2021-06-25 Thread Daniel Bermond via arch-commits
Date: Saturday, June 26, 2021 @ 00:49:07
  Author: dbermond
Revision: 967505

upgpkg: libsvm 3.25-1

Modified:
  libsvm/trunk/010-libsvm-fix-qt-headers-path.patch
  libsvm/trunk/020-libsvm-use-archlinux-flags.patch
  libsvm/trunk/030-libsvm-fix-tools-path.patch
  libsvm/trunk/PKGBUILD

--+
 010-libsvm-fix-qt-headers-path.patch |5 +-
 020-libsvm-use-archlinux-flags.patch |   24 ++---
 030-libsvm-fix-tools-path.patch  |   53 +++--
 PKGBUILD |   59 -
 4 files changed, 64 insertions(+), 77 deletions(-)

Modified: 010-libsvm-fix-qt-headers-path.patch
===
--- 010-libsvm-fix-qt-headers-path.patch2021-06-26 00:23:46 UTC (rev 
967504)
+++ 010-libsvm-fix-qt-headers-path.patch2021-06-26 00:49:07 UTC (rev 
967505)
@@ -1,6 +1,5 @@
-diff -Naurp a/svm-toy/qt/Makefile b/svm-toy/qt/Makefile
 a/svm-toy/qt/Makefile  2018-12-04 18:34:40.715220500 +
-+++ b/svm-toy/qt/Makefile  2018-12-04 18:45:00.689709128 +
+--- a/svm-toy/qt/Makefile
 b/svm-toy/qt/Makefile
 @@ -1,7 +1,7 @@
  # use  ``export QT_SELECT=qt5'' in a command window for using qt5
  # may need to adjust the path of header files

Modified: 020-libsvm-use-archlinux-flags.patch
===
--- 020-libsvm-use-archlinux-flags.patch2021-06-26 00:23:46 UTC (rev 
967504)
+++ 020-libsvm-use-archlinux-flags.patch2021-06-26 00:49:07 UTC (rev 
967505)
@@ -1,6 +1,5 @@
-diff -Naurp a/Makefile b/Makefile
 a/Makefile 2018-07-15 14:15:32.0 +
-+++ b/Makefile 2018-12-04 18:32:24.627133671 +
+--- a/Makefile
 b/Makefile
 @@ -1,5 +1,5 @@
  CXX ?= g++
 -CFLAGS = -Wall -Wconversion -O3 -fPIC
@@ -8,7 +7,7 @@
  SHVER = 2
  OS = $(shell uname)
  
-@@ -11,14 +11,14 @@ lib: svm.o
+@@ -11,15 +11,15 @@ lib: svm.o
else \
SHARED_LIB_FLAG="-shared -Wl,-soname,libsvm.so.$(SHVER)"; \
fi; \
@@ -17,19 +16,20 @@
  
  svm-predict: svm-predict.c svm.o
 -  $(CXX) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
-+  $(CXX) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm $(LDFLAGS)
++  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm 
$(LDFLAGS)
  svm-train: svm-train.c svm.o
 -  $(CXX) $(CFLAGS) svm-train.c svm.o -o svm-train -lm
-+  $(CXX) $(CFLAGS) svm-train.c svm.o -o svm-train -lm $(LDFLAGS)
++  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-train.c svm.o -o svm-train -lm 
$(LDFLAGS)
  svm-scale: svm-scale.c
 -  $(CXX) $(CFLAGS) svm-scale.c -o svm-scale
-+  $(CXX) $(CFLAGS) svm-scale.c -o svm-scale $(LDFLAGS)
++  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-scale.c -o svm-scale $(LDFLAGS)
  svm.o: svm.cpp svm.h
-   $(CXX) $(CFLAGS) -c svm.cpp
+-  $(CXX) $(CFLAGS) -c svm.cpp
++  $(CXX) $(CPPFLAGS) $(CFLAGS) -c svm.cpp
  clean:
-diff -Naurp a/svm-toy/qt/Makefile b/svm-toy/qt/Makefile
 a/svm-toy/qt/Makefile  2018-12-04 18:34:40.715220500 +
-+++ b/svm-toy/qt/Makefile  2018-12-04 18:40:33.446873531 +
+   rm -f *~ svm.o svm-train svm-predict svm-scale libsvm.so.$(SHVER)
+--- a/svm-toy/qt/Makefile
 b/svm-toy/qt/Makefile
 @@ -2,12 +2,12 @@
  # may need to adjust the path of header files
  CXX? = g++
@@ -41,7 +41,7 @@
  
  svm-toy: svm-toy.cpp svm-toy.moc ../../svm.o
 -  $(CXX) $(CFLAGS) svm-toy.cpp ../../svm.o -o svm-toy $(LIB)
-+  $(CXX) $(CFLAGS) svm-toy.cpp ../../svm.o -o svm-toy $(LIB) $(LDFLAGS)
++  $(CXX) $(CPPFLAGS) $(CFLAGS) svm-toy.cpp ../../svm.o -o svm-toy $(LIB) 
$(LDFLAGS)
  
  svm-toy.moc: svm-toy.cpp
$(MOC) svm-toy.cpp -o svm-toy.moc

Modified: 030-libsvm-fix-tools-path.patch
===
--- 030-libsvm-fix-tools-path.patch 2021-06-26 00:23:46 UTC (rev 967504)
+++ 030-libsvm-fix-tools-path.patch 2021-06-26 00:49:07 UTC (rev 967505)
@@ -1,30 +1,33 @@
-diff -up ./tools/easy.py.toolsDir ./tools/easy.py
 ./tools/easy.py.toolsDir   2013-03-31 17:06:49.0 +1000
-+++ ./tools/easy.py2013-04-13 23:17:53.399526910 +1000
+--- a/tools/easy.py
 b/tools/easy.py
 @@ -12,10 +12,10 @@ if len(sys.argv) <= 1:
-
+ 
  is_win32 = (sys.platform == 'win32')
  if not is_win32:
--  svmscale_exe = "../svm-scale"
--  svmtrain_exe = "../svm-train"
--  svmpredict_exe = "../svm-predict"
--  grid_py = "./grid.py"
-+  svmscale_exe = "/usr/bin/svm-scale"
-+  svmtrain_exe = "/usr/bin/svm-train"
-+  svmpredict_exe = "/usr/bin/svm-predict"
-+  grid_py = "/usr/bin/svm-grid.py"
-   gnuplot_exe = "/usr/bin/gnuplot"
+-svmscale_exe = "../svm-scale"
+-svmtrain_exe = "../svm-train"
+-svmpredict_exe = "../svm-predict"
+-grid_py = "./grid.py"
++svmscale_exe = "/usr/bin/svm-scale"
++svmtrain_exe = "/usr/bin/svm-train"
++svmpredict_exe = 

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

2021-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 26, 2021 @ 00:23:46
  Author: felixonmars
Revision: 967504

archrelease: copy trunk to community-any

Added:
  marked/repos/community-any/PKGBUILD
(from rev 967503, marked/trunk/PKGBUILD)
Deleted:
  marked/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-26 00:23:33 UTC (rev 967503)
+++ PKGBUILD2021-06-26 00:23:46 UTC (rev 967504)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=marked
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="A markdown parser built for speed"
-arch=('any')
-url='https://github.com/chjj/marked'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b9e26122f925249c34e2ac506c6200bbadc45f0c0e09873bc8a3018e06a04cce2b8c2e50b56caa48d816ee30a8b15d7f2a6ff54d47ece6a12902a7061b4328e6')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: marked/repos/community-any/PKGBUILD (from rev 967503, 
marked/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-26 00:23:46 UTC (rev 967504)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('fd0fbb306cda113aa27ce31660403b1d531a65be176dc45f68ecdc4ac1d9122b61f3728696f6921b7deed122aef3d323e61f93f15da133ef0ee3941ce574e0c0')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 26, 2021 @ 00:23:33
  Author: felixonmars
Revision: 967503

upgpkg: marked 2.1.3-1

Modified:
  marked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:49:40 UTC (rev 967502)
+++ PKGBUILD2021-06-26 00:23:33 UTC (rev 967503)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A markdown parser built for speed"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b9e26122f925249c34e2ac506c6200bbadc45f0c0e09873bc8a3018e06a04cce2b8c2e50b56caa48d816ee30a8b15d7f2a6ff54d47ece6a12902a7061b4328e6')
+sha512sums=('fd0fbb306cda113aa27ce31660403b1d531a65be176dc45f68ecdc4ac1d9122b61f3728696f6921b7deed122aef3d323e61f93f15da133ef0ee3941ce574e0c0')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:40
  Author: heftig
Revision: 967502

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 967500, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 967501, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 967501, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 967500, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2021-06-25 23:49:40 UTC 
(rev 967502)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
967501, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-06-25 23:49:40 UTC 
(rev 967502)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 967501, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:40 UTC (rev 967502)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=428
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:40
  Author: heftig
Revision: 418714

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 418713, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 418713, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-06-25 23:49:40 UTC (rev 418714)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=465.31
+pkgrel=12
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:44
  Author: heftig
Revision: 418716

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 418714, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 418714, linux-zen/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10539 +
 2 files changed, 10737 insertions(+)

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


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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:39
  Author: heftig
Revision: 967500

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 967497, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 967497, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:39 UTC (rev 967500)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=307
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:41
  Author: heftig
Revision: 418715

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 418714, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 418714, linux/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10480 +
 2 files changed, 10678 insertions(+)

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


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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:38
  Author: heftig
Revision: 967499

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 967493, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 967493, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:38 UTC (rev 967499)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=68
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:39
  Author: heftig
Revision: 967501

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 967498, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 967498, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:39 UTC (rev 967501)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=315
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:38
  Author: heftig
Revision: 967498

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 967493, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 967493, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 967494, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   56 
 dkms.conf |9 +
 3 files changed, 66 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
967493, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-06-25 23:49:38 UTC (rev 
967498)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 967493, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:38 UTC (rev 967498)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20210418
+pkgrel=21
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz;
+60-vhba.rules dkms.conf)
+sha256sums=('18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:38
  Author: heftig
Revision: 967497

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 967493, netfilter-fullconenat/trunk/PKGBUILD)

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

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
967493, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:38 UTC (rev 967497)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=127
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(

[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:37
  Author: heftig
Revision: 967496

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 967493, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 967493, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:37 UTC (rev 967496)
@@ -0,0 +1,39 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.22
+pkgrel=20
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:37
  Author: heftig
Revision: 967495

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 967493, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 967493, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:37 UTC (rev 967495)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=107
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:49:37
  Author: heftig
Revision: 967494

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 967493, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
967493, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 23:49:37 UTC (rev 967494)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=7
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz;)
+sha512sums=('d7038f900c7f6cf2af156ced0fab6bcd46bff347011acc34b5d355ae8f09efe3f323724b728fbfe9c8b961e238ceb7c81aaf45f2e446b5d9ce908e8c0a658c5b')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:53
  Author: heftig
Revision: 418710

465.31-12: linux 5.12.13.arch1-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:17 UTC (rev 418709)
+++ PKGBUILD2021-06-25 23:47:53 UTC (rev 418710)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=465.31
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:52
  Author: heftig
Revision: 967483

1.2.1-68: linux 5.12.13.arch1-2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:51 UTC (rev 967482)
+++ PKGBUILD2021-06-25 23:47:52 UTC (rev 967483)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=67
+pkgrel=68
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:51
  Author: heftig
Revision: 967482

20210418-21: linux 5.12.13.arch1-2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:50 UTC (rev 967481)
+++ PKGBUILD2021-06-25 23:47:51 UTC (rev 967482)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=20
+pkgrel=21
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:54
  Author: heftig
Revision: 967484

5.0.9-7: linux 5.12.13.arch1-2

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:52 UTC (rev 967483)
+++ PKGBUILD2021-06-25 23:47:54 UTC (rev 967484)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:50
  Author: heftig
Revision: 967481

8.048.03-107: linux 5.12.13.arch1-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:48 UTC (rev 967480)
+++ PKGBUILD2021-06-25 23:47:50 UTC (rev 967481)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=106
+pkgrel=107
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:48
  Author: heftig
Revision: 967480

0.8-428: linux 5.12.13.arch1-2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:47 UTC (rev 967479)
+++ PKGBUILD2021-06-25 23:47:48 UTC (rev 967480)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=427
+pkgrel=428
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:47
  Author: heftig
Revision: 967479

6.30.223.271-307: linux 5.12.13.arch1-2

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:46 UTC (rev 967478)
+++ PKGBUILD2021-06-25 23:47:47 UTC (rev 967479)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=306
+pkgrel=307
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:46
  Author: heftig
Revision: 967478

0.43-315: linux 5.12.13.arch1-2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:45 UTC (rev 967477)
+++ PKGBUILD2021-06-25 23:47:46 UTC (rev 967478)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=314
+pkgrel=315
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:44
  Author: heftig
Revision: 967476

r73.0cf3b48-127: linux 5.12.13.arch1-2

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:19:35 UTC (rev 967475)
+++ PKGBUILD2021-06-25 23:47:44 UTC (rev 967476)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=126
+pkgrel=127
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:45
  Author: heftig
Revision: 967477

6.1.22-20: linux 5.12.13.arch1-2

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:44 UTC (rev 967476)
+++ PKGBUILD2021-06-25 23:47:45 UTC (rev 967477)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.22
-pkgrel=19
+pkgrel=20
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:17
  Author: heftig
Revision: 418709

5.12.13.arch1-2

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:16 UTC (rev 418708)
+++ PKGBUILD2021-06-25 23:47:17 UTC (rev 418709)
@@ -2,7 +2,7 @@
 
 pkgbase=linux
 pkgver=5.12.13.arch1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/archlinux/linux/commits/$_srctag;



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:16
  Author: heftig
Revision: 418708

FS#71325: Enable SPI_INTEL_SPI again

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |9 -
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:47:14 UTC (rev 418707)
+++ PKGBUILD2021-06-25 23:47:16 UTC (rev 418708)
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'5e772eb39e4365d33374922e70253c96b88532ab5837776ada704ccde674c7a8')
+'c8f26962e51fb2ef7628cb90c93f93d53ff5a8874d16322783152cf89007887c')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-06-25 23:47:14 UTC (rev 418707)
+++ config  2021-06-25 23:47:16 UTC (rev 418708)
@@ -2361,7 +2361,14 @@
 # CONFIG_MTD_LPDDR is not set
 # end of LPDDR & LPDDR2 PCM memory drivers
 
-# CONFIG_MTD_SPI_NOR is not set
+CONFIG_MTD_SPI_NOR=m
+CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
+# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set
+CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE=y
+# CONFIG_MTD_SPI_NOR_SWP_KEEP is not set
+CONFIG_SPI_INTEL_SPI=m
+CONFIG_SPI_INTEL_SPI_PCI=m
+CONFIG_SPI_INTEL_SPI_PLATFORM=m
 CONFIG_MTD_UBI=m
 CONFIG_MTD_UBI_WL_THRESHOLD=4096
 CONFIG_MTD_UBI_BEB_LIMIT=20



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:47:14
  Author: heftig
Revision: 418707

Revert "Use our git"

This reverts commit 57840eab683583e89ba506800c08ee752937c586.

We're shutting down git.archlinux.org and don't want to move the linux
repo to gitlab due to its size.

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 23:25:52 UTC (rev 418706)
+++ PKGBUILD2021-06-25 23:47:14 UTC (rev 418707)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
-url="https://git.archlinux.org/linux.git/log/?h=$_srctag;
+url="https://github.com/archlinux/linux/commits/$_srctag;
 arch=(x86_64)
 license=(GPL2)
 makedepends=(
@@ -16,7 +16,7 @@
 options=('!strip')
 _srcname=archlinux-linux
 source=(
-  "$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag;
+  "$_srcname::git+https://github.com/archlinux/linux?signed#tag=$_srctag;
   config # the main kernel config file
 )
 validpgpkeys=(



[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 23:25:52
  Author: heftig
Revision: 418706

5.12.13.zen1-2

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |4 ++--
 config   |9 -
 2 files changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 22:29:42 UTC (rev 418705)
+++ PKGBUILD2021-06-25 23:25:52 UTC (rev 418706)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-zen
 pkgver=5.12.13.zen1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag;
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'6e2a44afb80cc580536d1dba6d014aed9a387866433777268c036a2df535cf55')
+'c1cab4b4be76d53924484197b2be63e35c1c032253af4d83fef5f2d88e14ba17')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-06-25 22:29:42 UTC (rev 418705)
+++ config  2021-06-25 23:25:52 UTC (rev 418706)
@@ -2413,7 +2413,14 @@
 # CONFIG_MTD_LPDDR is not set
 # end of LPDDR & LPDDR2 PCM memory drivers
 
-# CONFIG_MTD_SPI_NOR is not set
+CONFIG_MTD_SPI_NOR=m
+CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
+# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set
+CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE=y
+# CONFIG_MTD_SPI_NOR_SWP_KEEP is not set
+CONFIG_SPI_INTEL_SPI=m
+CONFIG_SPI_INTEL_SPI_PCI=m
+CONFIG_SPI_INTEL_SPI_PLATFORM=m
 CONFIG_MTD_UBI=m
 CONFIG_MTD_UBI_WL_THRESHOLD=4096
 CONFIG_MTD_UBI_BEB_LIMIT=20



[arch-commits] Commit in root/repos/community-testing-x86_64 (18 files)

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 23:19:35
  Author: kgizdov
Revision: 967475

archrelease: copy trunk to community-testing-x86_64

Added:
  root/repos/community-testing-x86_64/PKGBUILD
(from rev 967474, root/trunk/PKGBUILD)
  root/repos/community-testing-x86_64/ROOFIT_LICENSE
(from rev 967474, root/trunk/ROOFIT_LICENSE)
  root/repos/community-testing-x86_64/jupyter_notebook_config.py
(from rev 967474, root/trunk/jupyter_notebook_config.py)
  root/repos/community-testing-x86_64/nbman-for-arch.patch
(from rev 967474, root/trunk/nbman-for-arch.patch)
  root/repos/community-testing-x86_64/root.pc.tpl
(from rev 967474, root/trunk/root.pc.tpl)
  root/repos/community-testing-x86_64/root.xml
(from rev 967474, root/trunk/root.xml)
  root/repos/community-testing-x86_64/settings-cuda.cmake
(from rev 967474, root/trunk/settings-cuda.cmake)
  root/repos/community-testing-x86_64/settings.cmake
(from rev 967474, root/trunk/settings.cmake)
  root/repos/community-testing-x86_64/thisroot.fail
(from rev 967474, root/trunk/thisroot.fail)
Deleted:
  root/repos/community-testing-x86_64/PKGBUILD
  root/repos/community-testing-x86_64/ROOFIT_LICENSE
  root/repos/community-testing-x86_64/jupyter_notebook_config.py
  root/repos/community-testing-x86_64/nbman-for-arch.patch
  root/repos/community-testing-x86_64/root.pc.tpl
  root/repos/community-testing-x86_64/root.xml
  root/repos/community-testing-x86_64/settings-cuda.cmake
  root/repos/community-testing-x86_64/settings.cmake
  root/repos/community-testing-x86_64/thisroot.fail

+
 PKGBUILD   |  606 +--
 ROOFIT_LICENSE |   44 +--
 jupyter_notebook_config.py |2 
 nbman-for-arch.patch   |  354 -
 root.pc.tpl|   24 -
 root.xml   |   28 -
 settings-cuda.cmake|  224 +++
 settings.cmake |  224 +++
 thisroot.fail  |   24 -
 9 files changed, 765 insertions(+), 765 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 23:19:20 UTC (rev 967474)
+++ PKGBUILD2021-06-25 23:19:35 UTC (rev 967475)
@@ -1,303 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
-# Contributor: Scott Lawrence < bytbox at gmail dot com >
-# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
-# Contributor: Sebastian Voecking < voeck at web dot de >
-
-pkgbase=root
-pkgname=('root' 'root-cuda')
-pkgver=6.24.00
-pkgrel=5
-pkgdesc='C++ data analysis framework and interpreter from CERN'
-arch=('x86_64')
-url='https://root.cern'
-license=('LGPL2.1' 'GPL' 'custom:University of California and Stanford 
University License')
-makedepends=(
-'ccache'
-'cern-vdt'
-'chromium'
-'cfitsio'
-'cmake'
-'cuda'
-'cudnn'
-'gcc-fortran'
-'gcc10-fortran'
-'git'
-'go'
-'libxml2'
-'libmariadbclient'
-'ocaml'
-'ocaml-ctypes'
-'openmp'
-'openmpi'
-'openssl'
-'openui5'
-'postgresql-libs'
-'pythia8>=8.2.40-1'
-'python-pygments'
-'qt5-webengine'
-'sqlite'
-'unuran'
-'vc'
-'xrootd>5'
-'z3'
-)
-depends=(
-'blas'
-'desktop-file-utils'
-'fcgi'
-'fftw'
-'ftgl'
-'giflib'
-'gl2ps'
-'glew'
-'graphviz'
-'gsl'
-'hicolor-icon-theme'
-'libafterimage'
-'librsvg'
-'libxpm'
-'nlohmann-json'
-'python'
-'python-numpy'
-'tbb'
-'tex-gyre-fonts'
-'unixodbc'
-'xxhash>=0.6.5-1'
-'zstd'
-)
-optdepends=(
-'cern-vdt: Add a set of fast and vectorisable mathematical functions'
-'chromium: Support for WebGUI'
-'cfitsio: Read images and data from FITS files'
-'libmariadbclient: MySQL support'
-'libxml2: XML parser interface'
-'openmp: Support OpenMP extensions in Minuit2'
-'openmpi: Support OpenMPI extensions in Minuit2'
-'openssl: OpenSSL support'
-'openui5: JSROOT support'
-'postgresql-libs: PostgreSQL support'
-'pythia8>=8.2.40-1: Pythia8 EG support'
-'python-pygments: syntax highlighting in interactive console'
-'qt5-webengine: Support for WebGUI'
-'sqlite: SQLite support'
-'tcsh: Legacy CSH support'
-'unuran: Support non-uniform random numbers'
-'vc: Add types for portable and intuitive SIMD programming'
-'xrootd>5: Support remote file server and client'
-'z3: Suuport the Z3 theorem prover'
-)
-source=(
-"https://root.cern.ch/download/root_v${pkgver}.source.tar.gz;
-'ROOFIT_LICENSE'
-'root.xml'
-'root.pc.tpl'
-'settings.cmake'
-'settings-cuda.cmake'
-'jupyter_notebook_config.py'
-'nbman-for-arch.patch'
-'thisroot.fail'
-)

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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 23:19:20
  Author: kgizdov
Revision: 967474

upgpkg: root 6.24.00-6: cudnn rebuild

Modified:
  root/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 22:44:51 UTC (rev 967473)
+++ PKGBUILD2021-06-25 23:19:20 UTC (rev 967474)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.24.00
-pkgrel=5
+pkgrel=6
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'



[arch-commits] Commit in hm/repos/community-x86_64 (5 files)

2021-06-25 Thread Daniel Bermond via arch-commits
Date: Friday, June 25, 2021 @ 22:44:51
  Author: dbermond
Revision: 967473

archrelease: copy trunk to community-x86_64

Added:
  hm/repos/community-x86_64/010-hm-disable-werror.patch
(from rev 967472, hm/trunk/010-hm-disable-werror.patch)
  hm/repos/community-x86_64/PKGBUILD
(from rev 967472, hm/trunk/PKGBUILD)
Deleted:
  hm/repos/community-x86_64/010-hm-use-arch-flags.patch
  hm/repos/community-x86_64/020-hm-fix-build-with-gcc8.patch
  hm/repos/community-x86_64/PKGBUILD

--+
 010-hm-disable-werror.patch  |   11 +++
 010-hm-use-arch-flags.patch  |  100 
 020-hm-fix-build-with-gcc8.patch |   46 
 PKGBUILD |  102 ++---
 4 files changed, 63 insertions(+), 196 deletions(-)

Copied: hm/repos/community-x86_64/010-hm-disable-werror.patch (from rev 967472, 
hm/trunk/010-hm-disable-werror.patch)
===
--- 010-hm-disable-werror.patch (rev 0)
+++ 010-hm-disable-werror.patch 2021-06-25 22:44:51 UTC (rev 967473)
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -68,7 +68,7 @@ endif()
+ # bb_enable_warnings( gcc -Wno-unused-variable )
+ # bb_enable_warnings( gcc-4.8 warnings-as-errors -Wno-unused-variable )
+ # for gcc 8.2:
+-bb_enable_warnings( gcc warnings-as-errors -Wno-sign-compare 
-Wno-class-memaccess)
++bb_enable_warnings( gcc -Wno-sign-compare -Wno-class-memaccess)
+ 
+ if( XCODE )
+   bb_enable_warnings( clang warnings-as-errors

Deleted: 010-hm-use-arch-flags.patch
===
--- 010-hm-use-arch-flags.patch 2021-06-25 22:44:22 UTC (rev 967472)
+++ 010-hm-use-arch-flags.patch 2021-06-25 22:44:51 UTC (rev 967473)
@@ -1,100 +0,0 @@
-diff -Naurp a/build/linux/common/makefile.base 
b/build/linux/common/makefile.base
 a/build/linux/common/makefile.base 2019-06-09 14:04:51.0 +
-+++ b/build/linux/common/makefile.base 2019-06-09 14:06:58.251352310 +
-@@ -46,36 +46,36 @@ endif
- #
- 
- # default cpp flags for all configurations
--#CPPFLAGS  = -Wall $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)
--CPPFLAGS  = $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall 
-Wshadow -Wno-sign-compare -Werror -std=c++11
--CFLAGS  = $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall 
-Wshadow -Wno-sign-compare -Werror
-+#CXXFLAGS  = -Wall $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)
-+CXXFLAGS  += $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall 
-Wshadow -Wno-sign-compare -Werror -std=c++11
-+CFLAGS  += $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall 
-Wshadow -Wno-sign-compare -Werror
- 
- ## 
- # enforce 32-bit build : 1=yes, 0=no
- ##
- M32?= 0
- ifeq ($(M32),1)
--CPPFLAGS+=-m32
-+CXXFLAGS+=-m32
- endif
- ##
- 
- ifeq ($(HIGHBITDEPTH), 1)
--CPPFLAGS+="-DRExt__HIGH_BIT_DEPTH_SUPPORT=1"
-+CXXFLAGS+="-DRExt__HIGH_BIT_DEPTH_SUPPORT=1"
- endif
- 
- ifeq ($(EXTENSION_360_VIDEO), 1)
--  CPPFLAGS+=-DEXTENSION_360_VIDEO=1
-+  CXXFLAGS+=-DEXTENSION_360_VIDEO=1
- else
--  CPPFLAGS+=-DEXTENSION_360_VIDEO=0
-+  CXXFLAGS+=-DEXTENSION_360_VIDEO=0
- endif
- 
- #
- # debug cpp flags
--DEBUG_CPPFLAGS= -g  -D_DEBUG
-+DEBUG_CXXFLAGS= -g  -D_DEBUG
- DEBUG_CFLAGS= -g  -D_DEBUG
- #
- # release cpp
--RELEASE_CPPFLAGS  =  -O3 -Wuninitialized
-+RELEASE_CXXFLAGS  =  -O3 -Wuninitialized
- RELEASE_CFLAGS  =  -O3 -Wuninitialized
- 
- 
-@@ -113,7 +113,7 @@ endif
- ifeq ($(CONFIG), LIBRARY)
- # linker flags for library
- # LDFLAGS   = $(ALL_LDFLAGS) -shared -Wl,-Bsymbolic
--LDFLAGS   = $(ALL_LDFLAGS) -shared
-+LDFLAGS   += $(ALL_LDFLAGS) -shared
- #
- # debug linker flags for library
- DEBUG_LDFLAGS = -Wl,-soname,lib$(PRJ_NAME)d.so.$(VER)
-@@ -124,7 +124,7 @@ RELEASE_LDFLAGS   = -Wl,-soname,lib$(PRJ
- else
- ifeq ($(CONFIG), CONSOLE)
- # linker flags for console
--LDFLAGS   = $(ALL_LDFLAGS)
-+LDFLAGS   += $(ALL_LDFLAGS)
- #
- # debug linker flags for console
- DEBUG_LDFLAGS =
-@@ -208,28 +208,28 @@ $(OBJ_DIR)/%.d.o: $(SRC_DIR4)/%.asm
- # see also: http://make.paulandlesley.org/autodep.html
- #2005-01-25 Steffen Kamp (k...@ient.rwth-aachen.de), RWTH Aachen
- define COMPILE_AND_DEPEND_RELEASE
--$(CPP) -c -MMD -MF $(OBJ_DIR)/$*.r.d -MT $(OBJ_DIR)/$*.r.o 
$(CPPFLAGS) $(RELEASE_CPPFLAGS) -o $@ $(CURDIR)/$<
-+$(CPP) -c -MMD -MF $(OBJ_DIR)/$*.r.d -MT $(OBJ_DIR)/$*.r.o 
$(CXXFLAGS) $(RELEASE_CXXFLAGS) $(CPPFLAGS) -o $@ $(CURDIR)/$<
- @cp $(OBJ_DIR)/$*.r.d $(OBJ_DIR)/$*.r.P; \
- sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
- -e '/^$$/ d' -e 's/$$/ :/' < $(OBJ_DIR)/$*.r.d >> 
$(OBJ_DIR)/$*.r.P; \
- rm -f $(OBJ_DIR)/$*.r.d
- endef
- define 

[arch-commits] Commit in hm/trunk (010-hm-disable-werror.patch PKGBUILD)

2021-06-25 Thread Daniel Bermond via arch-commits
Date: Friday, June 25, 2021 @ 22:44:22
  Author: dbermond
Revision: 967472

upgpkg: hm 16.23-1

Added:
  hm/trunk/010-hm-disable-werror.patch
Modified:
  hm/trunk/PKGBUILD

-+
 010-hm-disable-werror.patch |   11 +++
 PKGBUILD|   10 ++
 2 files changed, 17 insertions(+), 4 deletions(-)

Added: 010-hm-disable-werror.patch
===
--- 010-hm-disable-werror.patch (rev 0)
+++ 010-hm-disable-werror.patch 2021-06-25 22:44:22 UTC (rev 967472)
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -68,7 +68,7 @@ endif()
+ # bb_enable_warnings( gcc -Wno-unused-variable )
+ # bb_enable_warnings( gcc-4.8 warnings-as-errors -Wno-unused-variable )
+ # for gcc 8.2:
+-bb_enable_warnings( gcc warnings-as-errors -Wno-sign-compare 
-Wno-class-memaccess)
++bb_enable_warnings( gcc -Wno-sign-compare -Wno-class-memaccess)
+ 
+ if( XCODE )
+   bb_enable_warnings( clang warnings-as-errors

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 22:42:23 UTC (rev 967471)
+++ PKGBUILD2021-06-25 22:44:22 UTC (rev 967472)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=hm
-pkgver=16.22
+pkgver=16.23
 pkgrel=1
 pkgdesc='HEVC Test Model - the reference software for HEVC'
 arch=('x86_64')
@@ -9,10 +9,13 @@
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('cmake' 'lsb-release' 'openmp')
-source=("https://vcgit.hhi.fraunhofer.de/jct-vc/HM/-/archive/HM-${pkgver}/HM-HM-${pkgver}.tar.bz2;)
-sha256sums=('b2863d480860a48472f6fe55f7488ccdaeaaac1a1ccc65b946ba643e0b6c8637')
+source=("https://vcgit.hhi.fraunhofer.de/jct-vc/HM/-/archive/HM-${pkgver}/HM-HM-${pkgver}.tar.bz2;
+'010-hm-disable-werror.patch')
+sha256sums=('5157839199c089c1fe47454149839caac61bc37142c1356efaf2b7d89bdee3d5'
+'26ed4fb40812ecfce04b1301dc159fb2a575ece22a3532fe991f72e0f4e9488a')
 
 prepare() {
+patch -d "HM-HM-${pkgver}" -Np1 -i "${srcdir}/010-hm-disable-werror.patch"
 cp -a "HM-HM-${pkgver}" "HM-HM-${pkgver}-highbit"
 }
 
@@ -44,7 +47,6 @@
 install -D -m755 "HM-HM-${pkgver}-highbit/bin/${_file}" 
"${pkgdir}/usr/bin/${_file/Static/HighBitDepthStatic}"
 done < <(find "HM-HM-${pkgver}-highbit/bin" -maxdepth 1 -type f 
-executable -print0 | sed -z "s|HM\-HM\-${pkgver}\-highbit/bin||")
 
-install -D -m644 "HM-HM-${pkgver}/README"-t 
"${pkgdir}/usr/share/doc/${pkgname}"
 install -D -m644 "HM-HM-${pkgver}/doc"/*.pdf -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 install -D -m644 "HM-HM-${pkgver}/COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 22:42:23
  Author: kgizdov
Revision: 967471

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/
  tensorflow/repos/community-testing-x86_64/48935.patch
(from rev 967470, tensorflow/trunk/48935.patch)
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 967470, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-testing-x86_64/build-against-actual-mkl.patch
(from rev 967470, tensorflow/trunk/build-against-actual-mkl.patch)
  tensorflow/repos/community-testing-x86_64/fix-c++17-compat.patch
(from rev 967470, tensorflow/trunk/fix-c++17-compat.patch)
  tensorflow/repos/community-testing-x86_64/test.py
(from rev 967470, tensorflow/trunk/test.py)

+
 48935.patch|  432 +++
 PKGBUILD   |  322 +
 build-against-actual-mkl.patch |   37 +++
 fix-c++17-compat.patch |   11 
 test.py|   12 +
 5 files changed, 814 insertions(+)

Copied: tensorflow/repos/community-testing-x86_64/48935.patch (from rev 967470, 
tensorflow/trunk/48935.patch)
===
--- community-testing-x86_64/48935.patch(rev 0)
+++ community-testing-x86_64/48935.patch2021-06-25 22:42:23 UTC (rev 
967471)
@@ -0,0 +1,432 @@
+From 0f8fde42d09b199d02cf5d9d79fe76ebf1d260ef Mon Sep 17 00:00:00 2001
+From: Ben Greiner 
+Date: Thu, 6 May 2021 12:13:40 +0200
+Subject: [PATCH 1/7] Fix NumPy 1.20 error with np.prod()
+
+Reference: #47691, https://stackoverflow.com/questions/66373169
+---
+ tensorflow/python/ops/array_ops.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/tensorflow/python/ops/array_ops.py 
b/tensorflow/python/ops/array_ops.py
+index 519f2ef26fcef..d143ee96a2fc9 100644
+--- a/tensorflow/python/ops/array_ops.py
 b/tensorflow/python/ops/array_ops.py
+@@ -36,6 +36,7 @@
+ from tensorflow.python.framework.constant_op import constant
+ from tensorflow.python.ops import gen_array_ops
+ from tensorflow.python.ops import gen_math_ops
++from tensorflow.python.ops import math_ops
+ # go/tf-wildcard-import
+ # pylint: disable=wildcard-import
+ from tensorflow.python.ops.gen_array_ops import *
+@@ -2894,7 +2895,7 @@ def matrix_set_diag(
+ 
+ def _constant_if_small(value, shape, dtype, name):
+   try:
+-if np.prod(shape) < 1000:
++if math_ops.reduce_prod(shape) < 1000:
+   return constant(value, shape=shape, dtype=dtype, name=name)
+   except TypeError:
+ # Happens when shape is a Tensor, list with Tensor elements, etc.
+
+From 86cbf87703876330b5818b7f170489356d9d2c86 Mon Sep 17 00:00:00 2001
+From: Ben Greiner 
+Date: Thu, 6 May 2021 12:34:12 +0200
+Subject: [PATCH 2/7] relax upper bounds for NumPy and SciPy in pip installs
+
+---
+ .../tools/pip_package/setup_with_binary.py |  2 +-
+ .../install/install_centos_pip_packages.sh |  6 +++---
+ .../ci_build/install/install_pip_packages.sh   |  4 ++--
+ .../install/install_pip_packages_by_version.sh |  2 +-
+ .../install/install_python3.6_pip_packages.sh  |  2 +-
+ tensorflow/tools/ci_build/release/common.sh| 18 +-
+ tensorflow/tools/pip_package/setup.py  |  2 +-
+ 7 files changed, 18 insertions(+), 18 deletions(-)
+
+diff --git a/tensorflow/lite/tools/pip_package/setup_with_binary.py 
b/tensorflow/lite/tools/pip_package/setup_with_binary.py
+index 6b9fe534bb2b1..ae06df8245521 100644
+--- a/tensorflow/lite/tools/pip_package/setup_with_binary.py
 b/tensorflow/lite/tools/pip_package/setup_with_binary.py
+@@ -67,5 +67,5 @@
+ package_dir={'': '.'},
+ package_data={'': ['*.so', '*.pyd']},
+ install_requires=[
+-'numpy ~= 1.19.2',  # Higher versions have a compatibility issue.
++'numpy >= 1.19.2 , <1.21',
+ ])
+diff --git a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh 
b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
+index b9906b9378c79..ab0a766bf22b0 100755
+--- a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
 b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
+@@ -55,17 +55,17 @@ pip2 install --upgrade protobuf==3.6.1
+ pip3 install --upgrade protobuf==3.6.1
+ 
+ pip2 install --upgrade numpy==1.14.5
+-pip3 install --upgrade numpy==1.14.5
++pip3 install --upgrade numpy>=1.14.5
+ 
+ pip2 install scipy==1.2.2
+-pip3 install scipy==1.4.1
++pip3 install scipy>=1.4.1
+ 
+ pip2 install scikit-learn==0.18.1
+ pip3 install scikit-learn==0.18.1
+ 
+ # pandas required by `inflow`
+ pip2 install pandas==0.19.2
+-pip3 install pandas==0.19.2
++pip3 install pandas>=0.19.2
+ 
+ # Benchmark tests require the following:
+ pip2 install psutil
+diff --git a/tensorflow/tools/ci_build/install/install_pip_packages.sh 

[arch-commits] Commit in tensorflow/trunk (48935.patch PKGBUILD)

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 22:42:01
  Author: kgizdov
Revision: 967470

upgpkg: tensorflow 2.5.0-4: new style CUDA compute string and add latest PTX 
version for future compat

Added:
  tensorflow/trunk/48935.patch
Modified:
  tensorflow/trunk/PKGBUILD

-+
 48935.patch |  432 ++
 PKGBUILD|   13 +
 2 files changed, 441 insertions(+), 4 deletions(-)

Added: 48935.patch
===
--- 48935.patch (rev 0)
+++ 48935.patch 2021-06-25 22:42:01 UTC (rev 967470)
@@ -0,0 +1,432 @@
+From 0f8fde42d09b199d02cf5d9d79fe76ebf1d260ef Mon Sep 17 00:00:00 2001
+From: Ben Greiner 
+Date: Thu, 6 May 2021 12:13:40 +0200
+Subject: [PATCH 1/7] Fix NumPy 1.20 error with np.prod()
+
+Reference: #47691, https://stackoverflow.com/questions/66373169
+---
+ tensorflow/python/ops/array_ops.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/tensorflow/python/ops/array_ops.py 
b/tensorflow/python/ops/array_ops.py
+index 519f2ef26fcef..d143ee96a2fc9 100644
+--- a/tensorflow/python/ops/array_ops.py
 b/tensorflow/python/ops/array_ops.py
+@@ -36,6 +36,7 @@
+ from tensorflow.python.framework.constant_op import constant
+ from tensorflow.python.ops import gen_array_ops
+ from tensorflow.python.ops import gen_math_ops
++from tensorflow.python.ops import math_ops
+ # go/tf-wildcard-import
+ # pylint: disable=wildcard-import
+ from tensorflow.python.ops.gen_array_ops import *
+@@ -2894,7 +2895,7 @@ def matrix_set_diag(
+ 
+ def _constant_if_small(value, shape, dtype, name):
+   try:
+-if np.prod(shape) < 1000:
++if math_ops.reduce_prod(shape) < 1000:
+   return constant(value, shape=shape, dtype=dtype, name=name)
+   except TypeError:
+ # Happens when shape is a Tensor, list with Tensor elements, etc.
+
+From 86cbf87703876330b5818b7f170489356d9d2c86 Mon Sep 17 00:00:00 2001
+From: Ben Greiner 
+Date: Thu, 6 May 2021 12:34:12 +0200
+Subject: [PATCH 2/7] relax upper bounds for NumPy and SciPy in pip installs
+
+---
+ .../tools/pip_package/setup_with_binary.py |  2 +-
+ .../install/install_centos_pip_packages.sh |  6 +++---
+ .../ci_build/install/install_pip_packages.sh   |  4 ++--
+ .../install/install_pip_packages_by_version.sh |  2 +-
+ .../install/install_python3.6_pip_packages.sh  |  2 +-
+ tensorflow/tools/ci_build/release/common.sh| 18 +-
+ tensorflow/tools/pip_package/setup.py  |  2 +-
+ 7 files changed, 18 insertions(+), 18 deletions(-)
+
+diff --git a/tensorflow/lite/tools/pip_package/setup_with_binary.py 
b/tensorflow/lite/tools/pip_package/setup_with_binary.py
+index 6b9fe534bb2b1..ae06df8245521 100644
+--- a/tensorflow/lite/tools/pip_package/setup_with_binary.py
 b/tensorflow/lite/tools/pip_package/setup_with_binary.py
+@@ -67,5 +67,5 @@
+ package_dir={'': '.'},
+ package_data={'': ['*.so', '*.pyd']},
+ install_requires=[
+-'numpy ~= 1.19.2',  # Higher versions have a compatibility issue.
++'numpy >= 1.19.2 , <1.21',
+ ])
+diff --git a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh 
b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
+index b9906b9378c79..ab0a766bf22b0 100755
+--- a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
 b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
+@@ -55,17 +55,17 @@ pip2 install --upgrade protobuf==3.6.1
+ pip3 install --upgrade protobuf==3.6.1
+ 
+ pip2 install --upgrade numpy==1.14.5
+-pip3 install --upgrade numpy==1.14.5
++pip3 install --upgrade numpy>=1.14.5
+ 
+ pip2 install scipy==1.2.2
+-pip3 install scipy==1.4.1
++pip3 install scipy>=1.4.1
+ 
+ pip2 install scikit-learn==0.18.1
+ pip3 install scikit-learn==0.18.1
+ 
+ # pandas required by `inflow`
+ pip2 install pandas==0.19.2
+-pip3 install pandas==0.19.2
++pip3 install pandas>=0.19.2
+ 
+ # Benchmark tests require the following:
+ pip2 install psutil
+diff --git a/tensorflow/tools/ci_build/install/install_pip_packages.sh 
b/tensorflow/tools/ci_build/install/install_pip_packages.sh
+index f9aa818c57038..6f0bf612e51ec 100755
+--- a/tensorflow/tools/ci_build/install/install_pip_packages.sh
 b/tensorflow/tools/ci_build/install/install_pip_packages.sh
+@@ -60,9 +60,9 @@ rm -rf /usr/lib/python3/dist-packages/six*
+ # https://github.com/tensorflow/tensorflow/issues/6968
+ # This workaround isn't needed for Ubuntu 16.04 or later.
+ if $(cat /etc/*-release | grep -q 14.04); then
+-  pip3 install --no-binary=:all: --upgrade numpy==1.14.5
++  pip3 install --no-binary=:all: --upgrade numpy>=1.14.5
+ else
+-  pip3 install --upgrade numpy==1.14.5
++  pip3 install --upgrade numpy>=1.14.5
+ fi
+ 
+ pip3 install scipy==1.4.1
+diff --git 
a/tensorflow/tools/ci_build/install/install_pip_packages_by_version.sh 
b/tensorflow/tools/ci_build/install/install_pip_packages_by_version.sh
+index 110928f3b3de5..b536bf20b8992 

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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 22:29:42
  Author: heftig
Revision: 418705

archrelease: copy trunk to extra-x86_64

Added:
  polari/repos/extra-x86_64/PKGBUILD
(from rev 418704, polari/trunk/PKGBUILD)
Deleted:
  polari/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 22:29:25 UTC (rev 418704)
+++ PKGBUILD2021-06-25 22:29:42 UTC (rev 418705)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari;
-arch=(x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
-makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome-extra)
-_commit=9eef1b6890959e27180c52b52820ea81d3bba434  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 418704, 
polari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 22:29:42 UTC (rev 418705)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=40.0
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari;
+arch=(x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=6f8c05adfe17721556ba130733e76d9d06e2aecf  # tags/40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 22:29:25
  Author: heftig
Revision: 418704

40.0-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 22:14:16 UTC (rev 418703)
+++ PKGBUILD2021-06-25 22:29:25 UTC (rev 418704)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=3.38.0
+pkgver=40.0
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari;
@@ -10,7 +10,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=9eef1b6890959e27180c52b52820ea81d3bba434  # tags/3.38.0^0
+_commit=6f8c05adfe17721556ba130733e76d9d06e2aecf  # tags/40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 22:14:16
  Author: arojas
Revision: 418703

archrelease: copy trunk to extra-x86_64

Added:
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 418702, stellarium/trunk/PKGBUILD)
Deleted:
  stellarium/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 22:14:01 UTC (rev 418702)
+++ PKGBUILD2021-06-25 22:14:16 UTC (rev 418703)
@@ -1,31 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.21.0
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=('x86_64')
-url="https://stellarium.org/;
-license=('GPL2')
-depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'mesa' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

-sha256sums=('977fcd6776a47d34b1646727853d15968a1410c34c8ba1b3e5cfbf24b5126f13'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-
-package() {
-  cd ${pkgname}-${pkgver}
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 418702, 
stellarium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 22:14:16 UTC (rev 418703)
@@ -0,0 +1,31 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.21.1
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=('x86_64')
+url="https://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
+makedepends=('cmake' 'mesa' 'qt5-tools')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('072309c6bc48233b39884ae558b23764d0e08eabd96b014b53d780be11a33211'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+ 
+  make DESTDIR="${pkgdir}" install
+}



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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 22:14:01
  Author: arojas
Revision: 418702

Update to 0.21.1

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 21:56:19 UTC (rev 418701)
+++ PKGBUILD2021-06-25 22:14:01 UTC (rev 418702)
@@ -2,7 +2,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.21.0
+pkgver=0.21.1
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'mesa' 'qt5-tools')
 
source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

-sha256sums=('977fcd6776a47d34b1646727853d15968a1410c34c8ba1b3e5cfbf24b5126f13'
+sha256sums=('072309c6bc48233b39884ae558b23764d0e08eabd96b014b53d780be11a33211'
 'SKIP')
 
 build() {



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

2021-06-25 Thread Daniel Bermond via arch-commits
Date: Friday, June 25, 2021 @ 22:13:04
  Author: dbermond
Revision: 967469

archrelease: copy trunk to community-x86_64

Added:
  cargo-c/repos/community-x86_64/PKGBUILD
(from rev 967468, cargo-c/trunk/PKGBUILD)
Deleted:
  cargo-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 22:12:38 UTC (rev 967468)
+++ PKGBUILD2021-06-25 22:13:04 UTC (rev 967469)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=cargo-c
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
-arch=('x86_64')
-url='https://github.com/lu-zero/cargo-c/'
-license=('MIT')
-depends=('curl' 'openssl' 'zlib')
-makedepends=('rust')
-source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('86e5015e2eb834256307397adc23b3faa0c7522725a75b3fd735cfdd06d02725'
-'5afbe4cfab850f5fb40cb3d14fbc35ff153e0ddf46e760e27a40d0b59bd6b58d')
-
-prepare() {
-ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
-cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-build() {
-cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-check() {
-cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-package() {
-cargo install --frozen --offline --no-track --path "${pkgname}-${pkgver}" 
--root "${pkgdir}/usr"
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cargo-c/repos/community-x86_64/PKGBUILD (from rev 967468, 
cargo-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 22:13:04 UTC (rev 967469)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=cargo-c
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
+arch=('x86_64')
+url='https://github.com/lu-zero/cargo-c/'
+license=('MIT')
+depends=('curl' 'openssl' 'zlib')
+makedepends=('rust')
+source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
+sha256sums=('ba59efd479935c542e75771d9e15e848ef5812812ec8bba1d5bbf11b878d3356'
+'0d6fd0e4c2fe453d38900fc5dea362c7ef6ddc08e5661b80bdce5edf9d090baf')
+
+prepare() {
+ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
+cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+build() {
+cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+check() {
+cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+package() {
+cargo install --frozen --offline --no-track --path "${pkgname}-${pkgver}" 
--root "${pkgdir}/usr"
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-06-25 Thread Daniel Bermond via arch-commits
Date: Friday, June 25, 2021 @ 22:12:38
  Author: dbermond
Revision: 967468

upgpkg: cargo-c 0.8.3-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 21:56:29 UTC (rev 967467)
+++ PKGBUILD2021-06-25 22:12:38 UTC (rev 967468)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('86e5015e2eb834256307397adc23b3faa0c7522725a75b3fd735cfdd06d02725'
-'5afbe4cfab850f5fb40cb3d14fbc35ff153e0ddf46e760e27a40d0b59bd6b58d')
+sha256sums=('ba59efd479935c542e75771d9e15e848ef5812812ec8bba1d5bbf11b878d3356'
+'0d6fd0e4c2fe453d38900fc5dea362c7ef6ddc08e5661b80bdce5edf9d090baf')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



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

2021-06-25 Thread Christian Hesse via arch-commits
Date: Friday, June 25, 2021 @ 21:56:29
  Author: eworm
Revision: 967467

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 967466, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 967466, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2021-06-25 21:56:29 UTC (rev 967467)
@@ -0,0 +1,164 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='ee5990602194329b0811567437121df9a16c93ac' # git rev-parse v${_tag_name}
+_tag_name=249-rc2
+pkgver="${_tag_name/-/}"
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
+ 'lib32-xz' 'lib32-zstd' 'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson' 'python-jinja')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${_tag_name%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1
+9.9.9.10
+8.8.8.8
+2606:4700:4700::
+2620:fe::10
+2001:4860:4860::
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+-Dversion-tag="${pkgver}-${pkgrel}-arch"
+-Dmode=release
+
+# features
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dmicrohttpd=false
+-Dpam=false
+-Dpython=false
+-Dseccomp=false
+
+# components
+-Dutmp=false
+-Dhibernate=false
+-Dldconfig=false
+-Dresolve=true
+-Defi=false
+-Dtpm=false
+-Denvironment-d=false
+-Dbinfmt=false
+-Drepart=false
+-Dcoredump=false
+-Dpstore=false
+-Doomd=false
+-Dlogind=false
+-Dhostnamed=false
+-Dlocaled=false
+-Dmachined=true
+-Dportabled=false
+-Dsysext=false
+-Duserdb=false
+-Dhomed=false
+-Dnetworkd=false
+-Dtimedated=false
+-Dtimesyncd=false
+-Dremote=false
+-Dcreate-log-dirs=false
+-Dnss-myhostname=true
+-Dnss-mymachines=true
+-Dnss-resolve=true
+-Dnss-systemd=true
+-Dfirstboot=false
+-Drandomseed=false
+-Dbacklight=false
+-Dvconsole=false
+-Dquotacheck=false
+-Dsysusers=false
+-Dtmpfiles=false
+-Dimportd=false
+-Dhwdb=false
+-Drfkill=false
+-Dxdg-autostart=false
+-Dman=false
+-Dhtml=false
+-Dtranslations=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=unified
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}



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

2021-06-25 Thread Christian Hesse via arch-commits
Date: Friday, June 25, 2021 @ 21:56:27
  Author: eworm
Revision: 967466

upgpkg: lib32-systemd 249rc2-1: new upstream pre-release - testing only!

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 21:55:28 UTC (rev 967465)
+++ PKGBUILD2021-06-25 21:56:27 UTC (rev 967466)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='fd9ad7d3bc35a3633b99edac14ff2a4fb10599b7' # git rev-parse v${_tag_name}
-_tag_name=248.3
+_tag='ee5990602194329b0811567437121df9a16c93ac' # git rev-parse v${_tag_name}
+_tag_name=249-rc2
 pkgver="${_tag_name/-/}"
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
@@ -17,7 +17,7 @@
 makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
  'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
  'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
- 'libxslt' 'meson')
+ 'libxslt' 'meson' 'python-jinja')
 options=('strip')
 validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

   '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 



[arch-commits] Commit in systemd/repos (22 files)

2021-06-25 Thread Christian Hesse via arch-commits
Date: Friday, June 25, 2021 @ 21:56:19
  Author: eworm
Revision: 418701

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 418700, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  
systemd/repos/testing-x86_64/0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch
(from rev 418700, 
systemd/trunk/0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 418700, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 418700, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 418700, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 418700, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 418700, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 418700, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 418700, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 418700, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 418700, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 418700, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 418700, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 418700, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 418700, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 418700, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 418700, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 418700, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 418700, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 418700, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 418700, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch 
|  143 +
 
0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch
 |   78 ++
 20-systemd-sysusers.hook   
|   10 
 30-systemd-binfmt.hook 
|   10 
 30-systemd-catalog.hook
|   11 
 30-systemd-daemon-reload.hook  
|   11 
 30-systemd-hwdb.hook   
|   11 
 30-systemd-sysctl.hook 
|   10 
 30-systemd-tmpfiles.hook   
|   10 
 30-systemd-udev-reload.hook
|   11 
 30-systemd-update.hook 
|   11 
 PKGBUILD   
|  283 ++
 arch.conf  
|7 
 initcpio-hook-udev 
|   22 
 initcpio-install-systemd   
|  192 ++
 initcpio-install-udev  
|   29 +
 loader.conf
|1 
 systemd-hook   
|   46 +
 systemd-user.pam   
|5 
 systemd.install   

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

2021-06-25 Thread Christian Hesse via arch-commits
Date: Friday, June 25, 2021 @ 21:56:10
  Author: eworm
Revision: 418700

upgpkg: systemd 249rc2-1: new upstream pre-release - testing only!

Modified:
  systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/trunk/PKGBUILD

+
 0001-Use-Arch-Linux-device-access-groups.patch |  113 ++-
 PKGBUILD   |   10 +-
 2 files changed, 97 insertions(+), 26 deletions(-)

Modified: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2021-06-25 16:30:29 UTC 
(rev 418699)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2021-06-25 21:56:10 UTC 
(rev 418700)
@@ -1,4 +1,4 @@
-From  Mon Sep 17 00:00:00 2001
+From f7d07e298c819a81eab965efbdbf53a2ce67fc0e Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 6 Mar 2018 23:39:47 +0100
 Subject: [PATCH] Use Arch Linux' device access groups
@@ -10,12 +10,81 @@
   dialout → uucp
   tape→ storage
 ---
+ meson.build  |  6 +++---
+ meson_options.txt| 12 ++--
  rules.d/50-udev-default.rules.in | 14 +++---
  sysusers.d/basic.conf.in |  6 +++---
- 2 files changed, 10 insertions(+), 10 deletions(-)
+ 4 files changed, 19 insertions(+), 19 deletions(-)
 
+diff --git a/meson.build b/meson.build
+index 32e5413a62..f781e06fed 100644
+--- a/meson.build
 b/meson.build
+@@ -796,19 +796,19 @@ conf.set_quoted('NOBODY_GROUP_NAME', nobody_group)
+ static_ugids = []
+ foreach option : ['adm-gid',
+   'audio-gid',
+-  'cdrom-gid',
+-  'dialout-gid',
+   'disk-gid',
+   'input-gid',
+   'kmem-gid',
+   'kvm-gid',
+   'lp-gid',
++  'optical-gid',
+   'render-gid',
+   'sgx-gid',
+-  'tape-gid',
++  'storage-gid',
+   'tty-gid',
+   'users-gid',
+   'utmp-gid',
++  'uucp-gid',
+   'video-gid',
+   'wheel-gid',
+   'systemd-journal-gid',
+diff --git a/meson_options.txt b/meson_options.txt
+index 5048de755d..676e5e2e0d 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -235,10 +235,6 @@ option('adm-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "adm" group')
+ option('audio-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "audio" group')
+-option('cdrom-gid', type : 'integer', value : '-1',
+-   description : 'soft-static allocation for the "cdrom" group')
+-option('dialout-gid', type : 'integer', value : '-1',
+-   description : 'soft-static allocation for the "dialout" group')
+ option('disk-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "disk" group')
+ option('input-gid', type : 'integer', value : '-1',
+@@ -249,18 +245,22 @@ option('kvm-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "kvm" group')
+ option('lp-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "lp" group')
++option('optical-gid', type : 'integer', value : '-1',
++   description : 'soft-static allocation for the "optical" group')
+ option('render-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "render" group')
+ option('sgx-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "sgx" group')
+-option('tape-gid', type : 'integer', value : '-1',
+-   description : 'soft-static allocation for the "tape" group')
++option('storage-gid', type : 'integer', value : '-1',
++   description : 'soft-static allocation for the "storage" group')
+ option('tty-gid', type : 'integer', value : 5,
+description : 'the numeric GID of the "tty" group')
+ option('users-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "users" group')
+ option('utmp-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "utmp" group')
++option('uucp-gid', type : 'integer', value : '-1',
++   description : 'soft-static allocation for the "uucp" group')
+ option('video-gid', type : 'integer', value : '-1',
+description : 'soft-static allocation for the "video" group')
+ option('wheel-gid', type : 'integer', value : '-1',
 diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
-index edfa8bb107..35b8d4ba41 100644
+index 18a3cf46bf..f3c440fd89 100644
 --- a/rules.d/50-udev-default.rules.in
 +++ b/rules.d/50-udev-default.rules.in
 @@ 

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

2021-06-25 Thread Orhun Parmaksiz via arch-commits
Date: Friday, June 25, 2021 @ 21:55:28
  Author: orhun
Revision: 967465

archrelease: copy trunk to community-x86_64

Added:
  gpg-tui/repos/community-x86_64/PKGBUILD
(from rev 967464, gpg-tui/trunk/PKGBUILD)
Deleted:
  gpg-tui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 21:55:13 UTC (rev 967464)
+++ PKGBUILD2021-06-25 21:55:28 UTC (rev 967465)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=gpg-tui
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A terminal user interface for GnuPG"
-arch=('x86_64')
-url="https://github.com/orhun/gpg-tui;
-license=('MIT')
-depends=('libxcb' 'gpgme')
-makedepends=('rust' 'python')
-optdepends=('xplr: file selection support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('86b01194b16add8d398174bf7be0c693f640d9d95d43a8de333fcd340bca761d085133ef85c8de2ab01cb0f987b0974b1ad28608fd6edd16f35994608faa')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir completions/
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-  OUT_DIR=completions/ cargo run --release --bin completions
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gpg-tui/repos/community-x86_64/PKGBUILD (from rev 967464, 
gpg-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 21:55:28 UTC (rev 967465)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=gpg-tui
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A terminal user interface for GnuPG"
+arch=('x86_64')
+url="https://github.com/orhun/gpg-tui;
+license=('MIT')
+depends=('libxcb' 'gpgme')
+makedepends=('rust' 'python')
+optdepends=('xplr: file selection support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('b03bad2146f9d637a6c495844867a055ae1fff2f6d287954795d9c961565e4cd7fd23354b9462c04a2d7a168b5c7075a4acd77c21c7653a9f301a1169e89816c')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir completions/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+  OUT_DIR=completions/ cargo run --release --bin completions
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-25 Thread Orhun Parmaksiz via arch-commits
Date: Friday, June 25, 2021 @ 21:55:13
  Author: orhun
Revision: 967464

upgpkg: gpg-tui 0.6.0-1: upstream release

Modified:
  gpg-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 21:26:58 UTC (rev 967463)
+++ PKGBUILD2021-06-25 21:55:13 UTC (rev 967464)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=gpg-tui
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="A terminal user interface for GnuPG"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust' 'python')
 optdepends=('xplr: file selection support')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('86b01194b16add8d398174bf7be0c693f640d9d95d43a8de333fcd340bca761d085133ef85c8de2ab01cb0f987b0974b1ad28608fd6edd16f35994608faa')
+sha512sums=('b03bad2146f9d637a6c495844867a055ae1fff2f6d287954795d9c961565e4cd7fd23354b9462c04a2d7a168b5c7075a4acd77c21c7653a9f301a1169e89816c')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 21:26:58
  Author: polyzen
Revision: 967463

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 21:26:36 UTC (rev 967462)
+++ PKGBUILD2021-06-25 21:26:58 UTC (rev 967463)
@@ -1,55 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Daniel M. Capella 
-# Contributor: James Zhu 
-
-pkgname=python-black
-pkgver=21.6b0
-pkgrel=2
-pkgdesc='Uncompromising Python code formatter'
-arch=('any')
-url=https://github.com/psf/black
-license=('MIT')
-depends=('python' 'python-appdirs' 'python-click' 'python-mypy_extensions'
- 'python-pathspec' 'python-regex' 'python-toml')
-makedepends=('python-build' 'python-setuptools-scm' 'python-install'
- 'python-wheel')
-checkdepends=('python-aiohttp' 'python-aiohttp-cors' 'python-parameterized'
-  'python-pytest' 'python-typed-ast')
-optdepends=('python-aiohttp: for the blackd HTTP server'
-'python-aiohttp-cors: for the blackd HTTP server'
-'python-colorama: for colored diffs'
-'python-typed-ast: to format Python 2 code')
-source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
-sha256sums=('dc132348a88d103016726fe360cb9ede02cecf99b76e3660ce6c596be132ce04')
-b2sums=('eea45713453320667254c135cd2216357e4bddfde3626eaae0f47148548bebd1b0b7952f034bad6c2d3802687a6541fbdab660a21eefa5f113656da39006cdaf')
-
-build() {
-  cd "black-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd "black-$pkgver"
-  mkdir -p temp
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python -m install --optimize=1 --destdir=temp dist/*.whl
-  chmod +x temp/usr/bin/* # https://github.com/FFY00/python-install/pull/6
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
tests -m "not without_python2"
-}
-
-package() {
-  cd "black-$pkgver"
-  export PYTHONHASHSEED=0
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s $site_packages/black-$pkgver.dist-info/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-black/repos/community-any/PKGBUILD (from rev 967462, 
python-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 21:26:58 UTC (rev 967463)
@@ -0,0 +1,58 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=21.6b0
+pkgrel=3
+pkgdesc='Uncompromising Python code formatter'
+arch=('any')
+url=https://github.com/psf/black
+license=('MIT')
+depends=('python' 'python-appdirs' 'python-click' 'python-mypy_extensions'
+ 'python-pathspec' 'python-regex' 'python-toml')
+makedepends=('python-build' 'python-setuptools-scm' 'python-install'
+ 'python-wheel')
+checkdepends=('python-aiohttp' 'python-aiohttp-cors' 'python-parameterized'
+  'python-pytest' 'python-typed-ast')
+optdepends=('python-aiohttp: for the blackd HTTP server'
+'python-aiohttp-cors: for the blackd HTTP server'
+'python-colorama: for colored diffs'
+'python-typed-ast: to format Python 2 code')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
+sha256sums=('dc132348a88d103016726fe360cb9ede02cecf99b76e3660ce6c596be132ce04')
+b2sums=('eea45713453320667254c135cd2216357e4bddfde3626eaae0f47148548bebd1b0b7952f034bad6c2d3802687a6541fbdab660a21eefa5f113656da39006cdaf')
+
+build() {
+  cd "black-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "black-$pkgver"
+  mkdir -p temp
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python -m install --optimize=1 --destdir=temp dist/*.whl
+  chmod +x temp/usr/bin/* # https://github.com/FFY00/python-install/pull/6
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
tests -m "not without_python2"
+}
+
+package() {
+  cd "black-$pkgver"
+  export PYTHONHASHSEED=0
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # https://github.com/FFY00/python-install/issues/7
+  sed -i 's/patched_main 

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

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 21:26:36
  Author: polyzen
Revision: 967462

upgpkg: python-black 21.6b0-3: Patch out extra identifier

Fixes FS#71356

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 21:16:49 UTC (rev 967461)
+++ PKGBUILD2021-06-25 21:26:36 UTC (rev 967462)
@@ -4,7 +4,7 @@
 
 pkgname=python-black
 pkgver=21.6b0
-pkgrel=2
+pkgrel=3
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
@@ -42,6 +42,9 @@
   export PYTHONHASHSEED=0
   python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
 
+  # https://github.com/FFY00/python-install/issues/7
+  sed -i 's/patched_main \[d]/patched_main/' "$pkgdir"/usr/bin/blackd
+
   # https://github.com/FFY00/python-install/pull/6
   chmod +x "$pkgdir"/usr/bin/*
 



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

2021-06-25 Thread Eli Schwartz via arch-commits
Date: Friday, June 25, 2021 @ 21:16:49
  Author: eschwartz
Revision: 967461

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 967460, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 21:16:34 UTC (rev 967460)
+++ PKGBUILD2021-06-25 21:16:49 UTC (rev 967461)
@@ -1,106 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgbase=calibre
-pkgname=calibre
-pkgver=5.21.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cchardet' 'cssselect' 'css-parser' 
'dateutil' 'dbus' 'dnspython'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'py7zr' 'pychm' 'pygments' 
'pyqt5'
-  'pyqtwebengine' 'regex' 'zeroconf')
-depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusb'
- 'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo'
- "${_py_deps[@]/#/python-}" 'qt5-imageformats' 'qt5-svg' 
'ttf-liberation' 'udisks2')
-makedepends=('qt5-x11extras' 'sip' 'pyqt-builder' 'xdg-utils' 'rapydscript-ng')
-checkdepends=('xorg-server-xvfb')
-optdepends=('poppler: required for converting pdf to html'
-'speech-dispatcher: TTS support in the viewer')
-conflicts=('calibre-common' 'calibre-python3')
-replaces=('calibre-common' 'calibre-python3')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;)
-sha256sums=('458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257'
-'SKIP')
-b2sums=('50c49d278af84691384eb39cac0f2b1eea4136750b8c527a20d97be8e8333a8c581e6924b970dc5d4d54c4485cbc064b186242873d6fb250c284c3eca0ec158b'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-cd "${pkgbase}-${pkgver}"
-
-# Desktop integration (e.g. enforce arch defaults)
-# Use uppercase naming scheme, don't delete config files under fakeroot.
-sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
--e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
--e "s/^Name=calibre/Name=Calibre/g" \
--i  src/calibre/linux.py
-
-cd resources
-
-# Remove unneeded files
-rm ${pkgbase}-portable.* mozilla-ca-certs.pem
-
-# use system mathjax
-rm -r mathjax
-}
-
-build() {
-cd "${pkgbase}-${pkgver}"
-
-LANG='en_US.UTF-8' python setup.py build
-LANG='en_US.UTF-8' python setup.py gui
-python setup.py liberation_fonts --path-to-liberation_fonts 
/usr/share/fonts/liberation --system-liberation_fonts
-LANG='en_US.UTF-8' python setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
-LANG='en_US.UTF-8' python setup.py rapydscript
-}
-
-check() {
-cd "${pkgbase}-${pkgver}"
-
-_test_excludes=(
-# merely testing if a runtime-optional feature optdepend is importable
-'speech_dispatcher'
-# tests if a completely unused module is bundled
-'pycryptodome'
-)
-
-# without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-# ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-# one or two tests are a bit flaky, but the python3 build seems to succeed 
more often
-LANG='en_US.UTF-8' xvfb-run python setup.py test 
"${_test_excludes[@]/#/--exclude-test-name=}"
-}
-
-package() {
-cd "${pkgbase}-${pkgver}"
-
-# If this directory doesn't exist, zsh completion won't install.
-install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-LANG='en_US.UTF-8' python setup.py install \
---staging-root="${pkgdir}/usr" \
---prefix=/usr \
---system-plugins-location=/usr/share/calibre/system-plugins
-
-cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-# not needed at runtime
-rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-# Compiling bytecode FS#33392
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python3 -m compileall -d "${_destdir}" "${_file}"
-python3 -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 967460, 
calibre/trunk/PKGBUILD)

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

2021-06-25 Thread Eli Schwartz via arch-commits
Date: Friday, June 25, 2021 @ 21:16:34
  Author: eschwartz
Revision: 967460

upgpkg: calibre 5.22.1-1: upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 20:39:45 UTC (rev 967459)
+++ PKGBUILD2021-06-25 21:16:34 UTC (rev 967460)
@@ -8,7 +8,7 @@
 
 pkgbase=calibre
 pkgname=calibre
-pkgver=5.21.0
+pkgver=5.22.1
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -18,7 +18,7 @@
   'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
   'netifaces' 'unrardll' 'pillow' 'psutil' 'py7zr' 'pychm' 'pygments' 
'pyqt5'
   'pyqtwebengine' 'regex' 'zeroconf')
-depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusb'
+depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libstemmer' 'libusb'
  'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo'
  "${_py_deps[@]/#/python-}" 'qt5-imageformats' 'qt5-svg' 
'ttf-liberation' 'udisks2')
 makedepends=('qt5-x11extras' 'sip' 'pyqt-builder' 'xdg-utils' 'rapydscript-ng')
@@ -29,9 +29,9 @@
 replaces=('calibre-common' 'calibre-python3')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;)
-sha256sums=('458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257'
+sha256sums=('93c5e30ff08159694283d08a6b43c37e01a8454c6e7eb66a071e677c2681b516'
 'SKIP')
-b2sums=('50c49d278af84691384eb39cac0f2b1eea4136750b8c527a20d97be8e8333a8c581e6924b970dc5d4d54c4485cbc064b186242873d6fb250c284c3eca0ec158b'
+b2sums=('8ce1329c7195625579f6b6bdc4e0083cf1a29caa4565e5c88ab943347623d2f0e5def8fdfbf59f31c97af37085d79820fa1ca2ca516bfeb5d582b714ea3ed09c'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 



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

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 20:39:45
  Author: polyzen
Revision: 967459

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 20:39:22 UTC (rev 967458)
+++ PKGBUILD2021-06-25 20:39:45 UTC (rev 967459)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Otreblan 
-
-_name=pygls
-pkgname=python-pygls
-pkgver=0.10.3
-pkgrel=3
-pkgdesc='Pythonic generic implementation of the Language Server Protocol'
-arch=('any')
-url=https://github.com/openlawlibrary/pygls
-license=('APACHE')
-depends=('python-pydantic' 'python-typeguard')
-makedepends=('python-build' 'python-install' 'python-setuptools-scm'
- 'python-toml' 'python-wheel')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('522c1068dd38c4945925ca742daba6aff5621168e0e5ddd954813e8b957ca831')
-b2sums=('86eb889b73cdc7eb99b92e419e4d00d46d2662984dcf872c4ca2bc3040f3e13dda4f0866ecff03c9fc795040583d2d492e7251d134a15070d4d584d29bd35da3')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  export PYTHONHASHSEED=0
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s $site_packages/$_name-$pkgver.dist-info/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygls/repos/community-any/PKGBUILD (from rev 967458, 
python-pygls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 20:39:45 UTC (rev 967459)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Otreblan 
+
+_name=pygls
+pkgname=python-pygls
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='Pythonic generic implementation of the Language Server Protocol'
+arch=('any')
+url=https://github.com/openlawlibrary/pygls
+license=('APACHE')
+depends=('python-pydantic' 'python-typeguard')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-toml' 'python-wheel')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('cb30ccf1eee14760ce1b7167a9d39df9e72368ec7a61accdd6bf0b9c73ea0319')
+b2sums=('eba67cbcb7ac46784dc1c70f01e0b35d5ff2ce20fe51a0feb9d4be635576000f97c8b3bfd2bb2b38cf1c88cc9e77a3e998b805b5824ce7c2478c11f4c04af885')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  export PYTHONHASHSEED=0
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s $site_packages/$_name-$pkgver.dist-info/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 20:39:22
  Author: polyzen
Revision: 967458

upgpkg: python-pygls 0.11.1-1

Modified:
  python-pygls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 19:56:31 UTC (rev 967457)
+++ PKGBUILD2021-06-25 20:39:22 UTC (rev 967458)
@@ -3,8 +3,8 @@
 
 _name=pygls
 pkgname=python-pygls
-pkgver=0.10.3
-pkgrel=3
+pkgver=0.11.1
+pkgrel=1
 pkgdesc='Pythonic generic implementation of the Language Server Protocol'
 arch=('any')
 url=https://github.com/openlawlibrary/pygls
@@ -14,8 +14,8 @@
  'python-toml' 'python-wheel')
 checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('522c1068dd38c4945925ca742daba6aff5621168e0e5ddd954813e8b957ca831')
-b2sums=('86eb889b73cdc7eb99b92e419e4d00d46d2662984dcf872c4ca2bc3040f3e13dda4f0866ecff03c9fc795040583d2d492e7251d134a15070d4d584d29bd35da3')
+sha256sums=('cb30ccf1eee14760ce1b7167a9d39df9e72368ec7a61accdd6bf0b9c73ea0319')
+b2sums=('eba67cbcb7ac46784dc1c70f01e0b35d5ff2ce20fe51a0feb9d4be635576000f97c8b3bfd2bb2b38cf1c88cc9e77a3e998b805b5824ce7c2478c11f4c04af885')
 
 build() {
   cd $_name-$pkgver



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

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 19:56:31
  Author: polyzen
Revision: 967457

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 967456, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 19:56:11 UTC (rev 967456)
+++ PKGBUILD2021-06-25 19:56:31 UTC (rev 967457)
@@ -1,58 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Daniel M. Capella 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=ipython
-pkgver=7.24.1
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="https://ipython.org;
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-pickleshare' 'python-prompt_toolkit'
- 'python-jedi' 'python-pygments' 'python-backcall'
- 'python-matplotlib-inline')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-requests' 'python-testpath'
-  'jupyter-nbformat' 'python-ipykernel' 'python-numpy'
-  'python-pytest-trio' 'python-matplotlib')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
-
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-sha256sums=('9bc24a99f5d19721fb8a2d1408908e9c0520a17fff2233ffe82620847f17f1b6'
-'3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
-b2sums=('ae63d024f488f44dbd61eb9f3e14ac5b8ad801b1db195632c184c6106d4c2e6d6143c1524ae6fc5a2f6f631683b73f241c9115c439c0f97a4fe540cc232fb181'
-
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
-
-# confirm that an update does not break sage?
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pytest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "examples/IPython Kernel"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 967456, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 19:56:31 UTC (rev 967457)
@@ -0,0 +1,58 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Daniel M. Capella 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=7.25.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org;
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments' 'python-backcall'
+ 'python-matplotlib-inline')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-requests' 'python-testpath'
+  'jupyter-nbformat' 'python-ipykernel' 'python-numpy'
+  'python-pytest-trio' 'python-matplotlib')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+sha256sums=('54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc'
+'3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
+b2sums=('0a2ae7cd315ba1abde18cdfcb7ed5227e5fc43b9a053f82e7db0146cbec66b0c2a1585158e60c37559523b457ab339ad42ab8fb3fccfc9e5ea7b880593de2e73'
+
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
+
+# confirm that an update does not break sage?
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export 

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

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 19:56:11
  Author: polyzen
Revision: 967456

upgpkg: ipython 7.25.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 19:51:06 UTC (rev 967455)
+++ PKGBUILD2021-06-25 19:56:11 UTC (rev 967456)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.24.1
+pkgver=7.25.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -22,9 +22,9 @@
   'python-pytest-trio' 'python-matplotlib')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-sha256sums=('9bc24a99f5d19721fb8a2d1408908e9c0520a17fff2233ffe82620847f17f1b6'
+sha256sums=('54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc'
 '3c44a6fa1e3a8afc24754c90469404770b639cb960361988999a4cdd677699d8')
-b2sums=('ae63d024f488f44dbd61eb9f3e14ac5b8ad801b1db195632c184c6106d4c2e6d6143c1524ae6fc5a2f6f631683b73f241c9115c439c0f97a4fe540cc232fb181'
+b2sums=('0a2ae7cd315ba1abde18cdfcb7ed5227e5fc43b9a053f82e7db0146cbec66b0c2a1585158e60c37559523b457ab339ad42ab8fb3fccfc9e5ea7b880593de2e73'
 
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
 
 # confirm that an update does not break sage?



[arch-commits] Commit in jedi-language-server/repos/community-any (PKGBUILD PKGBUILD)

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 19:51:06
  Author: polyzen
Revision: 967455

archrelease: copy trunk to community-any

Added:
  jedi-language-server/repos/community-any/PKGBUILD
(from rev 967454, jedi-language-server/trunk/PKGBUILD)
Deleted:
  jedi-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 19:50:47 UTC (rev 967454)
+++ PKGBUILD2021-06-25 19:51:06 UTC (rev 967455)
@@ -1,50 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=jedi-language-server
-pkgver=0.32.0
-pkgrel=3
-pkgdesc='Language server for Jedi'
-arch=('any')
-url=https://github.com/pappasam/jedi-language-server
-license=('MIT')
-depends=('python-docstring-to-markdown' 'python-jedi' 'python-pygls')
-makedepends=('python-build' 'python-install' 'python-poetry')
-checkdepends=('python-jsonrpc-server' 'python-pyhamcrest' 'python-pytest')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('3b6507eb17f5b7433b0c88b66361b7c077a06bd1b1680908e6328dfd8db20a882cbe25714717618f538159843274ecc64c4de912edde7659c98e41f880277a79')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Remove include list https://github.com/pypa/wheel/issues/92
-  sed -i '/include = \["README.md"\]/d' pyproject.toml
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  mkdir -p temp
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python -m install --optimize=1 --destdir=temp dist/*.whl
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s $site_packages/${pkgname//-/_}-$pkgver.dist-info/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedi-language-server/repos/community-any/PKGBUILD (from rev 967454, 
jedi-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 19:51:06 UTC (rev 967455)
@@ -0,0 +1,50 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=jedi-language-server
+pkgver=0.33.0
+pkgrel=1
+pkgdesc='Language server for Jedi'
+arch=('any')
+url=https://github.com/pappasam/jedi-language-server
+license=('MIT')
+depends=('python-docstring-to-markdown' 'python-jedi' 'python-pygls')
+makedepends=('python-build' 'python-install' 'python-poetry')
+checkdepends=('python-jsonrpc-server' 'python-pyhamcrest' 'python-pytest')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('040f587cce6fbdde84a26f552c036597fa1e3b224103746bc8aa8282a95657098af13f0554e35a66e073bbadf70aba096b292dedd30c0fae8edec71cc8f0072a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Remove include list https://github.com/pypa/wheel/issues/92
+  sed -i '/include = \["README.md"\]/d' pyproject.toml
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  mkdir -p temp
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python -m install --optimize=1 --destdir=temp dist/*.whl
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s $site_packages/${pkgname//-/_}-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in jedi-language-server/trunk (PKGBUILD)

2021-06-25 Thread Daniel M. Capella via arch-commits
Date: Friday, June 25, 2021 @ 19:50:47
  Author: polyzen
Revision: 967454

upgpkg: jedi-language-server 0.33.0-1

Modified:
  jedi-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 19:32:20 UTC (rev 967453)
+++ PKGBUILD2021-06-25 19:50:47 UTC (rev 967454)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=jedi-language-server
-pkgver=0.32.0
-pkgrel=3
+pkgver=0.33.0
+pkgrel=1
 pkgdesc='Language server for Jedi'
 arch=('any')
 url=https://github.com/pappasam/jedi-language-server
@@ -11,7 +11,7 @@
 makedepends=('python-build' 'python-install' 'python-poetry')
 checkdepends=('python-jsonrpc-server' 'python-pyhamcrest' 'python-pytest')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('3b6507eb17f5b7433b0c88b66361b7c077a06bd1b1680908e6328dfd8db20a882cbe25714717618f538159843274ecc64c4de912edde7659c98e41f880277a79')
+b2sums=('040f587cce6fbdde84a26f552c036597fa1e3b224103746bc8aa8282a95657098af13f0554e35a66e073bbadf70aba096b292dedd30c0fae8edec71cc8f0072a')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cinnamon/repos/community-x86_64 (8 files)

2021-06-25 Thread Eli Schwartz via arch-commits
Date: Friday, June 25, 2021 @ 19:32:20
  Author: eschwartz
Revision: 967453

archrelease: copy trunk to community-x86_64

Added:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
(from rev 967452, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 967452, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 967452, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.diff
(from rev 967452, cinnamon/trunk/set_wheel.diff)
Deleted:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.diff

-+
 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch |   76 ++--
 PKGBUILD|  169 
--
 default-theme.patch |   50 +-
 set_wheel.diff  |  110 +++---
 4 files changed, 200 insertions(+), 205 deletions(-)

Deleted: 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2021-06-25 19:31:57 UTC (rev 967452)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2021-06-25 19:32:20 UTC (rev 967453)
@@ -1,38 +0,0 @@
-From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 20 Mar 2018 14:11:02 -0400
-Subject: [PATCH] cinnamon-settings: don't rely on the presence of
- cinnamon-control-center
-
-The existence of the cinnamon-control-center binary does not even tell
-us what control center libraries are available. So instead, do the same
-thing we did for cinnamon-settings modules, and check if the library
-exists.

- files/usr/bin/cinnamon-settings | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
-index 9fbdbecd2..98ca454a5 100755
 a/files/usr/bin/cinnamon-settings
-+++ b/files/usr/bin/cinnamon-settings
-@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
- import getopt
- import os
- import sys
-+import sysconfig
- 
- def usage():
- print("""Usage:
-@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif 
os.path.exists("/usr/share/cinnamon/cinnamon-settings/modules/cs_%s.py" % 
module):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
--elif os.path.exists("/usr/bin/cinnamon-control-center"):
-+elif os.path.exists(os.path.join(sysconfig.get_config_var("LIBDIR"), 
"cinnamon-control-center-1/panels/lib%s.so" % module)):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif os.path.exists("/usr/bin/gnome-control-center"):
- print ("Unknown module %s, calling gnome-control-center" % module)
--- 
-2.22.0
-

Copied: 
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 (from rev 967452, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
(rev 0)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2021-06-25 19:32:20 UTC (rev 967453)
@@ -0,0 +1,38 @@
+From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 20 Mar 2018 14:11:02 -0400
+Subject: [PATCH] cinnamon-settings: don't rely on the presence of
+ cinnamon-control-center
+
+The existence of the cinnamon-control-center binary does not even tell
+us what control center libraries are available. So instead, do the same
+thing we did for cinnamon-settings modules, and check if the library
+exists.
+---
+ files/usr/bin/cinnamon-settings | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
+index 9fbdbecd2..98ca454a5 100755
+--- a/files/usr/bin/cinnamon-settings
 b/files/usr/bin/cinnamon-settings
+@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
+ import getopt
+ import os
+ import sys
++import sysconfig
+ 
+ def usage():
+ print("""Usage:
+@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
+ 

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

2021-06-25 Thread Eli Schwartz via arch-commits
Date: Friday, June 25, 2021 @ 19:31:57
  Author: eschwartz
Revision: 967452

upgpkg: cinnamon 5.0.3-1: upstream release

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 18:55:05 UTC (rev 967451)
+++ PKGBUILD2021-06-25 19:31:57 UTC (rev 967452)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('x86_64')
@@ -28,11 +28,11 @@
 "0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch"
 "set_wheel.diff"
 "default-theme.patch")
-sha512sums=('f75e9f8382b27b0b29d37274b8687f861c6b46a46b378ee297024069ad70e0e5b48089cd724210148d657d25bcce5d3f18b6ba4826b8ff582c0c1afb5fef9578'
+sha512sums=('97dfa527e2f530d31da775b6cf204b851d2e3dbe95b793d82b3944f77cc3426301a9b784bcad3f3041c418b843e90741eabb8bfa9c0be6a4019ba7c4699233f4'
 
'77c2229d350bb1445375d206af769f1dde9329ce3575e40e9c1d5fea3ec0f49c0a7ef36d78caf895d9224147947bd102bab924b5579dc8dc5f8d3269e0c76374'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'ee7dedd59ea370cf81d75def49060f9a29b22e7b025ca7d5db87a0102d50f138c79aa562b0d36a748c4b1c59a37f600ba1f60ff6caf303cf5b6fc4d110d051b4')
-b2sums=('fe7962f4d6481a1584700b3ad5495d2cdc79c4f61aa01b7e330929ff83150ca9a024a00bece4df0fbd18dc68df164c5c27024320c8e46041ae1eaa7c36c8c620'
+b2sums=('9eca25345075c4b9927e350364a707cf16a851c61f0574940e856da2d0ac1b20527cfb259ace5242f7fa90161f852b032f2b5fb79b612ced80f510f49ed13bd1'
 
'1d873efa0d17e358f834c4374f39bbf3f74340849f9c28a0950c0a064772083798aba3435e564acdf43a94665389917788e295073d4a65cc18600d71b7a9f008'
 
'3becf1f40068fc629109e6e7d464c3c484296afacc9ab6328b2ccbb3c9735bcbfa9550f9f73b430ede178ae668e37c660ce322b5b4d1873526de3d3d41185160'
 
'86c3a29acd132ca321f08fd81dd5a45707accdc035b2aeec95bf358b29072ff1eedb77b2566cf48d7253d1d791599f0f44938c4600761d711cb18b59019f1c62')
@@ -79,9 +79,4 @@
 cd "${srcdir}"/${pkgname}-${pkgver}/builddir
 
 DESTDIR="${pkgdir}" samu install
-
-# crazy debian-specific install paths
-local py_dir=$(python -c "import site; print(site.getsitepackages()[0])")
-mkdir -p "${pkgdir}/${py_dir}"
-mv "${pkgdir}"/usr/lib/python3/dist-packages/cinnamon 
"${pkgdir}/${py_dir}"/
 }



[arch-commits] Commit in python-pytorch/repos/community-testing-x86_64 (16 files)

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 18:55:05
  Author: kgizdov
Revision: 967451

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pytorch/repos/community-testing-x86_64/PKGBUILD
(from rev 967450, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-testing-x86_64/benchmark-gcc11.patch
(from rev 967450, python-pytorch/trunk/benchmark-gcc11.patch)
  python-pytorch/repos/community-testing-x86_64/disable_non_x86_64.patch
(from rev 967450, python-pytorch/trunk/disable_non_x86_64.patch)
  
python-pytorch/repos/community-testing-x86_64/fix-building-for-torchvision.patch
(from rev 967450, python-pytorch/trunk/fix-building-for-torchvision.patch)
  python-pytorch/repos/community-testing-x86_64/fix_include_system.patch
(from rev 967450, python-pytorch/trunk/fix_include_system.patch)
  python-pytorch/repos/community-testing-x86_64/test.py
(from rev 967450, python-pytorch/trunk/test.py)
  python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch
(from rev 967450, python-pytorch/trunk/use-system-libuv.patch)
  python-pytorch/repos/community-testing-x86_64/xnnpack-gcc11.patch
(from rev 967450, python-pytorch/trunk/xnnpack-gcc11.patch)
Deleted:
  python-pytorch/repos/community-testing-x86_64/PKGBUILD
  python-pytorch/repos/community-testing-x86_64/benchmark-gcc11.patch
  python-pytorch/repos/community-testing-x86_64/disable_non_x86_64.patch
  
python-pytorch/repos/community-testing-x86_64/fix-building-for-torchvision.patch
  python-pytorch/repos/community-testing-x86_64/fix_include_system.patch
  python-pytorch/repos/community-testing-x86_64/test.py
  python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch
  python-pytorch/repos/community-testing-x86_64/xnnpack-gcc11.patch

+
 PKGBUILD   |  608 +--
 benchmark-gcc11.patch  |   60 +--
 disable_non_x86_64.patch   |   30 -
 fix-building-for-torchvision.patch |   50 +-
 fix_include_system.patch   |   26 -
 test.py|   14 
 use-system-libuv.patch |   26 -
 xnnpack-gcc11.patch|   66 +--
 8 files changed, 440 insertions(+), 440 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 18:54:46 UTC (rev 967450)
+++ PKGBUILD2021-06-25 18:55:05 UTC (rev 967451)
@@ -1,304 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase=python-pytorch
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.9.0
-_pkgver=1.9.0
-pkgrel=1
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'libuv'
- 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 
'onednn' 'intel-mkl'
- 'python-typing_extensions')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda'
- 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver;
-# generated using parse-submodules
-"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git;
-
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git;
-"${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git;
-"${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git;
-"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git;
-"${pkgname}-PeachPy::git+https://github.com/Maratyszcza/PeachPy.git;
-"${pkgname}-cub::git+https://github.com/NVlabs/cub.git;
-"${pkgname}-psimd::git+https://github.com/Maratyszcza/psimd.git;
-"${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git;
-"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git;
-"${pkgname}-ideep::git+https://github.com/intel/ideep;
-"${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK;
-"${pkgname}-foxi::git+https://github.com/houseroad/foxi.git;
-
"${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git;
-"${pkgname}-six::git+https://github.com/benjaminp/six.git;
-
"${pkgname}-eigen-git-mirror::git+https://github.com/eigenteam/eigen-git-mirror.git;
-"${pkgname}-gloo::git+https://github.com/facebookincubator/gloo;
-"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl;
-"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git;
-"${pkgname}-kineto::git+https://github.com/pytorch/kineto;
-"${pkgname}-sleef::git+https://github.com/shibatch/sleef;
-

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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 18:54:46
  Author: kgizdov
Revision: 967450

upgpkg: python-pytorch 1.9.0-2: add latest PTX version for future compat

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 16:58:49 UTC (rev 967449)
+++ PKGBUILD2021-06-25 18:54:46 UTC (rev 967450)
@@ -6,7 +6,7 @@
 _pkgname="pytorch"
 pkgver=1.9.0
 _pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -197,7 +197,7 @@
   export CUDNN_LIB_DIR=/usr/lib
   export CUDNN_INCLUDE_DIR=/usr/include
   export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export TORCH_CUDA_ARCH_LIST="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6"
+  export 
TORCH_CUDA_ARCH_LIST="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6;8.6+PTX"  
#include latest PTX for future compat
   export OVERRIDE_TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST}"
 }
 



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

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 16:58:49
  Author: yan12125
Revision: 967449

archrelease: copy trunk to community-any

Added:
  python-hvac/repos/community-any/
  python-hvac/repos/community-any/PKGBUILD
(from rev 967448, python-hvac/trunk/PKGBUILD)
  python-hvac/repos/community-any/flask.diff
(from rev 967448, python-hvac/trunk/flask.diff)

+
 PKGBUILD   |   52 
 flask.diff |   13 +
 2 files changed, 65 insertions(+)

Copied: python-hvac/repos/community-any/PKGBUILD (from rev 967448, 
python-hvac/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-06-25 16:58:49 UTC (rev 967449)
@@ -0,0 +1,52 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: David Vilar Benet 
+
+_pkgname=hvac
+pkgname=python-$_pkgname
+pkgver=0.10.14
+pkgrel=2
+pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
+url='https://python-hvac.org/'
+license=(Apache)
+arch=(any)
+depends=(python python-requests python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-authlib python-flask 
python-flask-sqlalchemy python-mock
+  python-parameterized python-pyhcl python-requests-mock 
python-werkzeug python-jwcrypto
+  vault consul)
+optdepends=(
+  'python-pyhcl: for parsing returned data'
+)
+source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;
+'flask.diff')
+sha512sums=('3b3b5c64df5c57679a35e09cd61d29090c950dfaa11f64b4c3f8442a3ccf6512cc2d792f60e035815e4c4857813ba49612e0f52c5da3670bd692116a6bd28469'
+
'ce5b56ef800b8e6fbf9f8d8097558ec6e98fd48a140b29a5e81a290eebe37369669b529a3e16fd873768a2591d4192ca2c7f88acca5f71873d47f94d8dc45899')
+
+prepare() {
+  # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
+  # https://github.com/hashicorp/vault/issues/10048
+  mkdir -p vault-unprivileged
+  cp -v /usr/bin/vault vault-unprivileged/
+
+  cd $_pkgname-$pkgver
+  # hvac tests incorrect use Flask APIs, and an error is thrown sine Flask 
2.0.1
+  # 
https://github.com/pallets/flask/commit/7c5261407dae61679c268b44c63d73909c3fe652
+  patch -Np1 -i ../flask.diff
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  # test_ldap requires many unpackaged dependencies
+  PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
+--ignore=tests/integration_tests/api/auth_methods/test_ldap.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Copied: python-hvac/repos/community-any/flask.diff (from rev 967448, 
python-hvac/trunk/flask.diff)
===
--- community-any/flask.diff(rev 0)
+++ community-any/flask.diff2021-06-25 16:58:49 UTC (rev 967449)
@@ -0,0 +1,13 @@
+diff --git a/tests/utils/mock_oauth_provider/routes.py 
b/tests/utils/mock_oauth_provider/routes.py
+index b1254ea..54f0956 100644
+--- a/tests/utils/mock_oauth_provider/routes.py
 b/tests/utils/mock_oauth_provider/routes.py
+@@ -13,7 +13,7 @@ from tests.utils.mock_oauth_provider.models import 
(OAuth2Client, User, db)
+ from tests.utils.mock_oauth_provider.oauth2 import (authorization, 
require_oauth)
+ 
+ logger = logging.getLogger(__name__)
+-bp = Blueprint(__name__, 'home')
++bp = Blueprint('home', __name__)
+ 
+ 
+ def current_user():



[arch-commits] Commit in (5 files)

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 16:58:19
  Author: yan12125
Revision: 967448

python-pyhcl: new package, which will be used by upcoming buildbot [1]

[1] https://github.com/buildbot/buildbot/pull/6058

Added:
  python-hvac/
  python-hvac/repos/
  python-hvac/trunk/
  python-hvac/trunk/PKGBUILD
  python-hvac/trunk/flask.diff

+
 PKGBUILD   |   52 
 flask.diff |   13 +
 2 files changed, 65 insertions(+)

Added: python-hvac/trunk/PKGBUILD
===
--- python-hvac/trunk/PKGBUILD  (rev 0)
+++ python-hvac/trunk/PKGBUILD  2021-06-25 16:58:19 UTC (rev 967448)
@@ -0,0 +1,52 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: David Vilar Benet 
+
+_pkgname=hvac
+pkgname=python-$_pkgname
+pkgver=0.10.14
+pkgrel=2
+pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
+url='https://python-hvac.org/'
+license=(Apache)
+arch=(any)
+depends=(python python-requests python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-authlib python-flask 
python-flask-sqlalchemy python-mock
+  python-parameterized python-pyhcl python-requests-mock 
python-werkzeug python-jwcrypto
+  vault consul)
+optdepends=(
+  'python-pyhcl: for parsing returned data'
+)
+source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;
+'flask.diff')
+sha512sums=('3b3b5c64df5c57679a35e09cd61d29090c950dfaa11f64b4c3f8442a3ccf6512cc2d792f60e035815e4c4857813ba49612e0f52c5da3670bd692116a6bd28469'
+
'ce5b56ef800b8e6fbf9f8d8097558ec6e98fd48a140b29a5e81a290eebe37369669b529a3e16fd873768a2591d4192ca2c7f88acca5f71873d47f94d8dc45899')
+
+prepare() {
+  # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
+  # https://github.com/hashicorp/vault/issues/10048
+  mkdir -p vault-unprivileged
+  cp -v /usr/bin/vault vault-unprivileged/
+
+  cd $_pkgname-$pkgver
+  # hvac tests incorrect use Flask APIs, and an error is thrown sine Flask 
2.0.1
+  # 
https://github.com/pallets/flask/commit/7c5261407dae61679c268b44c63d73909c3fe652
+  patch -Np1 -i ../flask.diff
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  # test_ldap requires many unpackaged dependencies
+  PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
+--ignore=tests/integration_tests/api/auth_methods/test_ldap.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Added: python-hvac/trunk/flask.diff
===
--- python-hvac/trunk/flask.diff(rev 0)
+++ python-hvac/trunk/flask.diff2021-06-25 16:58:19 UTC (rev 967448)
@@ -0,0 +1,13 @@
+diff --git a/tests/utils/mock_oauth_provider/routes.py 
b/tests/utils/mock_oauth_provider/routes.py
+index b1254ea..54f0956 100644
+--- a/tests/utils/mock_oauth_provider/routes.py
 b/tests/utils/mock_oauth_provider/routes.py
+@@ -13,7 +13,7 @@ from tests.utils.mock_oauth_provider.models import 
(OAuth2Client, User, db)
+ from tests.utils.mock_oauth_provider.oauth2 import (authorization, 
require_oauth)
+ 
+ logger = logging.getLogger(__name__)
+-bp = Blueprint(__name__, 'home')
++bp = Blueprint('home', __name__)
+ 
+ 
+ def current_user():



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

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 16:48:02
  Author: yan12125
Revision: 967447

archrelease: copy trunk to community-any

Added:
  python-jwcrypto/repos/community-any/
  python-jwcrypto/repos/community-any/PKGBUILD
(from rev 967446, python-jwcrypto/trunk/PKGBUILD)

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

Copied: python-jwcrypto/repos/community-any/PKGBUILD (from rev 967446, 
python-jwcrypto/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-06-25 16:48:02 UTC (rev 967447)
@@ -0,0 +1,35 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Abdó Roig-Maranges 
+
+_pkgname=jwcrypto
+pkgname=python-$_pkgname
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Python implementation of JWK, JWS, JWE specifications'
+arch=(any)
+url='https://github.com/latchset/jwcrypto'
+license=(LGPL3)
+depends=(python python-cryptography python-six python-deprecated)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=("https://files.pythonhosted.org/packages/source/j/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('63531529218ba9869e14ef8c9e7b516865ede3facf9b0ef3d3ba68014da211f9'
+'SKIP')
+validpgpkeys=(
+  'BB97AF8BC4E7A5C0D96223D3C788C4C1D4550D45'  # https://github.com/tiran
+)
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (4 files)

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 16:47:44
  Author: yan12125
Revision: 967446

python-jwcrypto: new package, dependency of python-hvac, which will be used by 
upcoming buildbot [1]

[1] https://github.com/buildbot/buildbot/pull/6058

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

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

Added: python-jwcrypto/trunk/PKGBUILD
===
--- python-jwcrypto/trunk/PKGBUILD  (rev 0)
+++ python-jwcrypto/trunk/PKGBUILD  2021-06-25 16:47:44 UTC (rev 967446)
@@ -0,0 +1,35 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Abdó Roig-Maranges 
+
+_pkgname=jwcrypto
+pkgname=python-$_pkgname
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Python implementation of JWK, JWS, JWE specifications'
+arch=(any)
+url='https://github.com/latchset/jwcrypto'
+license=(LGPL3)
+depends=(python python-cryptography python-six python-deprecated)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=("https://files.pythonhosted.org/packages/source/j/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('63531529218ba9869e14ef8c9e7b516865ede3facf9b0ef3d3ba68014da211f9'
+'SKIP')
+validpgpkeys=(
+  'BB97AF8BC4E7A5C0D96223D3C788C4C1D4550D45'  # https://github.com/tiran
+)
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 16:38:40
  Author: yan12125
Revision: 967445

archrelease: copy trunk to community-any

Added:
  python-pyhcl/repos/community-any/
  python-pyhcl/repos/community-any/PKGBUILD
(from rev 967444, python-pyhcl/trunk/PKGBUILD)

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

Copied: python-pyhcl/repos/community-any/PKGBUILD (from rev 967444, 
python-pyhcl/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-06-25 16:38:40 UTC (rev 967445)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: brent s. 
+
+_pkgname=pyhcl
+pkgname=python-pyhcl
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='HCL configuration parser for python'
+arch=(any)
+url='https://pypi.org/project/pyhcl/'
+license=(MPL2)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=("https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha256sums=('2d9b9dcdf1023d812bfed561ba72c99104c5b3f52e558d595130a44ce081b003')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  PYTHONPATH="$PWD/src" pytest tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (4 files)

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 16:38:23
  Author: yan12125
Revision: 967444

python-pyhcl: new package, dependency of python-hvac, which will be used by 
upcoming buildbot [1]

[1] https://github.com/buildbot/buildbot/pull/6058

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

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

Added: python-pyhcl/trunk/PKGBUILD
===
--- python-pyhcl/trunk/PKGBUILD (rev 0)
+++ python-pyhcl/trunk/PKGBUILD 2021-06-25 16:38:23 UTC (rev 967444)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: brent s. 
+
+_pkgname=pyhcl
+pkgname=python-pyhcl
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='HCL configuration parser for python'
+arch=(any)
+url='https://pypi.org/project/pyhcl/'
+license=(MPL2)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=("https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha256sums=('2d9b9dcdf1023d812bfed561ba72c99104c5b3f52e558d595130a44ce081b003')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  PYTHONPATH="$PWD/src" pytest tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 16:30:29
  Author: arojas
Revision: 418699

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 418698, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
(from rev 418698, qt5-base/trunk/qt5-base-cflags.patch)
  qt5-base/repos/extra-x86_64/qt5-base-nostrip.patch
(from rev 418698, qt5-base/trunk/qt5-base-nostrip.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
  qt5-base/repos/extra-x86_64/qt5-base-nostrip.patch

+
 PKGBUILD   |  220 +++
 qt5-base-cflags.patch  |   92 +--
 qt5-base-nostrip.patch |   26 ++---
 3 files changed, 169 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 16:30:18 UTC (rev 418698)
+++ PKGBUILD2021-06-25 16:30:29 UTC (rev 418699)
@@ -1,110 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-pkgver=5.15.2+kde+r200
-pkgrel=1
-_commit=b8841b34c5b90bf32394568102888ddc559f3ddc
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=qtbase
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qt5-base-cflags.patch
-qt5-base-nostrip.patch)
-sha256sums=('SKIP'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-
-  git revert -n 6344955d17e17e2398720fe60c34cfc2a4a95208 # Revert version bump
-  patch -p1 < ../qt5-base-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qt5-base-nostrip.patch # Don't strip binaries with qmake
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations \
--no-strip
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 418698, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 16:30:29 UTC (rev 418699)
@@ -0,0 

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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 16:30:18
  Author: arojas
Revision: 418698

Bump revision

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 15:56:02 UTC (rev 418697)
+++ PKGBUILD2021-06-25 16:30:18 UTC (rev 418698)
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-pkgver=5.15.2+kde+r200
+pkgver=5.15.2+kde+r203
 pkgrel=1
-_commit=b8841b34c5b90bf32394568102888ddc559f3ddc
+_commit=d23de39db3b84c8c9a80da36d8d0de8da4321566
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 16:22:22
  Author: kgizdov
Revision: 967443

archrelease: copy trunk to community-testing-x86_64

Added:
  cudnn/repos/community-testing-x86_64/
  cudnn/repos/community-testing-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 967442, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-testing-x86_64/PKGBUILD
(from rev 967442, cudnn/trunk/PKGBUILD)

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

Copied: 
cudnn/repos/community-testing-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
(from rev 967442, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Copied: cudnn/repos/community-testing-x86_64/PKGBUILD (from rev 967442, 
cudnn/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-25 16:22:22 UTC (rev 967443)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=8.2.1.32
+_pkgver=8.2.1
+_cudaver=11.3
+_majorver=8
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+depends=('cuda>=11')
+options=(!strip staticlibs)
+# To figure out these URLs, check out the Dockerfiles at
+# https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist for the 
appropriate cuda version
+# or make an NVIDIA Developer account.
+# Alternatively, check 
https://github.com/pytorch/builder/blob/master/common/install_cuda.sh
+source=("https://developer.download.nvidia.com/compute/redist/cudnn/v${_pkgver}/cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('7d88846b69ca523dd2e631c7be7a7deae09c433da94e9c4167dc5e115b2c93b3256cd0e32241e2aa5c2b836d8f1097e207bc7af8bcf4e55a222c8cbf50be831b'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz")
+
+package() {
+  mkdir -p "${pkgdir}"/usr/share/licenses/
+  tar xf cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz --strip-components 1 -C 
"${pkgdir}/usr"
+
+  mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  chmod 644 "${pkgdir}"/usr/lib/libcudnn_static_v8.a
+
+  install -Dm644 \
+  "${srcdir}"/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf \
+  
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+
+  mv "${pkgdir}"/usr/NVIDIA_SLA_cuDNN_Support.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA_cuDNN_Support.txt
+}
+
+# vim: ts=2 sw=2 ft=sh syn=sh et



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

2021-06-25 Thread Konstantin Gizdov via arch-commits
Date: Friday, June 25, 2021 @ 16:22:08
  Author: kgizdov
Revision: 967442

upgpkg: cudnn 8.2.1.32-1

Modified:
  cudnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 16:16:16 UTC (rev 967441)
+++ PKGBUILD2021-06-25 16:22:08 UTC (rev 967442)
@@ -4,8 +4,8 @@
 # Contributor: Yunhui Fu 
 
 pkgname=cudnn
-pkgver=8.2.0.53
-_pkgver=8.2.0
+pkgver=8.2.1.32
+_pkgver=8.2.1
 _cudaver=11.3
 _majorver=8
 pkgrel=1
@@ -21,7 +21,7 @@
 # Alternatively, check 
https://github.com/pytorch/builder/blob/master/common/install_cuda.sh
 
source=("https://developer.download.nvidia.com/compute/redist/cudnn/v${_pkgver}/cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz;
 "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('53d3499e2b1b6c8af6f680f1a6a858f0f1f339c3e9ee02b2b6a0281cd8761a9a2c9b8b78e4e58a3043ce0323081d4a115426b13deaaf5c1d58121012a215372b'
+sha512sums=('7d88846b69ca523dd2e631c7be7a7deae09c433da94e9c4167dc5e115b2c93b3256cd0e32241e2aa5c2b836d8f1097e207bc7af8bcf4e55a222c8cbf50be831b'
 
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
 noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz")
 



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

2021-06-25 Thread Kpcyrd via arch-commits
Date: Friday, June 25, 2021 @ 16:16:16
  Author: kpcyrd
Revision: 967441

archrelease: copy trunk to community-any

Added:
  serverless/repos/community-any/
  serverless/repos/community-any/PKGBUILD
(from rev 967440, serverless/trunk/PKGBUILD)

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

Copied: serverless/repos/community-any/PKGBUILD (from rev 967440, 
serverless/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-06-25 16:16:16 UTC (rev 967441)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd 
+
+pkgname=serverless
+pkgver=2.48.0
+pkgrel=1
+pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
+url='https://github.com/serverless/serverless'
+arch=('any')
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
+noextract=(${pkgname}-${pkgver}.tgz)
+sha512sums=('d421822abfbbdb6ea9b1dcae198142e7892108c5140652edd903c4019b58d34647332f323b1be331701d7c70159c2768f981f8d7d316de3149846bb0554b03cb')
+b2sums=('fedcb433101283afae92c88772babf1728e3476ae959122a308664ef6e2916d00dd7b9f1bdea972e63f8cb0f3c038b4ad4e84b4798386f518a9bc8b9c1da6983')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2021-06-25 Thread Kpcyrd via arch-commits
Date: Friday, June 25, 2021 @ 16:15:55
  Author: kpcyrd
Revision: 967440

addpkg: serverless 2.48.0-1

Added:
  serverless/
  serverless/repos/
  serverless/trunk/
  serverless/trunk/PKGBUILD

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

Added: serverless/trunk/PKGBUILD
===
--- serverless/trunk/PKGBUILD   (rev 0)
+++ serverless/trunk/PKGBUILD   2021-06-25 16:15:55 UTC (rev 967440)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd 
+
+pkgname=serverless
+pkgver=2.48.0
+pkgrel=1
+pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
+url='https://github.com/serverless/serverless'
+arch=('any')
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
+noextract=(${pkgname}-${pkgver}.tgz)
+sha512sums=('d421822abfbbdb6ea9b1dcae198142e7892108c5140652edd903c4019b58d34647332f323b1be331701d7c70159c2768f981f8d7d316de3149846bb0554b03cb')
+b2sums=('fedcb433101283afae92c88772babf1728e3476ae959122a308664ef6e2916d00dd7b9f1bdea972e63f8cb0f3c038b4ad4e84b4798386f518a9bc8b9c1da6983')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in cockpit/repos/community-x86_64 (8 files)

2021-06-25 Thread Massimiliano Torromeo via arch-commits
Date: Friday, June 25, 2021 @ 15:56:28
  Author: mtorromeo
Revision: 967439

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 967438, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 967438, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 967438, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 967438, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  206 +++---
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 15:56:20 UTC (rev 967438)
+++ PKGBUILD2021-06-25 15:56:28 UTC (rev 967439)
@@ -1,103 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp)
-pkgver=246
-pkgrel=1
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz;
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('8f5dfc8ad6a79d4ee3584bb6fabb3fe3eabd350469ca2c81e7e6d6a7ff053871'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-prepare() {
-  cd cockpit-$pkgver
-  # disable buggy package-lock check
-  sed -r '/^cmd_make_package_lock_json\b/ a exit 0' -i tools/node-modules
-}
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---disable-silent-rules \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-podman: user interface for managing podman containers"
-  "cockpit-machines: user interface for managing virtual machines"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/pcp \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/pcp usr/lib/cockpit/cockpit-pcp var/lib/pcp \
-| bsdtar -xf - -C "$pkgdir"
-  rm -rf "$pkgdir"/tmp
-}
-
-_do_package_component() {
-  _component="${pkgname#cockpit-}"
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/$_component \
-| bsdtar -xf - -C "$pkgdir"
-
-  [ -f usr/share/metainfo/org.cockpit-project.$pkgname.metainfo.xml ] && \
-install -Dm644 

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

2021-06-25 Thread Massimiliano Torromeo via arch-commits
Date: Friday, June 25, 2021 @ 15:56:20
  Author: mtorromeo
Revision: 967438

upgpkg: cockpit 247-1

Modified:
  cockpit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 15:56:13 UTC (rev 967437)
+++ PKGBUILD2021-06-25 15:56:20 UTC (rev 967438)
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-pcp)
-pkgver=246
+pkgver=247
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('8f5dfc8ad6a79d4ee3584bb6fabb3fe3eabd350469ca2c81e7e6d6a7ff053871'
+sha256sums=('bdfd0a4a17357c011a23063e37ea6ce48816675f9fd3c54ae7a1f22e65a8f0b3'
 'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 15:56:02
  Author: arojas
Revision: 418697

archrelease: copy trunk to extra-x86_64

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

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

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

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 418696, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 15:56:02 UTC (rev 418697)
@@ -0,0 +1,120 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.1.0.2
+pkgrel=1
+pkgdesc='An image viewing/manipulation program'

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

2021-06-25 Thread Massimiliano Torromeo via arch-commits
Date: Friday, June 25, 2021 @ 15:56:13
  Author: mtorromeo
Revision: 967437

archrelease: copy trunk to community-x86_64

Added:
  cockpit-machines/repos/community-x86_64/PKGBUILD
(from rev 967436, cockpit-machines/trunk/PKGBUILD)
Deleted:
  cockpit-machines/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 15:56:00 UTC (rev 967436)
+++ PKGBUILD2021-06-25 15:56:13 UTC (rev 967437)
@@ -1,18 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=cockpit-machines
-pkgver=245
-pkgrel=1
-pkgdesc='Cockpit UI for virtual machines'
-arch=('x86_64')
-url='https://github.com/cockpit-project/cockpit-machines'
-license=(LGPL)
-depends=(cockpit libvirt-dbus)
-optdepends=("virt-install: create new virtual machines")
-source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('17e6424ab7373eb2831b0e3044e17515d52d35f8b6898d8a485ffd84692d4ac9')
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cockpit-machines/repos/community-x86_64/PKGBUILD (from rev 967436, 
cockpit-machines/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 15:56:13 UTC (rev 967437)
@@ -0,0 +1,18 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=cockpit-machines
+pkgver=246
+pkgrel=1
+pkgdesc='Cockpit UI for virtual machines'
+arch=('x86_64')
+url='https://github.com/cockpit-project/cockpit-machines'
+license=(LGPL)
+depends=(cockpit libvirt-dbus)
+optdepends=("virt-install: create new virtual machines")
+source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('00c1f74417e5867bbed6bb5ee554c4f7a15f18344fe8411552408075b6dde114')
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-06-25 Thread Massimiliano Torromeo via arch-commits
Date: Friday, June 25, 2021 @ 15:56:00
  Author: mtorromeo
Revision: 967436

upgpkg: cockpit-machines 246-1

Modified:
  cockpit-machines/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 14:29:33 UTC (rev 967435)
+++ PKGBUILD2021-06-25 15:56:00 UTC (rev 967436)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=245
+pkgver=246
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('17e6424ab7373eb2831b0e3044e17515d52d35f8b6898d8a485ffd84692d4ac9')
+sha256sums=('00c1f74417e5867bbed6bb5ee554c4f7a15f18344fe8411552408075b6dde114')
 
 package() {
   cd $pkgname



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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 15:55:42
  Author: arojas
Revision: 418696

Update to 7.1.0.2

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 13:36:58 UTC (rev 418695)
+++ PKGBUILD2021-06-25 15:55:42 UTC (rev 418696)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.1.0.1
+pkgver=7.1.0.2
 pkgrel=1
 pkgdesc='An image viewing/manipulation program'
 url='https://www.imagemagick.org/'
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('a190ee2385f76f824e6e6037e4d6703c08d0f571c2934dba8fd7b9e8ec04e86f'
+sha256sums=('039006f616bb326598e7b910932694e2a3ca925586560e1b8d153a7048f52980'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae



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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 14:29:33
  Author: arojas
Revision: 967435

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 14:29:22 UTC (rev 967434)
+++ PKGBUILD2021-06-25 14:29:33 UTC (rev 967435)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pipname=jupyter_packaging
-pkgname=python-jupyter_packaging
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Jupyter Packaging Utilities"
-arch=(any)
-url="https://jupyter.org/;
-license=(custom)
-depends=(python-packaging python-deprecation python-wheel python-tomlkit)
-makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('8845f486dd48c1660cfad18e5091d1c03540eb2e9fbf3cecf21ecb22b69b8770')
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jupyter_packaging/repos/community-any/PKGBUILD (from rev 967434, 
python-jupyter_packaging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 14:29:33 UTC (rev 967435)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=jupyter_packaging
+pkgname=python-jupyter_packaging
+pkgver=0.10.3
+pkgrel=1
+pkgdesc='Jupyter Packaging Utilities'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(python-packaging python-deprecation python-wheel python-tomlkit)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('80799306fa42752a3592e9fda3bac7ecc8c56a2a13f26932c922b8c064378437')
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-06-25 Thread Antonio Rojas via arch-commits
Date: Friday, June 25, 2021 @ 14:29:22
  Author: arojas
Revision: 967434

Update to 0.10.3

Modified:
  python-jupyter_packaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 14:28:03 UTC (rev 967433)
+++ PKGBUILD2021-06-25 14:29:22 UTC (rev 967434)
@@ -2,16 +2,16 @@
 
 _pipname=jupyter_packaging
 pkgname=python-jupyter_packaging
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
-pkgdesc="Jupyter Packaging Utilities"
+pkgdesc='Jupyter Packaging Utilities'
 arch=(any)
-url="https://jupyter.org/;
+url='https://jupyter.org/'
 license=(custom)
 depends=(python-packaging python-deprecation python-wheel python-tomlkit)
 makedepends=(python-setuptools)
 source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('8845f486dd48c1660cfad18e5091d1c03540eb2e9fbf3cecf21ecb22b69b8770')
+sha256sums=('80799306fa42752a3592e9fda3bac7ecc8c56a2a13f26932c922b8c064378437')
 
 build() {
   cd $_pipname-$pkgver



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Friday, June 25, 2021 @ 14:27:42
  Author: felixonmars
Revision: 967431

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 14:27:28 UTC (rev 967430)
+++ PKGBUILD2021-06-25 14:27:42 UTC (rev 967431)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210621183458
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4a333b7cf8ebbd62797eb310dc25f9894f24cf16bca7ae54b2c42b061e1a35fa910db5803ad9a328c70686dc2a7bb3662eb06945b6d57b663e20b33ad7db386d')
-
-build() {
-  cd domain-list-community-$pkgver
-  go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
967430, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 14:27:42 UTC (rev 967431)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210625061329
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('acd4d4b0bb9c13a5e9317f29ff1831f34d384f84de0233a0606f8528dc5e3e1aa8f7cfd6da569710fe38b2ad0631223e33b75af37e6a903fe0da427adcfe9f94')
+
+build() {
+  cd domain-list-community-$pkgver
+  go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Friday, June 25, 2021 @ 14:28:03
  Author: felixonmars
Revision: 967433

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 967432, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 14:27:49 UTC (rev 967432)
+++ PKGBUILD2021-06-25 14:28:03 UTC (rev 967433)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20210619
-_commit=9729567b9d5d56a48ae32e7f55268b6304f52be1
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('CCPL:cc-by')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('445e35a80233876051133d258f128d8d78b604cb71b298763727170749aa847ba6c889c669a996911a31fcdd2313c71a9c7f900f52e7ccfbf836973caa22362f')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 967432, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 14:28:03 UTC (rev 967433)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20210625
+_commit=f18228182dca54ff7d37dac5053be3f4e3a89615
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('CCPL:cc-by')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('0e2e2763a83aa57aee25875cc2580902110b780c42f46f829bd5066d91aca00a953571dc9b508797dd044c3a70414f93eaf74c0e989ac3b386fa4352027b6912')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Friday, June 25, 2021 @ 14:27:49
  Author: felixonmars
Revision: 967432

upgpkg: rime-cantonese 0.0.0.20210625-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 14:27:42 UTC (rev 967431)
+++ PKGBUILD2021-06-25 14:27:49 UTC (rev 967432)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20210619
-_commit=9729567b9d5d56a48ae32e7f55268b6304f52be1
+pkgver=0.0.0.20210625
+_commit=f18228182dca54ff7d37dac5053be3f4e3a89615
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('445e35a80233876051133d258f128d8d78b604cb71b298763727170749aa847ba6c889c669a996911a31fcdd2313c71a9c7f900f52e7ccfbf836973caa22362f')
+sha512sums=('0e2e2763a83aa57aee25875cc2580902110b780c42f46f829bd5066d91aca00a953571dc9b508797dd044c3a70414f93eaf74c0e989ac3b386fa4352027b6912')
 
 prepare() {
   cd $pkgname-$_commit



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

2021-06-25 Thread Felix Yan via arch-commits
Date: Friday, June 25, 2021 @ 14:27:28
  Author: felixonmars
Revision: 967430

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 14:16:33 UTC (rev 967429)
+++ PKGBUILD2021-06-25 14:27:28 UTC (rev 967430)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210621183458
+pkgver=20210625061329
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4a333b7cf8ebbd62797eb310dc25f9894f24cf16bca7ae54b2c42b061e1a35fa910db5803ad9a328c70686dc2a7bb3662eb06945b6d57b663e20b33ad7db386d')
+sha512sums=('acd4d4b0bb9c13a5e9317f29ff1831f34d384f84de0233a0606f8528dc5e3e1aa8f7cfd6da569710fe38b2ad0631223e33b75af37e6a903fe0da427adcfe9f94')
 
 build() {
   cd domain-list-community-$pkgver



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

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 14:16:33
  Author: yan12125
Revision: 967429

archrelease: copy trunk to community-x86_64

Added:
  nextcloud-client/repos/community-x86_64/PKGBUILD
(from rev 967428, nextcloud-client/trunk/PKGBUILD)
Deleted:
  nextcloud-client/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 95 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 14:16:18 UTC (rev 967428)
+++ PKGBUILD2021-06-25 14:16:33 UTC (rev 967429)
@@ -1,93 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Tyler Dence 
-# Contributor: Konstantin Shalygin 
-
-pkgbase=nextcloud-client
-# Put config files for libcloudproviders integration in a separate package as
-# there is no simple way yet to disable it.
-# See: https://gitlab.gnome.org/World/libcloudproviders/-/issues/17
-pkgname=(nextcloud-client nextcloud-client-cloudproviders)
-# Upstream does not provide signed tarballs (yet)
-# https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.2.2
-pkgrel=1
-arch=(x86_64)
-url='https://nextcloud.com/'
-license=(GPL)
-makedepends=(libcloudproviders openssl sqlite
- qt5-quickcontrols2 qt5-svg qt5-tools qt5-webengine qt5-websockets 
qtkeychain
- extra-cmake-modules kio
- cmocka doxygen git python-sphinx)
-source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=v$pkgver;)
-validpgpkeys=(
-  A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan
-  42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7
-  17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # https://github.com/er-vin.gpg
-  01D736173523DFC7A7B55258C2FBEF0E1C7E72D0  # https://github.com/allexzander
-  267BF70F7905C2723B0243267D0F74F05C22F553  # https://github.com/mgallien
-  3A877D9A896A057948059DEDAD2C27357B2CB11D  # https://github.com/FlexW
-)
-sha256sums=('SKIP')
-
-prepare() {
-  # tmpdir for check()
-  mkdir tmpdir
-
-  # Use system GNUInstallDirs.cmake so that we can benefit from
-  # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
-  rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake
-}
-
-build() {
-  cd $pkgbase
-
-  # bundled breakpad in libcrashreporter-qt submodule is too old and does not 
build with glibc >= 2.26
-  # Upstream fix: 
https://github.com/google/breakpad/commit/bddcc58860f522a0d4cbaa7e9d04058caee0db9d
-  cmake -B build -S . \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_CRASHREPORTER=OFF \
--DUNIT_TESTING=ON
-
-  # TODO: fix installation of PDF and HTML documents
-  # WIP at https://github.com/yan12125/desktop/tree/doc-install-path
-  make -C build all doc-man
-}
-
-check() {
-  cd $pkgbase/build
-
-  # Tests fail if $TMPDIR is too small; specify an alternative for machines
-  # with a small /tmp partition.
-  TMPDIR="$srcdir/tmpdir" make test
-}
-
-package_nextcloud-client() {
-  pkgdesc='Nextcloud desktop client'
-  depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine qt5-websockets 
xdg-utils libcloudproviders
-   qt5-graphicaleffects qt5-quickcontrols2)
-  optdepends=(
-'kio: integration with Dolphin'
-'nemo-python: integration with Nemo'
-'python-nautilus: integration with Nautilus'
-'python-caja: integration with Caja'
-'nextcloud-client-cloudproviders: cloudproviders support'
-  )
-  backup=('etc/Nextcloud/sync-exclude.lst')
-
-  cd $pkgbase/build
-
-  make DESTDIR="$pkgdir" install
-
-  rm -v "$pkgdir"/usr/share/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
-  rm -v "$pkgdir"/usr/share/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
-  cd "$pkgdir"/usr/share && rmdir -p cloud-providers dbus-1/services
-}
-
-package_nextcloud-client-cloudproviders() {
-  pkgdesc='cloudproviders support for the Nextcloud desktop client'
-  depends=(nextcloud-client)
-
-  cd $pkgbase/build
-  make -C shell_integration/libcloudproviders DESTDIR="$pkgdir" install
-}

Copied: nextcloud-client/repos/community-x86_64/PKGBUILD (from rev 967428, 
nextcloud-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 14:16:33 UTC (rev 967429)
@@ -0,0 +1,95 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Tyler Dence 
+# Contributor: Konstantin Shalygin 
+
+pkgbase=nextcloud-client
+# Put config files for libcloudproviders integration in a separate package as
+# there is no simple way yet to disable it.
+# See: https://gitlab.gnome.org/World/libcloudproviders/-/issues/17
+pkgname=(nextcloud-client nextcloud-client-cloudproviders)
+# Upstream does not provide signed tarballs (yet)
+# https://github.com/nextcloud/desktop/issues/1510
+pkgver=3.2.3
+pkgrel=1
+arch=(x86_64)
+url='https://nextcloud.com/'
+license=(GPL)
+makedepends=(libcloudproviders openssl sqlite
+   

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

2021-06-25 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 25, 2021 @ 14:16:18
  Author: yan12125
Revision: 967428

upgpkg: nextcloud-client 3.2.3-1

Modified:
  nextcloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 11:28:34 UTC (rev 967427)
+++ PKGBUILD2021-06-25 14:16:18 UTC (rev 967428)
@@ -9,7 +9,7 @@
 pkgname=(nextcloud-client nextcloud-client-cloudproviders)
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -17,7 +17,7 @@
 makedepends=(libcloudproviders openssl sqlite
  qt5-quickcontrols2 qt5-svg qt5-tools qt5-webengine qt5-websockets 
qtkeychain
  extra-cmake-modules kio
- cmocka doxygen git python-sphinx)
+ cmocka doxygen git inkscape python-sphinx)
 
source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=v$pkgver;)
 validpgpkeys=(
   A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan



[arch-commits] Commit in totem-pl-parser/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 13:36:58
  Author: heftig
Revision: 418695

archrelease: copy trunk to extra-x86_64

Added:
  totem-pl-parser/repos/extra-x86_64/PKGBUILD
(from rev 418694, totem-pl-parser/trunk/PKGBUILD)
Deleted:
  totem-pl-parser/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-25 13:36:32 UTC (rev 418694)
+++ PKGBUILD2021-06-25 13:36:58 UTC (rev 418695)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem-pl-parser
-pkgver=3.26.5
-pkgrel=1
-pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
-url="https://gitlab.gnome.org/GNOME/totem-pl-parser;
-license=(LGPL)
-arch=(x86_64)
-depends=(libarchive libquvi libxml2)
-makedepends=(gobject-introspection git gtk-doc meson)
-checkdepends=(gvfs)
-provides=("totem-plparser=$pkgver-$pkgrel" libtotem-plparser{,-mini}.so)
-conflicts=(totem-plparser)
-replaces=("totem-plparser<=3.26.3-1")
-_commit=d83c1c2cc1f2c24b150d0dc3b4b4e202041fab7b  # tags/V_3_26_5^0
-source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: totem-pl-parser/repos/extra-x86_64/PKGBUILD (from rev 418694, 
totem-pl-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-25 13:36:58 UTC (rev 418695)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem-pl-parser
+pkgver=3.26.6
+pkgrel=1
+pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
+url="https://gitlab.gnome.org/GNOME/totem-pl-parser;
+license=(LGPL)
+arch=(x86_64)
+depends=(glib2 libxml2 libarchive libgcrypt)
+makedepends=(gobject-introspection git gtk-doc meson)
+checkdepends=(gvfs)
+provides=("totem-plparser=$pkgver-$pkgrel" libtotem-plparser{,-mini}.so)
+conflicts=(totem-plparser)
+replaces=("totem-plparser<=3.26.3-1")
+_commit=1431f520fb82f98873c3870f2bbe8eba4d0e670a  # tags/V_3_26_6^0
+source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in totem-pl-parser/trunk (PKGBUILD)

2021-06-25 Thread Jan Steffens via arch-commits
Date: Friday, June 25, 2021 @ 13:36:32
  Author: heftig
Revision: 418694

3.26.6-1

Modified:
  totem-pl-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-25 12:44:24 UTC (rev 418693)
+++ PKGBUILD2021-06-25 13:36:32 UTC (rev 418694)
@@ -1,20 +1,20 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=totem-pl-parser
-pkgver=3.26.5
+pkgver=3.26.6
 pkgrel=1
 pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
 url="https://gitlab.gnome.org/GNOME/totem-pl-parser;
 license=(LGPL)
 arch=(x86_64)
-depends=(libarchive libquvi libxml2)
+depends=(glib2 libxml2 libarchive libgcrypt)
 makedepends=(gobject-introspection git gtk-doc meson)
 checkdepends=(gvfs)
 provides=("totem-plparser=$pkgver-$pkgrel" libtotem-plparser{,-mini}.so)
 conflicts=(totem-plparser)
 replaces=("totem-plparser<=3.26.3-1")
-_commit=d83c1c2cc1f2c24b150d0dc3b4b4e202041fab7b  # tags/V_3_26_5^0
+_commit=1431f520fb82f98873c3870f2bbe8eba4d0e670a  # tags/V_3_26_6^0
 
source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 
 build() {
   arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -37,5 +37,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



[arch-commits] Commit in mkvtoolnix/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2021-06-25 Thread Maxime Gauduin via arch-commits
Date: Friday, June 25, 2021 @ 12:44:24
  Author: alucryd
Revision: 418693

archrelease: copy trunk to staging-x86_64

Added:
  mkvtoolnix/repos/staging-x86_64/
  mkvtoolnix/repos/staging-x86_64/PKGBUILD
(from rev 418692, mkvtoolnix/trunk/PKGBUILD)

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

Copied: mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 418692, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-06-25 12:44:24 UTC (rev 418693)
@@ -0,0 +1,97 @@
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=(
+  mkvtoolnix-cli
+  mkvtoolnix-gui
+)
+pkgver=58.0.0
+pkgrel=3
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=(x86_64)
+url=https://mkvtoolnix.download/
+license=(GPL2)
+depends=(
+  gcc-libs
+  glibc
+  libebml.so
+  libfmt.so
+  libmagic.so
+  libmatroska.so
+  pcre2
+  pugixml
+)
+makedepends=(
+  boost
+  cmark
+  docbook-xsl
+  flac
+  git
+  libdvdread
+  libvorbis
+  po4a
+  qt5-multimedia
+  qt5-tools
+  ruby-rake
+  zlib
+)
+_tag=7ebbf428124754259a8d96ea3e479246f2c0e85a
+#source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git?signed#tag=${_tag})
+source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=${_tag})
+validpgpkeys=(D9199745B0545F2E8197062B0F92290A445B9007) # Moritz Bunkus 

+sha256sums=(SKIP)
+
+prepare() {
+  cd mkvtoolnix
+  git show 701c0541af8440e988382c1c9a1a4e8fe6a2530b -- ac/fmt.m4 
src/common/common.h | git apply -
+  ./autogen.sh
+}
+
+pkgver() {
+  cd mkvtoolnix
+  git describe --tags | sed 's/release-//'
+}
+
+build() {
+  cd mkvtoolnix
+  ./configure \
+--prefix=/usr \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends+=(
+libdvdread
+libFLAC.so
+libogg.so
+libvorbis.so
+zlib
+  )
+
+  cd mkvtoolnix
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=(
+cmark
+hicolor-icon-theme
+mkvtoolnix-cli
+qt5-base
+qt5-multimedia
+  )
+
+  cd mkvtoolnix
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:



  1   2   >