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

2022-07-19 Thread Maxim Baz via arch-commits
Date: Tuesday, July 19, 2022 @ 23:14:51
  Author: maximbaz
Revision: 1254769

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 1254768, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 23:14:48 UTC (rev 1254768)
+++ PKGBUILD2022-07-19 23:14:51 UTC (rev 1254769)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=9.5.6
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('19da7086175012a77c3a342dd6660b554980b657a5b4ed74b74140512227f1a3')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
-go build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 1254768, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 23:14:51 UTC (rev 1254769)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=9.6.0
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('693563d07c2f52e953de5e1986e23e6a21a6ce837aa4c16e7882c5c455d1e105')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2022-07-19 Thread Maxim Baz via arch-commits
Date: Tuesday, July 19, 2022 @ 23:14:48
  Author: maximbaz
Revision: 1254768

upgpkg: croc 9.6.0-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 22:11:32 UTC (rev 1254767)
+++ PKGBUILD2022-07-19 23:14:48 UTC (rev 1254768)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=9.5.6
+pkgver=9.6.0
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('19da7086175012a77c3a342dd6660b554980b657a5b4ed74b74140512227f1a3')
+sha256sums=('693563d07c2f52e953de5e1986e23e6a21a6ce837aa4c16e7882c5c455d1e105')
 
 build() {
 cd "${pkgname}-${pkgver}"



[arch-commits] Commit in intellij-idea-community-edition/repos/community-x86_64 (8 files)

2022-07-19 Thread Leonidas Spyropoulos via arch-commits
Date: Tuesday, July 19, 2022 @ 22:11:32
  Author: artafinde
Revision: 1254767

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 1254766, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 1254766, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 1254766, intellij-idea-community-edition/trunk/idea.sh)
  intellij-idea-community-edition/repos/community-x86_64/skip_jps_build.patch
(from rev 1254766, 
intellij-idea-community-edition/trunk/skip_jps_build.patch)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
  intellij-idea-community-edition/repos/community-x86_64/skip_jps_build.patch

--+
 PKGBUILD |  144 -
 idea.desktop |   22 +++
 idea.sh  |   40 ++---
 skip_jps_build.patch |   44 +++---
 4 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 22:11:23 UTC (rev 1254766)
+++ PKGBUILD2022-07-19 22:11:32 UTC (rev 1254767)
@@ -1,72 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=intellij-idea-community-edition
-pkgver=2022.1.3
-_build=221.5921.22
-pkgrel=1
-epoch=4
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-url='https://www.jetbrains.com/idea/'
-arch=('x86_64')
-license=('Apache')
-backup=('usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib' 'fontconfig' 'hicolor-icon-theme')
-makedepends=('ant' 'git' 'java-environment=11')
-optdepends=(
-  'lldb: lldb frontend integration'
-)
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build};
-
idea-android::"git://git.jetbrains.org/idea/android.git#tag=idea/${_build}"
-
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=17e9c8b666cac0b974b1efc5e1e4c33404f72904"
-idea.desktop
-idea.sh
-skip_jps_build.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-'115f1091edb138a7a7b15980e8538b4dfd28054cfab38b844df6d918b1b881c5'
-'b023d7621674f335c32790e25bddadcec483342835af24ab9a3b80d0afc16a0e')
-
-prepare() {
-  cd intellij-community
-
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-  mv "${srcdir}"/idea-adt-tools-base android/tools-base
-
-  # https://youtrack.jetbrains.com/issue/IDEA-276102
-  # https://youtrack.jetbrains.com/issue/IDEA-25
-  patch -p0 -i ../skip_jps_build.patch
-
-  echo ${_build} > build.txt
-}
-
-build() {
-  cd intellij-community
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  export JDK_16_x64=/usr/lib/jvm/java-11-openjdk
-  export JDK_18_x64=/usr/lib/jvm/java-11-openjdk
-  ./installers.cmd -Dintellij.build.target.os=linux
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
-  cp -dr --no-preserve='ownership' bin lib plugins "${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
-}
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 1254766, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 22:11:32 UTC (rev 1254767)
@@ -0,0 +1,72 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=intellij-idea-community-edition
+pkgver=2022.1.4
+_build=221.6008.13
+pkgrel=1
+epoch=4
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2022-07-19 Thread Leonidas Spyropoulos via arch-commits
Date: Tuesday, July 19, 2022 @ 22:11:23
  Author: artafinde
Revision: 1254766

upgpkg: intellij-idea-community-edition 4:2022.1.4-1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:56:38 UTC (rev 1254765)
+++ PKGBUILD2022-07-19 22:11:23 UTC (rev 1254766)
@@ -4,8 +4,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=intellij-idea-community-edition
-pkgver=2022.1.3
-_build=221.5921.22
+pkgver=2022.1.4
+_build=221.6008.13
 pkgrel=1
 epoch=4
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:56:38
  Author: dvzrv
Revision: 1254765

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:55:46 UTC (rev 1254764)
+++ PKGBUILD2022-07-19 21:56:38 UTC (rev 1254765)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-
-_name=fastjsonschema
-pkgname=python-fastjsonschema
-_commit=d03f3835da4899bdeb597a9d3f30a709e7c3254f  # refs/tags/v2.15.3
-pkgver=2.15.3
-pkgrel=1
-pkgdesc="Fast JSON schema validator for Python"
-arch=(any)
-url="https://github.com/horejsek/python-fastjsonschema;
-license=(BSD)
-depends=(python)
-makedepends=(git python-setuptools)
-checkdepends=(python-pytest)
-# tests and additional assets not in sdist tarball: 
https://github.com/horejsek/python-fastjsonschema/issues/138
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=(
-  "git+https://github.com/horejsek/python-fastjsonschema#commit=$_commit;
-  "git+https://github.com/json-schema-org/JSON-Schema-Test-Suite;
-)
-sha512sums=('SKIP'
-'SKIP')
-b2sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config submodule.JSON-Schema-Test-Suite.url ../JSON-Schema-Test-Suite
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-check() {
-  cd $pkgname
-  PYTHONPATH="build:$PYTHONPATH"
-  # disable failing test (probably related to missing pytest-cache):
-  # https://github.com/horejsek/python-fastjsonschema/issues/139
-  pytest -v -m "not benchmark" -k "not 
test_compile_to_code_custom_format_with_refs"
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --optimize=1 --root="$pkgdir"
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-fastjsonschema/repos/community-any/PKGBUILD (from rev 1254764, 
python-fastjsonschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:56:38 UTC (rev 1254765)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=fastjsonschema
+pkgname=python-fastjsonschema
+_commit=98399bb4029b2d7020d8abd9770661a5b2c4f9f8  # refs/tags/v2.16.1
+pkgver=2.16.1
+pkgrel=1
+pkgdesc="Fast JSON schema validator for Python"
+arch=(any)
+url="https://github.com/horejsek/python-fastjsonschema;
+license=(BSD)
+depends=(python)
+makedepends=(git python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+# tests and additional assets not in sdist tarball: 
https://github.com/horejsek/python-fastjsonschema/issues/138
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=(
+  "git+https://github.com/horejsek/python-fastjsonschema#commit=$_commit;
+  "git+https://github.com/json-schema-org/JSON-Schema-Test-Suite;
+)
+sha512sums=('SKIP'
+'SKIP')
+b2sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule.JSON-Schema-Test-Suite.url ../JSON-Schema-Test-Suite
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _deselected=(
+# https://github.com/horejsek/python-fastjsonschema/issues/154
+--deselect 
tests/test_compile_to_code.py::test_compile_to_code_custom_format
+  )
+
+  cd $pkgname
+  pytest -vv -m "not benchmark" "${_deselected[@]}"
+}
+
+package() {
+  cd $pkgname
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:55:46
  Author: dvzrv
Revision: 1254764

upgpkg: python-fastjsonschema 2.16.1-1: Upgrade to 2.16.1.

Deselect and report failing test.
Switch to PEP517.

Modified:
  python-fastjsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:54:58 UTC (rev 1254763)
+++ PKGBUILD2022-07-19 21:55:46 UTC (rev 1254764)
@@ -2,8 +2,8 @@
 
 _name=fastjsonschema
 pkgname=python-fastjsonschema
-_commit=d03f3835da4899bdeb597a9d3f30a709e7c3254f  # refs/tags/v2.15.3
-pkgver=2.15.3
+_commit=98399bb4029b2d7020d8abd9770661a5b2c4f9f8  # refs/tags/v2.16.1
+pkgver=2.16.1
 pkgrel=1
 pkgdesc="Fast JSON schema validator for Python"
 arch=(any)
@@ -10,7 +10,7 @@
 url="https://github.com/horejsek/python-fastjsonschema;
 license=(BSD)
 depends=(python)
-makedepends=(git python-setuptools)
+makedepends=(git python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pytest)
 # tests and additional assets not in sdist tarball: 
https://github.com/horejsek/python-fastjsonschema/issues/138
 # 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
@@ -32,20 +32,22 @@
 
 build() {
   cd $pkgname
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
+  local _deselected=(
+# https://github.com/horejsek/python-fastjsonschema/issues/154
+--deselect 
tests/test_compile_to_code.py::test_compile_to_code_custom_format
+  )
+
   cd $pkgname
-  PYTHONPATH="build:$PYTHONPATH"
-  # disable failing test (probably related to missing pytest-cache):
-  # https://github.com/horejsek/python-fastjsonschema/issues/139
-  pytest -v -m "not benchmark" -k "not 
test_compile_to_code_custom_format_with_refs"
+  pytest -vv -m "not benchmark" "${_deselected[@]}"
 }
 
 package() {
   cd $pkgname
-  python setup.py install --optimize=1 --root="$pkgdir"
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
   install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 }



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:54:58
  Author: dvzrv
Revision: 1254763

archrelease: copy trunk to community-any

Added:
  molecule-docker/repos/community-any/PKGBUILD
(from rev 1254762, molecule-docker/trunk/PKGBUILD)
Deleted:
  molecule-docker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:54:21 UTC (rev 1254762)
+++ PKGBUILD2022-07-19 21:54:58 UTC (rev 1254763)
@@ -1,49 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=molecule-docker
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="Molecule Docker Driver"
-arch=('any')
-url="https://github.com/ansible-community/molecule-docker;
-license=('MIT')
-depends=('molecule' 'python-ansible-compat' 'python-docker' 'python-selinux')
-makedepends=('python-setuptools-scm' 'python-setuptools-scm-git-archive')
-checkdepends=('python-pytest' 'python-pytest-helpers-namespace')
-optdepends=('docker: for using a local docker setup')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('1133883f7f46f08d92051c8387bca048959a06d742dba94d4e6784587194619407744f3e5bea0d883cf78d2919448f4572cdf62f7c537dd4bd0845cec8e3f7b6')
-b2sums=('b2dc53d49bc97ff11a3372f39351e37418439033e4647c02ca0c84e712d6911d65e29266738e372978867d255ae3da0b9758365cb5a3e56dc39284299921f398')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # remove additional pytest options
-  # remove fitler to raise warnings as errors: 
https://github.com/ansible-community/molecule/issues/3004
-  sed -e '/pre-commit/d' \
-  -e '/addopts/d' \
-  -e '/error/d' \
-  -i setup.cfg
-
-  printf "from setuptools import setup\nsetup()\n" > setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  # disable tests that require the driver to be installed for the system
-  # version of molecule that we are testing with
-  pytest -v --ignore "src/molecule_docker/test/test_func.py"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: molecule-docker/repos/community-any/PKGBUILD (from rev 1254762, 
molecule-docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:54:58 UTC (rev 1254763)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+pkgname=molecule-docker
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Molecule Docker Driver"
+arch=(any)
+url="https://github.com/ansible-community/molecule-docker;
+license=(MIT)
+depends=(molecule python-ansible-compat python-docker python-requests 
python-selinux)
+makedepends=(python-build python-installer python-pip python-setuptools-scm 
python-setuptools-scm-git-archive python-wheel)
+checkdepends=(ansible-core python-filelock python-pytest 
python-pytest-helpers-namespace)
+optdepends=(
+  'docker: for using a local docker setup'
+)
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('adc3367b58110da78876522865b268de866b5f0fead6de31c79c61357a83b1dc927190a2016ee7cc608c318c65e5e287ec2edd5278c15e622e06f6a14dac5b60')
+b2sums=('854eb8a519bad49f560acc91811dbb4fd0a5c50e727e369e89126ddf4159af3bca50528acc1945c6ea5602cc6169d4676c65c05ee27587523dbf017369a01b8f')
+
+build() {
+  cd $pkgname-$pkgver
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # disable tests that require the driver to be installed for the system
+  # version of molecule that we are testing with
+  pytest -c /dev/null -vv --ignore "src/molecule_docker/test/test_func.py"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:54:21
  Author: dvzrv
Revision: 1254762

upgpkg: molecule-docker 2.0.0-1: Upgrade to 2.0.0.

Remove unneeded quotes and curly braces.
Deselect and report failing test.
Switch to PEP517.

Modified:
  molecule-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:49:35 UTC (rev 1254761)
+++ PKGBUILD2022-07-19 21:54:21 UTC (rev 1254762)
@@ -1,49 +1,38 @@
 # Maintainer: David Runge 
 
 pkgname=molecule-docker
-pkgver=1.1.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Molecule Docker Driver"
-arch=('any')
+arch=(any)
 url="https://github.com/ansible-community/molecule-docker;
-license=('MIT')
-depends=('molecule' 'python-ansible-compat' 'python-docker' 'python-selinux')
-makedepends=('python-setuptools-scm' 'python-setuptools-scm-git-archive')
-checkdepends=('python-pytest' 'python-pytest-helpers-namespace')
-optdepends=('docker: for using a local docker setup')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('1133883f7f46f08d92051c8387bca048959a06d742dba94d4e6784587194619407744f3e5bea0d883cf78d2919448f4572cdf62f7c537dd4bd0845cec8e3f7b6')
-b2sums=('b2dc53d49bc97ff11a3372f39351e37418439033e4647c02ca0c84e712d6911d65e29266738e372978867d255ae3da0b9758365cb5a3e56dc39284299921f398')
+license=(MIT)
+depends=(molecule python-ansible-compat python-docker python-requests 
python-selinux)
+makedepends=(python-build python-installer python-pip python-setuptools-scm 
python-setuptools-scm-git-archive python-wheel)
+checkdepends=(ansible-core python-filelock python-pytest 
python-pytest-helpers-namespace)
+optdepends=(
+  'docker: for using a local docker setup'
+)
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('adc3367b58110da78876522865b268de866b5f0fead6de31c79c61357a83b1dc927190a2016ee7cc608c318c65e5e287ec2edd5278c15e622e06f6a14dac5b60')
+b2sums=('854eb8a519bad49f560acc91811dbb4fd0a5c50e727e369e89126ddf4159af3bca50528acc1945c6ea5602cc6169d4676c65c05ee27587523dbf017369a01b8f')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  # remove additional pytest options
-  # remove fitler to raise warnings as errors: 
https://github.com/ansible-community/molecule/issues/3004
-  sed -e '/pre-commit/d' \
-  -e '/addopts/d' \
-  -e '/error/d' \
-  -i setup.cfg
-
-  printf "from setuptools import setup\nsetup()\n" > setup.py
-}
-
 build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
+  cd $pkgname-$pkgver
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
+  cd $pkgname-$pkgver
   # disable tests that require the driver to be installed for the system
   # version of molecule that we are testing with
-  pytest -v --ignore "src/molecule_docker/test/test_func.py"
+  pytest -c /dev/null -vv --ignore "src/molecule_docker/test/test_func.py"
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
 }



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

2022-07-19 Thread George Rawlinson via arch-commits
Date: Tuesday, July 19, 2022 @ 21:49:35
  Author: grawlinson
Revision: 1254761

archrelease: copy trunk to community-x86_64

Added:
  dagger/repos/community-x86_64/PKGBUILD
(from rev 1254760, dagger/trunk/PKGBUILD)
Deleted:
  dagger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:48:57 UTC (rev 1254760)
+++ PKGBUILD2022-07-19 21:49:35 UTC (rev 1254761)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=dagger
-pkgver=0.2.23
-pkgrel=1
-pkgdesc='A portable devkit for CI/CD pipelines'
-arch=('x86_64')
-url='https://dagger.io'
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='2927c77876a83c0aa688ba648fc376f31eccf5bf'
-source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X go.dagger.io/dagger/version.Revision=$_commit \
--X go.dagger.io/dagger/version.Version=$pkgver" \
--o build \
-./cmd/...
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
-}

Copied: dagger/repos/community-x86_64/PKGBUILD (from rev 1254760, 
dagger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:49:35 UTC (rev 1254761)
@@ -0,0 +1,63 @@
+# Maintainer: George Rawlinson 
+
+pkgname=dagger
+pkgver=0.2.24
+pkgrel=1
+pkgdesc='A portable devkit for CI/CD pipelines'
+arch=('x86_64')
+url='https://dagger.io'
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='89446086b0d2f4c3e437e6964a4cfa249c29a764'
+source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X go.dagger.io/dagger/version.Revision=$_commit \
+-X go.dagger.io/dagger/version.Version=$pkgver" \
+-o build \
+./cmd/...
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
+}



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

2022-07-19 Thread George Rawlinson via arch-commits
Date: Tuesday, July 19, 2022 @ 21:48:57
  Author: grawlinson
Revision: 1254760

upgpkg: dagger 0.2.24-1; new upstream release

Modified:
  dagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:40:06 UTC (rev 1254759)
+++ PKGBUILD2022-07-19 21:48:57 UTC (rev 1254760)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=dagger
-pkgver=0.2.23
+pkgver=0.2.24
 pkgrel=1
 pkgdesc='A portable devkit for CI/CD pipelines'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='2927c77876a83c0aa688ba648fc376f31eccf5bf'
+_commit='89446086b0d2f4c3e437e6964a4cfa249c29a764'
 source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:40:06
  Author: arojas
Revision: 1254759

archrelease: copy trunk to community-testing-any

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

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

Copied: python-parso/repos/community-testing-any/PKGBUILD (from rev 1254758, 
python-parso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-07-19 21:40:06 UTC (rev 1254759)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Levente Polyak 
+
+# Check compatibility with jedi on potential version bumps
+_pkgbase=parso
+pkgname=python-parso
+epoch=1
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
+arch=('any')
+url="https://github.com/davidhalter/parso;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest')
+source=(https://github.com/davidhalter/parso/archive/v$pkgver/$_pkgbase-$pkgver.tar.gz)
+sha512sums=('7874460053662d40c2cfcf0015e330e1c8201eeb07682e2079a636db553a82dc25b70b14ad0f0c82fb817f655359d695101a17f616abf9a39f49c61ae5fd49b1')
+b2sums=('8942408e27198075c92ef51f7a191cc7781eb3a5110119b91fd95f86e13ebe2fbfee11022a2bfec794150f60b3af8c4d5f324cb011703cd581c17f92232ae5bf')
+
+check() {
+  cd "$_pkgbase-$pkgver"
+  # test_python_excetion_matches broke with 3.10 due to exception formatting 
changes.
+  # https://github.com/davidhalter/parso/issues/192
+  pytest test -k 'not test_python_exception_matches'
+}
+
+build() {
+  cd "$_pkgbase-$pkgver"
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+package() {
+  cd "$_pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 CHANGELOG.rst README.rst docs/_build/text/*.txt -t 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 docs/_build/man/parso.1 
"$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:39:58
  Author: arojas
Revision: 1254758

upgpkg: python-parso 1:0.8.3-1: Update to 0.8.3

Modified:
  python-parso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:33:23 UTC (rev 1254757)
+++ PKGBUILD2022-07-19 21:39:58 UTC (rev 1254758)
@@ -5,8 +5,8 @@
 _pkgbase=parso
 pkgname=python-parso
 epoch=1
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
 arch=('any')
 url="https://github.com/davidhalter/parso;
@@ -14,18 +14,10 @@
 depends=('python')
 makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('python-pytest')
-source=(https://github.com/davidhalter/parso/archive/v$pkgver/$_pkgbase-$pkgver.tar.gz
-
7652d3904be3fd5513581a8250d95df31a8cef06.patch::https://github.com/davidhalter/parso/commit/7652d3904be3fd5513581a8250d95df31a8cef06.patch)
-sha512sums=('a90810ad89301d804d215392ed77593b015f13bc7ef8512302a8893b314a9e74c15e2aaa77157c8595a134d3481e8115f306f9628835271478837ec6f19e645f'
-
'a60f8e1030e08b18251dac49e81a9e9cfac5e367af44fae94c4ef19ba857311df49264b2c3327d4fdc17005f03c0d71d67a4fbb907627a96869ed18ec0d25bfa')
-b2sums=('f4e86ae55140adc9bbfdd34a8044e7fdfbf9d318a6385ac5feedc07127061943c2d690581af144f158846e3bf6f82124046c7e625369a4055ab92a54f9210c49'
-
'767f63dcb6a8368a94162bd1e30614d19ae234b0554a00ef2821260b0992eb7f3ca2d8342571822e5bc8afd5c81b68f538de20ac976414f8f9878a82b4ecd10c')
+source=(https://github.com/davidhalter/parso/archive/v$pkgver/$_pkgbase-$pkgver.tar.gz)
+sha512sums=('7874460053662d40c2cfcf0015e330e1c8201eeb07682e2079a636db553a82dc25b70b14ad0f0c82fb817f655359d695101a17f616abf9a39f49c61ae5fd49b1')
+b2sums=('8942408e27198075c92ef51f7a191cc7781eb3a5110119b91fd95f86e13ebe2fbfee11022a2bfec794150f60b3af8c4d5f324cb011703cd581c17f92232ae5bf')
 
-prepare() {
-  cd "$_pkgbase-$pkgver"
-  patch -p1 <"$srcdir"/7652d3904be3fd5513581a8250d95df31a8cef06.patch
-}
-
 check() {
   cd "$_pkgbase-$pkgver"
   # test_python_excetion_matches broke with 3.10 due to exception formatting 
changes.



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:35:49
  Author: arojas
Revision: 451488

archrelease: copy trunk to extra-x86_64

Added:
  jasper/repos/extra-x86_64/PKGBUILD
(from rev 451487, jasper/trunk/PKGBUILD)
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 451487, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
Deleted:
  jasper/repos/extra-x86_64/PKGBUILD
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch

---+
 PKGBUILD  |  144 ++--
 jasper-1.900.1-fix-filename-buffer-overflow.patch |   74 +-
 2 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:35:38 UTC (rev 451487)
+++ PKGBUILD2022-07-19 21:35:49 UTC (rev 451488)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=jasper
-pkgname=('jasper' 'jasper-doc')
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
-url='https://www.ece.uvic.ca/~frodo/jasper/'
-arch=('x86_64')
-license=('custom:JasPer2.0')
-makedepends=('glibc' 'libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
-options=('debug')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
-jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('1846d5c5c263ea9f3279a33e9be50350d2e91ea91271af5e6423b3fd87e069abc51290196f0e4ef72e54b0e727171d66562c0b855396afbed06dc9b0bb7bef04'
-
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
-b2sums=('f942b171a075ba6465e41f1217b932cc4a2e1fcf4accbf8303accaa606c9566642c0c7b3ef8abace09904f5fd84165f1f33961d6591e263ec1c59fcd29a63d15'
-
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
-
-prepare() {
-  cd ${pkgbase}-version-${pkgver}
-  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
-  sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
-}
-
-build() {
-  cd ${pkgbase}-version-${pkgver}
-
-  cmake \
--B buildx \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
--DJAS_ENABLE_OPENGL=ON \
--DJAS_ENABLE_LIBJPEG=ON \
--DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DJAS_ENABLE_SHARED=ON
-  cmake --build buildx
-}
-
-check() {
-  cd ${pkgbase}-version-${pkgver}
-  export LD_LIBRARY_PATH="$(pwd)/buildx/src/libjasper/"
-  make -C buildx -j1 test
-}
-
-package_jasper() {
-  depends=('glibc' 'libjpeg' 'libjpeg.so' 'freeglut' 'glu')
-  optdepends=('jasper-doc: documentation')
-  provides=('libjasper.so')
-
-  cd ${pkgbase}-version-${pkgver}
-  make -C buildx DESTDIR="${pkgdir}" install
-  rm -r "${pkgdir}/usr/share/doc"
-
-  install -Dm 644 NEWS.txt README.md  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt  -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_jasper-doc() {
-  pkgdesc+=' (documentation)'
-  optdepends=('jasper')
-
-  cd ${pkgbase}-version-${pkgver}
-  make -C buildx DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/"{bin,include,lib,share/man}
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: jasper/repos/extra-x86_64/PKGBUILD (from rev 451487, 
jasper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:35:49 UTC (rev 451488)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=jasper
+pkgname=('jasper' 'jasper-doc')
+pkgver=3.0.6
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='https://www.ece.uvic.ca/~frodo/jasper/'
+arch=('x86_64')
+license=('custom:JasPer2.0')
+makedepends=('glibc' 'libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
+options=('debug')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('13db31df22655e37b0d82c2edc29848d51969e994d69ca6f8c60e7f43861c9d5dab91c95dbb0d6ac114ff2e6e61161225fd1165823176fd6339e1cc551024a5b'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+b2sums=('c8cd6cc7a7fe42e907893a1cdddeaf5cea1fb928d3a4822fc88e2eb631e08264797bfab74827c6f2b59d93f3deace480f5893ddf566db3a3a93829dee1aa977e'
+

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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:35:38
  Author: arojas
Revision: 451487

upgpkg: jasper 3.0.6-1: Update to 3.0.6

Modified:
  jasper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:22:07 UTC (rev 451486)
+++ PKGBUILD2022-07-19 21:35:38 UTC (rev 451487)
@@ -3,7 +3,7 @@
 
 pkgbase=jasper
 pkgname=('jasper' 'jasper-doc')
-pkgver=3.0.4
+pkgver=3.0.6
 pkgrel=1
 pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
 url='https://www.ece.uvic.ca/~frodo/jasper/'
@@ -13,9 +13,9 @@
 options=('debug')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
 jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('1846d5c5c263ea9f3279a33e9be50350d2e91ea91271af5e6423b3fd87e069abc51290196f0e4ef72e54b0e727171d66562c0b855396afbed06dc9b0bb7bef04'
+sha512sums=('13db31df22655e37b0d82c2edc29848d51969e994d69ca6f8c60e7f43861c9d5dab91c95dbb0d6ac114ff2e6e61161225fd1165823176fd6339e1cc551024a5b'
 
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
-b2sums=('f942b171a075ba6465e41f1217b932cc4a2e1fcf4accbf8303accaa606c9566642c0c7b3ef8abace09904f5fd84165f1f33961d6591e263ec1c59fcd29a63d15'
+b2sums=('c8cd6cc7a7fe42e907893a1cdddeaf5cea1fb928d3a4822fc88e2eb631e08264797bfab74827c6f2b59d93f3deace480f5893ddf566db3a3a93829dee1aa977e'
 
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
 
 prepare() {



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:33:23
  Author: arojas
Revision: 1254757

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:33:14 UTC (rev 1254756)
+++ PKGBUILD2022-07-19 21:33:23 UTC (rev 1254757)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: j605
-
-pkgname='python-perf'
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Toolkit to run Python benchmarks'
-url='https://github.com/haypo/perf'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-setuptools' 'python-six')
-makedepends=('python' 'python-setuptools' 'python-six')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
-sha256sums=('b86fca9733edd35709cf09fbdf4e3f093b35121e9ba9bb2a319ecf2780a04dd0')
-sha512sums=('905e61fee8a6d635d4ad965888409dfeb4e6ceeac42c88d7ce2719adc4ae10210c1d700dad1fccc469ac589114e5e8052bd0ca2da4203a5e7efbdc3fa0d97dd5')
-
-build() {
-  (cd pyperf-${pkgver}
-python setup.py build
-  )
-}
-
-package(){
-  cd pyperf-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-perf/repos/community-any/PKGBUILD (from rev 1254756, 
python-perf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:33:23 UTC (rev 1254757)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: j605
+
+pkgname='python-perf'
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Toolkit to run Python benchmarks'
+url='https://github.com/haypo/perf'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-six')
+makedepends=('python' 'python-setuptools' 'python-six')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
+sha256sums=('82c67986f06b14de040608847546131056177a6cc39be21540c87a3c0fc3e009')
+sha512sums=('56ac84962199bf3504766b6bc6eb89cbcb8367bcd64a6756eacb6d9ea7469df85a0f1d5b75c37c374ad731c425168469fd2dcc53ec789c6057abc5e84815a1e4')
+
+build() {
+  (cd pyperf-${pkgver}
+python setup.py build
+  )
+}
+
+package(){
+  cd pyperf-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:33:14
  Author: arojas
Revision: 1254756

upgpkg: python-perf 2.3.1-1: Update to 2.3.1

Modified:
  python-perf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:29:56 UTC (rev 1254755)
+++ PKGBUILD2022-07-19 21:33:14 UTC (rev 1254756)
@@ -2,7 +2,7 @@
 # Contributor: j605
 
 pkgname='python-perf'
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Toolkit to run Python benchmarks'
 url='https://github.com/haypo/perf'
@@ -11,8 +11,8 @@
 depends=('python' 'python-setuptools' 'python-six')
 makedepends=('python' 'python-setuptools' 'python-six')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
-sha256sums=('b86fca9733edd35709cf09fbdf4e3f093b35121e9ba9bb2a319ecf2780a04dd0')
-sha512sums=('905e61fee8a6d635d4ad965888409dfeb4e6ceeac42c88d7ce2719adc4ae10210c1d700dad1fccc469ac589114e5e8052bd0ca2da4203a5e7efbdc3fa0d97dd5')
+sha256sums=('82c67986f06b14de040608847546131056177a6cc39be21540c87a3c0fc3e009')
+sha512sums=('56ac84962199bf3504766b6bc6eb89cbcb8367bcd64a6756eacb6d9ea7469df85a0f1d5b75c37c374ad731c425168469fd2dcc53ec789c6057abc5e84815a1e4')
 
 build() {
   (cd pyperf-${pkgver}



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:29:56
  Author: arojas
Revision: 1254755

archrelease: copy trunk to community-any

Added:
  python-eventlet/repos/community-any/PKGBUILD
(from rev 1254754, python-eventlet/trunk/PKGBUILD)
  python-eventlet/repos/community-any/python310.patch
(from rev 1254754, python-eventlet/trunk/python310.patch)
Deleted:
  python-eventlet/repos/community-any/PKGBUILD
  python-eventlet/repos/community-any/python310.patch

-+
 PKGBUILD|  114 +++---
 python310.patch |   52 
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:29:45 UTC (rev 1254754)
+++ PKGBUILD2022-07-19 21:29:56 UTC (rev 1254755)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-eventlet
-_pyname=eventlet
-pkgver=0.33.0
-pkgrel=2
-pkgdesc='Highly concurrent networking library'
-url='https://eventlet.net'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
-optdepends=(
-  'python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support'
-)
-options=('!makeflags')
-source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz
-python310.patch)
-sha512sums=('455234ff08bd79e5a6b66f31f7ae87d93fde9a335f70244806cec80a4141316cd42aff91f6b8cff16f0bbe6fb673f19d6a76dc604281789e166bc41df853d8e5'
-
'07739075628ff9d140064e04189332b479f184e4647753f987b0818fa55aaca907d4880afb5cf31f980426f315e1014027dcd848551149000a12145f982cd883')
-b2sums=('6e740507307f4be34bc76d07aefb438e8562efe02220015bc0f029ada739058d9e5a5486e74e2786d44895fdea2e31ab57f0188e6bac081ea8705d08a6016b4e'
-
'783445f708c12586e026f7feac982a7b6c21f86468609c375568b51ad6055977df3d0bc740f3127b9f8bc95c1c50e81aae02ca0e0be674ed4627910d39b1ef47')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  # https://github.com/eventlet/eventlet/issues/730
-  # https://github.com/eventlet/eventlet/issues/739
-  patch -Np1 -i ../python310.patch
-  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-  make -C doc text
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  nosetests -sv tests
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 1254754, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:29:56 UTC (rev 1254755)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-eventlet
+_pyname=eventlet
+pkgver=0.33.1
+pkgrel=1
+pkgdesc='Highly concurrent networking library'
+url='https://eventlet.net'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
+optdepends=(
+  'python-psycopg2: non-blocking PostgreSQL support'
+  'python-pyopenssl: non-blocking SSL support'
+  'python-httplib2: non-blocking HTTP support'
+  'python-pyzmq: non-blocking ZeroMQ support'
+  'python-dnspython: non-blocking DNS support'
+)
+options=('!makeflags')
+source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz
+python310.patch)
+sha512sums=('437deffb2e24a3361585a5861d35bc19131d80ffd54fb8172e232683286fc0f28e68fd1a89f7ebe5067a5b9699b6c3382c9be5868adc2ebb11c2d205b644093c'
+
'07739075628ff9d140064e04189332b479f184e4647753f987b0818fa55aaca907d4880afb5cf31f980426f315e1014027dcd848551149000a12145f982cd883')
+b2sums=('d8581d41783cd31996b9c842da47d94d8bde5939dcbfabf9b1c70b58670fcbcf499a7e5408b0842df951202a63be5eaed27afeeccfc9e4237548330bfc49f4bd'
+
'783445f708c12586e026f7feac982a7b6c21f86468609c375568b51ad6055977df3d0bc740f3127b9f8bc95c1c50e81aae02ca0e0be674ed4627910d39b1ef47')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  # https://github.com/eventlet/eventlet/issues/730
+  # https://github.com/eventlet/eventlet/issues/739
+  patch -Np1 -i ../python310.patch
+  sed 

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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:29:45
  Author: arojas
Revision: 1254754

upgpkg: python-eventlet 0.33.1-1: Update to 0.33.1

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:24:58 UTC (rev 1254753)
+++ PKGBUILD2022-07-19 21:29:45 UTC (rev 1254754)
@@ -2,8 +2,8 @@
 
 pkgname=python-eventlet
 _pyname=eventlet
-pkgver=0.33.0
-pkgrel=2
+pkgver=0.33.1
+pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='https://eventlet.net'
 arch=('any')
@@ -21,9 +21,9 @@
 options=('!makeflags')
 
source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz
 python310.patch)
-sha512sums=('455234ff08bd79e5a6b66f31f7ae87d93fde9a335f70244806cec80a4141316cd42aff91f6b8cff16f0bbe6fb673f19d6a76dc604281789e166bc41df853d8e5'
+sha512sums=('437deffb2e24a3361585a5861d35bc19131d80ffd54fb8172e232683286fc0f28e68fd1a89f7ebe5067a5b9699b6c3382c9be5868adc2ebb11c2d205b644093c'
 
'07739075628ff9d140064e04189332b479f184e4647753f987b0818fa55aaca907d4880afb5cf31f980426f315e1014027dcd848551149000a12145f982cd883')
-b2sums=('6e740507307f4be34bc76d07aefb438e8562efe02220015bc0f029ada739058d9e5a5486e74e2786d44895fdea2e31ab57f0188e6bac081ea8705d08a6016b4e'
+b2sums=('d8581d41783cd31996b9c842da47d94d8bde5939dcbfabf9b1c70b58670fcbcf499a7e5408b0842df951202a63be5eaed27afeeccfc9e4237548330bfc49f4bd'
 
'783445f708c12586e026f7feac982a7b6c21f86468609c375568b51ad6055977df3d0bc740f3127b9f8bc95c1c50e81aae02ca0e0be674ed4627910d39b1ef47')
 
 prepare() {



[arch-commits] Commit in python-sphinx-autodoc-typehints/repos/community-any (3 files)

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:24:58
  Author: arojas
Revision: 1254753

archrelease: copy trunk to community-any

Added:
  python-sphinx-autodoc-typehints/repos/community-any/PKGBUILD
(from rev 1254752, python-sphinx-autodoc-typehints/trunk/PKGBUILD)
Deleted:
  python-sphinx-autodoc-typehints/repos/community-any/PKGBUILD
  python-sphinx-autodoc-typehints/repos/community-any/python-3.10.patch

---+
 PKGBUILD  |   86 +---
 python-3.10.patch |  360 
 2 files changed, 40 insertions(+), 406 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:24:49 UTC (rev 1254752)
+++ PKGBUILD2022-07-19 21:24:58 UTC (rev 1254753)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-sphinx-autodoc-typehints
-_pyname=${pkgname/python-/}
-_gitcommit=1b85ff5306f02985ab00c73b41504bb5b17943eb
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='Type hints support for the Sphinx autodoc extension'
-url='https://github.com/agronholm/sphinx-autodoc-typehints'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-sphinx' 'python-typing_extensions')
-makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-sphobjinv')
-source=("git+https://github.com/agronholm/sphinx-autodoc-typehints#commit=${_gitcommit};
- python-3.10.patch)
-sha512sums=('SKIP'
-
'c5fca0339d1ad2e0226006396c7e39f66e71d02e11dd883f8e4ee2c195293cf54afa8e13ef0164e7249ee9d8a296314b5c7ad4d707688855838cd4e3de1bba44')
-
-pkgver() {
-  cd ${_pyname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  patch -d $_pyname -p1 < python-3.10.patch # Fix tests with Python 3.10 and 
Sphinx 4
-}
-
-build() {
-  cd ${_pyname}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}
-  PYTHONPATH=. pytest
-}
-
-package() {
-  cd ${_pyname}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sphinx-autodoc-typehints/repos/community-any/PKGBUILD (from rev 
1254752, python-sphinx-autodoc-typehints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:24:58 UTC (rev 1254753)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-sphinx-autodoc-typehints
+_pyname=${pkgname/python-/}
+_gitcommit=2f863c20f83bb789610982375cb76b3c45bb787e
+pkgver=1.13.1
+pkgrel=1
+pkgdesc='Type hints support for the Sphinx autodoc extension'
+url='https://github.com/agronholm/sphinx-autodoc-typehints'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx' 'python-typing_extensions')
+makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-sphobjinv')
+source=("git+https://github.com/agronholm/sphinx-autodoc-typehints#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_pyname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${_pyname}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}
+  PYTHONPATH="$PWD/src" pytest
+}
+
+package() {
+  cd ${_pyname}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: python-3.10.patch
===
--- python-3.10.patch   2022-07-19 21:24:49 UTC (rev 1254752)
+++ python-3.10.patch   2022-07-19 21:24:58 UTC (rev 1254753)
@@ -1,360 +0,0 @@
-diff --git a/.github/workflows/codeqa-test.yml 
b/.github/workflows/codeqa-test.yml
-index c068ee3..5f0bb03 100644
 a/.github/workflows/codeqa-test.yml
-+++ b/.github/workflows/codeqa-test.yml
-@@ -19,9 +19,9 @@ jobs:
- path: ~/.cache/pip
- key: pip-lint
- - name: Install dependencies
--  run: pip install flake8 isort
-+  run: pip install pyproject-flake8 isort
- - name: Run flake8
--  run: flake8 sphinx_autodoc_typehints.py tests
-+  run: pflake8 sphinx_autodoc_typehints.py tests
- - name: Run isort
-   run: isort -c sphinx_autodoc_typehints.py tests
- 
-@@ -31,7 +31,7 @@ jobs:
-   fail-fast: false
-   matrix:
- os: [ubuntu-latest]
--python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.5]
-+python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
- runs-on: ${{ matrix.os }}
- steps:
- - uses: actions/checkout@v2
-diff --git a/pre-commit-config.sample.yaml b/.pre-commit-config.yaml
-similarity index 85%
-rename from pre-commit-config.sample.yaml
-rename to .pre-commit-config.yaml
-index 7f86457..00f00ce 100644
 

[arch-commits] Commit in python-sphinx-autodoc-typehints/trunk (2 files)

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:24:49
  Author: arojas
Revision: 1254752

upgpkg: python-sphinx-autodoc-typehints 1.13.1-1: Update to 1.13.1

Modified:
  python-sphinx-autodoc-typehints/trunk/PKGBUILD
Deleted:
  python-sphinx-autodoc-typehints/trunk/python-3.10.patch

---+
 PKGBUILD  |   18 --
 python-3.10.patch |  360 
 2 files changed, 6 insertions(+), 372 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:10:01 UTC (rev 1254751)
+++ PKGBUILD2022-07-19 21:24:49 UTC (rev 1254752)
@@ -2,8 +2,8 @@
 
 pkgname=python-sphinx-autodoc-typehints
 _pyname=${pkgname/python-/}
-_gitcommit=1b85ff5306f02985ab00c73b41504bb5b17943eb
-pkgver=1.12.0
+_gitcommit=2f863c20f83bb789610982375cb76b3c45bb787e
+pkgver=1.13.1
 pkgrel=1
 pkgdesc='Type hints support for the Sphinx autodoc extension'
 url='https://github.com/agronholm/sphinx-autodoc-typehints'
@@ -12,10 +12,8 @@
 depends=('python' 'python-sphinx' 'python-typing_extensions')
 makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
 checkdepends=('python-pytest' 'python-sphobjinv')
-source=("git+https://github.com/agronholm/sphinx-autodoc-typehints#commit=${_gitcommit};
- python-3.10.patch)
-sha512sums=('SKIP'
-
'c5fca0339d1ad2e0226006396c7e39f66e71d02e11dd883f8e4ee2c195293cf54afa8e13ef0164e7249ee9d8a296314b5c7ad4d707688855838cd4e3de1bba44')
+source=("git+https://github.com/agronholm/sphinx-autodoc-typehints#commit=${_gitcommit};)
+sha512sums=('SKIP')
 
 pkgver() {
   cd ${_pyname}
@@ -22,10 +20,6 @@
   git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
-prepare() {
-  patch -d $_pyname -p1 < python-3.10.patch # Fix tests with Python 3.10 and 
Sphinx 4
-}
-
 build() {
   cd ${_pyname}
   python setup.py build
@@ -33,7 +27,7 @@
 
 check() {
   cd ${_pyname}
-  PYTHONPATH=. pytest
+  PYTHONPATH="$PWD/src" pytest
 }
 
 package() {
@@ -40,7 +34,7 @@
   cd ${_pyname}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:

Deleted: python-3.10.patch
===
--- python-3.10.patch   2022-07-19 21:10:01 UTC (rev 1254751)
+++ python-3.10.patch   2022-07-19 21:24:49 UTC (rev 1254752)
@@ -1,360 +0,0 @@
-diff --git a/.github/workflows/codeqa-test.yml 
b/.github/workflows/codeqa-test.yml
-index c068ee3..5f0bb03 100644
 a/.github/workflows/codeqa-test.yml
-+++ b/.github/workflows/codeqa-test.yml
-@@ -19,9 +19,9 @@ jobs:
- path: ~/.cache/pip
- key: pip-lint
- - name: Install dependencies
--  run: pip install flake8 isort
-+  run: pip install pyproject-flake8 isort
- - name: Run flake8
--  run: flake8 sphinx_autodoc_typehints.py tests
-+  run: pflake8 sphinx_autodoc_typehints.py tests
- - name: Run isort
-   run: isort -c sphinx_autodoc_typehints.py tests
- 
-@@ -31,7 +31,7 @@ jobs:
-   fail-fast: false
-   matrix:
- os: [ubuntu-latest]
--python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.5]
-+python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
- runs-on: ${{ matrix.os }}
- steps:
- - uses: actions/checkout@v2
-diff --git a/pre-commit-config.sample.yaml b/.pre-commit-config.yaml
-similarity index 85%
-rename from pre-commit-config.sample.yaml
-rename to .pre-commit-config.yaml
-index 7f86457..00f00ce 100644
 a/pre-commit-config.sample.yaml
-+++ b/.pre-commit-config.yaml
-@@ -22,3 +22,7 @@ repos:
- hooks:
- - id: isort
-   additional_dependencies: [toml]
-+-   repo: https://github.com/csachs/pyproject-flake8
-+rev: v0.0.1a2.post1
-+hooks:
-+- id: pyproject-flake8
-diff --git a/pyproject.toml b/pyproject.toml
-index eeb699e..68d7eab 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -14,6 +14,9 @@ multi_line_output = 4
- [tool.autopep8]
- max_line_length = 99
- 
-+[tool.flake8]
-+max-line-length = 99
-+
- [tool.pytest.ini_options]
- addopts = "-rsx --tb=short"
- testpaths = ["tests"]
-diff --git a/setup.cfg b/setup.cfg
-index c872ff3..4e57ff5 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -38,10 +38,3 @@ test =
- Sphinx >= 3.2.0
- type_comments =
- typed_ast >= 1.4.0; python_version < "3.8"
--
--[flake8]
--max-line-length = 99
--
--[tool:pytest]
--addopts = -rsx --tb=short
--testpaths = tests
-diff --git a/sphinx_autodoc_typehints.py b/sphinx_autodoc_typehints.py
-index 0b69b1c..5a4ed95 100644
 a/sphinx_autodoc_typehints.py
-+++ b/sphinx_autodoc_typehints.py
-@@ -170,13 +170,19 @@ def normalize_source_lines(sourcelines: str) -> str:
- for i, l in enumerate(sourcelines):
- if l.lstrip().startswith("def"):
- idx = i
-+   

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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:10:01
  Author: arojas
Revision: 1254751

archrelease: copy trunk to community-any

Added:
  python-sphinx-issues/repos/community-any/PKGBUILD
(from rev 1254750, python-sphinx-issues/trunk/PKGBUILD)
Deleted:
  python-sphinx-issues/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:09:52 UTC (rev 1254750)
+++ PKGBUILD2022-07-19 21:10:01 UTC (rev 1254751)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-sphinx-issues
-_pyname=${pkgname/python-/}
-pkgver=1.2.0
-pkgrel=7
-pkgdesc="Sphinx extension for linking to your project's issue tracker"
-url='https://github.com/sloria/sphinx-issues'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=. py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sphinx-issues/repos/community-any/PKGBUILD (from rev 1254750, 
python-sphinx-issues/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:10:01 UTC (rev 1254751)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-sphinx-issues
+_pyname=${pkgname/python-/}
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Sphinx extension for linking to your project's issue tracker"
+url='https://github.com/sloria/sphinx-issues'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH="$PWD" py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:09:52
  Author: arojas
Revision: 1254750

upgpkg: python-sphinx-issues 3.0.1-1: Update to 3.0.1

Modified:
  python-sphinx-issues/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:07:40 UTC (rev 1254749)
+++ PKGBUILD2022-07-19 21:09:52 UTC (rev 1254750)
@@ -2,8 +2,8 @@
 
 pkgname=python-sphinx-issues
 _pyname=${pkgname/python-/}
-pkgver=1.2.0
-pkgrel=7
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="Sphinx extension for linking to your project's issue tracker"
 url='https://github.com/sloria/sphinx-issues'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64')
+sha512sums=('dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa')
 
 build() {
   cd ${_pyname}-${pkgver}
@@ -21,7 +21,7 @@
 
 check() {
   cd ${_pyname}-${pkgver}
-  PYTHONPATH=. py.test
+  PYTHONPATH="$PWD" py.test
 }
 
 package() {



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:07:40
  Author: dvzrv
Revision: 1254749

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:07:05 UTC (rev 1254748)
+++ PKGBUILD2022-07-19 21:07:40 UTC (rev 1254749)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.7.7
-pkgrel=1
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=(x86_64)
-url="https://github.com/ijl/orjson;
-license=(Apache MIT)
-depends=(python)
-makedepends=(maturin python-installer rust)
-checkdepends=(python-arrow python-pendulum python-psutil python-pytest
-python-pytz python-xxhash)
-options=(debug)
-source=($pkgname-$pkgver.tar.gz::https://github.com/ijl/$_name/archive/$pkgver.tar.gz)
-sha512sums=('c3f9502615514d79f9c1b6a32e0bfe2c8fcdd334e497b0e2ea98af9927bbf279f130400fb590a94eac17962c039d965ea245515546777d2568c06816a55bf515')
-b2sums=('55fb5526a55bc18a2893b2a5b3bad6a3559be44f131de057b328bf3a307e4d0525df1e59d8feb7abd3fc38b45eb60bd0cc879d046ed834af25bd0d3beb5106c1')
-
-build() {
-  cd $_name-$pkgver
-  maturin build --no-sdist --release --strip
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  python -m installer --destdir=test_dir target/wheels/*.whl
-  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
-  pytest -vv
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 LICENSE-* -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-orjson/repos/community-x86_64/PKGBUILD (from rev 1254748, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:07:40 UTC (rev 1254749)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.7.8
+pkgrel=1
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=(x86_64)
+url="https://github.com/ijl/orjson;
+license=(Apache MIT)
+depends=(python)
+makedepends=(maturin python-installer rust)
+checkdepends=(python-arrow python-pendulum python-psutil python-pytest
+python-pytz python-xxhash)
+options=(debug)
+source=($pkgname-$pkgver.tar.gz::https://github.com/ijl/$_name/archive/$pkgver.tar.gz)
+sha512sums=('e5f288a03d0d004188dd28e2ae5ba8bf406ad89c4bf652724cbd30b33f1b9bedd16590f315596f35d617a8c2ba29334ca2f0c9fe507b57ed3ecfd747e83c2787')
+b2sums=('415b9216473d134828cacf031e8c1b2c696e1d88b26bc7115e50e03019de96175cbdf33b43206118a3c39d439b9667b69f2703359e5a437e7f8df81e9dc0942c')
+
+build() {
+  cd $_name-$pkgver
+  maturin build --release --strip
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  python -m installer --destdir=test_dir target/wheels/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE-* -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:07:05
  Author: arojas
Revision: 1254748

archrelease: copy trunk to community-any

Added:
  python-flask-security-too/repos/community-any/PKGBUILD
(from rev 1254747, python-flask-security-too/trunk/PKGBUILD)
Deleted:
  python-flask-security-too/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:06:56 UTC (rev 1254747)
+++ PKGBUILD2022-07-19 21:07:05 UTC (rev 1254748)
@@ -1,60 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=flask-security
-pkgname=python-flask-security-too
-pkgver=4.1.3
-pkgrel=1
-pkgdesc='Quick and simple security for Flask applications'
-url='https://github.com/jwag956/flask-security'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
- 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
- 'python-email-validator')
-makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
- 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
- 'python-sphinx' 'python-setuptools' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 
'python-peewee'
-  'python-mock' 'python-sqlalchemy' 'python-flask-sqlalchemy' 
'python-bcrypt' 'python-pony'
-  'python-flask-babel' 'python-zxcvbn' 'python-cryptography' 
'python-pyqrcode' 'python-bleach'
-  'python-phonenumbers' 'python-argon2_cffi')
-provides=('python-flask-security')
-conflicts=('python-flask-security')
-source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('92a0e7fce95eb4eb04baa9a11ee88ab3b8e88952aa6300bf8245cecfcc90657c83bbe93e1c3b19d62642a346b30f5912dd424e59a81023637f3183a61e8cf91c')
-b2sums=('ef4b270d62de75fdcf51d1247960df85deca1699fdbfb73592a5711f9bb56f71a2f2de12a8d8c0eccdaccfef11a578cf9bd9abbf52bdacfe4bfc10f9adda0acc')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -e 's/ --translations//' \
-  -e 's/ --pep8//' \
-  -e 's/ --black//' \
-  -e 's/ --flake8//' \
-  -e 's/ --flakes//' \
-  -i pytest.ini
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  python setup.py compile_catalog
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  PYTHONPATH=build/lib pytest
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-security.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 docs/_build/man/flask-security.1 
"${pkgdir}/usr/share/man/man1/python-flask-security.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-security-too/repos/community-any/PKGBUILD (from rev 
1254747, python-flask-security-too/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:07:05 UTC (rev 1254748)
@@ -0,0 +1,60 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-security
+pkgname=python-flask-security-too
+pkgver=4.1.4
+pkgrel=1
+pkgdesc='Quick and simple security for Flask applications'
+url='https://github.com/jwag956/flask-security'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
+ 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
+ 'python-email-validator')
+makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
+ 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
+ 'python-sphinx' 'python-setuptools' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 
'python-peewee'
+  'python-mock' 'python-sqlalchemy' 'python-flask-sqlalchemy' 
'python-bcrypt' 'python-pony'
+  'python-flask-babel' 'python-zxcvbn' 'python-cryptography' 
'python-pyqrcode' 'python-bleach'
+  'python-phonenumbers' 'python-argon2_cffi')
+provides=('python-flask-security')
+conflicts=('python-flask-security')
+source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)

[arch-commits] Commit in python-flask-security-too/trunk (PKGBUILD)

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:06:56
  Author: arojas
Revision: 1254747

upgpkg: python-flask-security-too 4.1.4-1: Update to 4.1.4

Modified:
  python-flask-security-too/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:06:10 UTC (rev 1254746)
+++ PKGBUILD2022-07-19 21:06:56 UTC (rev 1254747)
@@ -2,7 +2,7 @@
 
 _pkgname=flask-security
 pkgname=python-flask-security-too
-pkgver=4.1.3
+pkgver=4.1.4
 pkgrel=1
 pkgdesc='Quick and simple security for Flask applications'
 url='https://github.com/jwag956/flask-security'
@@ -21,8 +21,8 @@
 provides=('python-flask-security')
 conflicts=('python-flask-security')
 
source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('92a0e7fce95eb4eb04baa9a11ee88ab3b8e88952aa6300bf8245cecfcc90657c83bbe93e1c3b19d62642a346b30f5912dd424e59a81023637f3183a61e8cf91c')
-b2sums=('ef4b270d62de75fdcf51d1247960df85deca1699fdbfb73592a5711f9bb56f71a2f2de12a8d8c0eccdaccfef11a578cf9bd9abbf52bdacfe4bfc10f9adda0acc')
+sha512sums=('d9ec87d1d2baa11b00db437135060630ea06451d96057fc8712ced8bc433fb6779f7b2561ad1c96d8f192a43acdc93dddf7f44ec75f89297204fd1796dcad1df')
+b2sums=('5fd401da8a907ff56ab7fe1fc79ec586222c26d60d921534afea4743cbc6840098f8a1d231741f83f061e2a4f747c4937be848aa4bfee8b3cf4bc06a8928e437')
 
 prepare() {
   cd ${_pkgname}-${pkgver}



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:06:10
  Author: dvzrv
Revision: 1254746

upgpkg: python-orjson 3.7.8-1: Upgrade to 3.7.8.

Adapt to updated maturin build CLI.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:03:05 UTC (rev 1254745)
+++ PKGBUILD2022-07-19 21:06:10 UTC (rev 1254746)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.7.7
+pkgver=3.7.8
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=(x86_64)
@@ -14,12 +14,12 @@
 python-pytz python-xxhash)
 options=(debug)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ijl/$_name/archive/$pkgver.tar.gz)
-sha512sums=('c3f9502615514d79f9c1b6a32e0bfe2c8fcdd334e497b0e2ea98af9927bbf279f130400fb590a94eac17962c039d965ea245515546777d2568c06816a55bf515')
-b2sums=('55fb5526a55bc18a2893b2a5b3bad6a3559be44f131de057b328bf3a307e4d0525df1e59d8feb7abd3fc38b45eb60bd0cc879d046ed834af25bd0d3beb5106c1')
+sha512sums=('e5f288a03d0d004188dd28e2ae5ba8bf406ad89c4bf652724cbd30b33f1b9bedd16590f315596f35d617a8c2ba29334ca2f0c9fe507b57ed3ecfd747e83c2787')
+b2sums=('415b9216473d134828cacf031e8c1b2c696e1d88b26bc7115e50e03019de96175cbdf33b43206118a3c39d439b9667b69f2703359e5a437e7f8df81e9dc0942c')
 
 build() {
   cd $_name-$pkgver
-  maturin build --no-sdist --release --strip
+  maturin build --release --strip
 }
 
 check() {



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:03:05
  Author: dvzrv
Revision: 1254745

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:02:15 UTC (rev 1254744)
+++ PKGBUILD2022-07-19 21:03:05 UTC (rev 1254745)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-_name=nose2
-pkgname=python-nose2
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="The next generation of nicer testing for python"
-arch=(any)
-url="https://github.com/nose-devs/nose2;
-license=(BSD)
-depends=(python-coverage python-six)
-makedepends=(python-setuptools)
-optdepends=('python-coverage: for coverage_plugin'
-'python-setuptools: for eggdiscovery plugin'
-'python-sphinx: for doc'
-'python-sphinx_rtd_theme: for doc'
-'python-mock: for doc')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('5210098d9096a14a8c3565531d4404da4d2aa2b5b4d5e2d5cd3b9262c112281bb5b08deed1ac6a1a6c04f876702d9de32ae148498a3743bcbc03917cee8d09b2')
-b2sums=('2625a4cc30de8a40c7c36bd6c7fe0df8f9a32217e0f3c2694dac1226056f3cbc85ab58b2daa7a9903ea1f01a2bcdf5ea8ae113a33d8902034c04ab2f56af0852')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir"
-  # license
-  install -vDm 644 license.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
-  # docs
-  install -vDm 644 {AUTHORS,README.rst} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-nose2/repos/community-any/PKGBUILD (from rev 1254744, 
python-nose2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:03:05 UTC (rev 1254745)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+
+_name=nose2
+pkgname=python-nose2
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="The next generation of nicer testing for python"
+arch=(any)
+url="https://github.com/nose-devs/nose2;
+license=(BSD)
+depends=(python-coverage python-six)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+optdepends=(
+  'python-coverage: for coverage_plugin'
+  'python-setuptools: for eggdiscovery plugin'
+  'python-sphinx: for doc'
+  'python-sphinx_rtd_theme: for doc'
+  'python-mock: for doc'
+)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('73ddcf62af6db7c1b34fef733d8efc4bd223470cdac3983c483a08625dbb06c18dd6e3418ebbf85db7497cf05ab22c08653b3a65973212c158a27590265b738f')
+b2sums=('834a9b2ad09d3e411b5e80a9eaa05204a1f3d0ea43feee2240498c1642e9039e3b0a510ec5cf1c2e81c510b8975430a81302f305a23345bd504fea0d860318e5')
+
+prepare() {
+  # devendor python-six
+  find $_name-$pkgver -type f -iname "*.py" -exec sed -e 's/from nose2._vendor 
//' -i {} +
+  rm -frv $_name-$pkgver/$_name/_vendor
+}
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir="$PWD/test_dir"
+
+  cd $_name-$pkgver
+  # install to temporary location to be able to run tests with nose2 itself
+  python -m installer --destdir="$_test_dir" dist/*.whl
+  export PYTHONPATH="$_test_dir/$_site_packages:$PYTHONPATH"
+  cd "$_test_dir/$_site_packages/nose2"
+  PATH="$_test_dir/usr/bin:$PATH" nose2 -v --start-dir tests/unit
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 license.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 {AUTHORS,README.rst} -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 21:02:15
  Author: dvzrv
Revision: 1254744

upgpkg: python-nose2 0.12.0-1: Upgrade to 0.12.0.

Devendor python-six.
Install to temporary location to run tests with nose2.
Switch to PEP517.

Modified:
  python-nose2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:01:20 UTC (rev 1254743)
+++ PKGBUILD2022-07-19 21:02:15 UTC (rev 1254744)
@@ -2,7 +2,7 @@
 
 _name=nose2
 pkgname=python-nose2
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="The next generation of nicer testing for python"
 arch=(any)
@@ -9,26 +9,44 @@
 url="https://github.com/nose-devs/nose2;
 license=(BSD)
 depends=(python-coverage python-six)
-makedepends=(python-setuptools)
-optdepends=('python-coverage: for coverage_plugin'
-'python-setuptools: for eggdiscovery plugin'
-'python-sphinx: for doc'
-'python-sphinx_rtd_theme: for doc'
-'python-mock: for doc')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('5210098d9096a14a8c3565531d4404da4d2aa2b5b4d5e2d5cd3b9262c112281bb5b08deed1ac6a1a6c04f876702d9de32ae148498a3743bcbc03917cee8d09b2')
-b2sums=('2625a4cc30de8a40c7c36bd6c7fe0df8f9a32217e0f3c2694dac1226056f3cbc85ab58b2daa7a9903ea1f01a2bcdf5ea8ae113a33d8902034c04ab2f56af0852')
+makedepends=(python-build python-installer python-setuptools python-wheel)
+optdepends=(
+  'python-coverage: for coverage_plugin'
+  'python-setuptools: for eggdiscovery plugin'
+  'python-sphinx: for doc'
+  'python-sphinx_rtd_theme: for doc'
+  'python-mock: for doc'
+)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('73ddcf62af6db7c1b34fef733d8efc4bd223470cdac3983c483a08625dbb06c18dd6e3418ebbf85db7497cf05ab22c08653b3a65973212c158a27590265b738f')
+b2sums=('834a9b2ad09d3e411b5e80a9eaa05204a1f3d0ea43feee2240498c1642e9039e3b0a510ec5cf1c2e81c510b8975430a81302f305a23345bd504fea0d860318e5')
 
+prepare() {
+  # devendor python-six
+  find $_name-$pkgver -type f -iname "*.py" -exec sed -e 's/from nose2._vendor 
//' -i {} +
+  rm -frv $_name-$pkgver/$_name/_vendor
+}
+
 build() {
   cd $_name-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir="$PWD/test_dir"
+
+  cd $_name-$pkgver
+  # install to temporary location to be able to run tests with nose2 itself
+  python -m installer --destdir="$_test_dir" dist/*.whl
+  export PYTHONPATH="$_test_dir/$_site_packages:$PYTHONPATH"
+  cd "$_test_dir/$_site_packages/nose2"
+  PATH="$_test_dir/usr/bin:$PATH" nose2 -v --start-dir tests/unit
+}
+
 package() {
   cd $_name-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir"
-  # license
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -vDm 644 license.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
-  # docs
   install -vDm 644 {AUTHORS,README.rst} -t "$pkgdir/usr/share/doc/$pkgname/"
 }



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:01:20
  Author: arojas
Revision: 1254743

archrelease: copy trunk to community-any

Added:
  python-flask-migrate/repos/community-any/PKGBUILD
(from rev 1254742, python-flask-migrate/trunk/PKGBUILD)
Deleted:
  python-flask-migrate/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 21:01:10 UTC (rev 1254742)
+++ PKGBUILD2022-07-19 21:01:20 UTC (rev 1254743)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anthony25 
-
-_pkgname=Flask-Migrate
-pkgname=python-flask-migrate
-pkgver=3.0.0
-pkgrel=3
-pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
-url='https://github.com/miguelgrinberg/Flask-Migrate/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-alembic' 'python-flask' 'python-flask-sqlalchemy')
-makedepends=('python-sphinx' 'python-setuptools')
-source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('150086bf005aeeabfb711c8d22b6950c336116d38edc7ca0c7d67a7aece8938c')
-sha512sums=('658bc7562bdad4b7a80c5b946e7833f03c9382f97e1e8801540b4c2b54586f61779c90a1229ab55e9be47cdf9b76c6acedd53d9dac3986a49a01ceb6612d64e1')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  make -j1 -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-migrate/repos/community-any/PKGBUILD (from rev 1254742, 
python-flask-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 21:01:20 UTC (rev 1254743)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anthony25 
+
+_pkgname=Flask-Migrate
+pkgname=python-flask-migrate
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
+url='https://github.com/miguelgrinberg/Flask-Migrate/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-alembic' 'python-flask' 'python-flask-sqlalchemy')
+makedepends=('python-sphinx' 'python-setuptools')
+source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f632b8e9e0856ba42cf55302169372bac1bf8d2e44d92f502d4d6f60dd4bfcd4')
+sha512sums=('4e14fa04381c4217e78c3766c86891e88cd2ff4e2eb1ab3c3a51344cbbb192a083246e60cdb6cc4c1ef42bf8108420e3befa1b59c44fe0890e5202fd275b5805')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -j1 -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 21:01:10
  Author: arojas
Revision: 1254742

upgpkg: python-flask-migrate 3.1.0-1: Update to 3.1.0

Modified:
  python-flask-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:59:53 UTC (rev 1254741)
+++ PKGBUILD2022-07-19 21:01:10 UTC (rev 1254742)
@@ -3,8 +3,8 @@
 
 _pkgname=Flask-Migrate
 pkgname=python-flask-migrate
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
 url='https://github.com/miguelgrinberg/Flask-Migrate/'
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('python' 'python-alembic' 'python-flask' 'python-flask-sqlalchemy')
 makedepends=('python-sphinx' 'python-setuptools')
 
source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('150086bf005aeeabfb711c8d22b6950c336116d38edc7ca0c7d67a7aece8938c')
-sha512sums=('658bc7562bdad4b7a80c5b946e7833f03c9382f97e1e8801540b4c2b54586f61779c90a1229ab55e9be47cdf9b76c6acedd53d9dac3986a49a01ceb6612d64e1')
+sha256sums=('f632b8e9e0856ba42cf55302169372bac1bf8d2e44d92f502d4d6f60dd4bfcd4')
+sha512sums=('4e14fa04381c4217e78c3766c86891e88cd2ff4e2eb1ab3c3a51344cbbb192a083246e60cdb6cc4c1ef42bf8108420e3befa1b59c44fe0890e5202fd275b5805')
 
 build() {
   cd ${_pkgname}-${pkgver}



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:59:53
  Author: arojas
Revision: 1254741

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 1254740, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:59:44 UTC (rev 1254740)
+++ PKGBUILD2022-07-19 20:59:53 UTC (rev 1254741)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-flask-socketio
-_pkgname=Flask-SocketIO
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask' 'python-eventlet' 'python-socketio')
-makedepends=('python-setuptools' 'python-sphinx' 'python-build' 
'python-installer' 'python-wheel')
-checkdepends=('python-coverage' 'python-pytest' 'python-tox-current-env' 
'flake8')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('12510b0d853a03d613782a7ed23cf791a3c6c5f8c55e78308c3e635be22384ba7bb207811846d14252fcf4ff21ab42c27f6390382baabf393f1eba24b6a80861')
-b2sums=('4a6a8fffcf27b350616ee4017569b2d55cb352d4b3d71739aee4e872e016e6adc349bf3e79f3b3fcc20e63ab1bec4ebf08776fa32a8972a0d2769672cc448e5f')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python -m build --wheel --no-isolation
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  PYTHONPATH="build/lib" pytest test_socketio.py
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 1254740, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:59:53 UTC (rev 1254741)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-flask-socketio
+_pkgname=Flask-SocketIO
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask' 'python-eventlet' 'python-socketio')
+makedepends=('python-setuptools' 'python-sphinx' 'python-build' 
'python-installer' 'python-wheel')
+checkdepends=('python-coverage' 'python-pytest' 'python-tox-current-env' 
'flake8' 'python-redis')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('4e68280988787b6d2b9860cb27a65a5ee6d8ceaa2462ea10e7fc08ce180d6c4a53f2746f18e1c04eb6cb0f0428499a6ee3bb41fca9740a76ee77785018c5b887')
+b2sums=('d300ce88e40a5c3748ff364bd6ae6edd42aaa6d94c9b4f8725cbe66cbbb3c57b0856d3d34117c37af9b820738f7b1781719c9aafb85fb3706dc7546d8aabb8e9')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python -m build --wheel --no-isolation
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  PYTHONPATH="build/lib" pytest test_socketio.py
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/index.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:59:44
  Author: arojas
Revision: 1254740

upgpkg: python-flask-socketio 5.2.0-1: Update to 5.2.0

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:56:23 UTC (rev 1254739)
+++ PKGBUILD2022-07-19 20:59:44 UTC (rev 1254740)
@@ -2,7 +2,7 @@
 
 pkgname=python-flask-socketio
 _pkgname=Flask-SocketIO
-pkgver=5.1.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -10,11 +10,11 @@
 license=('MIT')
 depends=('python' 'python-flask' 'python-eventlet' 'python-socketio')
 makedepends=('python-setuptools' 'python-sphinx' 'python-build' 
'python-installer' 'python-wheel')
-checkdepends=('python-coverage' 'python-pytest' 'python-tox-current-env' 
'flake8')
+checkdepends=('python-coverage' 'python-pytest' 'python-tox-current-env' 
'flake8' 'python-redis')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('12510b0d853a03d613782a7ed23cf791a3c6c5f8c55e78308c3e635be22384ba7bb207811846d14252fcf4ff21ab42c27f6390382baabf393f1eba24b6a80861')
-b2sums=('4a6a8fffcf27b350616ee4017569b2d55cb352d4b3d71739aee4e872e016e6adc349bf3e79f3b3fcc20e63ab1bec4ebf08776fa32a8972a0d2769672cc448e5f')
+sha512sums=('4e68280988787b6d2b9860cb27a65a5ee6d8ceaa2462ea10e7fc08ce180d6c4a53f2746f18e1c04eb6cb0f0428499a6ee3bb41fca9740a76ee77785018c5b887')
+b2sums=('d300ce88e40a5c3748ff364bd6ae6edd42aaa6d94c9b4f8725cbe66cbbb3c57b0856d3d34117c37af9b820738f7b1781719c9aafb85fb3706dc7546d8aabb8e9')
 
 build() {
   cd ${_pkgname}-${pkgver}



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:56:23
  Author: arojas
Revision: 1254739

archrelease: copy trunk to community-any

Added:
  python-flask-wtf/repos/community-any/PKGBUILD
(from rev 1254738, python-flask-wtf/trunk/PKGBUILD)
Deleted:
  python-flask-wtf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:56:14 UTC (rev 1254738)
+++ PKGBUILD2022-07-19 20:56:23 UTC (rev 1254739)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Serge Victor 
-
-_pyname=flask-wtf
-pkgname=python-flask-wtf
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Simple integration of Flask and WTForms'
-url='https://flask-wtf.readthedocs.io/'
-arch=('any')
-license=('BSD')
-depends=('python-flask' 'python-wtforms' 'python-werkzeug')
-makedepends=('python-setuptools' 'python-sphinx' 'python-pallets-sphinx-themes'
- 'python-sphinxcontrib-log-cabinet' 'python-sphinx-issues')
-checkdepends=('python-flask-babel' 'python-tox')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/flask-wtf/archive/v${pkgver}.tar.gz)
-sha512sums=('eb9e2268954cef004faef32c98cf162daf3538bfa926ba181291eba655338755d449f2a6d436b13474e0fcb08d5736f18b1e326b1ce0b8ca502120c834c85867')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed -i "s/^release, version =/& '${pkgver}', '${pkgver%.*}.x' #/" 
docs/conf.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  tox -e py310
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/flask-wtf.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-wtf/repos/community-any/PKGBUILD (from rev 1254738, 
python-flask-wtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:56:23 UTC (rev 1254739)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Serge Victor 
+
+_pyname=flask-wtf
+pkgname=python-flask-wtf
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Simple integration of Flask and WTForms'
+url='https://flask-wtf.readthedocs.io/'
+arch=('any')
+license=('BSD')
+depends=('python-flask' 'python-wtforms' 'python-werkzeug')
+makedepends=('python-setuptools' 'python-sphinx' 'python-pallets-sphinx-themes'
+ 'python-sphinxcontrib-log-cabinet' 'python-sphinx-issues')
+checkdepends=('python-flask-babel' 'python-tox')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/flask-wtf/archive/v${pkgver}.tar.gz)
+sha512sums=('75774e230b913551c9a21065951f867e0c2ea5e6dcff248a7473045fe6fd67c548de0dd5d4432c2521d22d313e8bd4a465b69bd29d295da4b1d43a8989b41bae')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed -i "s/^release, version =/& '${pkgver}', '${pkgver%.*}.x' #/" 
docs/conf.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  tox -e py310
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
+  install -Dm 644 docs/_build/man/flask-wtf.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:56:14
  Author: arojas
Revision: 1254738

upgpkg: python-flask-wtf 1.0.1-1: Update to 1.0.1

Modified:
  python-flask-wtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:55:02 UTC (rev 1254737)
+++ PKGBUILD2022-07-19 20:56:14 UTC (rev 1254738)
@@ -3,7 +3,7 @@
 
 _pyname=flask-wtf
 pkgname=python-flask-wtf
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Simple integration of Flask and WTForms'
 url='https://flask-wtf.readthedocs.io/'
@@ -15,7 +15,7 @@
 checkdepends=('python-flask-babel' 'python-tox')
 options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/flask-wtf/archive/v${pkgver}.tar.gz)
-sha512sums=('eb9e2268954cef004faef32c98cf162daf3538bfa926ba181291eba655338755d449f2a6d436b13474e0fcb08d5736f18b1e326b1ce0b8ca502120c834c85867')
+sha512sums=('75774e230b913551c9a21065951f867e0c2ea5e6dcff248a7473045fe6fd67c548de0dd5d4432c2521d22d313e8bd4a465b69bd29d295da4b1d43a8989b41bae')
 
 prepare() {
   cd ${_pyname}-${pkgver}



[arch-commits] Commit in python-pallets-sphinx-themes/repos/community-any (3 files)

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:55:02
  Author: arojas
Revision: 1254737

archrelease: copy trunk to community-any

Added:
  python-pallets-sphinx-themes/repos/community-any/PKGBUILD
(from rev 1254736, python-pallets-sphinx-themes/trunk/PKGBUILD)
Deleted:
  python-pallets-sphinx-themes/repos/community-any/PKGBUILD
  python-pallets-sphinx-themes/repos/community-any/jinja2-deprecations.patch

---+
 PKGBUILD  |   66 +++-
 jinja2-deprecations.patch |   66 
 2 files changed, 29 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:54:53 UTC (rev 1254736)
+++ PKGBUILD2022-07-19 20:55:02 UTC (rev 1254737)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-pallets-sphinx-themes
-_pyname=${pkgname/python-/}
-pkgver=2.0.1
-pkgrel=4
-pkgdesc='Sphinx themes for Pallets and related projects'
-url='https://github.com/pallets/pallets-sphinx-themes'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-sphinx' 'python-importlib-metadata')
-makedepends=('python-setuptools')
-source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz
-jinja2-deprecations.patch)
-sha512sums=('6e16ead8bb489336f8b8fe7e50d1e65acf950ab64c90ba1508ceb07bd598d8ddd5b960d9b31697867ddb7bffa970a08d7d53b778b5eec5e01b7c07babf2d5de6'
-
'55009d31e2a0d41b8e2a3e9f69024f283935913589059069ab999ca706ff8fc914e1f7156db9c832091fb771b2c98eb54373d4c3393d439fbbcfd382fa521bec')
-b2sums=('6fc745ffc5d344cd542f1b299ef5151144a13d1f75923398d42a6882d3c80aca4827123a3bd1f751dd771e882170c76f5bad99ad42d09dec2a9baf474d846365'
-
'3b5550c6b0703158abe99f61a1363f233b95265c247e55360d53c83023f473f22c11b832d0fbd4164d7906b6bc50ad90b3b398f8adeed5ab92f651910f0c6b35')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  patch -Np1 -i ../jinja2-deprecations.patch
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pallets-sphinx-themes/repos/community-any/PKGBUILD (from rev 
1254736, python-pallets-sphinx-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:55:02 UTC (rev 1254737)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-pallets-sphinx-themes
+_pyname=${pkgname/python-/}
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Sphinx themes for Pallets and related projects'
+url='https://github.com/pallets/pallets-sphinx-themes'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-importlib-metadata')
+makedepends=('python-setuptools')
+source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('a37b0f4fe38c098c0508988faa54ed8b2e1ad9ba41f95f862734cf38fd093e2b7c42d408fc10e529aca810f4cc37d16e6d707ed9affa433adfcb481006cd4577')
+b2sums=('a5e2d3a02a5996df6e648b8cf9943260d6e0e475108921493300c7d9437837cc66e83b489ad335596c39eac29f3a6e23b7b4abc3cf1fe3bbb018fd874b44aefd')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: jinja2-deprecations.patch
===
--- jinja2-deprecations.patch   2022-07-19 20:54:53 UTC (rev 1254736)
+++ jinja2-deprecations.patch   2022-07-19 20:55:02 UTC (rev 1254737)
@@ -1,66 +0,0 @@
-From 02d9e0fc53128fbdaf7c71d766832c8613797f20 Mon Sep 17 00:00:00 2001
-From: David Lord 
-Date: Wed, 10 Nov 2021 09:10:41 -0800
-Subject: [PATCH] compat for jinja 2.0 deprecations
-

- CHANGES.rst   |  1 +
- src/pallets_sphinx_themes/versions.py | 15 ++-
- 2 files changed, 7 insertions(+), 9 deletions(-)
-
-diff --git a/src/pallets_sphinx_themes/versions.py 
b/src/pallets_sphinx_themes/versions.py
-index e95256b..95a4811 100644
 a/src/pallets_sphinx_themes/versions.py
-+++ b/src/pallets_sphinx_themes/versions.py
-@@ -1,9 +1,8 @@
--import io
- import json
- import os
- from collections import namedtuple
- 
--from jinja2 import contextfunction
-+from jinja2 import pass_context
- from packaging import version as pv
- 
- from .theme_check import only_pallets_theme
-@@ -27,7 +26,7 @@ def local_versions(app):
- 
- if isinstance(config_versions, str):
- if 

[arch-commits] Commit in python-pallets-sphinx-themes/trunk (2 files)

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:54:53
  Author: arojas
Revision: 1254736

upgpkg: python-pallets-sphinx-themes 2.0.2-1: Update to 2.0.2

Modified:
  python-pallets-sphinx-themes/trunk/PKGBUILD
Deleted:
  python-pallets-sphinx-themes/trunk/jinja2-deprecations.patch

---+
 PKGBUILD  |   18 +++-
 jinja2-deprecations.patch |   66 
 2 files changed, 5 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:41:41 UTC (rev 1254735)
+++ PKGBUILD2022-07-19 20:54:53 UTC (rev 1254736)
@@ -2,8 +2,8 @@
 
 pkgname=python-pallets-sphinx-themes
 _pyname=${pkgname/python-/}
-pkgver=2.0.1
-pkgrel=4
+pkgver=2.0.2
+pkgrel=1
 pkgdesc='Sphinx themes for Pallets and related projects'
 url='https://github.com/pallets/pallets-sphinx-themes'
 arch=('any')
@@ -10,18 +10,10 @@
 license=('BSD')
 depends=('python' 'python-sphinx' 'python-importlib-metadata')
 makedepends=('python-setuptools')
-source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz
-jinja2-deprecations.patch)
-sha512sums=('6e16ead8bb489336f8b8fe7e50d1e65acf950ab64c90ba1508ceb07bd598d8ddd5b960d9b31697867ddb7bffa970a08d7d53b778b5eec5e01b7c07babf2d5de6'
-
'55009d31e2a0d41b8e2a3e9f69024f283935913589059069ab999ca706ff8fc914e1f7156db9c832091fb771b2c98eb54373d4c3393d439fbbcfd382fa521bec')
-b2sums=('6fc745ffc5d344cd542f1b299ef5151144a13d1f75923398d42a6882d3c80aca4827123a3bd1f751dd771e882170c76f5bad99ad42d09dec2a9baf474d846365'
-
'3b5550c6b0703158abe99f61a1363f233b95265c247e55360d53c83023f473f22c11b832d0fbd4164d7906b6bc50ad90b3b398f8adeed5ab92f651910f0c6b35')
+source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('a37b0f4fe38c098c0508988faa54ed8b2e1ad9ba41f95f862734cf38fd093e2b7c42d408fc10e529aca810f4cc37d16e6d707ed9affa433adfcb481006cd4577')
+b2sums=('a5e2d3a02a5996df6e648b8cf9943260d6e0e475108921493300c7d9437837cc66e83b489ad335596c39eac29f3a6e23b7b4abc3cf1fe3bbb018fd874b44aefd')
 
-prepare() {
-  cd ${_pyname}-${pkgver}
-  patch -Np1 -i ../jinja2-deprecations.patch
-}
-
 build() {
   cd ${_pyname}-${pkgver}
   python setup.py build

Deleted: jinja2-deprecations.patch
===
--- jinja2-deprecations.patch   2022-07-19 20:41:41 UTC (rev 1254735)
+++ jinja2-deprecations.patch   2022-07-19 20:54:53 UTC (rev 1254736)
@@ -1,66 +0,0 @@
-From 02d9e0fc53128fbdaf7c71d766832c8613797f20 Mon Sep 17 00:00:00 2001
-From: David Lord 
-Date: Wed, 10 Nov 2021 09:10:41 -0800
-Subject: [PATCH] compat for jinja 2.0 deprecations
-

- CHANGES.rst   |  1 +
- src/pallets_sphinx_themes/versions.py | 15 ++-
- 2 files changed, 7 insertions(+), 9 deletions(-)
-
-diff --git a/src/pallets_sphinx_themes/versions.py 
b/src/pallets_sphinx_themes/versions.py
-index e95256b..95a4811 100644
 a/src/pallets_sphinx_themes/versions.py
-+++ b/src/pallets_sphinx_themes/versions.py
-@@ -1,9 +1,8 @@
--import io
- import json
- import os
- from collections import namedtuple
- 
--from jinja2 import contextfunction
-+from jinja2 import pass_context
- from packaging import version as pv
- 
- from .theme_check import only_pallets_theme
-@@ -27,7 +26,7 @@ def local_versions(app):
- 
- if isinstance(config_versions, str):
- if os.path.isfile(config_versions):
--with io.open(config_versions, "rt", encoding="utf8") as f:
-+with open(config_versions, encoding="utf8") as f:
- config_versions = json.load(f)
- else:
- config_versions = json.loads(config_versions)
-@@ -97,7 +96,7 @@ def readthedocs_versions(app):
- 
- 
- def _is_version(value, placeholder="x"):
--if value.endswith(".{}".format(placeholder)):
-+if value.endswith(f".{placeholder}"):
- value = value[: -(len(placeholder) + 1)]
- 
- try:
-@@ -119,11 +118,9 @@ def __new__(cls, name, slug=None, latest=False, 
dev=False, current=False):
- if _is_version(slug):
- name = "Version " + name
- 
--return super(DocVersion, cls).__new__(
--cls, name, slug, version, latest, dev, current
--)
-+return super().__new__(cls, name, slug, version, latest, dev, current)
- 
--@contextfunction
-+@pass_context
- def href(self, context):
- pathto = context["pathto"]
- master_doc = context["master_doc"]
-@@ -134,7 +131,7 @@ def href(self, context):
- path = builder.get_target_uri(pagename)
- return "/".join((master, "..", self.slug, path))
- 
--@contextfunction
-+@pass_context
- def banner(self, context):
- if self.latest:
- return



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:41:41
  Author: arojas
Revision: 1254735

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:41:32 UTC (rev 1254734)
+++ PKGBUILD2022-07-19 20:41:41 UTC (rev 1254735)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=pytest-aiohttp
-pkgname=python-pytest-aiohttp
-pkgver=0.3.0
-pkgrel=8
-pkgdesc='pytest plugin for aiohttp support'
-url='https://github.com/aio-libs/pytest-aiohttp'
-arch=('any')
-license=('Apache')
-depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
-makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221')
-sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pytest-aiohttp/repos/community-any/PKGBUILD (from rev 1254734, 
python-pytest-aiohttp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:41:41 UTC (rev 1254735)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=pytest-aiohttp
+pkgname=python-pytest-aiohttp
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='pytest plugin for aiohttp support'
+url='https://github.com/aio-libs/pytest-aiohttp'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
+makedepends=('python-setuptools-scm')
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
+source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4')
+sha512sums=('baf87e3aa229e8a4ab6746d277a923436ad2e0625825581c94a2fb0a9bbcd309bfc55186f8866589b65a75ccfd7d5b494d71554359724c0b2c9541ea94a177d8')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:41:32
  Author: arojas
Revision: 1254734

upgpkg: python-pytest-aiohttp 1.0.4-1: Update to 1.0.4

Modified:
  python-pytest-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:37:40 UTC (rev 1254733)
+++ PKGBUILD2022-07-19 20:41:32 UTC (rev 1254734)
@@ -2,17 +2,18 @@
 
 _pkgname=pytest-aiohttp
 pkgname=python-pytest-aiohttp
-pkgver=0.3.0
-pkgrel=8
+pkgver=1.0.4
+pkgrel=1
 pkgdesc='pytest plugin for aiohttp support'
 url='https://github.com/aio-libs/pytest-aiohttp'
 arch=('any')
 license=('Apache')
 depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
-makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221')
-sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69')
+makedepends=('python-setuptools-scm')
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
+source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4')
+sha512sums=('baf87e3aa229e8a4ab6746d277a923436ad2e0625825581c94a2fb0a9bbcd309bfc55186f8866589b65a75ccfd7d5b494d71554359724c0b2c9541ea94a177d8')
 
 build() {
   cd ${_pkgname}-${pkgver}



[arch-commits] Commit in python-flask-paranoid/repos/community-any (3 files)

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:37:40
  Author: arojas
Revision: 1254733

archrelease: copy trunk to community-any

Added:
  python-flask-paranoid/repos/community-any/PKGBUILD
(from rev 1254732, python-flask-paranoid/trunk/PKGBUILD)
Deleted:
  python-flask-paranoid/repos/community-any/PKGBUILD
  python-flask-paranoid/repos/community-any/no-hyphens-in-cookie-dates.patch

--+
 PKGBUILD |   86 -
 no-hyphens-in-cookie-dates.patch |   12 -
 2 files changed, 39 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:37:31 UTC (rev 1254732)
+++ PKGBUILD2022-07-19 20:37:40 UTC (rev 1254733)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=flask-paranoid
-pkgname=python-flask-paranoid
-pkgver=0.2
-pkgrel=8
-pkgdesc='Simple user session protection for Flask applications'
-url='https://github.com/miguelgrinberg/flask-paranoid/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask')
-makedepends=('python-sphinx' 'python-setuptools')
-checkdepends=('python-pytest')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/flask-paranoid/archive/v${pkgver}.tar.gz
-no-hyphens-in-cookie-dates.patch)
-sha256sums=('cda72c43fd17e6b782e079942b79ec9b19ac40c06337c871cc1dfedbe49297d3'
-'2a2f746a795b442b2894af1754fc7db18fb90594099df0af169d190aafb0f7b1')
-sha512sums=('0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae'
-
'2cbabd825d962a79ce9f53694f4f9223156094d586754a64fd51216a8cf2486b1638f3668e85783ec46de184cf6cd9e2628fc860df3835295792d657bc2d2f19')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  patch -Np1 -i ../no-hyphens-in-cookie-dates.patch
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-paranoid.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-paranoid/repos/community-any/PKGBUILD (from rev 1254732, 
python-flask-paranoid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:37:40 UTC (rev 1254733)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-paranoid
+pkgname=python-flask-paranoid
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Simple user session protection for Flask applications'
+url='https://github.com/miguelgrinberg/flask-paranoid/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask')
+makedepends=('python-sphinx' 'python-setuptools')
+checkdepends=('python-pytest')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/flask-paranoid/archive/v${pkgver}.tar.gz)
+sha256sums=('cab9f54e382707c31eb5ad58e1ce3b371ecd0d5d4f3385f9cf01bd13a2e1d9ec')
+sha512sums=('68e49a79e7e00c3a89bcc0347c41b80634b3f5f64227f4ae44db95a286a57b6101dff8f7aba592b8d325b38effc58744ee15d56bd8be30507b76c5dc836fc112')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-paranoid.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: no-hyphens-in-cookie-dates.patch
===
--- no-hyphens-in-cookie-dates.patch2022-07-19 20:37:31 UTC (rev 1254732)
+++ no-hyphens-in-cookie-dates.patch2022-07-19 20:37:40 UTC (rev 1254733)
@@ -1,12 +0,0 @@
-diff -upr flask-paranoid-0.2.orig/tests/test_paranoid.py 
flask-paranoid-0.2/tests/test_paranoid.py
 flask-paranoid-0.2.orig/tests/test_paranoid.py 2017-11-17 
21:44:46.0 +0200
-+++ flask-paranoid-0.2/tests/test_paranoid.py  2021-12-02 21:05:34.088953533 
+0200
-@@ -7,7 +7,7 @@ from flask_paranoid import Paranoid
- 
- class ParanoidTests(unittest.TestCase):
- def _delete_cookie(self, 

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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:37:31
  Author: arojas
Revision: 1254732

upgpkg: python-flask-paranoid 0.3.0-1: Update to 0.3.0

Modified:
  python-flask-paranoid/trunk/PKGBUILD
Deleted:
  python-flask-paranoid/trunk/no-hyphens-in-cookie-dates.patch

--+
 PKGBUILD |   18 +-
 no-hyphens-in-cookie-dates.patch |   12 
 2 files changed, 5 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:36:58 UTC (rev 1254731)
+++ PKGBUILD2022-07-19 20:37:31 UTC (rev 1254732)
@@ -2,8 +2,8 @@
 
 _pkgname=flask-paranoid
 pkgname=python-flask-paranoid
-pkgver=0.2
-pkgrel=8
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='Simple user session protection for Flask applications'
 url='https://github.com/miguelgrinberg/flask-paranoid/'
 arch=('any')
@@ -11,18 +11,10 @@
 depends=('python' 'python-flask')
 makedepends=('python-sphinx' 'python-setuptools')
 checkdepends=('python-pytest')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/flask-paranoid/archive/v${pkgver}.tar.gz
-no-hyphens-in-cookie-dates.patch)
-sha256sums=('cda72c43fd17e6b782e079942b79ec9b19ac40c06337c871cc1dfedbe49297d3'
-'2a2f746a795b442b2894af1754fc7db18fb90594099df0af169d190aafb0f7b1')
-sha512sums=('0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae'
-
'2cbabd825d962a79ce9f53694f4f9223156094d586754a64fd51216a8cf2486b1638f3668e85783ec46de184cf6cd9e2628fc860df3835295792d657bc2d2f19')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/flask-paranoid/archive/v${pkgver}.tar.gz)
+sha256sums=('cab9f54e382707c31eb5ad58e1ce3b371ecd0d5d4f3385f9cf01bd13a2e1d9ec')
+sha512sums=('68e49a79e7e00c3a89bcc0347c41b80634b3f5f64227f4ae44db95a286a57b6101dff8f7aba592b8d325b38effc58744ee15d56bd8be30507b76c5dc836fc112')
 
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  patch -Np1 -i ../no-hyphens-in-cookie-dates.patch
-}
-
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build

Deleted: no-hyphens-in-cookie-dates.patch
===
--- no-hyphens-in-cookie-dates.patch2022-07-19 20:36:58 UTC (rev 1254731)
+++ no-hyphens-in-cookie-dates.patch2022-07-19 20:37:31 UTC (rev 1254732)
@@ -1,12 +0,0 @@
-diff -upr flask-paranoid-0.2.orig/tests/test_paranoid.py 
flask-paranoid-0.2/tests/test_paranoid.py
 flask-paranoid-0.2.orig/tests/test_paranoid.py 2017-11-17 
21:44:46.0 +0200
-+++ flask-paranoid-0.2/tests/test_paranoid.py  2021-12-02 21:05:34.088953533 
+0200
-@@ -7,7 +7,7 @@ from flask_paranoid import Paranoid
- 
- class ParanoidTests(unittest.TestCase):
- def _delete_cookie(self, name):
--return (name + '=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; '
-+return (name + '=; Expires=Thu, 01 Jan 1970 00:00:00 GMT; '
- 'Max-Age=0; Path=/')
- 
- def test_401(self):



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 20:36:58
  Author: dvzrv
Revision: 1254731

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:35:24 UTC (rev 1254730)
+++ PKGBUILD2022-07-19 20:36:58 UTC (rev 1254731)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-_name=inflect
-pkgname=python-inflect
-pkgver=5.6.1
-pkgrel=1
-pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite 
articles"
-arch=(any)
-url="https://github.com/jazzband/inflect;
-license=(MIT)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools-scm python-toml 
python-wheel)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('d908786d82e56871344aee716a2b8dd8da51b0f47af363916b47bceb04468ce6f3c321f5f429e12b10f06c100b0a2ebc249b94110518f33ed0844694cf0f108f')
-b2sums=('c465a962abbdda852fd778d09e3966bdb06dd34f56ef624a3f7d63e277b6e178d891aa23709d6591fe31a07acb3c25a7640aabb790ddf4493df82ab735963f98')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  # install to temporary location, as importlib is used
-  python -m installer --destdir=test_dir dist/*.whl
-  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
-  pytest -vv -c /dev/null
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 {CHANGES,README}.rst -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-inflect/repos/community-any/PKGBUILD (from rev 1254730, 
python-inflect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:36:58 UTC (rev 1254731)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+_name=inflect
+pkgname=python-inflect
+pkgver=5.6.2
+pkgrel=1
+pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite 
articles"
+arch=(any)
+url="https://github.com/jazzband/inflect;
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools-scm python-toml 
python-wheel)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('0bf66803c888575be478d45c1ddaf96432b8883af2b854a874678643e7b92a6a1bc60eb0d6ee324346dd4df7482364a7525a40f04f31910263c840196ba49d38')
+b2sums=('d20739928bc0a5e181456c3bbc583e5816bd87b615ad1f6c1ec6edede3a67614ff4a97db4973d940d2615f40958efcf24f0de3cecaaaf2e892defec322481b4c')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  pytest -vv -c /dev/null
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {CHANGES,README}.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 20:35:24
  Author: dvzrv
Revision: 1254730

upgpkg: python-inflect 5.6.2-1: Upgrade to 5.6.2.

Modified:
  python-inflect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:35:16 UTC (rev 1254729)
+++ PKGBUILD2022-07-19 20:35:24 UTC (rev 1254730)
@@ -2,7 +2,7 @@
 
 _name=inflect
 pkgname=python-inflect
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite 
articles"
 arch=(any)
@@ -12,8 +12,8 @@
 makedepends=(python-build python-installer python-setuptools-scm python-toml 
python-wheel)
 checkdepends=(python-pytest)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('d908786d82e56871344aee716a2b8dd8da51b0f47af363916b47bceb04468ce6f3c321f5f429e12b10f06c100b0a2ebc249b94110518f33ed0844694cf0f108f')
-b2sums=('c465a962abbdda852fd778d09e3966bdb06dd34f56ef624a3f7d63e277b6e178d891aa23709d6591fe31a07acb3c25a7640aabb790ddf4493df82ab735963f98')
+sha512sums=('0bf66803c888575be478d45c1ddaf96432b8883af2b854a874678643e7b92a6a1bc60eb0d6ee324346dd4df7482364a7525a40f04f31910263c840196ba49d38')
+b2sums=('d20739928bc0a5e181456c3bbc583e5816bd87b615ad1f6c1ec6edede3a67614ff4a97db4973d940d2615f40958efcf24f0de3cecaaaf2e892defec322481b4c')
 
 build() {
   cd $_name-$pkgver



[arch-commits] Commit in radicale/repos/community-any (10 files)

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 20:35:16
  Author: dvzrv
Revision: 1254729

archrelease: copy trunk to community-any

Added:
  radicale/repos/community-any/PKGBUILD
(from rev 1254728, radicale/trunk/PKGBUILD)
  radicale/repos/community-any/radicale-sysusers.conf
(from rev 1254728, radicale/trunk/radicale-sysusers.conf)
  radicale/repos/community-any/radicale-tmpfiles.conf
(from rev 1254728, radicale/trunk/radicale-tmpfiles.conf)
  radicale/repos/community-any/radicale.install
(from rev 1254728, radicale/trunk/radicale.install)
  radicale/repos/community-any/radicale.service
(from rev 1254728, radicale/trunk/radicale.service)
Deleted:
  radicale/repos/community-any/PKGBUILD
  radicale/repos/community-any/radicale-sysusers.conf
  radicale/repos/community-any/radicale-tmpfiles.conf
  radicale/repos/community-any/radicale.install
  radicale/repos/community-any/radicale.service

+
 PKGBUILD   |  146 +++
 radicale-sysusers.conf |2 
 radicale-tmpfiles.conf |4 -
 radicale.install   |   16 ++---
 radicale.service   |   82 +-
 5 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:34:31 UTC (rev 1254728)
+++ PKGBUILD2022-07-19 20:35:16 UTC (rev 1254729)
@@ -1,73 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Moritz Lipp 
-# Contributor: fordprefect 
-# Contributor: Thor77 
-
-pkgname=radicale
-_name=Radicale
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Simple calendar (CalDAV) and contact (CardDAV) server"
-arch=(any)
-url="https://radicale.org/;
-license=(GPL3)
-depends=(python-bcrypt python-dateutil python-defusedxml python-passlib
-python-pytz python-vobject)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest python-pytest-runner python-typeguard 
python-waitress)
-backup=(
-  'etc/radicale/config'
-  'etc/radicale/rights'
-  'etc/radicale/users'
-)
-install=$pkgname.install
-source=(
-  
$pkgname-$pkgver.tar.gz::https://github.com/Kozea/$pkgname/archive/v$pkgver.tar.gz
-  $pkgname-sysusers.conf
-  $pkgname-tmpfiles.conf
-  $pkgname.service
-)
-sha512sums=('04ae2072a90f303dd18de3a2cf6474263ca9650ee87ee72be0d7177ad2f2f61f4860784674bac8dbff2c2679ac45acd03aa38c02b00349f01669c6cf4a474605'
-
'56dffb66e018cfbf158dc5d8fe638b3cb31229945f659aae5623f219bcd1d68ddc375f1633fa8e857a9b2f50c9e05a06efce165370137d6e116a4f187466637f'
-
'9d0dd88e4a34e9f97abda1785698e4b2a5e8202063deeb91b84e13c05e00b07e45b8d4d9eca09b9241b1138bbbfdc999dba0135c18f5bc0c08d65b0cd83b367b'
-
'0f74a662e2eee56a89f5735e686910043ad5589b638e56a7ad3caa6d3b111cfbf1c131fe1b2ee34ce0d10d2f8a041a183f1382b1e1c9594f7e793c92161ef17a')
-b2sums=('3192acd1e4ee9a63803bcc7aac7b62ae50a94a88d294f3299508dbd1f7a42cb79ea87dc2675509c1b12f76e75e37635b1a97672db61b09f5dfaefc5bbc1d616e'
-
'b3af60e144ef857e42ec672e806e9600265ab7d2ea4a75011de9ab56918a008437afdacb301df210b54424fb7ff1e9a332831c67b2e58fd6bc0a0aa1eebe8909'
-
'41916d62f5e3f1060bd21db0722abe837754a4cb915af218c904dafac4b06794f8fde2e34486fb7392777b4738502f3df4c1390b835050045337585b064e23bb'
-
'8d7e732bb7430428db2b60ffd8b4b1c3e85cbda4a1b900ae28d80c46a64e97ab484d9cc13aaa2582eeca4063f4e74141754f1e67769d444b08b3663f62cf8bf1')
-
-prepare() {
-  cd $_name-$pkgver
-  touch "users"
-}
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-
-  cd $_name-$pkgver
-  python -m installer --destdir=test_dir dist/*.whl
-  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
-  pytest -v -c /dev/null
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  # config
-  install -vDm 644 {config,rights,users} -t "$pkgdir/etc/$pkgname/"
-  # wsgi
-  install -vDm 644 $pkgname.wsgi -t "$pkgdir/usr/share/$pkgname/"
-  # systemd service
-  install -vDm 644 ../$pkgname.service -t "$pkgdir/usr/lib/systemd/system/"
-  # sysusers.d
-  install -vDm 644 ../$pkgname-sysusers.conf 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # tmpfiles.d
-  install -vDm 644 ../$pkgname-tmpfiles.conf 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  # docs
-  install -vDm 644 {CHANGELOG,DOCUMENTATION,README}.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: radicale/repos/community-any/PKGBUILD (from rev 1254728, 
radicale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:35:16 UTC (rev 1254729)
@@ -0,0 +1,73 @@
+# Maintainer: David Runge 
+# Contributor: Moritz Lipp 
+# Contributor: fordprefect 
+# Contributor: Thor77 
+
+pkgname=radicale
+_name=Radicale
+pkgver=3.1.8
+pkgrel=1
+pkgdesc="Simple calendar (CalDAV) and contact (CardDAV) 

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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 20:34:31
  Author: dvzrv
Revision: 1254728

upgpkg: radicale 3.1.8-1: Upgrade to 3.1.8.

Modified:
  radicale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:34:30 UTC (rev 1254727)
+++ PKGBUILD2022-07-19 20:34:31 UTC (rev 1254728)
@@ -5,7 +5,7 @@
 
 pkgname=radicale
 _name=Radicale
-pkgver=3.1.7
+pkgver=3.1.8
 pkgrel=1
 pkgdesc="Simple calendar (CalDAV) and contact (CardDAV) server"
 arch=(any)
@@ -27,11 +27,11 @@
   $pkgname-tmpfiles.conf
   $pkgname.service
 )
-sha512sums=('04ae2072a90f303dd18de3a2cf6474263ca9650ee87ee72be0d7177ad2f2f61f4860784674bac8dbff2c2679ac45acd03aa38c02b00349f01669c6cf4a474605'
+sha512sums=('5c4b55ee9cfc5060a0e0cf1f284d2c5a354bcabd7a088214e917fabb0083bcd172fd92aeb59b1f869f34e04f8c276efbed15c2a3ff2fdbc81b2220586bbaf31b'
 
'56dffb66e018cfbf158dc5d8fe638b3cb31229945f659aae5623f219bcd1d68ddc375f1633fa8e857a9b2f50c9e05a06efce165370137d6e116a4f187466637f'
 
'9d0dd88e4a34e9f97abda1785698e4b2a5e8202063deeb91b84e13c05e00b07e45b8d4d9eca09b9241b1138bbbfdc999dba0135c18f5bc0c08d65b0cd83b367b'
 
'0f74a662e2eee56a89f5735e686910043ad5589b638e56a7ad3caa6d3b111cfbf1c131fe1b2ee34ce0d10d2f8a041a183f1382b1e1c9594f7e793c92161ef17a')
-b2sums=('3192acd1e4ee9a63803bcc7aac7b62ae50a94a88d294f3299508dbd1f7a42cb79ea87dc2675509c1b12f76e75e37635b1a97672db61b09f5dfaefc5bbc1d616e'
+b2sums=('ec855138aa18508da5375c5bde854cee4d4110fb75437cc1472afd3b589dfa523031cdd1b8a51a0f6a74dfe819308acd068b979acde32c05941d113d9d289f1e'
 
'b3af60e144ef857e42ec672e806e9600265ab7d2ea4a75011de9ab56918a008437afdacb301df210b54424fb7ff1e9a332831c67b2e58fd6bc0a0aa1eebe8909'
 
'41916d62f5e3f1060bd21db0722abe837754a4cb915af218c904dafac4b06794f8fde2e34486fb7392777b4738502f3df4c1390b835050045337585b064e23bb'
 
'8d7e732bb7430428db2b60ffd8b4b1c3e85cbda4a1b900ae28d80c46a64e97ab484d9cc13aaa2582eeca4063f4e74141754f1e67769d444b08b3663f62cf8bf1')



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:34:30
  Author: arojas
Revision: 1254727

archrelease: copy trunk to community-any

Added:
  python-flask-htmlmin/repos/community-any/PKGBUILD
(from rev 1254726, python-flask-htmlmin/trunk/PKGBUILD)
Deleted:
  python-flask-htmlmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:34:22 UTC (rev 1254726)
+++ PKGBUILD2022-07-19 20:34:30 UTC (rev 1254727)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=Flask-HTMLmin
-pkgname=python-flask-htmlmin
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Flask html response minifier'
-url='https://github.com/hamidfzm/Flask-HTMLmin'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-flask' 'python-htmlmin')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
-source=(https://github.com/hamidfzm/Flask-HTMLmin/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('a2958cf77c5ea7a0cc1f94a7b147be748ca52d923c6261de1a68f2cac2bc3d22')
-sha512sums=('3d3ea40bc5d802f41b0d3a99fcca59407b3948d9b4fe2300bc597bbfbaa851435276a7dcee4b6cc08cc52b0674a53fd655b7bb1c6504bd53ea9963600626a59a')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-htmlmin/repos/community-any/PKGBUILD (from rev 1254726, 
python-flask-htmlmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:34:30 UTC (rev 1254727)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=Flask-HTMLmin
+pkgname=python-flask-htmlmin
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Flask html response minifier'
+url='https://github.com/hamidfzm/Flask-HTMLmin'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-flask' 'python-htmlmin')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
+source=(https://github.com/hamidfzm/Flask-HTMLmin/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('09ec02228692e41baa9a688261c71116efe38cafbae9d771fce5f476ecb52171')
+sha512sums=('24287ef93e99a16e7dde35ba6b7b8fefa06f11ce30fb47969313c3e0e1135ac8a2685aac06bc430d3253162f4f2bc7e8eed90ddda2092bbad092d4e0d09cb4fc')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:34:22
  Author: arojas
Revision: 1254726

upgpkg: python-flask-htmlmin 2.2.0-1: Update to 2.2.0

Modified:
  python-flask-htmlmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:32:19 UTC (rev 1254725)
+++ PKGBUILD2022-07-19 20:34:22 UTC (rev 1254726)
@@ -2,8 +2,8 @@
 
 _pkgname=Flask-HTMLmin
 pkgname=python-flask-htmlmin
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Flask html response minifier'
 url='https://github.com/hamidfzm/Flask-HTMLmin'
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
 
source=(https://github.com/hamidfzm/Flask-HTMLmin/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('a2958cf77c5ea7a0cc1f94a7b147be748ca52d923c6261de1a68f2cac2bc3d22')
-sha512sums=('3d3ea40bc5d802f41b0d3a99fcca59407b3948d9b4fe2300bc597bbfbaa851435276a7dcee4b6cc08cc52b0674a53fd655b7bb1c6504bd53ea9963600626a59a')
+sha256sums=('09ec02228692e41baa9a688261c71116efe38cafbae9d771fce5f476ecb52171')
+sha512sums=('24287ef93e99a16e7dde35ba6b7b8fefa06f11ce30fb47969313c3e0e1135ac8a2685aac06bc430d3253162f4f2bc7e8eed90ddda2092bbad092d4e0d09cb4fc')
 
 build() {
   cd ${_pkgname}-${pkgver}



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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 20:32:19
  Author: dvzrv
Revision: 1254725

archrelease: copy trunk to community-x86_64

Added:
  reaper/repos/community-x86_64/PKGBUILD
(from rev 1254724, reaper/trunk/PKGBUILD)
  reaper/repos/community-x86_64/redistribution.eml
(from rev 1254724, reaper/trunk/redistribution.eml)
Deleted:
  reaper/repos/community-x86_64/PKGBUILD
  reaper/repos/community-x86_64/redistribution.eml

+
 PKGBUILD   |   95 ---
 redistribution.eml |  304 +--
 2 files changed, 200 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:31:38 UTC (rev 1254724)
+++ PKGBUILD2022-07-19 20:32:19 UTC (rev 1254725)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=reaper
-pkgver=6.63
-pkgrel=1
-pkgdesc="A complete digital audio production application for computers"
-arch=(x86_64)
-url="https://reaper.fm;
-license=(custom)
-groups=(pro-audio)
-depends=(alsa-lib libasound.so fontconfig gcc-libs hicolor-icon-theme libglvnd 
libx11 libxi)
-makedepends=(kservice xdg-utils)
-optdepends=(
-  'jack: for JACK support'
-  'pulseaudio: for PulseAudio support'
-)
-provides=(lv2-host vst-host vst3-host)
-source=(
-  https://reaper.fm/files/${pkgver::1}.x/reaper${pkgver//.}_linux_$CARCH.tar.xz
-  redistribution.eml
-)
-sha512sums=('c9be5bad9841c48a2cc2c5fb1951b0f80d2e7331547a72da67c2041fba5a5f3a2a7bb0d774d1d7bbc4e7f2cb9b4db647f2c8efddaa8ee654d1a9c49319967cc6'
-
'a2746fa0b847dbd587f24983569b01120f4706306242223c8857360219569d965df8c25c98f31d68140eb66d7458384653b5b042f7433a84957a990d8e587d92')
-b2sums=('a056fb44ce76203cd545c6bcf79005e0856e4b3b789779157a36a43a3b472e08e6c622e2b07d5748b9be8f1c46a7003246775da80d920995571e87c92af14a2b'
-
'ddbf47cb04ad9e9fb937b09a0ea0c88d4416ceaabc4e420750ff9303447a50a323060f018bd9f52907a1a5e4ea3ebe685eb336d1b6f4bbbc89a12e2370be8728')
-
-package() {
-  cd ${pkgname}_linux_$CARCH
-  XDG_DATA_HOME="$srcdir/xdg/" ./install-reaper.sh --install "$pkgdir/usr/lib" 
--integrate-user-desktop
-  # remove unneeded uninstallation script
-  rm -v "$pkgdir/usr/lib/${pkgname^^}/uninstall-reaper.sh"
-
-  # strip $pkgdir from XDG desktop Exec line
-  sed -e "s|$pkgdir||g" -i "$srcdir/xdg/applications/"*.desktop
-  # install only required files for XDG integration
-  install -vDm 644 "$srcdir/xdg/applications/"*.desktop -t 
"$pkgdir/usr/share/applications/"
-  install -vDm 644 "$srcdir/xdg/mime/packages/"*.xml -t 
"$pkgdir/usr/share/mime/packages/"
-  install -vDm 644 "$srcdir/xdg/icons/hicolor/256x256/apps/"*.png -t 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/"
-
-  # add convenience symlink to PATH
-  install -vdm 755 "$pkgdir/usr/bin"
-  ln -sv /usr/lib/${pkgname^^}/$pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # install EULA and redistribution allowance
-  install -vDm 644 "$pkgdir/usr/lib/${pkgname^^}/EULA.txt" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 "$srcdir/redistribution.eml" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: reaper/repos/community-x86_64/PKGBUILD (from rev 1254724, 
reaper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:32:19 UTC (rev 1254725)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+pkgname=reaper
+pkgver=6.64
+pkgrel=1
+pkgdesc="A complete digital audio production application for computers"
+arch=(x86_64)
+url="https://reaper.fm;
+license=(custom)
+groups=(pro-audio)
+depends=(alsa-lib libasound.so fontconfig gcc-libs hicolor-icon-theme libglvnd 
libx11 libxi)
+makedepends=(kservice xdg-utils)
+optdepends=(
+  'jack: for JACK support'
+  'pulseaudio: for PulseAudio support'
+  'python: for Python plugins'
+)
+provides=(lv2-host vst-host vst3-host)
+source=(
+  https://reaper.fm/files/${pkgver::1}.x/reaper${pkgver//.}_linux_$CARCH.tar.xz
+  redistribution.eml
+)
+sha512sums=('7c8c57bdb634e5e3782fad2ee443d8baeeaaacdabd5eaf62606a8cb044cc9e9280e2109a33803e091d811e6c6d4047ae543d229b76fe4e4cc7742d272048295f'
+
'a2746fa0b847dbd587f24983569b01120f4706306242223c8857360219569d965df8c25c98f31d68140eb66d7458384653b5b042f7433a84957a990d8e587d92')
+b2sums=('1524a50c9237732e06f396b22ff9ce1e79e09458e57a1cad2c19f3892e19c236ac2daee32ee612e7715aaf5dc5bc999a23b1d7a7cd3fed4c32ee75760128f8a8'
+
'ddbf47cb04ad9e9fb937b09a0ea0c88d4416ceaabc4e420750ff9303447a50a323060f018bd9f52907a1a5e4ea3ebe685eb336d1b6f4bbbc89a12e2370be8728')
+
+package() {
+  cd ${pkgname}_linux_$CARCH
+  XDG_DATA_HOME="$srcdir/xdg/" ./install-reaper.sh --install "$pkgdir/usr/lib" 
--integrate-user-desktop
+  # remove unneeded uninstallation script
+  rm -v "$pkgdir/usr/lib/${pkgname^^}/uninstall-reaper.sh"
+
+  # strip $pkgdir from XDG desktop Exec line
+  sed -e "s|$pkgdir||g" -i "$srcdir/xdg/applications/"*.desktop
+  # install only required files for XDG 

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

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 20:31:38
  Author: dvzrv
Revision: 1254724

upgpkg: reaper 6.64-1: Upgrade to 6.64.

Add python to optdepends for Python plugins.

Modified:
  reaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:30:16 UTC (rev 1254723)
+++ PKGBUILD2022-07-19 20:31:38 UTC (rev 1254724)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=reaper
-pkgver=6.63
+pkgver=6.64
 pkgrel=1
 pkgdesc="A complete digital audio production application for computers"
 arch=(x86_64)
@@ -13,6 +13,7 @@
 optdepends=(
   'jack: for JACK support'
   'pulseaudio: for PulseAudio support'
+  'python: for Python plugins'
 )
 provides=(lv2-host vst-host vst3-host)
 source=(
@@ -19,9 +20,9 @@
   https://reaper.fm/files/${pkgver::1}.x/reaper${pkgver//.}_linux_$CARCH.tar.xz
   redistribution.eml
 )
-sha512sums=('c9be5bad9841c48a2cc2c5fb1951b0f80d2e7331547a72da67c2041fba5a5f3a2a7bb0d774d1d7bbc4e7f2cb9b4db647f2c8efddaa8ee654d1a9c49319967cc6'
+sha512sums=('7c8c57bdb634e5e3782fad2ee443d8baeeaaacdabd5eaf62606a8cb044cc9e9280e2109a33803e091d811e6c6d4047ae543d229b76fe4e4cc7742d272048295f'
 
'a2746fa0b847dbd587f24983569b01120f4706306242223c8857360219569d965df8c25c98f31d68140eb66d7458384653b5b042f7433a84957a990d8e587d92')
-b2sums=('a056fb44ce76203cd545c6bcf79005e0856e4b3b789779157a36a43a3b472e08e6c622e2b07d5748b9be8f1c46a7003246775da80d920995571e87c92af14a2b'
+b2sums=('1524a50c9237732e06f396b22ff9ce1e79e09458e57a1cad2c19f3892e19c236ac2daee32ee612e7715aaf5dc5bc999a23b1d7a7cd3fed4c32ee75760128f8a8'
 
'ddbf47cb04ad9e9fb937b09a0ea0c88d4416ceaabc4e420750ff9303447a50a323060f018bd9f52907a1a5e4ea3ebe685eb336d1b6f4bbbc89a12e2370be8728')
 
 package() {



[arch-commits] Commit in lib32-mpg123/repos/multilib-x86_64 (PKGBUILD PKGBUILD keys)

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:30:16
  Author: arojas
Revision: 1254723

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD
(from rev 1254722, lib32-mpg123/trunk/PKGBUILD)
  lib32-mpg123/repos/multilib-x86_64/keys/
Deleted:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:30:06 UTC (rev 1254722)
+++ PKGBUILD2022-07-19 20:30:16 UTC (rev 1254723)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Hugo Doria 
-# Contributor: Giovanni Scafora 
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.29.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
-arch=('x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('0d8db63f9bae1507887bc5241a56abccfeb767b7ba8362eb0fce9de2f63369e57fdd6f25a953f8ef5f9ead4f400237db51914816e278566fdf8e6f205ebca5d6'
-'SKIP')
-validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 1254722, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:30:16 UTC (rev 1254723)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Hugo Doria 
+# Contributor: Giovanni Scafora 
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.30.1
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
+arch=('x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+source=(https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('098fcecc6a570e32ccd164b62428417186265905d148d009ea592c948a02027d67fc43e015ece21cf98f31bbe35b3ec770faba5ae0b914db0022cb6b37fd'
+'SKIP')
+validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:30:06
  Author: arojas
Revision: 1254722

upgpkg: lib32-mpg123 1.30.1-1: Update to 1.30.1

Added:
  lib32-mpg123/trunk/keys/
  lib32-mpg123/trunk/keys/pgp/
  lib32-mpg123/trunk/keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
Modified:
  lib32-mpg123/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 20:16:45 UTC (rev 1254721)
+++ PKGBUILD2022-07-19 20:30:06 UTC (rev 1254722)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.29.3
+pkgver=1.30.1
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(https://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('0d8db63f9bae1507887bc5241a56abccfeb767b7ba8362eb0fce9de2f63369e57fdd6f25a953f8ef5f9ead4f400237db51914816e278566fdf8e6f205ebca5d6'
+sha512sums=('098fcecc6a570e32ccd164b62428417186265905d148d009ea592c948a02027d67fc43e015ece21cf98f31bbe35b3ec770faba5ae0b914db0022cb6b37fd'
 'SKIP')
 validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
 

Added: keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
===
(Binary files differ)

Index: lib32-mpg123/trunk/keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
===
--- keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc   2022-07-19 
20:16:45 UTC (rev 1254721)
+++ keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc   2022-07-19 
20:30:06 UTC (rev 1254722)

Property changes on: 
lib32-mpg123/trunk/keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:22:07
  Author: arojas
Revision: 451486

archrelease: copy trunk to extra-x86_64

Added:
  mpg123/repos/extra-x86_64/PKGBUILD
(from rev 451485, mpg123/trunk/PKGBUILD)
  mpg123/repos/extra-x86_64/keys/
Deleted:
  mpg123/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:21:56 UTC (rev 451485)
+++ PKGBUILD2022-07-19 20:22:07 UTC (rev 451486)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.29.3
-pkgrel=2
-pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
-url="https://sourceforge.net/projects/mpg123;
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl2' 'jack' 'libpulse')
-optdepends=('sdl2: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support'
-'perl: for conplay')
-provides=(libmpg123.so libout123.so)
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('0d8db63f9bae1507887bc5241a56abccfeb767b7ba8362eb0fce9de2f63369e57fdd6f25a953f8ef5f9ead4f400237db51914816e278566fdf8e6f205ebca5d6'
-'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-int-quality \
---with-audio="alsa oss sdl jack pulse"
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}
-
-# vim: ts=2 sw=2 et:

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 451485, 
mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:22:07 UTC (rev 451486)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.30.1
+pkgrel=1
+pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
+url="https://sourceforge.net/projects/mpg123;
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl2' 'jack' 'libpulse')
+optdepends=('sdl2: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support'
+'perl: for conplay')
+provides=(libmpg123.so libout123.so)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('098fcecc6a570e32ccd164b62428417186265905d148d009ea592c948a02027d67fc43e015ece21cf98f31bbe35b3ec770faba5ae0b914db0022cb6b37fd'
+'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-int-quality \
+--with-audio="alsa oss sdl jack pulse"
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:21:56
  Author: arojas
Revision: 451485

upgpkg: mpg123 1.30.1-1: Update to 1.30.1

Added:
  mpg123/trunk/keys/
  mpg123/trunk/keys/pgp/
  mpg123/trunk/keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
Modified:
  mpg123/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:54:49 UTC (rev 451484)
+++ PKGBUILD2022-07-19 20:21:56 UTC (rev 451485)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=mpg123
-pkgver=1.29.3
-pkgrel=2
+pkgver=1.30.1
+pkgrel=1
 pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3'
 url="https://sourceforge.net/projects/mpg123;
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'perl: for conplay')
 provides=(libmpg123.so libout123.so)
 
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('0d8db63f9bae1507887bc5241a56abccfeb767b7ba8362eb0fce9de2f63369e57fdd6f25a953f8ef5f9ead4f400237db51914816e278566fdf8e6f205ebca5d6'
+sha512sums=('098fcecc6a570e32ccd164b62428417186265905d148d009ea592c948a02027d67fc43e015ece21cf98f31bbe35b3ec770faba5ae0b914db0022cb6b37fd'
 'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 

Added: keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
===
(Binary files differ)

Index: mpg123/trunk/keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
===
--- keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc   2022-07-19 
19:54:49 UTC (rev 451484)
+++ keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc   2022-07-19 
20:21:56 UTC (rev 451485)

Property changes on: 
mpg123/trunk/keys/pgp/D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:16:45
  Author: arojas
Revision: 1254721

archrelease: copy trunk to community-x86_64

Added:
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 1254720, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 1254720, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

+
 PKGBUILD   |   82 +--
 custom_ioctl.patch |   40 
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 20:16:34 UTC (rev 1254720)
+++ PKGBUILD2022-07-19 20:16:45 UTC (rev 1254721)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: Gergely Imreh 
-# Contributor: champus
-# Contributor: madeye
-# Contributor: ranguvar
-# Contributor: ninja_pt
-
-pkgname=hwinfo
-pkgver=21.81
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=(x86_64)
-url='https://github.com/openSUSE/hwinfo'
-license=(GPL2)
-depends=('libx86emu=3.5' perl-xml-parser perl-xml-writer)
-makedepends=(flex git sysfsutils)
-options=(!emptydirs)
-source=(custom_ioctl.patch
-"git+$url#commit=3d7add656d689e53329b390f4ef898a269e2a288") # tag: 
21.80
-b2sums=('2b1bd3b53bbfc1e545e1a70ffd6cca08f704639a104928b2c02ccca3e82000f07a470fbdf129566ece6dfb2b98fdad0e82f18cc5c2016ebfeed043b4edb295b4'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../custom_ioctl.patch
-  echo touch changelog > git2log
-}
-
-build() {
-  make -C $pkgname -j1 \
-CFLAGS+="-fPIC -I$srcdir/$pkgname/src/hd -w" \
-HWINFO_VERSION="$pkgver" \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C $pkgname DESTDIR="$pkgdir" LIBDIR=/usr/lib install
-  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/sbin"
-}

Copied: hwinfo/repos/community-x86_64/PKGBUILD (from rev 1254720, 
hwinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 20:16:45 UTC (rev 1254721)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Kaiting Chen 
+# Contributor: Gergely Imreh 
+# Contributor: champus
+# Contributor: madeye
+# Contributor: ranguvar
+# Contributor: ninja_pt
+
+pkgname=hwinfo
+pkgver=21.82
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=(x86_64)
+url='https://github.com/openSUSE/hwinfo'
+license=(GPL2)
+depends=('libx86emu=3.5' perl-xml-parser perl-xml-writer)
+makedepends=(flex git sysfsutils)
+options=(!emptydirs)
+source=(custom_ioctl.patch
+"git+$url#commit=d72143a28319f212c3e808e1721f4d5c872b3e56") # tag: 
21.80
+b2sums=('2b1bd3b53bbfc1e545e1a70ffd6cca08f704639a104928b2c02ccca3e82000f07a470fbdf129566ece6dfb2b98fdad0e82f18cc5c2016ebfeed043b4edb295b4'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../custom_ioctl.patch
+  echo touch changelog > git2log
+}
+
+build() {
+  make -C $pkgname -j1 \
+CFLAGS+="-fPIC -I$srcdir/$pkgname/src/hd -w" \
+HWINFO_VERSION="$pkgver" \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname DESTDIR="$pkgdir" LIBDIR=/usr/lib install
+  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+  rmdir "$pkgdir/sbin"
+}

Deleted: custom_ioctl.patch
===
--- custom_ioctl.patch  2022-07-19 20:16:34 UTC (rev 1254720)
+++ custom_ioctl.patch  2022-07-19 20:16:45 UTC (rev 1254721)
@@ -1,20 +0,0 @@
-diff --git a/src/hd/kbd.c b/src/hd/kbd.c
-index fa08817..184ac08 100644
 a/src/hd/kbd.c
-+++ b/src/hd/kbd.c
-@@ -134,6 +134,7 @@ void add_serial_console(hd_data_t *hd_data)
-   }
- 
-   if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
-+/* Removing since TIOCGDEV is not supported by the mainline kernel
- if(ioctl(fd, TIOCGDEV, ) != -1) {
-   tty_major = (u >> 8) & 0xfff;
-   tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
-@@ -152,6 +153,7 @@ void add_serial_console(hd_data_t *hd_data)
-   free_mem(dev_link);
-   free_mem(dev_name);
- }
-+*/
- 
- if (dev)
-   ;

Copied: hwinfo/repos/community-x86_64/custom_ioctl.patch (from rev 1254720, 
hwinfo/trunk/custom_ioctl.patch)
===
--- custom_ioctl.patch  (rev 0)
+++ custom_ioctl.patch  2022-07-19 20:16:45 UTC (rev 1254721)
@@ -0,0 +1,20 @@
+diff --git a/src/hd/kbd.c b/src/hd/kbd.c
+index fa08817..184ac08 100644
+--- a/src/hd/kbd.c
 b/src/hd/kbd.c
+@@ -134,6 +134,7 @@ void add_serial_console(hd_data_t *hd_data)
+   }
+ 
+   if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
++/* Removing since TIOCGDEV is not supported by the mainline kernel
+ if(ioctl(fd, TIOCGDEV, ) != -1) {
+   

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

2022-07-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 19, 2022 @ 20:16:34
  Author: arojas
Revision: 1254720

upgpkg: hwinfo 21.82-1: Update to 21.82

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:51:47 UTC (rev 1254719)
+++ PKGBUILD2022-07-19 20:16:34 UTC (rev 1254720)
@@ -7,7 +7,7 @@
 # Contributor: ninja_pt
 
 pkgname=hwinfo
-pkgver=21.81
+pkgver=21.82
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=(x86_64)
@@ -17,7 +17,7 @@
 makedepends=(flex git sysfsutils)
 options=(!emptydirs)
 source=(custom_ioctl.patch
-"git+$url#commit=3d7add656d689e53329b390f4ef898a269e2a288") # tag: 
21.80
+"git+$url#commit=d72143a28319f212c3e808e1721f4d5c872b3e56") # tag: 
21.80
 
b2sums=('2b1bd3b53bbfc1e545e1a70ffd6cca08f704639a104928b2c02ccca3e82000f07a470fbdf129566ece6dfb2b98fdad0e82f18cc5c2016ebfeed043b4edb295b4'
 'SKIP')
 



[arch-commits] Commit in zita-alsa-pcmi/repos/extra-x86_64 (4 files)

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 19:54:49
  Author: dvzrv
Revision: 451484

archrelease: copy trunk to extra-x86_64

Added:
  zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD
(from rev 451483, zita-alsa-pcmi/trunk/PKGBUILD)
  zita-alsa-pcmi/repos/extra-x86_64/zita-alsa-pcmi-0.5.1-apps_makefile.patch
(from rev 451483, 
zita-alsa-pcmi/trunk/zita-alsa-pcmi-0.5.1-apps_makefile.patch)
  zita-alsa-pcmi/repos/extra-x86_64/zita-alsa-pcmi-0.5.1-source_makefile.patch
(from rev 451483, 
zita-alsa-pcmi/trunk/zita-alsa-pcmi-0.5.1-source_makefile.patch)
Deleted:
  zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |   95 ---
 zita-alsa-pcmi-0.5.1-apps_makefile.patch   |   30 
 zita-alsa-pcmi-0.5.1-source_makefile.patch |   33 +
 3 files changed, 107 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:53:53 UTC (rev 451483)
+++ PKGBUILD2022-07-19 19:54:49 UTC (rev 451484)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=zita-alsa-pcmi
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
-arch=(x86_64)
-url="https://kokkinizita.linuxaudio.org/linuxaudio/;
-license=(GPL3)
-depends=(gcc-libs glibc)
-makedepends=(alsa-lib)
-provides=(libzita-alsa-pcmi.so)
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('e06ae18e657d75b354c7269fcf1a4ae56241e3efbb182c7a64611855a49e086028d4f9bd91a6bbe8da2a64357ab7190d6e0dc5ae38dc9c3457fc8ce256930a50')
-b2sums=('16e4adb9e531e70528b6128997a2b899036e21bd00aed24ad257c1247c08b59f6a33c30b1d3ae22c29893fadb31af84fc3b336b405dc50c39b9ef6c9b2a90beb')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # remove optimization
-  # call ldconfig in local context
-  sed -e '/native/d' \
-  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
-  -i source/Makefile
-  # fix use of BINDIR without preceeding DESTDIR
-  sed -e 's/\ $(BINDIR)/\ $(DESTDIR)$(BINDIR)/' \
-  -i apps/Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make -C source
-  # create lib link for building apps
-  ln -sv lib$pkgname.so.$pkgver source/lib$pkgname.so
-  CXXFLAGS+=" -I../source" \
-  LDFLAGS+=" -L../source" \
-  make -C apps
-  rm -v source/lib$pkgname.so
-}
-
-package() {
-  depends+=(libasound.so)
-
-  cd "$pkgname-$pkgver"
-  # libs
-  make -C source DESTDIR="$pkgdir/" PREFIX=/usr SUFFIX="" install
-  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # apps
-  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr install
-}
-# vim:set ts=2 sw=2 et:

Copied: zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD (from rev 451483, 
zita-alsa-pcmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:54:49 UTC (rev 451484)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=zita-alsa-pcmi
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
+arch=(x86_64)
+url="https://kokkinizita.linuxaudio.org/linuxaudio/;
+license=(GPL3)
+depends=(gcc-libs glibc)
+makedepends=(alsa-lib)
+provides=(libzita-alsa-pcmi.so)
+options=(debug)
+source=(
+  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2
+  $pkgname-0.5.1-apps_makefile.patch
+  $pkgname-0.5.1-source_makefile.patch
+)
+sha512sums=('afa0751ef4e510bdc2603d52bdb921cbf8b0a8372bdcae77dd9ba5b4790c08a0a510b9a9e2240bd9ee7ce23163125bd44556621bbb9312c8ab5f82780b648c22'
+
'283430c8b3aa8e8e436b4ed875282b5f5247410e6b391e2ca4106624db41bff44f186e2a274be8a915bef5efb46d8a104fddc4cdf4abfccdfe63cec170c1f3e0'
+
'7992478d1c786f8b84bdb17ad2c11af5e3bfa5bbf802c28c1c2524967d670509e0db2fac7dd174c9dcb3a3463d02fbcfaecaa8144d72336042b02cecf156542f')
+b2sums=('7ea5980939ebdcb25b88cc15ff10037adbb328128174d6d6ee243dae1be6305d5967c8c53b15ac37739abb168b2fd24ec2349eba82c9452cc178c39e8a204c59'
+
'8a370033fa8f50b4fd494091f70acd6f75df12230a6035e12efa263cb369071b06b7e6024141cad511371db8a5d47daf57cbdd3ba427db78d4d12df5ec41cf87'
+
'eee76b79eb7e7d388b12031829bbd45c28afbc51aa63d23de919b42f32b63976bc5f07f916ffdad62264c657ff1571ade485b8050fcbadc2db7a71fc8ea3ccea')
+
+prepare() {
+  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.5.1-apps_makefile.patch
+  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.5.1-source_makefile.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver/source
+  make -C $pkgname-$pkgver/apps
+}
+
+package() {
+  depends+=(libasound.so)
+
+  make -C $pkgname-$pkgver/source DESTDIR="$pkgdir/" PREFIX=/usr SUFFIX="" 
install
+  make -C $pkgname-$pkgver/apps DESTDIR="$pkgdir/" PREFIX=/usr install
+  install -vDm 644 $pkgname-$pkgver/{AUTHORS,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}
+# 

[arch-commits] Commit in zita-alsa-pcmi/trunk (3 files)

2022-07-19 Thread David Runge via arch-commits
Date: Tuesday, July 19, 2022 @ 19:53:53
  Author: dvzrv
Revision: 451483

upgpkg: zita-alsa-pcmi 0.5.1-1: Upgrade to 0.5.1.

Remove sed calls in prepare() and symlinking in build in favor of (upstreamed)
patches.
Add debug packages.

Added:
  zita-alsa-pcmi/trunk/zita-alsa-pcmi-0.5.1-apps_makefile.patch
  zita-alsa-pcmi/trunk/zita-alsa-pcmi-0.5.1-source_makefile.patch
Modified:
  zita-alsa-pcmi/trunk/PKGBUILD

+
 PKGBUILD   |   47 +++
 zita-alsa-pcmi-0.5.1-apps_makefile.patch   |   30 +
 zita-alsa-pcmi-0.5.1-source_makefile.patch |   33 ++
 3 files changed, 83 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 18:37:52 UTC (rev 451482)
+++ PKGBUILD2022-07-19 19:53:53 UTC (rev 451483)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=zita-alsa-pcmi
-pkgver=0.4.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
 arch=(x86_64)
@@ -11,41 +11,34 @@
 depends=(gcc-libs glibc)
 makedepends=(alsa-lib)
 provides=(libzita-alsa-pcmi.so)
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('e06ae18e657d75b354c7269fcf1a4ae56241e3efbb182c7a64611855a49e086028d4f9bd91a6bbe8da2a64357ab7190d6e0dc5ae38dc9c3457fc8ce256930a50')
-b2sums=('16e4adb9e531e70528b6128997a2b899036e21bd00aed24ad257c1247c08b59f6a33c30b1d3ae22c29893fadb31af84fc3b336b405dc50c39b9ef6c9b2a90beb')
+options=(debug)
+source=(
+  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2
+  $pkgname-0.5.1-apps_makefile.patch
+  $pkgname-0.5.1-source_makefile.patch
+)
+sha512sums=('afa0751ef4e510bdc2603d52bdb921cbf8b0a8372bdcae77dd9ba5b4790c08a0a510b9a9e2240bd9ee7ce23163125bd44556621bbb9312c8ab5f82780b648c22'
+
'283430c8b3aa8e8e436b4ed875282b5f5247410e6b391e2ca4106624db41bff44f186e2a274be8a915bef5efb46d8a104fddc4cdf4abfccdfe63cec170c1f3e0'
+
'7992478d1c786f8b84bdb17ad2c11af5e3bfa5bbf802c28c1c2524967d670509e0db2fac7dd174c9dcb3a3463d02fbcfaecaa8144d72336042b02cecf156542f')
+b2sums=('7ea5980939ebdcb25b88cc15ff10037adbb328128174d6d6ee243dae1be6305d5967c8c53b15ac37739abb168b2fd24ec2349eba82c9452cc178c39e8a204c59'
+
'8a370033fa8f50b4fd494091f70acd6f75df12230a6035e12efa263cb369071b06b7e6024141cad511371db8a5d47daf57cbdd3ba427db78d4d12df5ec41cf87'
+
'eee76b79eb7e7d388b12031829bbd45c28afbc51aa63d23de919b42f32b63976bc5f07f916ffdad62264c657ff1571ade485b8050fcbadc2db7a71fc8ea3ccea')
 
 prepare() {
-  cd "$pkgname-$pkgver"
-  # remove optimization
-  # call ldconfig in local context
-  sed -e '/native/d' \
-  -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
-  -i source/Makefile
-  # fix use of BINDIR without preceeding DESTDIR
-  sed -e 's/\ $(BINDIR)/\ $(DESTDIR)$(BINDIR)/' \
-  -i apps/Makefile
+  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.5.1-apps_makefile.patch
+  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.5.1-source_makefile.patch
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-  make -C source
-  # create lib link for building apps
-  ln -sv lib$pkgname.so.$pkgver source/lib$pkgname.so
-  CXXFLAGS+=" -I../source" \
-  LDFLAGS+=" -L../source" \
-  make -C apps
-  rm -v source/lib$pkgname.so
+  make -C $pkgname-$pkgver/source
+  make -C $pkgname-$pkgver/apps
 }
 
 package() {
   depends+=(libasound.so)
 
-  cd "$pkgname-$pkgver"
-  # libs
-  make -C source DESTDIR="$pkgdir/" PREFIX=/usr SUFFIX="" install
-  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # apps
-  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr install
+  make -C $pkgname-$pkgver/source DESTDIR="$pkgdir/" PREFIX=/usr SUFFIX="" 
install
+  make -C $pkgname-$pkgver/apps DESTDIR="$pkgdir/" PREFIX=/usr install
+  install -vDm 644 $pkgname-$pkgver/{AUTHORS,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
 }
 # vim:set ts=2 sw=2 et:

Added: zita-alsa-pcmi-0.5.1-apps_makefile.patch
===
--- zita-alsa-pcmi-0.5.1-apps_makefile.patch(rev 0)
+++ zita-alsa-pcmi-0.5.1-apps_makefile.patch2022-07-19 19:53:53 UTC (rev 
451483)
@@ -0,0 +1,30 @@
+diff -ruN a/apps/Makefile b/apps/Makefile
+--- a/apps/Makefile2022-07-14 09:07:32.0 +0200
 b/apps/Makefile2022-07-19 21:12:39.787546862 +0200
+@@ -25,7 +25,8 @@
+ 
+ VERSION = "0.3.2"
+ CPPFLAGS +=  -MMD -MP -DVERSION=\"$(VERSION)\"
+-CXXFLAGS += -O2 -Wall
++CXXFLAGS += -O2 -Wall -I ../source
++LDFLAGS += -L ../source
+ 
+ 
+ all:  alsa_loopback alsa_delay
+@@ -48,14 +49,11 @@
+ 
+ 
+ install:  all
+-  install -d $(BINDIR)
+-  install -m 755 alsa_loopback  $(DESTDIR)$(BINDIR)
+-  install -m 755 alsa_delay $(DESTDIR)$(BINDIR)
++  install -vDm 755 alsa_loopback alsa_delay -t $(DESTDIR)$(BINDIR)
+ 
+ 
+ 

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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:51:47
  Author: spupykin
Revision: 1254719

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  275 -
 inn.install  |   38 +++
 inn.sysusers |6 -
 inn.tmpfiles |2 
 innd.service |   32 +++---
 5 files changed, 178 insertions(+), 175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:51:34 UTC (rev 1254718)
+++ PKGBUILD2022-07-19 19:51:47 UTC (rev 1254719)
@@ -1,136 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Edward Tjörnhammar 
-# Contributor: Edward Tjörnhammar 
-
-pkgname=inn
-pkgver=2.6.4
-pkgrel=5
-pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
-url="https://www.isc.org/othersoftware/;
-arch=('x86_64')
-license=("custom:INN")
-depends=('openssl' 'perl-mime-tools')
-makedepends=('make' 'bison' 'python' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('python' 'libsasl')
-options=(emptydirs docs zipman)
-install=inn.install
-backup=(etc/inn/innwatch.ctl
-   etc/inn/innfeed.conf
-   etc/inn/moderators
-   etc/inn/news2mail.cf
-   etc/inn/innshellvars.tcl.local
-   etc/inn/buffindexed.conf
-   etc/inn/newsfeeds
-   etc/inn/storage.conf
-   etc/inn/innshellvars.local
-   etc/inn/inn-radius.conf
-   etc/inn/nntpsend.ctl
-   etc/inn/passwd.nntp
-   etc/inn/send-uucp.cf
-   etc/inn/cycbuff.conf
-   etc/inn/incoming.conf
-   etc/inn/control.ctl.local
-   etc/inn/actsync.ign
-   etc/inn/motd.innd.sample
-   etc/inn/distributions
-   etc/inn/innshellvars.pl.local
-   etc/inn/readers.conf
-   etc/inn/innreport.conf
-   etc/inn/actsync.cfg
-   etc/inn/nocem.ctl
-   etc/inn/control.ctl
-   etc/inn/subscriptions
-   etc/inn/motd.nnrpd.sample
-   etc/inn/inn.conf
-   etc/inn/ovdb.conf
-   etc/inn/localgroups
-   etc/inn/nnrpd.track
-   etc/inn/distrib.pats
-   etc/inn/expire.ctl
-   var/db/inn/active
-   var/db/inn/active.times
-   var/db/inn/history
-   var/db/inn/history.dir
-   var/db/inn/history.hash
-   var/db/inn/history.index
-   var/db/inn/newsgroups)
-validpgpkeys=('E784364E8DDE7BB370FBD9EAD15D313882004173')
-source=(https://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz{,.asc}
-   innd.service
-   inn.tmpfiles
-   inn.sysusers)
-sha256sums=('f05e803e0b3772b235bfb11b688f1def3d422dbf30ccbbce973f7fe518ac7518'
-'SKIP'
-'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
-'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'
-'a8c269bc006eb39a140af1538a0812c54ea11f444867c28f5e9792bfdd4df71a')
-
-prepare() {
-  cd "$srcdir"/inn-$pkgver
-  # Override unreproducible hostname
-  sed -i 's/HOSTNAME=`hostname 2> \/dev\/null || uname 
-n`/HOSTNAME=archlinux/' configure
-}
-
-build() {
-  cd "$srcdir"/inn-$pkgver
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  PYTHON=/usr/bin/python ./configure --prefix=/usr \
-   --includedir=/usr/include/inn \
-   --sbindir=/usr/sbin \
-   --with-libtool \
-   --with-gnu-id \
-   --with-db-dir=/var/db/inn \
-   --sysconfdir=/etc/inn \
-   --with-spool-dir=/var/spool/news \
-   --with-log-dir=/var/log/inn \
-   --with-run-dir=/var/run/inn \
-   --with-tmp-dir=/var/spool/inn/tmp \
-   --enable-largefiles \
-   --with-openssl=/usr \
-   --with-perl \
-   --with-python \
-   --with-sendmail=/usr/bin/msmtp \
-   --with-sasl=/usr \
-   --with-news-user=9 \
-   --with-news-group=13
-  # See https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
-  test -f include/config.h
-  cat >>include/config.h <
+# Maintainer: Edward Tjörnhammar 
+# Contributor: Edward Tjörnhammar 
+
+pkgname=inn
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
+url="https://www.isc.org/othersoftware/;
+arch=('x86_64')
+license=("custom:INN")
+depends=('openssl' 'perl-mime-tools')

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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:51:34
  Author: spupykin
Revision: 1254718

upgpkg: inn 2.7.0-1

Modified:
  inn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:39:22 UTC (rev 1254717)
+++ PKGBUILD2022-07-19 19:51:34 UTC (rev 1254718)
@@ -3,8 +3,8 @@
 # Contributor: Edward Tjörnhammar 
 
 pkgname=inn
-pkgver=2.6.4
-pkgrel=5
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/othersoftware/;
 arch=('x86_64')
@@ -11,7 +11,8 @@
 license=("custom:INN")
 depends=('openssl' 'perl-mime-tools')
 makedepends=('make' 'bison' 'python' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('python' 'libsasl')
+optdepends=('python' 'libsasl'
+'sqlite: ovsqlite-server')
 options=(emptydirs docs zipman)
 install=inn.install
 backup=(etc/inn/innwatch.ctl
@@ -47,6 +48,8 @@
etc/inn/nnrpd.track
etc/inn/distrib.pats
etc/inn/expire.ctl
+   etc/inn/inn-secrets.conf
+   etc/inn/ovsqlite.conf
var/db/inn/active
var/db/inn/active.times
var/db/inn/history
@@ -59,7 +62,7 @@
innd.service
inn.tmpfiles
inn.sysusers)
-sha256sums=('f05e803e0b3772b235bfb11b688f1def3d422dbf30ccbbce973f7fe518ac7518'
+sha256sums=('75c17e02aac939149187766a448e706118e13b22fecd8802a987e1f8ce866066'
 'SKIP'
 'b8658c900f5bce5d0b09b595496137e5f3e93bbcdc1fb1f751783e6e2873de21'
 'f58a06718396628bf110de21c052cf29c0d2e7bd0c7bd645d43b592b6ac549d4'
@@ -121,7 +124,7 @@
   touch "$pkgdir"/var/db/inn/history{.dir,.hash,.index,}
 
   mkdir -p "$pkgdir"/usr/share/doc/inn "$pkgdir"/usr/share/inn/
-  mv "$pkgdir"/usr/share/man/man3/list.3 
"$pkgdir"/usr/share/man/man3/list-inn.3
+#  mv "$pkgdir"/usr/share/man/man3/list.3 
"$pkgdir"/usr/share/man/man3/list-inn.3
   mv "$pkgdir"/usr/doc/* "$pkgdir"/usr/share/doc/inn/
   mv "$pkgdir"/usr/http/* "$pkgdir"/usr/share/inn/
   mv "$pkgdir"/usr/bin/archive "$pkgdir"/usr/bin/archive.inn



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:39:22
  Author: spupykin
Revision: 1254717

archrelease: copy trunk to community-x86_64

Added:
  xlockmore/repos/community-x86_64/LICENSE
(from rev 1254716, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 1254716, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/xlockmore.install
(from rev 1254716, xlockmore/trunk/xlockmore.install)
Deleted:
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD
  xlockmore/repos/community-x86_64/xlockmore.install

---+
 LICENSE   |   36 +++---
 PKGBUILD  |   82 ++--
 xlockmore.install |8 ++---
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-07-19 19:39:12 UTC (rev 1254716)
+++ LICENSE 2022-07-19 19:39:22 UTC (rev 1254717)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
- *
- * This file, along with xlockmore.h, make it possible to compile an xlockmore
- * module into a standalone program, and thus use it with xscreensaver.
- * By Jamie Zawinski  on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum .  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-x86_64/LICENSE (from rev 1254716, 
xlockmore/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-07-19 19:39:22 UTC (rev 1254717)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or
+ * implied warranty.
+ *
+ * This file, along with xlockmore.h, make it possible to compile an xlockmore
+ * module into a standalone program, and thus use it with xscreensaver.
+ * By Jamie Zawinski  on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum .  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:39:12 UTC (rev 1254716)
+++ PKGBUILD2022-07-19 19:39:22 UTC (rev 1254717)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=xlockmore
-pkgver=5.69
-pkgrel=1
-pkgdesc="screen saver / locker for the X Window System"
-arch=(x86_64)
-license=('BSD')
-depends=(freetype2 gtk2 libxpm openmotif pam libxmu glu)
-optdepends=('fortune-mod')
-makedepends=(mesa)
-url="http://sillycycle.com/xlockmore.html;
-options=('!makeflags')
-install=xlockmore.install
-validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
-DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
-source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
-   LICENSE)
-sha256sums=('ea92654c001226848765a251a73bcbc473ccef17b721cc18d5361f59dbd6d3b9'
-'SKIP'
-'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-setuid \
- --enable-appdefaultdir=/usr/share/X11/app-defaults \
- --enable-pam --with-gtk2 --without-esound --without-ftgl
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make xapploaddir="$pkgdir"/usr/share/X11/app-defaults \
-   mandir="$pkgdir"/usr/man/man1 \
-   prefix="$pkgdir"/usr install
-  install -Dm0644 etc/xlock.pamd "${pkgdir}"/etc/pam.d/xlock
-  install -Dm0644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
-}

Copied: xlockmore/repos/community-x86_64/PKGBUILD (from rev 1254716, 
xlockmore/trunk/PKGBUILD)
===
--- 

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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:39:12
  Author: spupykin
Revision: 1254716

upgpkg: xlockmore 5.70-1

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:39:07 UTC (rev 1254715)
+++ PKGBUILD2022-07-19 19:39:12 UTC (rev 1254716)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell 
 
 pkgname=xlockmore
-pkgver=5.69
+pkgver=5.70
 pkgrel=1
 pkgdesc="screen saver / locker for the X Window System"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
 source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
LICENSE)
-sha256sums=('ea92654c001226848765a251a73bcbc473ccef17b721cc18d5361f59dbd6d3b9'
+sha256sums=('0f3bcb9b802416cd87bb6e163a3843fea5d7fad90ff04838da122c292c3d0da2'
 'SKIP'
 'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
 



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:39:07
  Author: spupykin
Revision: 1254715

archrelease: copy trunk to community-any

Added:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
(from rev 1254714, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
  roundcubemail/repos/community-any/PKGBUILD
(from rev 1254714, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 1254714, roundcubemail/trunk/apache.conf)
Deleted:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf

--+
 0001-plugins-password-make-Python-3-compatible.patch |   66 +-
 PKGBUILD |  110 -
 apache.conf  |   14 +-
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: 0001-plugins-password-make-Python-3-compatible.patch
===
--- 0001-plugins-password-make-Python-3-compatible.patch2022-07-19 
19:38:57 UTC (rev 1254714)
+++ 0001-plugins-password-make-Python-3-compatible.patch2022-07-19 
19:39:07 UTC (rev 1254715)
@@ -1,33 +0,0 @@
-From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Wed, 1 Jan 2020 18:30:49 +0100
-Subject: [PATCH] plugins: password: make Python 3 compatible
-
-Remove the ", e" as the exception is never printed and this makes it
-Python 3 compatible as well

- plugins/password/helpers/chpass-wrapper.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
-index 61bba849e..e56811561 100644
 a/plugins/password/helpers/chpass-wrapper.py
-+++ b/plugins/password/helpers/chpass-wrapper.py
-@@ -11,12 +11,12 @@ BLACKLIST = (
- 
- try:
- username, password = sys.stdin.readline().split(':', 1)
--except ValueError, e:
-+except ValueError:
- sys.exit('Malformed input')
- 
- try:
- user = pwd.getpwnam(username)
--except KeyError, e:
-+except KeyError:
- sys.exit('No such user: %s' % username)
- 
- if user.pw_uid < 1000:
--- 
-2.24.1
-

Copied: 
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
 (from rev 1254714, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
===
--- 0001-plugins-password-make-Python-3-compatible.patch
(rev 0)
+++ 0001-plugins-password-make-Python-3-compatible.patch2022-07-19 
19:39:07 UTC (rev 1254715)
@@ -0,0 +1,33 @@
+From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Wed, 1 Jan 2020 18:30:49 +0100
+Subject: [PATCH] plugins: password: make Python 3 compatible
+
+Remove the ", e" as the exception is never printed and this makes it
+Python 3 compatible as well
+---
+ plugins/password/helpers/chpass-wrapper.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
+index 61bba849e..e56811561 100644
+--- a/plugins/password/helpers/chpass-wrapper.py
 b/plugins/password/helpers/chpass-wrapper.py
+@@ -11,12 +11,12 @@ BLACKLIST = (
+ 
+ try:
+ username, password = sys.stdin.readline().split(':', 1)
+-except ValueError, e:
++except ValueError:
+ sys.exit('Malformed input')
+ 
+ try:
+ user = pwd.getpwnam(username)
+-except KeyError, e:
++except KeyError:
+ sys.exit('No such user: %s' % username)
+ 
+ if user.pw_uid < 1000:
+-- 
+2.24.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:38:57 UTC (rev 1254714)
+++ PKGBUILD2022-07-19 19:39:07 UTC (rev 1254715)
@@ -1,55 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/;
-license=('GPL')
-depends=('php')
-options=('emptydirs')
-makedepends=('git')
-optdepends=('python: password change script'
-'perl: for change_ldap_pass.pl helper'
-   'php-gd')
-backup=('etc/webapps/roundcubemail/.htaccess'
-'etc/webapps/roundcubemail/apache.conf')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf")
-sha512sums=('96faa8c95c23b538ebfa91f58fb918b37185dbd1c09f2d128c9f8c800a0e3d6a2abbfa52753fb6a7ee47b633f35e2b31c92623107116dc760dfa9a22a4b2a23c'
-'SKIP'
-

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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:38:57
  Author: spupykin
Revision: 1254714

upgpkg: roundcubemail 1.5.3-1

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:38:52 UTC (rev 1254713)
+++ PKGBUILD2022-07-19 19:38:57 UTC (rev 1254714)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.5.3
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/;
@@ -18,7 +18,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('96faa8c95c23b538ebfa91f58fb918b37185dbd1c09f2d128c9f8c800a0e3d6a2abbfa52753fb6a7ee47b633f35e2b31c92623107116dc760dfa9a22a4b2a23c'
+sha512sums=('b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 



[arch-commits] Commit in perl-yaml-pp/repos/community-any (PKGBUILD PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:38:52
  Author: spupykin
Revision: 1254713

archrelease: copy trunk to community-any

Added:
  perl-yaml-pp/repos/community-any/PKGBUILD
(from rev 1254712, perl-yaml-pp/trunk/PKGBUILD)
Deleted:
  perl-yaml-pp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:38:45 UTC (rev 1254712)
+++ PKGBUILD2022-07-19 19:38:52 UTC (rev 1254713)
@@ -1,41 +0,0 @@
-# Maintainer: Ash Berlin-Taylor 
-pkgname='perl-yaml-pp'
-pkgver=0.032
-pkgrel=1
-pkgdesc="Simple configuration automation"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=0')
-makedepends=('perl-test-deep>=0' 'perl-test-warn>=0')
-url='http://search.cpan.org/dist/YAML-PP'
-source=('http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-PP-0.026.tar.gz')
-sha512sums=('df13083fd641ddbcbdc9fe69875d459d3fd7f6295b8fd281b1a216794397f9966df552515dda05c4b001a426b91536ffa04bc519babccf4b4b9d5c929eb3d7fa')
-_distdir="YAML-PP-0.026"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-yaml-pp/repos/community-any/PKGBUILD (from rev 1254712, 
perl-yaml-pp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:38:52 UTC (rev 1254713)
@@ -0,0 +1,41 @@
+# Maintainer: Ash Berlin-Taylor 
+pkgname='perl-yaml-pp'
+pkgver=0.034
+pkgrel=1
+pkgdesc="Simple configuration automation"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=0')
+makedepends=('perl-test-deep>=0' 'perl-test-warn>=0')
+url='http://search.cpan.org/dist/YAML-PP'
+source=('http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-PP-0.026.tar.gz')
+sha512sums=('df13083fd641ddbcbdc9fe69875d459d3fd7f6295b8fd281b1a216794397f9966df552515dda05c4b001a426b91536ffa04bc519babccf4b4b9d5c929eb3d7fa')
+_distdir="YAML-PP-0.026"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



[arch-commits] Commit in perl-yaml-pp/trunk (PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:38:45
  Author: spupykin
Revision: 1254712

upgpkg: perl-yaml-pp 0.034-1

Modified:
  perl-yaml-pp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:38:37 UTC (rev 1254711)
+++ PKGBUILD2022-07-19 19:38:45 UTC (rev 1254712)
@@ -1,6 +1,6 @@
 # Maintainer: Ash Berlin-Taylor 
 pkgname='perl-yaml-pp'
-pkgver=0.032
+pkgver=0.034
 pkgrel=1
 pkgdesc="Simple configuration automation"
 arch=('any')



[arch-commits] Commit in perl-www-mechanize/repos/community-any (PKGBUILD PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:38:37
  Author: spupykin
Revision: 1254711

archrelease: copy trunk to community-any

Added:
  perl-www-mechanize/repos/community-any/PKGBUILD
(from rev 1254710, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
  perl-www-mechanize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:38:29 UTC (rev 1254710)
+++ PKGBUILD2022-07-19 19:38:37 UTC (rev 1254711)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-www-mechanize
-pkgver=2.08
-pkgrel=1
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="https://search.cpan.org/dist/WWW-Mechanize;
-license=('GPL' 'PerlArtistic')
-depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
-'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('bb3f31b82fa531f699bab6fc74c4b338749702024e0ca2204b29edb4e04ee090')
-
-build() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-www-mechanize/repos/community-any/PKGBUILD (from rev 1254710, 
perl-www-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:38:37 UTC (rev 1254711)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-www-mechanize
+pkgver=2.10
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="https://search.cpan.org/dist/WWW-Mechanize;
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
+'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
+sha256sums=('e62787bfd9149b06989c86d55e4cde529e400c98b4dca40d51adb8a267a2cc3f')
+
+build() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



[arch-commits] Commit in perl-www-mechanize/trunk (PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:38:29
  Author: spupykin
Revision: 1254710

upgpkg: perl-www-mechanize 2.10-1

Modified:
  perl-www-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:38:13 UTC (rev 1254709)
+++ PKGBUILD2022-07-19 19:38:29 UTC (rev 1254710)
@@ -2,7 +2,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-www-mechanize
-pkgver=2.08
+pkgver=2.10
 pkgrel=1
 pkgdesc="Automates web page form & link interaction"
 arch=(any)
@@ -12,7 +12,7 @@
 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('bb3f31b82fa531f699bab6fc74c4b338749702024e0ca2204b29edb4e04ee090')
+sha256sums=('e62787bfd9149b06989c86d55e4cde529e400c98b4dca40d51adb8a267a2cc3f')
 
 build() {
   cd  "$srcdir"/WWW-Mechanize-$pkgver



[arch-commits] Commit in perl-json-parse/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:38:13
  Author: spupykin
Revision: 1254709

archrelease: copy trunk to community-x86_64

Added:
  perl-json-parse/repos/community-x86_64/PKGBUILD
(from rev 1254708, perl-json-parse/trunk/PKGBUILD)
Deleted:
  perl-json-parse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:38:05 UTC (rev 1254708)
+++ PKGBUILD2022-07-19 19:38:13 UTC (rev 1254709)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-json-parse
-pkgver=0.61
-pkgrel=1
-pkgdesc="JSON::Parse - Read JSON into a Perl variable"
-arch=('x86_64')
-url="https://metacpan.org/release/JSON-Parse;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-$pkgver.tar.gz)
-sha256sums=('ce8e55e70bef9bcbba2e96af631d10a605900961a22cad977e71aab56c3f2806')
-
-build() {
-  cd  "$srcdir"/JSON-Parse-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/JSON-Parse-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-json-parse/repos/community-x86_64/PKGBUILD (from rev 1254708, 
perl-json-parse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:38:13 UTC (rev 1254709)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-json-parse
+pkgver=0.62
+pkgrel=1
+pkgdesc="JSON::Parse - Read JSON into a Perl variable"
+arch=('x86_64')
+url="https://metacpan.org/release/JSON-Parse;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-$pkgver.tar.gz)
+sha256sums=('6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9')
+
+build() {
+  cd  "$srcdir"/JSON-Parse-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/JSON-Parse-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



[arch-commits] Commit in perl-json-parse/trunk (PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:38:05
  Author: spupykin
Revision: 1254708

upgpkg: perl-json-parse 0.62-1

Modified:
  perl-json-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:59 UTC (rev 1254707)
+++ PKGBUILD2022-07-19 19:38:05 UTC (rev 1254708)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-json-parse
-pkgver=0.61
+pkgver=0.62
 pkgrel=1
 pkgdesc="JSON::Parse - Read JSON into a Perl variable"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 
source=(https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-$pkgver.tar.gz)
-sha256sums=('ce8e55e70bef9bcbba2e96af631d10a605900961a22cad977e71aab56c3f2806')
+sha256sums=('6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9')
 
 build() {
   cd  "$srcdir"/JSON-Parse-$pkgver



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:59
  Author: spupykin
Revision: 1254707

archrelease: copy trunk to community-any

Added:
  perl-json/repos/community-any/PKGBUILD
(from rev 1254706, perl-json/trunk/PKGBUILD)
Deleted:
  perl-json/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:51 UTC (rev 1254706)
+++ PKGBUILD2022-07-19 19:37:59 UTC (rev 1254707)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-json
-pkgver=4.06
-pkgrel=1
-pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
-arch=('any')
-url="https://search.cpan.org/dist/JSON;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$pkgver.tar.gz)
-sha256sums=('1137e98a42208d802f3ad94a10855606c0455ddad167ba018557d751f6f7672e')
-
-build() {
-  cd  "$srcdir"/JSON-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/JSON-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-json/repos/community-any/PKGBUILD (from rev 1254706, 
perl-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:37:59 UTC (rev 1254707)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-json
+pkgver=4.07
+pkgrel=1
+pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
+arch=('any')
+url="https://search.cpan.org/dist/JSON;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$pkgver.tar.gz)
+sha256sums=('4f78b929798992e06106cf2bbc20de2375f7b60c60b3aa3ace02aae1e38513bb')
+
+build() {
+  cd  "$srcdir"/JSON-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/JSON-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:51
  Author: spupykin
Revision: 1254706

upgpkg: perl-json 4.07-1

Modified:
  perl-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:46 UTC (rev 1254705)
+++ PKGBUILD2022-07-19 19:37:51 UTC (rev 1254706)
@@ -2,7 +2,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-json
-pkgver=4.06
+pkgver=4.07
 pkgrel=1
 pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$pkgver.tar.gz)
-sha256sums=('1137e98a42208d802f3ad94a10855606c0455ddad167ba018557d751f6f7672e')
+sha256sums=('4f78b929798992e06106cf2bbc20de2375f7b60c60b3aa3ace02aae1e38513bb')
 
 build() {
   cd  "$srcdir"/JSON-$pkgver



[arch-commits] Commit in perl-finance-quote/repos/community-any (PKGBUILD PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:46
  Author: spupykin
Revision: 1254705

archrelease: copy trunk to community-any

Added:
  perl-finance-quote/repos/community-any/PKGBUILD
(from rev 1254704, perl-finance-quote/trunk/PKGBUILD)
Deleted:
  perl-finance-quote/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:38 UTC (rev 1254704)
+++ PKGBUILD2022-07-19 19:37:46 UTC (rev 1254705)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-finance-quote
-pkgver=1.51
-pkgrel=3
-pkgdesc="Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet"
-arch=(any)
-url="https://search.cpan.org/dist/Finance-Quote/;
-license=("GPL" "PerlArtistic")
-depends=("perl-html-tree" "perl-html-tableextract" "perl-crypt-ssleay"
-"perl-libwww" "perl-date-calc" "perl-json" "perl-datetime" "perl-cgi"
-"perl-text-template" "perl-datetime-format-strptime"
-"perl-json-parse" "perl-string-util" "perl-mozilla-ca")
-source=("https://search.cpan.org/CPAN/authors/id/B/BP/BPSCHUCK/Finance-Quote-$pkgver.tar.gz;)
-sha256sums=('f441edd47772adfd1880af74fc87228bd704e273954c0fadc7006844254a8956')
-
-build() {
-  cd "$srcdir"/Finance-Quote-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Finance-Quote-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-finance-quote/repos/community-any/PKGBUILD (from rev 1254704, 
perl-finance-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:37:46 UTC (rev 1254705)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-finance-quote
+pkgver=1.52
+pkgrel=1
+pkgdesc="Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet"
+arch=(any)
+url="https://search.cpan.org/dist/Finance-Quote/;
+license=("GPL" "PerlArtistic")
+depends=("perl-html-tree" "perl-html-tableextract" "perl-crypt-ssleay"
+"perl-libwww" "perl-date-calc" "perl-json" "perl-datetime" "perl-cgi"
+"perl-text-template" "perl-datetime-format-strptime"
+"perl-json-parse" "perl-string-util" "perl-mozilla-ca")
+source=("https://search.cpan.org/CPAN/authors/id/B/BP/BPSCHUCK/Finance-Quote-$pkgver.tar.gz;)
+sha256sums=('aa75edc10db0c1f388cb1ce93f680a75e3e4d8583cbdddc95c35521ab81f0610')
+
+build() {
+  cd "$srcdir"/Finance-Quote-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Finance-Quote-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



[arch-commits] Commit in perl-finance-quote/trunk (PKGBUILD)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:38
  Author: spupykin
Revision: 1254704

upgpkg: perl-finance-quote 1.52-1

Modified:
  perl-finance-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:30 UTC (rev 1254703)
+++ PKGBUILD2022-07-19 19:37:38 UTC (rev 1254704)
@@ -2,8 +2,8 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-finance-quote
-pkgver=1.51
-pkgrel=3
+pkgver=1.52
+pkgrel=1
 pkgdesc="Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet"
 arch=(any)
 url="https://search.cpan.org/dist/Finance-Quote/;
@@ -13,7 +13,7 @@
 "perl-text-template" "perl-datetime-format-strptime"
 "perl-json-parse" "perl-string-util" "perl-mozilla-ca")
 
source=("https://search.cpan.org/CPAN/authors/id/B/BP/BPSCHUCK/Finance-Quote-$pkgver.tar.gz;)
-sha256sums=('f441edd47772adfd1880af74fc87228bd704e273954c0fadc7006844254a8956')
+sha256sums=('aa75edc10db0c1f388cb1ce93f680a75e3e4d8583cbdddc95c35521ab81f0610')
 
 build() {
   cd "$srcdir"/Finance-Quote-$pkgver



[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:30
  Author: spupykin
Revision: 1254703

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1254702, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1254702, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1254702, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1254702, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1254702, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1254702, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1254702, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1254702, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1254702, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1254702, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1254702, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  372 +++
 apache.example.conf|   42 ++---
 nextcloud-cron.service |   12 -
 nextcloud-cron.timer   |   18 +-
 nextcloud.config.php   |   34 ++--
 nextcloud.hook |   26 +--
 nextcloud.install  |   32 ++--
 nextcloud.occ.sh   |   90 +--
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +-
 nextcloud.uwsgi|  164 ++--
 11 files changed, 405 insertions(+), 405 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:08 UTC (rev 1254702)
+++ PKGBUILD2022-07-19 19:37:30 UTC (rev 1254703)
@@ -1,186 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: always check first whether the version is supposed to be packaged:
-# https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
-pkgver=24.0.2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=(any)
-url="https://nextcloud.com;
-license=(AGPL3)
-makedepends=(php php-gd)
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'mod_itk: to use the Apache web server'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-)
-backup=(
-  etc/webapps/$pkgname/config/config.php
-  etc/webapps/$pkgname/.htaccess
-  etc/uwsgi/$pkgname.ini
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install=$pkgname.install
-source=(
-  
https://download.nextcloud.com/server/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-  apache.example.conf
-  $pkgname.config.php
-  $pkgname.hook
-  $pkgname.occ.sh
-  $pkgname.sysusers
-  $pkgname.tmpfiles
-  $pkgname.uwsgi
-  $pkgname-cron.service
-  $pkgname-cron.timer
-)
-sha512sums=('937855549c1060546aa61a95e51485d70145253072f2e1def4da622c33822a31516f820ed82933d9e9ec32748553430bbea42b8840e534d8f6310c9a9d565db0'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
-
'2791382d7b005c64cd6938695f273e83435cc5f1b785fe7d44d6dbd69864c502847e45d93c4a5f6752a759a660118279e3e22e5bc32f79b8775693fde603a9c5'
-
'20f12f0bb1d0ac735fb86e79e90fb99028e06e0d5a6842d449e443b418442682cad2573cfd4bf8e2a802c2aeb5780bce4647d45054bbc38156ae037802358698'
-
'1d06f339c43d57e5f5406c2698b815241fd9e39039a9e55f777face510c9a5ddae5ccd4e051393e8f16f391301a6aa03fff2462837a2d3441d969ea7195e7d84'
-

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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:08
  Author: spupykin
Revision: 1254702

upgpkg: nextcloud 24.0.3-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:03 UTC (rev 1254701)
+++ PKGBUILD2022-07-19 19:37:08 UTC (rev 1254702)
@@ -4,7 +4,7 @@
 pkgname=nextcloud
 # NOTE: always check first whether the version is supposed to be packaged:
 # https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
-pkgver=24.0.2
+pkgver=24.0.3
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=(any)
@@ -43,7 +43,7 @@
   $pkgname-cron.service
   $pkgname-cron.timer
 )
-sha512sums=('937855549c1060546aa61a95e51485d70145253072f2e1def4da622c33822a31516f820ed82933d9e9ec32748553430bbea42b8840e534d8f6310c9a9d565db0'
+sha512sums=('92714758f542fa7aeb511761b4f1becc16dc64e5b4b2d54b3dc2fe6b3927b1a9a5a632c5b552efc591568752d7691e92aaab9e4f771435360db9b2c81977300e'
 'SKIP'
 
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
 
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
@@ -54,7 +54,7 @@
 
'67d32011e3dccf41ecaaeffa7486e70b8ee516b3423796c19cc9c95ba6ecd5d031540eeacefb9423fdfc70b1baad15a4885b7147cfbbb2773b349e72d3fe4df2'
 
'5034d4f78090a7455521fc2e7e391c8eab06b503979c5f14d4144e52c08717e7fc796e0e3048059b1e5802365667c6f87162b5c403cac971e1b77fc1688596f3'
 
'eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8')
-b2sums=('6d5482d26caa74abf1627c2b260780f0b7a601f9b9edfac94ad1a72b68be7a7b2674cfa54f1342c75d8265849aa3fa4b4e4882d2f5e3bbf7043b7a1511989d60'
+b2sums=('d837520f1cf700e19f158c7e4bd4d564c2ba9f040af375186cebd0ab115863edd0f2e8180373fb5919f7bea077d99738819c86abcef2b9b0b5d84668cc001eaf'
 'SKIP'
 
'7d40d120c28291f1a7537f3e1b5049fa83c9c0af949371345ea9ccdf3de4a0f3a3a06edbc52d9254dba483e4d11acf562cf679b9e379c5dfc2f61dfbfc2e4cef'
 
'4ad061efbc20b4d0e9f8cfd01c5e8e612fa5af29bce754b77f90c1835b98ee445ef4de3d8c83da91461053622620af14d880eb9014b51f2383c75f1860d479f4'



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:03
  Author: spupykin
Revision: 1254701

archrelease: copy trunk to community-x86_64

Added:
  icewm/repos/community-x86_64/PKGBUILD
(from rev 1254700, icewm/trunk/PKGBUILD)
Deleted:
  icewm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:36:55 UTC (rev 1254700)
+++ PKGBUILD2022-07-19 19:37:03 UTC (rev 1254701)
@@ -1,26 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth 
-# Contributor: Eric Bélanger 
-
-pkgname=icewm
-pkgver=2.9.7
-pkgrel=1
-pkgdesc='Window Manager designed for speed, usability, and consistency'
-arch=(x86_64)
-url='https://ice-wm.org/'
-license=(LGPL)
-depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
-makedepends=(asciidoctor xorg-mkfontdir)
-optdepends=('perl: for icewm-menu-xrandr')
-source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
-sha256sums=('c25f78e3f3ad49fbebc715691689d0ad1fda46b2e2537ad69e3332a54b81c72a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 1254700, 
icewm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:37:03 UTC (rev 1254701)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
+# Contributor: Eric Bélanger 
+
+pkgname=icewm
+pkgver=2.9.8
+pkgrel=1
+pkgdesc='Window Manager designed for speed, usability, and consistency'
+arch=(x86_64)
+url='https://ice-wm.org/'
+license=(LGPL)
+depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
+makedepends=(asciidoctor xorg-mkfontdir)
+optdepends=('perl: for icewm-menu-xrandr')
+source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
+sha256sums=('8d5d0f78a49c952f7f185d0f6713c6fabba597dcb713b1ac92e0e5795db29a25')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:36:55
  Author: spupykin
Revision: 1254700

upgpkg: icewm 2.9.8-1

Modified:
  icewm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 19:36:48 UTC (rev 1254699)
+++ PKGBUILD2022-07-19 19:36:55 UTC (rev 1254700)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=icewm
-pkgver=2.9.7
+pkgver=2.9.8
 pkgrel=1
 pkgdesc='Window Manager designed for speed, usability, and consistency'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(asciidoctor xorg-mkfontdir)
 optdepends=('perl: for icewm-menu-xrandr')
 
source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
-sha256sums=('c25f78e3f3ad49fbebc715691689d0ad1fda46b2e2537ad69e3332a54b81c72a')
+sha256sums=('8d5d0f78a49c952f7f185d0f6713c6fabba597dcb713b1ac92e0e5795db29a25')
 
 build() {
   cd $pkgname-$pkgver



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:36:48
  Author: spupykin
Revision: 1254699

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 1254698, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 1254698, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:36:34 UTC (rev 1254698)
+++ PKGBUILD2022-07-19 19:36:48 UTC (rev 1254699)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=9.2.9
-pkgrel=2
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('cf846f32875f7ba12f5b7dae894b1fc8ca99af82aad939dc071d488b5a430fd4')
-
-package() {
-  depends=('php7' 'php7-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 1254698, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 19:36:48 UTC (rev 1254699)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=9.4.2
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('08b749f320966c2e24f16c0b78ff60ce8f8c3ddd3111556a95f4fd13ab4b0b5d')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2022-07-19 19:36:34 UTC (rev 1254698)
+++ drupal.install  2022-07-19 19:36:48 UTC (rev 1254699)
@@ -1,7 +0,0 @@
-post_install() {
-  echo "Probably you need to 'chown -R http:http var/lib/drupal'"
-}
-
-post_upgrade() {
-  post_install
-}

Copied: drupal/repos/community-any/drupal.install (from rev 1254698, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2022-07-19 19:36:48 UTC (rev 1254699)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "Probably you need to 'chown -R http:http var/lib/drupal'"
+}
+
+post_upgrade() {
+  post_install
+}



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

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:36:34
  Author: spupykin
Revision: 1254698

upgpkg: drupal 9.4.2-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 18:37:16 UTC (rev 1254697)
+++ PKGBUILD2022-07-19 19:36:34 UTC (rev 1254698)
@@ -2,8 +2,8 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=9.2.9
-pkgrel=2
+pkgver=9.4.2
+pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
 url="https://www.drupal.org/;
@@ -13,10 +13,10 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('cf846f32875f7ba12f5b7dae894b1fc8ca99af82aad939dc071d488b5a430fd4')
+sha256sums=('08b749f320966c2e24f16c0b78ff60ce8f8c3ddd3111556a95f4fd13ab4b0b5d')
 
 package() {
-  depends=('php7' 'php7-gd')
+  depends=('php' 'php-gd')
 
   _instdir="$pkgdir"/usr/share/webapps/drupal
   mkdir -p ${_instdir}



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

2022-07-19 Thread Jan Steffens via arch-commits
Date: Tuesday, July 19, 2022 @ 18:37:52
  Author: heftig
Revision: 451482

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 451481, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 18:37:38 UTC (rev 451481)
+++ PKGBUILD2022-07-19 18:37:52 UTC (rev 451482)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=1.14.4
-pkgrel=1
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 pipewire fuse3 geoclue2 rtkit systemd)
-makedepends=(python xmlto docbook-xsl git flatpak libportal)
-options=(debug)
-_commit=7a442e6133a931e66b2dd7cad2a13b73a112f010  # tags/1.14.4
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 451481, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 18:37:52 UTC (rev 451482)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=1.14.5
+pkgrel=1
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 pipewire fuse3 geoclue2 rtkit systemd)
+makedepends=(python xmlto docbook-xsl git flatpak libportal)
+options=(debug)
+_commit=7a80f6f0e2e284b414f6fe80e73c3a8db69155d6  # tags/1.14.5
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2022-07-19 Thread Jan Steffens via arch-commits
Date: Tuesday, July 19, 2022 @ 18:37:38
  Author: heftig
Revision: 451481

1.14.5-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 18:37:16 UTC (rev 451480)
+++ PKGBUILD2022-07-19 18:37:38 UTC (rev 451481)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal;
@@ -12,7 +12,7 @@
 depends=(glib2 pipewire fuse3 geoclue2 rtkit systemd)
 makedepends=(python xmlto docbook-xsl git flatpak libportal)
 options=(debug)
-_commit=7a442e6133a931e66b2dd7cad2a13b73a112f010  # tags/1.14.4
+_commit=7a80f6f0e2e284b414f6fe80e73c3a8db69155d6  # tags/1.14.5
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in lua-language-server/repos/community-x86_64 (4 files)

2022-07-19 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 19, 2022 @ 17:59:26
  Author: polyzen
Revision: 1254696

archrelease: copy trunk to community-x86_64

Added:
  lua-language-server/repos/community-x86_64/PKGBUILD
(from rev 1254695, lua-language-server/trunk/PKGBUILD)
  lua-language-server/repos/community-x86_64/wrapper
(from rev 1254695, lua-language-server/trunk/wrapper)
Deleted:
  lua-language-server/repos/community-x86_64/PKGBUILD
  lua-language-server/repos/community-x86_64/wrapper

--+
 PKGBUILD |  124 ++---
 wrapper  |   16 +++
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 17:59:04 UTC (rev 1254695)
+++ PKGBUILD2022-07-19 17:59:26 UTC (rev 1254696)
@@ -1,62 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: KokaKiwi 
-# Contributor: Mohammad AlSaleh 
-
-pkgname=lua-language-server
-pkgver=3.4.2
-pkgrel=1
-license=('MIT')
-pkgdesc='Lua Language Server coded by Lua'
-url=https://github.com/sumneko/lua-language-server
-arch=('x86_64')
-depends=('bash' 'gcc-libs')
-makedepends=('git' 'ninja')
-source=("git+$url.git#tag=$pkgver"
-'git+https://github.com/actboy168/bee.lua.git'
-'git+https://github.com/love2d-community/love-api.git'
-'git+https://github.com/bjornbytes/lovr-docs.git'
-'git+https://github.com/sqmedeiros/lpeglabel.git'
-'git+https://github.com/actboy168/luamake.git'
-'git+https://github.com/electron/rcedit.git'
-'wrapper')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
-git config submodule.3rd/${i##../}.url $i
-  done
-  git config submodule.3rd/lovr-api.url ../lovr-docs
-  git submodule update
-  cd 3rd/luamake
-  git submodule init
-  git config submodule.3rd/bee.lua.url ../../../bee.lua
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
-  ./3rd/luamake/luamake rebuild
-}
-
-package() {
-  install -D wrapper "$pkgdir"/usr/bin/$pkgname
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
-  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-language-server/repos/community-x86_64/PKGBUILD (from rev 1254695, 
lua-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 17:59:26 UTC (rev 1254696)
@@ -0,0 +1,62 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: KokaKiwi 
+# Contributor: Mohammad AlSaleh 
+
+pkgname=lua-language-server
+pkgver=3.5.0
+pkgrel=1
+license=('MIT')
+pkgdesc='Lua Language Server coded by Lua'
+url=https://github.com/sumneko/lua-language-server
+arch=('x86_64')
+depends=('bash' 'gcc-libs')
+makedepends=('git' 'ninja')
+source=("git+$url.git#tag=$pkgver"
+'git+https://github.com/actboy168/bee.lua.git'
+'git+https://github.com/love2d-community/love-api.git'
+'git+https://github.com/bjornbytes/lovr-docs.git'
+'git+https://github.com/sqmedeiros/lpeglabel.git'
+'git+https://github.com/actboy168/luamake.git'
+'git+https://github.com/electron/rcedit.git'
+'wrapper')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
+git config submodule.3rd/${i##../}.url $i
+  done
+  git config submodule.3rd/lovr-api.url ../lovr-docs
+  git submodule update
+  cd 3rd/luamake
+  git submodule init
+  git config submodule.3rd/bee.lua.url ../../../bee.lua
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
+  ./3rd/luamake/luamake rebuild
+}
+
+package() {
+  install -D wrapper "$pkgdir"/usr/bin/$pkgname
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
+  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname 

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

2022-07-19 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 19, 2022 @ 17:59:04
  Author: polyzen
Revision: 1254695

upgpkg: lua-language-server 3.5.0-1

Modified:
  lua-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 17:43:36 UTC (rev 1254694)
+++ PKGBUILD2022-07-19 17:59:04 UTC (rev 1254695)
@@ -4,7 +4,7 @@
 # Contributor: Mohammad AlSaleh 
 
 pkgname=lua-language-server
-pkgver=3.4.2
+pkgver=3.5.0
 pkgrel=1
 license=('MIT')
 pkgdesc='Lua Language Server coded by Lua'



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

2022-07-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 19, 2022 @ 17:43:36
  Author: jelle
Revision: 1254694

archrelease: copy trunk to community-testing-x86_64

Added:
  zigbee2mqtt/repos/community-testing-x86_64/PKGBUILD
(from rev 1254693, zigbee2mqtt/trunk/PKGBUILD)
  zigbee2mqtt/repos/community-testing-x86_64/zigbee2mqtt.service
(from rev 1254693, zigbee2mqtt/trunk/zigbee2mqtt.service)
  zigbee2mqtt/repos/community-testing-x86_64/zigbee2mqtt.sysusers
(from rev 1254693, zigbee2mqtt/trunk/zigbee2mqtt.sysusers)
  zigbee2mqtt/repos/community-testing-x86_64/zigbee2mqtt.tmpfiles
(from rev 1254693, zigbee2mqtt/trunk/zigbee2mqtt.tmpfiles)
Deleted:
  zigbee2mqtt/repos/community-testing-x86_64/PKGBUILD
  zigbee2mqtt/repos/community-testing-x86_64/zigbee2mqtt.service
  zigbee2mqtt/repos/community-testing-x86_64/zigbee2mqtt.sysusers
  zigbee2mqtt/repos/community-testing-x86_64/zigbee2mqtt.tmpfiles

--+
 PKGBUILD |   96 -
 zigbee2mqtt.service  |   80 
 zigbee2mqtt.sysusers |4 +-
 zigbee2mqtt.tmpfiles |6 +--
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 17:43:20 UTC (rev 1254693)
+++ PKGBUILD2022-07-19 17:43:36 UTC (rev 1254694)
@@ -1,48 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sebastian Zwierzchowski 
-
-pkgname=zigbee2mqtt
-pkgver=1.25.2
-pkgrel=2
-pkgdesc='A Zigbee to MQTT bridge'
-arch=('x86_64')
-url='https://www.zigbee2mqtt.io'
-license=('GPL3')
-depends=('nodejs')
-makedepends=('typescript' 'npm')
-backup=('etc/zigbee2mqtt/configuration.yaml')
-optdepends=('mosquitto: MQTT broker')
-options=(!emptydirs)
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Koenkk/${pkgname}/archive/${pkgver}.tar.gz;
 'zigbee2mqtt.service'
-   'zigbee2mqtt.sysusers' 'zigbee2mqtt.tmpfiles')
-sha256sums=('96896ac656a1a60d2ec4b814b7e054b13360ce2415be4f3d61fda5b40f87328b'
-'5dea603b80d918039371f626e688b7152b390c5a5b413aa0af55c6a83d51af60'
-'3a86716e9036e97d885e9b5f37c7f87d9c2872435e4acf9fc4c9157264cf387b'
-'b8cb53b06176abb09e74e68daee702263f3d471b249c51b1b32d693fc7354fd8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  npm install
-  NODE_ENV=production npm run build
-  npm prune --production
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -m0755 -d "${pkgdir}/usr/share/webapps/${pkgname}"
-  cp -a node_modules dist "${pkgdir}/usr/share/webapps/${pkgname}"
-
-  install -m0644 cli.js -t "${pkgdir}/usr/share/webapps/${pkgname}"
-  install -m0644 index.js -t "${pkgdir}/usr/share/webapps/${pkgname}"
-  install -m0644 package.json -t "${pkgdir}/usr/share/webapps/${pkgname}"
-
-  # sanitize permissions
-  find "${pkgdir}/usr" -type d -exec chmod 755 {} +
-  chown -R root:root "${pkgdir}"
-
-  install -Dm644 data/configuration.yaml 
"${pkgdir}/etc/${pkgname}/configuration.yaml"
-
-  install -Dm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: zigbee2mqtt/repos/community-testing-x86_64/PKGBUILD (from rev 1254693, 
zigbee2mqtt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 17:43:36 UTC (rev 1254694)
@@ -0,0 +1,48 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sebastian Zwierzchowski 
+
+pkgname=zigbee2mqtt
+pkgver=1.26.0
+pkgrel=1
+pkgdesc='A Zigbee to MQTT bridge'
+arch=('x86_64')
+url='https://www.zigbee2mqtt.io'
+license=('GPL3')
+depends=('nodejs')
+makedepends=('typescript' 'npm')
+backup=('etc/zigbee2mqtt/configuration.yaml')
+optdepends=('mosquitto: MQTT broker')
+options=(!emptydirs)
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Koenkk/${pkgname}/archive/${pkgver}.tar.gz;
 'zigbee2mqtt.service'
+   'zigbee2mqtt.sysusers' 'zigbee2mqtt.tmpfiles')
+sha256sums=('d50bf51e12373644c0771aaace36fc16482fd1727816ade94d5eb52e5e8a0fd8'
+'7e0cce37c2e2a1ddbdb2b9e7974de7d14f8dd034ee4fbc80d5d0cf0820db3a50'
+'3a86716e9036e97d885e9b5f37c7f87d9c2872435e4acf9fc4c9157264cf387b'
+'b8cb53b06176abb09e74e68daee702263f3d471b249c51b1b32d693fc7354fd8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  npm install
+  NODE_ENV=production npm run build
+  npm prune --production
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -m0755 -d "${pkgdir}/usr/share/webapps/${pkgname}"
+  cp -a node_modules dist "${pkgdir}/usr/share/webapps/${pkgname}"
+
+  install -m0644 cli.js -t "${pkgdir}/usr/share/webapps/${pkgname}"
+  install -m0644 index.js -t "${pkgdir}/usr/share/webapps/${pkgname}"
+  install -m0644 package.json -t 

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

2022-07-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 19, 2022 @ 17:43:20
  Author: jelle
Revision: 1254693

upgpkg: zigbee2mqtt 1.26.0-1

Modified:
  zigbee2mqtt/trunk/PKGBUILD
  zigbee2mqtt/trunk/zigbee2mqtt.service

-+
 PKGBUILD|8 
 zigbee2mqtt.service |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 17:38:49 UTC (rev 1254692)
+++ PKGBUILD2022-07-19 17:43:20 UTC (rev 1254693)
@@ -2,8 +2,8 @@
 # Contributor: Sebastian Zwierzchowski 
 
 pkgname=zigbee2mqtt
-pkgver=1.25.2
-pkgrel=2
+pkgver=1.26.0
+pkgrel=1
 pkgdesc='A Zigbee to MQTT bridge'
 arch=('x86_64')
 url='https://www.zigbee2mqtt.io'
@@ -15,8 +15,8 @@
 options=(!emptydirs)
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Koenkk/${pkgname}/archive/${pkgver}.tar.gz;
 'zigbee2mqtt.service'
'zigbee2mqtt.sysusers' 'zigbee2mqtt.tmpfiles')
-sha256sums=('96896ac656a1a60d2ec4b814b7e054b13360ce2415be4f3d61fda5b40f87328b'
-'5dea603b80d918039371f626e688b7152b390c5a5b413aa0af55c6a83d51af60'
+sha256sums=('d50bf51e12373644c0771aaace36fc16482fd1727816ade94d5eb52e5e8a0fd8'
+'7e0cce37c2e2a1ddbdb2b9e7974de7d14f8dd034ee4fbc80d5d0cf0820db3a50'
 '3a86716e9036e97d885e9b5f37c7f87d9c2872435e4acf9fc4c9157264cf387b'
 'b8cb53b06176abb09e74e68daee702263f3d471b249c51b1b32d693fc7354fd8')
 

Modified: zigbee2mqtt.service
===
--- zigbee2mqtt.service 2022-07-19 17:38:49 UTC (rev 1254692)
+++ zigbee2mqtt.service 2022-07-19 17:43:20 UTC (rev 1254693)
@@ -31,7 +31,7 @@
 ProtectSystem=strict
 ProtectHome=true
 PrivateTmp=true
-ReadWritePaths=/var/lib/zigbee2mqtt
+ReadWritePaths=/var/lib/zigbee2mqtt /etc/zigbee2mqtt
 
 SystemCallArchitectures=native
 SystemCallFilter=@system-service @pkey



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

2022-07-19 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 19, 2022 @ 17:38:49
  Author: anatolik
Revision: 1254692

archrelease: copy trunk to community-x86_64

Added:
  revive/repos/community-x86_64/PKGBUILD
(from rev 1254691, revive/trunk/PKGBUILD)
Deleted:
  revive/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 17:38:29 UTC (rev 1254691)
+++ PKGBUILD2022-07-19 17:38:49 UTC (rev 1254692)
@@ -1,35 +0,0 @@
-# Contributor: Dimitris Kiziridis 
-
-pkgname=revive
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in 
replacement for golint"
-arch=('x86_64')
-url='https://revive.run'
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz;)
-sha256sums=('afe0d11a614d5ca706485b7f6ca1e53b374b45017ea75f14149a4434d3ef74b5')
-
-build() {
-  cd revive-${pkgver}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go build
-}
-
-check() {
-  cd revive-${pkgver}/test
-  go test || true
-}
-
-package() {
-  cd revive-${pkgver}
-  install -Dm755 revive "${pkgdir}/usr/bin/revive"
-  install -Dm644 defaults.toml "${pkgdir}/etc/revive/revive.toml"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: revive/repos/community-x86_64/PKGBUILD (from rev 1254691, 
revive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 17:38:49 UTC (rev 1254692)
@@ -0,0 +1,35 @@
+# Contributor: Dimitris Kiziridis 
+
+pkgname=revive
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in 
replacement for golint"
+arch=('x86_64')
+url='https://revive.run'
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz;)
+sha256sums=('47e9f371e934fe4dfce44098fd54a0aaeaa47079184a14ad263990a24fab1b35')
+
+build() {
+  cd revive-${pkgver}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  go build
+}
+
+check() {
+  cd revive-${pkgver}/test
+  go test || true
+}
+
+package() {
+  cd revive-${pkgver}
+  install -Dm755 revive "${pkgdir}/usr/bin/revive"
+  install -Dm644 defaults.toml "${pkgdir}/etc/revive/revive.toml"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-07-19 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 19, 2022 @ 17:38:29
  Author: anatolik
Revision: 1254691

upgpkg: revive 1.2.1-1

Modified:
  revive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 16:56:33 UTC (rev 1254690)
+++ PKGBUILD2022-07-19 17:38:29 UTC (rev 1254691)
@@ -1,8 +1,8 @@
 # Contributor: Dimitris Kiziridis 
 
 pkgname=revive
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in 
replacement for golint"
 arch=('x86_64')
 url='https://revive.run'
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz;)
-sha256sums=('afe0d11a614d5ca706485b7f6ca1e53b374b45017ea75f14149a4434d3ef74b5')
+sha256sums=('47e9f371e934fe4dfce44098fd54a0aaeaa47079184a14ad263990a24fab1b35')
 
 build() {
   cd revive-${pkgver}



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

2022-07-19 Thread Alexander Epaneshnikov via arch-commits
Date: Tuesday, July 19, 2022 @ 16:56:33
  Author: alex19ep
Revision: 1254690

archrelease: copy trunk to community-testing-any

Added:
  matrix-synapse/repos/community-testing-any/
  matrix-synapse/repos/community-testing-any/PKGBUILD
(from rev 1254689, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-testing-any/generic_worker.yaml.example
(from rev 1254689, matrix-synapse/trunk/generic_worker.yaml.example)
  matrix-synapse/repos/community-testing-any/keys/
  matrix-synapse/repos/community-testing-any/override-hardened.conf
(from rev 1254689, matrix-synapse/trunk/override-hardened.conf)
  matrix-synapse/repos/community-testing-any/synapse-worker@.service
(from rev 1254689, matrix-synapse/trunk/synapse-worker@.service)
  matrix-synapse/repos/community-testing-any/synapse.install
(from rev 1254689, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-testing-any/synapse.service
(from rev 1254689, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-testing-any/synapse.target
(from rev 1254689, matrix-synapse/trunk/synapse.target)
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf
(from rev 1254689, matrix-synapse/trunk/sysusers-synapse.conf)
  matrix-synapse/repos/community-testing-any/tmpfiles-synapse.conf
(from rev 1254689, matrix-synapse/trunk/tmpfiles-synapse.conf)

-+
 PKGBUILD|   80 +
 generic_worker.yaml.example |   34 
 override-hardened.conf  |   71 +
 synapse-worker@.service |   22 
 synapse.install |  115 ++
 synapse.service |   23 
 synapse.target  |7 ++
 sysusers-synapse.conf   |1 
 tmpfiles-synapse.conf   |1 
 9 files changed, 354 insertions(+)

Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 1254689, 
matrix-synapse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-07-19 16:56:33 UTC (rev 1254690)
@@ -0,0 +1,80 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=1.63.0
+pkgrel=1
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+depends=('libwebp' 'python-ijson' 'python-jsonschema' 'python-twisted'
+ 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
+ 'python-bcrypt' 'python-frozendict'
+ 'python-pillow' 'python-pysaml2'
+ 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
+ 'python-signedjson' 'python-pymacaroons'
+ 'python-service-identity' 'python-msgpack'
+ 'python-phonenumbers' 'python-prometheus_client'
+ 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
+ 'python-treq' 'python-idna' 'python-jinja' 'python-matrix-common'
+ 'python-bleach' 'python-typing_extensions' 'systemd')
+makedepends=(git python-build python-installer python-wheel python-poetry)
+checkdepends=('python-pip' 'python-authlib' 'python-pyjwt' 'python-lxml' 
'python-parameterized'
+  'python-txredisapi' 'python-hiredis')
+optdepends=('perl: sync_room_to_group.pl'
+'python-psycopg2: PostgreSQL support'
+'python-lxml: URL previewing'
+'python-psutil: metrics'
+'python-pyjwt: jwt'
+'python-txredisapi: redis'
+'python-hiredis')
+source=("$pkgname::git+https://github.com/matrix-org/synapse.git#tag=v$pkgver?signed;
+'generic_worker.yaml.example'
+'synapse.service'
+'synapse.target'
+'synapse-worker@.service'
+'sysusers-synapse.conf'
+'tmpfiles-synapse.conf'
+'override-hardened.conf')
+sha256sums=('SKIP'
+'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
+'74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
+'408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'
+'c9657c201ad89985c8c915bfa0ea7517a412071736b4d9545d8f6474fddc44e2'
+'aadfdd78fe73e6eb325ee4299b8db8b97bfa2f4e7df953aa8477f442598a7ec5'
+'65588c8c64dfb84cab831cd8d028a295d753cf7322dd63053e8488466047b45f'
+'d8e6b2a43a8a7d8f09c643f32e789a7ffeeb2d20bb07ee88ddc6923e1ab3b0e6')
+backup=('etc/synapse/log_config.yaml')
+install=synapse.install
+validpgpkeys=('053191DFF4670330465227F7A542E4ED1B0FAC09'
+  'D79D3CA0B61429A8A760525A903ECE108A39DEDD'
+  '02450A9EDDFEE3E0C730B786A7E4A57880C3A4A9'
+  '93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6')
+
+build() {
+   cd $pkgname
+   python -m build --wheel 

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

2022-07-19 Thread Alexander Epaneshnikov via arch-commits
Date: Tuesday, July 19, 2022 @ 16:56:25
  Author: alex19ep
Revision: 1254689

upgpkg: matrix-synapse 1.63.0-1 upstream release

Added:
  matrix-synapse/trunk/keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
Modified:
  matrix-synapse/trunk/PKGBUILD

---+
 PKGBUILD  |5 +++--
 keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 16:44:26 UTC (rev 1254688)
+++ PKGBUILD2022-07-19 16:56:25 UTC (rev 1254689)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.62.0
+pkgver=1.63.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;
@@ -50,7 +50,8 @@
 install=synapse.install
 validpgpkeys=('053191DFF4670330465227F7A542E4ED1B0FAC09'
   'D79D3CA0B61429A8A760525A903ECE108A39DEDD'
-  '02450A9EDDFEE3E0C730B786A7E4A57880C3A4A9')
+  '02450A9EDDFEE3E0C730B786A7E4A57880C3A4A9'
+  '93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6')
 
 build() {
cd $pkgname

Added: keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
===
(Binary files differ)

Index: 
matrix-synapse/trunk/keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
===
--- keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc   2022-07-19 
16:44:26 UTC (rev 1254688)
+++ keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc   2022-07-19 
16:56:25 UTC (rev 1254689)

Property changes on: 
matrix-synapse/trunk/keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in matrix-synapse/repos/community-any (2 files)

2022-07-19 Thread Alexander Epaneshnikov via arch-commits
Date: Tuesday, July 19, 2022 @ 16:44:26
  Author: alex19ep
Revision: 1254688

upgpkg: matrix-synapse 1.63.0-1 upstream release

Added:
  
matrix-synapse/repos/community-any/keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
Modified:
  matrix-synapse/repos/community-any/PKGBUILD

---+
 PKGBUILD  |5 +++--
 keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 15:41:29 UTC (rev 1254687)
+++ PKGBUILD2022-07-19 16:44:26 UTC (rev 1254688)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.62.0
+pkgver=1.63.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;
@@ -50,7 +50,8 @@
 install=synapse.install
 validpgpkeys=('053191DFF4670330465227F7A542E4ED1B0FAC09'
   'D79D3CA0B61429A8A760525A903ECE108A39DEDD'
-  '02450A9EDDFEE3E0C730B786A7E4A57880C3A4A9')
+  '02450A9EDDFEE3E0C730B786A7E4A57880C3A4A9'
+  '93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6')
 
 build() {
cd $pkgname

Added: keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
===
(Binary files differ)

Index: 
matrix-synapse/repos/community-any/keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
===
--- keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc   2022-07-19 
15:41:29 UTC (rev 1254687)
+++ keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc   2022-07-19 
16:44:26 UTC (rev 1254688)

Property changes on: 
matrix-synapse/repos/community-any/keys/pgp/93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in stunnel/repos/community-x86_64 (9 files)

2022-07-19 Thread George Rawlinson via arch-commits
Date: Tuesday, July 19, 2022 @ 15:41:29
  Author: grawlinson
Revision: 1254687

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 1254686, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 1254686, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/keys/
  stunnel/repos/community-x86_64/sysusers.conf
(from rev 1254686, stunnel/trunk/sysusers.conf)
  stunnel/repos/community-x86_64/tmpfiles.conf
(from rev 1254686, stunnel/trunk/tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/sysusers.conf
  stunnel/repos/community-x86_64/tmpfiles.conf

+
 Makefile.patch |   22 
 PKGBUILD   |  136 +++
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2022-07-19 15:40:23 UTC (rev 1254686)
+++ Makefile.patch  2022-07-19 15:41:29 UTC (rev 1254687)
@@ -1,11 +0,0 @@
 tools/Makefile.in
-+++ tools/Makefile.in
-@@ -506,7 +506,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
-+install-data-am: install-confDATA \
-   install-dist_bashcompDATA install-examplesDATA
- 
- install-dvi: install-dvi-am

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 1254686, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2022-07-19 15:41:29 UTC (rev 1254687)
@@ -0,0 +1,11 @@
+--- tools/Makefile.in
 tools/Makefile.in
+@@ -506,7 +506,7 @@ info: info-am
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
++install-data-am: install-confDATA \
+   install-dist_bashcompDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 15:40:23 UTC (rev 1254686)
+++ PKGBUILD2022-07-19 15:41:29 UTC (rev 1254687)
@@ -1,68 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: George Rawlinson 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.64
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl' 'perl' 'libnsl' 'systemd-libs')
-makedepends=('systemd')
-source=(
-  
"https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-  'Makefile.patch'
-  'sysusers.conf'
-  'tmpfiles.conf'
-)
-sha512sums=('85ed22664420db3c97b871f1afeb6483e547f421f0419fed1ccb4f3563ea154b6aeb6ae7221f001557c786a3406ada4c7b0d44b208dcf98f16209229aee4e0aa'
-'SKIP'
-
'9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
-
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-b2sums=('c6be054b825e57c1ac44adf28d4546ab78250cf9d7b17bc9e039d2715ca2316fef674a3ed2c4419a5a7ad6fa85b56809f736d0dca0bc672521347d5f51d2ed23'
-'SKIP'
-
'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
-
'0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'
-
'cedd3eccd1964dcc86255fca0e47fe692a2619fbcbc576480adf193192a2218972d07961a3ab4d30f095c308844f25fe71cdf285bde201050be24d4ce0ca80d3')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # skip generation of $pkgdir/var
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  # ensure user/group is set to stunnel
-  sed \
--e "s:\(nobody\|@DEFAULT_GROUP@\):stunnel:g" \
--i tools/stunnel.conf-sample.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # systemd integration
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -Dm644 "$srcdir/tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-}

Copied: 

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

2022-07-19 Thread George Rawlinson via arch-commits
Date: Tuesday, July 19, 2022 @ 15:40:23
  Author: grawlinson
Revision: 1254686

upgpkg: stunnel 5.65-1: upgpkg: stunnel 5.65-1; new upstream release

Added:
  stunnel/trunk/keys/
  stunnel/trunk/keys/pgp/
  stunnel/trunk/keys/pgp/AC915EA30645D9D3D4DAE4FEB1048932DD33.asc

--+
 AC915EA30645D9D3D4DAE4FEB1048932DD33.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/AC915EA30645D9D3D4DAE4FEB1048932DD33.asc
===
(Binary files differ)

Index: stunnel/trunk/keys/pgp/AC915EA30645D9D3D4DAE4FEB1048932DD33.asc
===
--- keys/pgp/AC915EA30645D9D3D4DAE4FEB1048932DD33.asc   2022-07-19 
15:40:06 UTC (rev 1254685)
+++ keys/pgp/AC915EA30645D9D3D4DAE4FEB1048932DD33.asc   2022-07-19 
15:40:23 UTC (rev 1254686)

Property changes on: 
stunnel/trunk/keys/pgp/AC915EA30645D9D3D4DAE4FEB1048932DD33.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-19 Thread George Rawlinson via arch-commits
Date: Tuesday, July 19, 2022 @ 15:40:06
  Author: grawlinson
Revision: 1254685

upgpkg: stunnel 5.65-1; new upstream release

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 13:47:35 UTC (rev 1254684)
+++ PKGBUILD2022-07-19 15:40:06 UTC (rev 1254685)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.64
+pkgver=5.65
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
@@ -19,17 +19,17 @@
   'sysusers.conf'
   'tmpfiles.conf'
 )
-sha512sums=('85ed22664420db3c97b871f1afeb6483e547f421f0419fed1ccb4f3563ea154b6aeb6ae7221f001557c786a3406ada4c7b0d44b208dcf98f16209229aee4e0aa'
+sha512sums=('96ca0535a07d5ea050a5d985c0ab6299bb92e551715120f536869a7b408b795fdc251782aaa7a4a282749d3146726d71c8b3c25430969aa55745a863abe5728a'
 'SKIP'
 
'9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
 
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
 
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-b2sums=('c6be054b825e57c1ac44adf28d4546ab78250cf9d7b17bc9e039d2715ca2316fef674a3ed2c4419a5a7ad6fa85b56809f736d0dca0bc672521347d5f51d2ed23'
+b2sums=('45cc4dd0ec91cb9a99c10d26910b05325af29ec2609c0b86d5aceb07fbd495ff6fe39b0fe2c5895358596ee34ed822870c6eb1a538e30557f4485d042f5ae781'
 'SKIP'
 
'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
 
'0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'
 
'cedd3eccd1964dcc86255fca0e47fe692a2619fbcbc576480adf193192a2218972d07961a3ab4d30f095c308844f25fe71cdf285bde201050be24d4ce0ca80d3')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara 

 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-07-19 Thread Jan Steffens via arch-commits
Date: Tuesday, July 19, 2022 @ 14:48:21
  Author: heftig
Revision: 451479

archrelease: copy trunk to extra-x86_64

Added:
  rust/repos/extra-x86_64/0001-bootstrap-Change-libexec-dir.patch
(from rev 451478, rust/trunk/0001-bootstrap-Change-libexec-dir.patch)
  rust/repos/extra-x86_64/0001-cargo-Change-libexec-dir.patch
(from rev 451478, rust/trunk/0001-cargo-Change-libexec-dir.patch)
  rust/repos/extra-x86_64/0002-compiler-Change-LLVM-targets.patch
(from rev 451478, rust/trunk/0002-compiler-Change-LLVM-targets.patch)
  rust/repos/extra-x86_64/0003-compiler-Use-wasm-ld-for-wasm-targets.patch
(from rev 451478, 
rust/trunk/0003-compiler-Use-wasm-ld-for-wasm-targets.patch)
  rust/repos/extra-x86_64/PKGBUILD
(from rev 451478, rust/trunk/PKGBUILD)
  rust/repos/extra-x86_64/keys/
Deleted:
  rust/repos/extra-x86_64/0001-bootstrap-Change-libexec-dir.patch
  rust/repos/extra-x86_64/0001-cargo-Change-libexec-dir.patch
  rust/repos/extra-x86_64/0002-compiler-Change-LLVM-targets.patch
  rust/repos/extra-x86_64/0003-compiler-Use-wasm-ld-for-wasm-targets.patch
  rust/repos/extra-x86_64/PKGBUILD
  rust/repos/extra-x86_64/keys/

--+
 0001-bootstrap-Change-libexec-dir.patch  |   44 +-
 0001-cargo-Change-libexec-dir.patch  |   44 +-
 0002-compiler-Change-LLVM-targets.patch  |  168 
 0003-compiler-Use-wasm-ld-for-wasm-targets.patch |   48 +-
 PKGBUILD |  441 ++---
 5 files changed, 372 insertions(+), 373 deletions(-)

Deleted: 0001-bootstrap-Change-libexec-dir.patch
===
--- 0001-bootstrap-Change-libexec-dir.patch 2022-07-19 14:47:36 UTC (rev 
451478)
+++ 0001-bootstrap-Change-libexec-dir.patch 2022-07-19 14:48:21 UTC (rev 
451479)
@@ -1,22 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 6 May 2021 20:14:58 +0200
-Subject: [PATCH] bootstrap: Change libexec dir
-

- src/bootstrap/dist.rs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
-index 6181a611ec31..ef2eccab8dc3 100644
 a/src/bootstrap/dist.rs
-+++ b/src/bootstrap/dist.rs
-@@ -968,7 +968,7 @@ fn run(self, builder: <'_>) -> 
Option {
- for dirent in 
fs::read_dir(cargo.parent().unwrap()).expect("read_dir") {
- let dirent = dirent.expect("read dir entry");
- if 
dirent.file_name().to_str().expect("utf8").starts_with("cargo-credential-") {
--tarball.add_file((), "libexec", 0o755);
-+tarball.add_file((), "lib", 0o755);
- }
- }
- 

Copied: rust/repos/extra-x86_64/0001-bootstrap-Change-libexec-dir.patch (from 
rev 451478, rust/trunk/0001-bootstrap-Change-libexec-dir.patch)
===
--- 0001-bootstrap-Change-libexec-dir.patch (rev 0)
+++ 0001-bootstrap-Change-libexec-dir.patch 2022-07-19 14:48:21 UTC (rev 
451479)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 6 May 2021 20:14:58 +0200
+Subject: [PATCH] bootstrap: Change libexec dir
+
+---
+ src/bootstrap/dist.rs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
+index 6181a611ec31..ef2eccab8dc3 100644
+--- a/src/bootstrap/dist.rs
 b/src/bootstrap/dist.rs
+@@ -968,7 +968,7 @@ fn run(self, builder: <'_>) -> 
Option {
+ for dirent in 
fs::read_dir(cargo.parent().unwrap()).expect("read_dir") {
+ let dirent = dirent.expect("read dir entry");
+ if 
dirent.file_name().to_str().expect("utf8").starts_with("cargo-credential-") {
+-tarball.add_file((), "libexec", 0o755);
++tarball.add_file((), "lib", 0o755);
+ }
+ }
+ 

Deleted: 0001-cargo-Change-libexec-dir.patch
===
--- 0001-cargo-Change-libexec-dir.patch 2022-07-19 14:47:36 UTC (rev 451478)
+++ 0001-cargo-Change-libexec-dir.patch 2022-07-19 14:48:21 UTC (rev 451479)
@@ -1,22 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 6 May 2021 20:13:31 +0200
-Subject: [PATCH] cargo: Change libexec dir
-

- src/cargo/ops/registry/auth.rs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/cargo/ops/registry/auth.rs b/src/cargo/ops/registry/auth.rs
-index 648e051e6dc2..a7b24e07e552 100644
 a/src/cargo/ops/registry/auth.rs
-+++ b/src/cargo/ops/registry/auth.rs
-@@ -224,7 +224,7 @@ fn sysroot_credential(
- .parent()
- .and_then(|p| p.parent())
- .ok_or_else(|| format_err!("expected cargo 

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

2022-07-19 Thread Jan Steffens via arch-commits
Date: Tuesday, July 19, 2022 @ 14:47:36
  Author: heftig
Revision: 451478

1.62.1-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 14:06:37 UTC (rev 451477)
+++ PKGBUILD2022-07-19 14:47:36 UTC (rev 451478)
@@ -7,7 +7,7 @@
 pkgbase=rust
 pkgname=(rust lib32-rust-libs rust-musl rust-wasm rust-src)
 epoch=1
-pkgver=1.62.0
+pkgver=1.62.1
 pkgrel=1
 pkgdesc="Systems programming language focused on safety, speed and concurrency"
 url=https://www.rust-lang.org/
@@ -27,7 +27,7 @@
   0002-compiler-Change-LLVM-targets.patch
   0003-compiler-Use-wasm-ld-for-wasm-targets.patch
 )
-sha256sums=('7d0878809b64d206825acae3eb7f60afb2212d81e3de1adf4c11c6032b36c027'
+sha256sums=('72acbe6ffcd94f598382a7430b0d85ee8f679e6d0b27f3f566ed1c16c978133f'
 'SKIP'
 '88df303840ca8fbff944e15e61c141226fe79f5d2b8e89fb024264d77841a02e'
 'SKIP'



[arch-commits] Commit in base/repos (testing-any testing-any/PKGBUILD)

2022-07-19 Thread Jonas Witschel via arch-commits
Date: Tuesday, July 19, 2022 @ 14:06:37
  Author: diabonas
Revision: 451477

archrelease: copy trunk to testing-any

Added:
  base/repos/testing-any/
  base/repos/testing-any/PKGBUILD
(from rev 451476, base/trunk/PKGBUILD)

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

Copied: base/repos/testing-any/PKGBUILD (from rev 451476, base/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-07-19 14:06:37 UTC (rev 451477)
@@ -0,0 +1,32 @@
+# Maintainer: Arch Linux Team
+# Contributor: Levente Polyak 
+# Contributor: Eli Schwartz 
+
+pkgname=base
+pkgver=3
+pkgrel=1
+pkgdesc='Minimal package set to define a basic Arch Linux installation'
+url='https://www.archlinux.org'
+arch=('any')
+license=('GPL')
+depends=(
+  # very very base
+  'filesystem' 'gcc-libs' 'glibc' 'bash'
+
+  # POSIX tools
+  'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar'
+
+  # standard linux toolset
+  'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz'
+
+  # distro defined requirements
+  'licenses' 'pacman' 'archlinux-keyring' 'systemd' 'systemd-sysvcompat'
+
+  # networking, ping, etc
+  'iputils' 'iproute2'
+)
+optdepends=('linux: bare metal support')
+
+# vim: ts=2 sw=2 et:
+
+



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

2022-07-19 Thread Jonas Witschel via arch-commits
Date: Tuesday, July 19, 2022 @ 14:05:24
  Author: diabonas
Revision: 451476

archrelease: copy trunk to testing-x86_64

Added:
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 451475, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/add-flto-to-LDFLAGS-for-clang.patch
(from rev 451475, pacman/trunk/add-flto-to-LDFLAGS-for-clang.patch)
  pacman/repos/testing-x86_64/keys/
  
pacman/repos/testing-x86_64/libmakepkg-add-extra-buildflags-only-when-buildflags.patch
(from rev 451475, 
pacman/trunk/libmakepkg-add-extra-buildflags-only-when-buildflags.patch)
  
pacman/repos/testing-x86_64/make-link-time-optimization-flags-configurable.patch
(from rev 451475, 
pacman/trunk/make-link-time-optimization-flags-configurable.patch)
  
pacman/repos/testing-x86_64/makepkg-use-ffile-prefix-map-instead-of-fdebug-prefi.patch
(from rev 451475, 
pacman/trunk/makepkg-use-ffile-prefix-map-instead-of-fdebug-prefi.patch)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 451475, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf
(from rev 451475, pacman/trunk/pacman.conf)

+
 PKGBUILD   |   79 +
 add-flto-to-LDFLAGS-for-clang.patch|   24 +
 libmakepkg-add-extra-buildflags-only-when-buildflags.patch |   41 ++
 make-link-time-optimization-flags-configurable.patch   |  108 +++
 makepkg-use-ffile-prefix-map-instead-of-fdebug-prefi.patch |   40 ++
 makepkg.conf   |  159 +++
 pacman.conf|  100 ++
 7 files changed, 551 insertions(+)

Copied: pacman/repos/testing-x86_64/PKGBUILD (from rev 451475, 
pacman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-19 14:05:24 UTC (rev 451476)
@@ -0,0 +1,79 @@
+# vim: set ts=2 sw=2 et:
+# Maintainer: 
+
+pkgname=pacman
+pkgver=6.0.1
+pkgrel=6
+pkgdesc="A library-based package manager with dependency support"
+arch=('x86_64')
+url="https://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl' 'gpgme' 'pacman-mirrorlist')
+makedepends=('meson' 'asciidoc' 'doxygen')
+checkdepends=('python' 'fakechroot')
+optdepends=('perl-locale-gettext: translation support in makepkg-template')
+provides=('libalpm.so')
+backup=(etc/pacman.conf
+etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.xz{,.sig}
+
"fix-wkd-lookup.patch::https://gitlab.archlinux.org/pacman/pacman/-/commit/e1246baddd14ec6f4b6270b59bea0e1b639472a7.patch;
+add-flto-to-LDFLAGS-for-clang.patch
+makepkg-use-ffile-prefix-map-instead-of-fdebug-prefi.patch
+libmakepkg-add-extra-buildflags-only-when-buildflags.patch
+make-link-time-optimization-flags-configurable.patch
+pacman.conf
+makepkg.conf)
+sha256sums=('0db61456e56aa49e260e891c0b025be210319e62b15521f29d3e93b00d3bf731'
+'SKIP'
+'8ab5b1338874d7d58e11c5d1185ea3454fcc89755f9c18faf87ff348ad1ed16c'
+'82ff91b85f4c6ceba19f9330437e2a22aabc966c2b9e2a20a53857f98a42c223'
+'b940e6c0c05a185dce1dbb9da0dcbebf742fca7a63f3e3308d49205afe5a6582'
+'7d0aee976c9c71fcf7c96ef1d99aa76efe47d8c1f4451842d6d159ec7deb4278'
+'5b43e26a76be3ed10a69d4bfb2be48db8cce359baf46583411c7f124737ebe6a'
+'606e55f06c297d2b508bc4438890b229a1abaa68b0374a2d7f94c8e7be6792d7'
+'072020e34f2c55b94a9a486829a7eadab0a830ddb4d8e759b0c4e6cf1bde73a6')
+
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../add-flto-to-LDFLAGS-for-clang.patch
+  patch -Np1 -i ../makepkg-use-ffile-prefix-map-instead-of-fdebug-prefi.patch
+  patch -Np1 -i ../libmakepkg-add-extra-buildflags-only-when-buildflags.patch
+  patch -Np1 -i ../make-link-time-optimization-flags-configurable.patch
+  patch -Np1 -i ../fix-wkd-lookup.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  meson --prefix=/usr \
+--buildtype=plain \
+-Ddoc=enabled \
+-Ddoxygen=enabled \
+-Dscriptlet-shell=/usr/bin/bash \
+-Dldconfig=/usr/bin/ldconfig \
+build
+
+  meson compile -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  meson test -C build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf" "$pkgdir/etc"
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+}

Copied: 

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

2022-07-19 Thread Jonas Witschel via arch-commits
Date: Tuesday, July 19, 2022 @ 14:05:00
  Author: diabonas
Revision: 451475

upgpkg: pacman 6.0.1-6: remove dependency on archlinux-keyring (FS#62826)

The dependency relation should be the other way around: pacman needs to be
installed before archlinux-keyring because the latter runs pacman-key in an
install scriptlet, so archlinux-keyring needs to depend on pacman.

Added:
  pacman/trunk/keys/
  pacman/trunk/keys/pgp/
  pacman/trunk/keys/pgp/6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD.asc
  pacman/trunk/keys/pgp/B8151B117037781095514CA7BBDFFC92306B1121.asc
Modified:
  pacman/trunk/PKGBUILD

---+
 PKGBUILD  |5 ++---
 keys/pgp/6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD.asc |1 +
 keys/pgp/B8151B117037781095514CA7BBDFFC92306B1121.asc |1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 14:00:47 UTC (rev 451474)
+++ PKGBUILD2022-07-19 14:05:00 UTC (rev 451475)
@@ -3,14 +3,13 @@
 
 pkgname=pacman
 pkgver=6.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A library-based package manager with dependency support"
 arch=('x86_64')
 url="https://www.archlinux.org/pacman/;
 license=('GPL')
 groups=('base-devel')
-depends=('bash' 'glibc' 'libarchive' 'curl'
- 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+depends=('bash' 'glibc' 'libarchive' 'curl' 'gpgme' 'pacman-mirrorlist')
 makedepends=('meson' 'asciidoc' 'doxygen')
 checkdepends=('python' 'fakechroot')
 optdepends=('perl-locale-gettext: translation support in makepkg-template')

Added: keys/pgp/6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD.asc
===
(Binary files differ)

Index: pacman/trunk/keys/pgp/6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD.asc
===
--- keys/pgp/6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD.asc   2022-07-19 
14:00:47 UTC (rev 451474)
+++ keys/pgp/6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD.asc   2022-07-19 
14:05:00 UTC (rev 451475)

Property changes on: 
pacman/trunk/keys/pgp/6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/B8151B117037781095514CA7BBDFFC92306B1121.asc
===
(Binary files differ)

Index: pacman/trunk/keys/pgp/B8151B117037781095514CA7BBDFFC92306B1121.asc
===
--- keys/pgp/B8151B117037781095514CA7BBDFFC92306B1121.asc   2022-07-19 
14:00:47 UTC (rev 451474)
+++ keys/pgp/B8151B117037781095514CA7BBDFFC92306B1121.asc   2022-07-19 
14:05:00 UTC (rev 451475)

Property changes on: 
pacman/trunk/keys/pgp/B8151B117037781095514CA7BBDFFC92306B1121.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-19 Thread Jonas Witschel via arch-commits
Date: Tuesday, July 19, 2022 @ 14:00:47
  Author: diabonas
Revision: 451474

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 451473, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 451473, archlinux-keyring/trunk/archlinux-keyring.install)
  archlinux-keyring/repos/testing-any/keys/

---+
 PKGBUILD  |   43 +++
 archlinux-keyring.install |   12 
 2 files changed, 55 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 451473, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-07-19 14:00:47 UTC (rev 451474)
@@ -0,0 +1,43 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+_tag='ff4e031beb113fba80d2a08da1c21624bbb7ba84' # git rev-parse ${pkgver}
+pkgver=20220713
+pkgrel=2
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
+license=('GPL3')
+groups=('base-devel')
+install=$pkgname.install
+depends=('pacman')
+makedepends=('git' 'python' 'sequoia-sq')
+checkdepends=('python-coverage' 'python-pytest')
+source=("archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('02FD1C7A934E614545849F19A6234074498E9CEE'  # Christian Hesse 

+  'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB'  # Giancarlo 
Razzolini 
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak 

+  'C100346676634E80C940FB9E9C02FF419FECBE16') # Morten Linderud 

+
+build() {
+  cd archlinux-keyring/
+
+  make build
+}
+
+check() {
+  cd archlinux-keyring/
+
+  make check
+}
+
+package() {
+  cd archlinux-keyring/
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
451473, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2022-07-19 14:00:47 UTC (rev 
451474)
@@ -0,0 +1,12 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   usr/bin/pacman-key --updatedb
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2022-07-19 Thread Jonas Witschel via arch-commits
Date: Tuesday, July 19, 2022 @ 14:00:35
  Author: diabonas
Revision: 451473

upgpkg: archlinux-keyring 20220713-2: depend on pacman, add to base-devel 
(FS#62826)

pacman-key is run by this package in an install scriptlet, so we need to make
sure that pacman gets installed first by depending on it.

Since pacman will in turn not depend on archlinux-keyring any longer, we need
to add archlinux-keyring to base-devel so that it gets installed in clean
chroots that only preinstall base-devel.

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 11:01:36 UTC (rev 451472)
+++ PKGBUILD2022-07-19 14:00:35 UTC (rev 451473)
@@ -4,12 +4,14 @@
 pkgname=archlinux-keyring
 _tag='ff4e031beb113fba80d2a08da1c21624bbb7ba84' # git rev-parse ${pkgver}
 pkgver=20220713
-pkgrel=1
+pkgrel=2
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
 url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
 license=('GPL3')
+groups=('base-devel')
 install=$pkgname.install
+depends=('pacman')
 makedepends=('git' 'python' 'sequoia-sq')
 checkdepends=('python-coverage' 'python-pytest')
 
source=("archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=${_tag}?signed;)



[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2022-07-19 Thread Ike Devolder via arch-commits
Date: Tuesday, July 19, 2022 @ 13:47:35
  Author: idevolder
Revision: 1254684

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 1254683, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 1254683, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 1254683, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 1254683, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 1254683, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 1254683, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 1254683, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  174 -
 default   |8 
 eula.html | 4644 -
 opera |   26 
 opera.install |   78 
 privacy.html  | 4634 -
 terms.html| 5280 
 7 files changed, 7422 insertions(+), 7422 deletions(-)

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


  1   2   3   >