[arch-commits] Commit in (3 files)

2022-09-03 Thread Filipe Laíns via arch-commits
Date: Sunday, September 4, 2022 @ 01:19:34
  Author: ffy00
Revision: 1292773

add root structure

Added:
  python-trailrunner/
  python-trailrunner/repos/
  python-trailrunner/trunk/



[arch-commits] Commit in (3 files)

2022-09-03 Thread Filipe Laíns via arch-commits
Date: Saturday, September 3, 2022 @ 18:47:50
  Author: ffy00
Revision: 1292681

add root structure

Added:
  python-sphinx-pytest/
  python-sphinx-pytest/repos/
  python-sphinx-pytest/trunk/



[arch-commits] Commit in (3 files)

2022-09-03 Thread Filipe Laíns via arch-commits
Date: Saturday, September 3, 2022 @ 18:31:23
  Author: ffy00
Revision: 1292669

add root structure

Added:
  python-uc.micro-py/
  python-uc.micro-py/repos/
  python-uc.micro-py/trunk/



[arch-commits] Commit in (3 files)

2022-08-31 Thread Antonio Rojas via arch-commits
Date: Wednesday, August 31, 2022 @ 21:51:23
  Author: arojas
Revision: 1289549

New sagemath dependency

Added:
  python-database-cubic-hecke/
  python-database-cubic-hecke/trunk/
  python-database-cubic-hecke/trunk/PKGBUILD

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

Added: python-database-cubic-hecke/trunk/PKGBUILD
===
--- python-database-cubic-hecke/trunk/PKGBUILD  (rev 0)
+++ python-database-cubic-hecke/trunk/PKGBUILD  2022-08-31 21:51:23 UTC (rev 
1289549)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=database_cubic_hecke
+pkgname=python-${_pipname//_/-}
+pkgver=2022.4.4
+pkgrel=1
+pkgdesc='Representations of the cubic Hecke algebra on 4 strands as Python 
dictionaries'
+arch=(any)
+url='https://github.com/soehms/database_cubic_hecke'
+license=(GPL)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools-scm python-wheel)
+source=(https://pypi.io/packages/source/d/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('553654a4ce987a277fe956a9a450d738bd1f58b96c45499075e28f2bca927ae9')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in (3 files)

2022-08-29 Thread Antonio Rojas via arch-commits
Date: Monday, August 29, 2022 @ 19:00:48
  Author: arojas
Revision: 1285569

New jsonschema dependency

Added:
  python-hatch-fancy-pypi-readme/
  python-hatch-fancy-pypi-readme/trunk/
  python-hatch-fancy-pypi-readme/trunk/PKGBUILD

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

Added: python-hatch-fancy-pypi-readme/trunk/PKGBUILD
===
--- python-hatch-fancy-pypi-readme/trunk/PKGBUILD   
(rev 0)
+++ python-hatch-fancy-pypi-readme/trunk/PKGBUILD   2022-08-29 19:00:48 UTC 
(rev 1285569)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=python-hatch-fancy-pypi-readme
+pkgver=22.3.0
+pkgrel=1
+pkgdesc='Fancy PyPI READMEs with Hatch'
+arch=(any)
+url='https://github.com/hynek/hatch-fancy-pypi-readme'
+license=(MIT)
+depends=(python-hatchling)
+makedepends=(python-build python-installer)
+checkdepends=(python-pytest python-wheel)
+source=(https://github.com/hynek/hatch-fancy-pypi-readme/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3a51bbe0eb5044f012083ce2954e0875116553429289d29712b824defe90fab0')
+
+build() {
+  cd hatch-fancy-pypi-readme-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd hatch-fancy-pypi-readme-$pkgver
+  PYTHONPATH="$PWD"/src \
+  pytest -v
+}
+
+package() {
+  cd hatch-fancy-pypi-readme-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (3 files)

2022-08-29 Thread Justin Kromlinger via arch-commits
Date: Monday, August 29, 2022 @ 13:52:21
  Author: hashworks
Revision: 1285199

Moved from AUR

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



[arch-commits] Commit in (3 files)

2022-08-28 Thread Justin Kromlinger via arch-commits
Date: Sunday, August 28, 2022 @ 15:19:21
  Author: hashworks
Revision: 1285117

Moved from AUR

Added:
  python-geoipsets/
  python-geoipsets/repos/
  python-geoipsets/trunk/



[arch-commits] Commit in (3 files)

2022-08-28 Thread Antonio Rojas via arch-commits
Date: Sunday, August 28, 2022 @ 09:20:48
  Author: arojas
Revision: 1285033

New python-kikit dependency

Added:
  python-pcbnewtransition/
  python-pcbnewtransition/trunk/
  python-pcbnewtransition/trunk/PKGBUILD

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

Added: python-pcbnewtransition/trunk/PKGBUILD
===
--- python-pcbnewtransition/trunk/PKGBUILD  (rev 0)
+++ python-pcbnewtransition/trunk/PKGBUILD  2022-08-28 09:20:48 UTC (rev 
1285033)
@@ -0,0 +1,24 @@
+# Maintainer:
+
+_pkgname=pcbnewTransition
+pkgname=python-pcbnewtransition
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Library that allows you to support both, KiCAD 5 and KiCAD 6 in your 
plugins'
+arch=(any)
+url='https://github.com/yaqwsx/pcbnewTransition'
+license=(MIT)
+depends=(python kicad)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha512sums=('650867b9d3ed7e4f9a6e9e90c58a0e8bee6efccd7cf88c145229837540d053d221f4d78f4ceb2c3286d4f64966542b5170c574b28455b9f5535f7a76b653f1c9')
+
+build() {
+  cd $_pkgname-$pkgver
+  python -m build --wheel --no-isolation --skip-dependency-check
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in (3 files)

2022-08-19 Thread Levente Polyak via arch-commits
Date: Friday, August 19, 2022 @ 22:22:47
  Author: anthraxx
Revision: 1271005

addpkg: python-bintrees 2.2.0-1

Added:
  python-bintrees/
  python-bintrees/repos/
  python-bintrees/trunk/



[arch-commits] Commit in (3 files)

2022-08-18 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 18, 2022 @ 12:48:14
  Author: alucryd
Revision: 1267279

python-rx becomes python-reactivex starting with 4.0.0

Added:
  python-reactivex/
  python-reactivex/trunk/
  python-reactivex/trunk/PKGBUILD

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

Added: python-reactivex/trunk/PKGBUILD
===
--- python-reactivex/trunk/PKGBUILD (rev 0)
+++ python-reactivex/trunk/PKGBUILD 2022-08-18 12:48:14 UTC (rev 1267279)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ilya Elenskiy 
+# Contributor: Julien Nicoulaud 
+
+pkgname=python-reactivex
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='Reactive Extensions for Python'
+arch=(any)
+url=http://reactivex.io
+license=(APACHE)
+depends=(
+  python
+  python-typing_extensions
+)
+makedepends=(
+  git
+  python-build
+  python-poetry
+  python-installer
+)
+checkdepends=(
+  python-coverage
+  python-nose
+  python-pytest
+  python-pytest-asyncio
+)
+_tag=7187453c1a829c3f7ceeadae722f2d1d13f6b51e
+source=(git+https://github.com/ReactiveX/RxPY.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd RxPY
+  _version=$(git describe --tags | sed 's/^v//')
+  poetry version -q ${_version}
+  echo "__version__ = \"${_version}\"" > reactivex/_version.py
+  echo ${_version}
+}
+
+build() {
+  cd RxPY
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd RxPY
+  python -m pytest
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" RxPY/dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-08-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 9, 2022 @ 09:24:11
  Author: alucryd
Revision: 1263498

add python-home-assistant-bluetooth for home-assistant

Added:
  python-home-assistant-bluetooth/
  python-home-assistant-bluetooth/trunk/
  python-home-assistant-bluetooth/trunk/PKGBUILD

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

Added: python-home-assistant-bluetooth/trunk/PKGBUILD
===
--- python-home-assistant-bluetooth/trunk/PKGBUILD  
(rev 0)
+++ python-home-assistant-bluetooth/trunk/PKGBUILD  2022-08-09 09:24:11 UTC 
(rev 1263498)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-home-assistant-bluetooth
+pkgdesc='Basic bluetooth models used by Home Assistant'
+pkgver=1.4.0
+pkgrel=1
+arch=(any)
+url=https://github.com/home-assistant-libs/home-assistant-bluetooth
+license=(APACHE)
+depends=(
+  python
+  python-bleak
+)
+makedepends=(
+  git
+  python-build
+  python-installer
+  python-poetry-core
+  python-wheel
+)
+_tag=0ca8e07c17ba81d5f2c1f25e856f427857bf9928
+source=(git+https://github.com/home-assistant-libs/home-assistant-bluetooth.git#tag=${_tag})
+b2sums=('SKIP')
+
+pkgver() {
+  cd home-assistant-bluetooth
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd home-assistant-bluetooth
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" home-assistant-bluetooth/dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-08-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 9, 2022 @ 09:21:26
  Author: alucryd
Revision: 1263496

add python-bleak for home-assistant

Added:
  python-bleak/
  python-bleak/trunk/
  python-bleak/trunk/PKGBUILD

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

Added: python-bleak/trunk/PKGBUILD
===
--- python-bleak/trunk/PKGBUILD (rev 0)
+++ python-bleak/trunk/PKGBUILD 2022-08-09 09:21:26 UTC (rev 1263496)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Francesco Minnocci 
+
+pkgname=python-bleak
+pkgver=0.15.1
+pkgrel=1
+pkgdesc='Bluetooth Low Energy platform Agnostic Klient for Python'
+arch=(any)
+url=https://github.com/hbldh/bleak
+license=(MIT)
+depends=(
+  python
+  python-async-timeout
+  python-dbus-next
+  python-service-identity
+  python-typing_extensions
+)
+makedepends=(
+  bluez-utils
+  git
+  python-setuptools
+)
+_tag=ac17549780b1540420354db07bfc640b35492bcd
+source=(git+https://github.com/hbldh/bleak.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd bleak
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd bleak
+  python setup.py build
+}
+
+package() {
+  cd bleak
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-bleak/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-08-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 9, 2022 @ 08:38:30
  Author: alucryd
Revision: 1263458

add python-fnvhash for home-assistant

Added:
  python-fnvhash/
  python-fnvhash/trunk/
  python-fnvhash/trunk/PKGBUILD

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

Added: python-fnvhash/trunk/PKGBUILD
===
--- python-fnvhash/trunk/PKGBUILD   (rev 0)
+++ python-fnvhash/trunk/PKGBUILD   2022-08-09 08:38:30 UTC (rev 1263458)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Gabriel Rauter 
+
+pkgname=python-fnvhash
+pkgver=0.1.0
+pkgrel=3
+pkgdesc='Pure Python FNV hash implementation'
+url=https://github.com/znerol/py-fnvhash
+arch=(any)
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+_tag=3e3f09a36d09809d99fd63579e2a75b315948dea
+source=(git+https://github.com/znerol/py-fnvhash.git#tag=${_tag})
+b2sums=('SKIP')
+
+build() {
+  cd py-fnvhash
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd py-fnvhash
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-fnvhash
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-08-04 Thread Antonio Rojas via arch-commits
Date: Thursday, August 4, 2022 @ 07:54:52
  Author: arojas
Revision: 1260227

New python-scipy dependency

Added:
  meson-python/
  meson-python/trunk/
  meson-python/trunk/PKGBUILD

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

Added: meson-python/trunk/PKGBUILD
===
--- meson-python/trunk/PKGBUILD (rev 0)
+++ meson-python/trunk/PKGBUILD 2022-08-04 07:54:52 UTC (rev 1260227)
@@ -0,0 +1,37 @@
+# Maintainer:
+
+pkgname=meson-python
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Meson PEP 517 Python build backend'
+arch=(any)
+url='https://github.com/FFY00/meson-python'
+license=(MIT)
+depends=(meson patchelf python-wheel python-pyproject-metadata)
+makedepends=(python-build python-installer ninja)
+checkdepends=(python-pytest python-gitpython python-pytest-mock)
+source=(https://github.com/FFY00/meson-python/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('dee3bef46970daef7d887f69aaf52812e470beb6e00c937b3a3185097c2bd392')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e '/ninja/d' -i pyproject.toml
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-08-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, August 3, 2022 @ 10:34:49
  Author: arojas
Revision: 1259993

New python-levenshtein dependency

Added:
  rapidfuzz-cpp/
  rapidfuzz-cpp/trunk/
  rapidfuzz-cpp/trunk/PKGBUILD

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

Added: rapidfuzz-cpp/trunk/PKGBUILD
===
--- rapidfuzz-cpp/trunk/PKGBUILD(rev 0)
+++ rapidfuzz-cpp/trunk/PKGBUILD2022-08-03 10:34:49 UTC (rev 1259993)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Pekka Ristola 
+
+pkgname=rapidfuzz-cpp
+pkgver=1.1.1
+pkgrel=2
+pkgdesc='Rapid fuzzy string matching in C++ using the Levenshtein Distance'
+arch=(any)
+url='https://github.com/maxbachmann/rapidfuzz-cpp'
+license=(MIT)
+makedepends=(cmake)
+source=(https://github.com/maxbachmann/rapidfuzz-cpp/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0d46f6a2e64bd68589537353eea62e84e90af3307f213a4578448d026b96c6c3')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-08-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, August 3, 2022 @ 10:24:32
  Author: arojas
Revision: 1259991

New python-levenshtein dependency

Added:
  python-rapidfuzz/
  python-rapidfuzz/trunk/
  python-rapidfuzz/trunk/PKGBUILD

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

Added: python-rapidfuzz/trunk/PKGBUILD
===
--- python-rapidfuzz/trunk/PKGBUILD (rev 0)
+++ python-rapidfuzz/trunk/PKGBUILD 2022-08-03 10:24:32 UTC (rev 1259991)
@@ -0,0 +1,39 @@
+# Maintainer:
+# Contributor: Pekka Ristola 
+# Contributor: Caltlgin Stsodaat 
+
+_pkgname=rapidfuzz
+pkgname=python-$_pkgname
+pkgver=2.4.2
+pkgrel=2
+pkgdesc='Rapid fuzzy string matching in Python using various string metrics'
+arch=(x86_64)
+url='https://github.com/maxbachmann/rapidfuzz'
+license=(MIT)
+depends=(python-jarowinkler)
+makedepends=(python-build python-installer python-scikit-build 
python-rapidfuzz-capi)
+checkdepends=(python-hypothesis python-pandas python-pytest)
+optdepends=(python-numpy)
+source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('5046d8beaa829e4bc172014a006fa78825643fa39589cbf96f0e7bb098f1e973')
+
+build() {
+  cd $_pkgname-$pkgver
+  RAPIDFUZZ_BUILD_EXTENSION=1 \
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-08-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, August 3, 2022 @ 10:18:08
  Author: arojas
Revision: 1259989

New python-levenshtein dependency

Added:
  python-jarowinkler/
  python-jarowinkler/trunk/
  python-jarowinkler/trunk/PKGBUILD

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

Added: python-jarowinkler/trunk/PKGBUILD
===
--- python-jarowinkler/trunk/PKGBUILD   (rev 0)
+++ python-jarowinkler/trunk/PKGBUILD   2022-08-03 10:18:08 UTC (rev 1259989)
@@ -0,0 +1,36 @@
+# Maintainer:
+# Contributor: Pekka Ristola 
+
+_name=jarowinkler
+pkgname=python-$_name
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='A library for fast approximate string matching using Jaro and 
Jaro-Winkler similarity'
+arch=(x86_64)
+url='https://github.com/maxbachmann/JaroWinkler'
+license=(MIT)
+depends=(python)
+#makedepends=(jarowinkler-cpp python-rapidfuzz-capi python-scikit-build)
+makedepends=(python-build python-installer python-setuptools 
python-scikit-build python-rapidfuzz-capi ninja)
+checkdepends=(python-hypothesis python-pytest)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('7118976b9c1dca4ad77c97a0595d3917cead5f9b2856b14948a3bcf5f2438c44')
+
+build() {
+  cd $_name-$pkgver
+  JAROWINKLER_BUILD_EXTENSION=1 \
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}



[arch-commits] Commit in (3 files)

2022-08-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, August 3, 2022 @ 10:04:08
  Author: arojas
Revision: 1259985

New python-levenshtein dependency

Added:
  python-rapidfuzz-capi/
  python-rapidfuzz-capi/trunk/
  python-rapidfuzz-capi/trunk/PKGBUILD

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

Added: python-rapidfuzz-capi/trunk/PKGBUILD
===
--- python-rapidfuzz-capi/trunk/PKGBUILD(rev 0)
+++ python-rapidfuzz-capi/trunk/PKGBUILD2022-08-03 10:04:08 UTC (rev 
1259985)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Pekka Ristola 
+
+_name=rapidfuzz_capi
+pkgname=python-$_name
+pkgver=1.0.5
+pkgrel=3
+pkgdesc='C-API of RapidFuzz, which can be used to extend RapidFuzz from 
separate packages'
+arch=(any)
+url='https://github.com/maxbachmann/rapidfuzz_capi'
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('b3af179874b28364ba1b7850e37d0d353de9cf5b844e3569c023b74da3a9c68e')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}



[arch-commits] Commit in (3 files)

2022-08-01 Thread Maxime Gauduin via arch-commits
Date: Monday, August 1, 2022 @ 14:36:16
  Author: alucryd
Revision: 1259656

add libretro-mame

Added:
  libretro-mame/
  libretro-mame/trunk/
  libretro-mame/trunk/PKGBUILD

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

Added: libretro-mame/trunk/PKGBUILD
===
--- libretro-mame/trunk/PKGBUILD(rev 0)
+++ libretro-mame/trunk/PKGBUILD2022-08-01 14:36:16 UTC (rev 1259656)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Oliver Jaksch 
+
+pkgname=libretro-mame
+pkgver=83471
+pkgrel=1
+arch=(x86_64)
+pkgdesc='MAME Arcade core'
+url=https://github.com/libretro/mame
+license=(custom)
+groups=(libretro)
+depends=(
+  alsa-lib
+  glibc
+  libretro-core-info
+  libgl
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  python
+)
+source=(libretro-mame::git+https://github.com/libretro/mame.git)
+b2sums=(SKIP)
+
+prepare() {
+  cd libretro-mame
+  git cherry-pick -n fef64670fed608102b7eb1b9e517fccd1ec41bd4
+}
+
+pkgver() {
+  cd libretro-mame
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mame
+  make -f Makefile.libretro \
+PTR64=1
+}
+
+package() {
+  install -Dm 644 libretro-mame/mame_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-mame/docs/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libretro-mame/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-07-31 Thread Antonio Rojas via arch-commits
Date: Monday, August 1, 2022 @ 06:46:43
  Author: arojas
Revision: 1259565

sphinx-theme-builder dependency

Added:
  python-project-metadata/
  python-project-metadata/trunk/
  python-project-metadata/trunk/PKGBUILD

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

Added: python-project-metadata/trunk/PKGBUILD
===
--- python-project-metadata/trunk/PKGBUILD  (rev 0)
+++ python-project-metadata/trunk/PKGBUILD  2022-08-01 06:46:43 UTC (rev 
1259565)
@@ -0,0 +1,35 @@
+# Maintainer:
+
+_pkgname=pyproject_metadata
+pkgname=python-${_pkgname/_/-}
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='PEP 621 metadata parsing'
+arch=(any)
+url='https://github.com/FFY00/python-pyproject-metadata'
+license=(MIT)
+depends=(python-packaging)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://github.com/FFY00/python-pyproject-metadata/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('4af84f9534a5c71e192e1355e1e99f99e82b97d01411c011ed2f1dff579a7420a0f5d982eea5a032de8549c14191b64334c8e2aeea22fe767837e662e8d8b588')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  pytest -v
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (3 files)

2022-07-31 Thread Antonio Rojas via arch-commits
Date: Sunday, July 31, 2022 @ 18:45:03
  Author: arojas
Revision: 1259422

python-copr dependency

Added:
  python-requests-gssapi/
  python-requests-gssapi/trunk/
  python-requests-gssapi/trunk/PKGBUILD

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

Added: python-requests-gssapi/trunk/PKGBUILD
===
--- python-requests-gssapi/trunk/PKGBUILD   (rev 0)
+++ python-requests-gssapi/trunk/PKGBUILD   2022-07-31 18:45:03 UTC (rev 
1259422)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Mantas Mikulėnas 
+
+_pkgname=requests-gssapi
+pkgname=python-requests-gssapi
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="GSSAPI (HTTP Negotiate) authentication for Python-Requests"
+url="https://github.com/pythongssapi/requests-gssapi";
+arch=(any)
+license=(custom:ISC)
+depends=(python-gssapi python-requests)
+makedepends=(python-setuptools)
+source=(https://github.com/pythongssapi/requests-gssapi/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0ce61f46476dfd36227d74c330a6e1287236fb5fdb7daa9a54aaa47f0093d815')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in (3 files)

2022-07-22 Thread Maxime Gauduin via arch-commits
Date: Friday, July 22, 2022 @ 17:29:22
  Author: alucryd
Revision: 1255303

add libretro-mame2016

Added:
  libretro-mame2016/
  libretro-mame2016/trunk/
  libretro-mame2016/trunk/PKGBUILD

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

Added: libretro-mame2016/trunk/PKGBUILD
===
--- libretro-mame2016/trunk/PKGBUILD(rev 0)
+++ libretro-mame2016/trunk/PKGBUILD2022-07-22 17:29:22 UTC (rev 1255303)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Oliver Jaksch 
+
+pkgname=libretro-mame2016
+pkgver=44430
+pkgrel=1
+arch=(x86_64)
+pkgdesc='MAME 2016 Arcade core'
+url=https://github.com/libretro/mame2016-libretro.git
+license=(custom)
+groups=(libretro)
+depends=(
+  alsa-lib
+  glibc
+  libretro-core-info
+  libgl
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  python
+)
+source=(libretro-mame2016::git+https://github.com/libretro/mame2016-libretro.git)
+b2sums=(SKIP)
+
+pkgver() {
+  cd libretro-mame2016
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mame2016
+  make -f Makefile.libretro \
+PTR64=1 \
+PYTHON_EXECUTABLE=python
+}
+
+package() {
+  install -Dm 644 libretro-mame2016/mame2016_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-mame2016/docs/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libretro-mame2016/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-07-19 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 19, 2022 @ 09:31:15
  Author: alucryd
Revision: 1254550

add python-sphinx-bootstrap-theme for renpy

Added:
  python-sphinx-bootstrap-theme/
  python-sphinx-bootstrap-theme/trunk/
  python-sphinx-bootstrap-theme/trunk/PKGBUILD

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

Added: python-sphinx-bootstrap-theme/trunk/PKGBUILD
===
--- python-sphinx-bootstrap-theme/trunk/PKGBUILD
(rev 0)
+++ python-sphinx-bootstrap-theme/trunk/PKGBUILD2022-07-19 09:31:15 UTC 
(rev 1254550)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Miguel de Val-Borro 
+
+pkgname=python-sphinx-bootstrap-theme
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="Sphinx Bootstrap Theme"
+arch=(any)
+url=http://ryan-roemer.github.io/sphinx-bootstrap-theme/
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=ebf24f849c5ee0c5219009cdb1637b052e2588d7
+source=(git+https://github.com/ryan-roemer/sphinx-bootstrap-theme.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd sphinx-bootstrap-theme
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd sphinx-bootstrap-theme
+  python setup.py build
+}
+
+package() {
+  cd sphinx-bootstrap-theme
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-sphinx-bootstrap-theme/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-07-18 Thread Antonio Rojas via arch-commits
Date: Monday, July 18, 2022 @ 07:34:26
  Author: arojas
Revision: 1254408

Add kdesrc-build

Added:
  kdesrc-build/
  kdesrc-build/trunk/
  kdesrc-build/trunk/PKGBUILD

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

Added: kdesrc-build/trunk/PKGBUILD
===
--- kdesrc-build/trunk/PKGBUILD (rev 0)
+++ kdesrc-build/trunk/PKGBUILD 2022-07-18 07:34:26 UTC (rev 1254408)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ben Isenhart 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesrc-build
+pkgver=22.07
+pkgrel=1
+pkgdesc='Script to streamline setting up and maintaining KDE software 
development environment'
+url='https://apps.kde.org/kdesrc_build/'
+arch=(any)
+license=(GPL)
+depends=(perl-libwww perl-xml-parser dialog perl-json perl-io-socket-ssl 
perl-net-ssleay perl-yaml-syck)
+makedepends=(cmake)
+optdepends=('subversion: download source code using svn'
+'git: download source code using git')
+source=(https://invent.kde.org/sdk/kdesrc-build/-/archive/v$pkgver/kdesrc-build-v$pkgver.tar.gz)
+sha256sums=('1a27a89df41bf6dea40b8cd6171e3a74de587f68db08a199a5e2046c98b04b66')
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in (3 files)

2022-07-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 2, 2022 @ 07:51:09
  Author: foutrelis
Revision: 449739

Remove unused LLVM signing key

Hans' key has not been used to sign a release since LLVM 11.0.0.

Modified:
  clang13/trunk/PKGBUILD
  lld13/trunk/PKGBUILD
  llvm13/trunk/PKGBUILD

+
 clang13/trunk/PKGBUILD |3 +--
 lld13/trunk/PKGBUILD   |3 +--
 llvm13/trunk/PKGBUILD  |3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

Modified: clang13/trunk/PKGBUILD
===
--- clang13/trunk/PKGBUILD  2022-07-02 07:48:25 UTC (rev 449738)
+++ clang13/trunk/PKGBUILD  2022-07-02 07:51:09 UTC (rev 449739)
@@ -24,8 +24,7 @@
 'SKIP'
 '3f4a2784a4c2b2df13e03beb0b66d5805c520f2b9f16ff76e0557daeb284c8fa'
 '67706047fc93a2e79185d344bdac48219ce042c55ddb9b9397bc98db2153ba58')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

 
 # Utilizing LLVM_DISTRIBUTION_COMPONENTS to avoid
 # installing static libraries; inspired by Gentoo

Modified: lld13/trunk/PKGBUILD
===
--- lld13/trunk/PKGBUILD2022-07-02 07:48:25 UTC (rev 449738)
+++ lld13/trunk/PKGBUILD2022-07-02 07:51:09 UTC (rev 449739)
@@ -22,8 +22,7 @@
 'SKIP'
 'e206dbf1bbe058a113bffe189386ded99a160b2443ee1e2cd41ff810f78551ba'
 'SKIP')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

 
 prepare() {
   # https://bugs.llvm.org/show_bug.cgi?id=49228

Modified: llvm13/trunk/PKGBUILD
===
--- llvm13/trunk/PKGBUILD   2022-07-02 07:48:25 UTC (rev 449738)
+++ llvm13/trunk/PKGBUILD   2022-07-02 07:51:09 UTC (rev 449739)
@@ -24,8 +24,7 @@
 'f7d69f84241416398fdb3df8bb44f9fae3c49d89889c7ffa3b37aa2e9d78f708'
 '34cc0d79a30599cb2287b47b4e9a1a5bf03d57a1f8bb35be3fe976ffc4a604f6'
 '8642da2d556092e4284873ba6ddc6c9a67841f42cc16f923bcd523e4b304a3ff')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

 
 prepare() {
   cd llvm-$pkgver.src



[arch-commits] Commit in (3 files)

2022-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 29, 2022 @ 09:33:07
  Author: felixonmars
Revision: 1240085

rename according to upstream go import path change

Added:
  golang-github-linuxdeepin-go-lib/
Modified:
  golang-github-linuxdeepin-go-lib/trunk/PKGBUILD
Deleted:
  golang-deepin-lib/

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

Modified: golang-github-linuxdeepin-go-lib/trunk/PKGBUILD
===
--- golang-deepin-lib/trunk/PKGBUILD2022-06-29 09:31:00 UTC (rev 1240084)
+++ golang-github-linuxdeepin-go-lib/trunk/PKGBUILD 2022-06-29 09:33:07 UTC 
(rev 1240085)
@@ -2,7 +2,7 @@
 
 pkgname=golang-deepin-lib
 pkgver=5.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
 url="https://github.com/linuxdeepin/go-lib";
@@ -27,9 +27,9 @@
 
 check() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
-  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  mkdir -p "$srcdir"/build/src/github.com/linuxdeepin
+  cp -a "$srcdir"/go-lib-$pkgver 
"$srcdir"/build/src/github.com/linuxdeepin/go-lib
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-lib
   # TODO: make packages for them
   go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 github.com/godbus/dbus 
github.com/fsnotify/fsnotify
   # TODO: figure out why pulse tests hang
@@ -40,8 +40,8 @@
 }
 
 package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin
+  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-lib
 
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+  rm -r "$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/go-lib/debian
 }



[arch-commits] Commit in (3 files)

2022-06-26 Thread Antonio Rojas via arch-commits
Date: Sunday, June 26, 2022 @ 21:51:55
  Author: arojas
Revision: 1239589

New authlib dependency

Added:
  python-cachelib/
  python-cachelib/trunk/
  python-cachelib/trunk/PKGBUILD

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

Added: python-cachelib/trunk/PKGBUILD
===
--- python-cachelib/trunk/PKGBUILD  (rev 0)
+++ python-cachelib/trunk/PKGBUILD  2022-06-26 21:51:55 UTC (rev 1239589)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Filipe Nascimento 
+# Contributor: Julien Nicoulaud 
+
+pkgname=python-cachelib
+_name=${pkgname#python-}
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='A collection of cache libraries in the same API interface. Extracted 
from werkzeug'
+arch=(any)
+url='https://github.com/pallets/cachelib'
+license=(BSD)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest-xprocess)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha256sums=('e358f6f82cf633891f0dbd3996e300b4657716ac44b301df33b9cb2cfd6eea6d')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  PYTHONPATH="$PWD"/src \
+  pytest -v
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in (3 files)

2022-06-18 Thread Antonio Rojas via arch-commits
Date: Saturday, June 18, 2022 @ 20:16:05
  Author: arojas
Revision: 1238559

New webargs checkdepends

Added:
  python-webtest-aiohttp/
  python-webtest-aiohttp/trunk/
  python-webtest-aiohttp/trunk/PKGBUILD

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

Added: python-webtest-aiohttp/trunk/PKGBUILD
===
--- python-webtest-aiohttp/trunk/PKGBUILD   (rev 0)
+++ python-webtest-aiohttp/trunk/PKGBUILD   2022-06-18 20:16:05 UTC (rev 
1238559)
@@ -0,0 +1,27 @@
+# Maintainer:
+
+pkgname=python-webtest-aiohttp
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Provides integration of WebTest with aiohttp.web applications'
+arch=(any)
+url='https://github.com/sloria/webtest-aiohttp'
+license=(MIT)
+depends=(python)
+makedepends=(python-pip python-build python-installer python-wheel)
+checkdepends=(python-pytest)
+_name=${pkgname/python-/}
+source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('58e2a2f13078c3f1f23ccebef03de4d6d118d096cd6e9d0d190e359d9ffb11f8')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 16:19:11
  Author: arojas
Revision: 448632

New breezy dependency

Added:
  python-fastbencode/
  python-fastbencode/trunk/
  python-fastbencode/trunk/PKGBUILD

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

Added: python-fastbencode/trunk/PKGBUILD
===
--- python-fastbencode/trunk/PKGBUILD   (rev 0)
+++ python-fastbencode/trunk/PKGBUILD   2022-06-14 16:19:11 UTC (rev 448632)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=python-fastbencode
+pkgver=0.0.7
+pkgrel=1
+pkgdesc='Implementation of bencode with optional fast C extensions'
+arch=(x86_64)
+url='https://github.com/breezy-team/fastbencode'
+license=(GPL2)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://pypi.io/packages/source/f/fastbencode/fastbencode-$pkgver.tar.gz)
+sha256sums=('b6bc9abe542d0663793529576f49ba8891508554f85d09b5d6d5ed7af7e0c6e4')
+
+build() {
+  cd fastbencode-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd fastbencode-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd fastbencode-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in (3 files)

2022-06-07 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, June 8, 2022 @ 02:24:37
  Author: yan12125
Revision: 1228618

addpkg: python-jaraco.classes 3.2.1-1; split from python-jaraco

See: https://archlinux.org/todo/depend-on-specific-python-jaraco-package/

Added:
  python-jaraco.classes/
  python-jaraco.classes/trunk/
  python-jaraco.classes/trunk/PKGBUILD

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

Added: python-jaraco.classes/trunk/PKGBUILD
===
--- python-jaraco.classes/trunk/PKGBUILD(rev 0)
+++ python-jaraco.classes/trunk/PKGBUILD2022-06-08 02:24:37 UTC (rev 
1228618)
@@ -0,0 +1,27 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Kyle Keen 
+
+pkgname=python-jaraco.classes
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Module for classes manipulation'
+arch=('any')
+url='https://github.com/jaraco/jaraco.classes'
+license=('MIT')
+depends=('python-more-itertools')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-$pkgver.tar.gz";)
+sha512sums=('4c85cfdd1da88de01596867365147be6cadd7e1d230798683236fdfde579747e3309aac95ae4f3ef86c91bb4493f3096c4ecc14e3db764ef308aab41ead88e23')
+
+build() {
+  cd "$srcdir/jaraco.classes-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$srcdir/jaraco.classes-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-06-07 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, June 8, 2022 @ 02:16:10
  Author: yan12125
Revision: 1228616

addpkg: python-jaraco.text 3.8.0-1; split from python-jaraco

See: https://archlinux.org/todo/depend-on-specific-python-jaraco-package/

Added:
  python-jaraco.text/
  python-jaraco.text/trunk/
  python-jaraco.text/trunk/PKGBUILD

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

Added: python-jaraco.text/trunk/PKGBUILD
===
--- python-jaraco.text/trunk/PKGBUILD   (rev 0)
+++ python-jaraco.text/trunk/PKGBUILD   2022-06-08 02:16:10 UTC (rev 1228616)
@@ -0,0 +1,28 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Kyle Keen 
+
+pkgname=python-jaraco.text
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Module for text manipulation'
+arch=('any')
+url='https://github.com/jaraco/jaraco.text'
+license=('MIT')
+depends=('python-jaraco.functools' 'python-jaraco.context')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+conflicts=('python-jaraco')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-$pkgver.tar.gz";)
+sha512sums=('3526f1371d8f2e7c79dff61941b1b4ead3d0f4b5144f0e22dbd098ec244b9ffddba4bbeaa0d817a80ff422fa5c7ae11d0959d3f56044d7c5f95d8c8a5de8ad2f')
+
+build() {
+  cd "$srcdir/jaraco.text-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$srcdir/jaraco.text-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-06-07 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, June 8, 2022 @ 02:10:45
  Author: yan12125
Revision: 1228614

addpkg: python-jaraco.functools 3.5.0-1; split from python-jaraco

See: https://archlinux.org/todo/depend-on-specific-python-jaraco-package/

Added:
  python-jaraco.functools/
  python-jaraco.functools/trunk/
  python-jaraco.functools/trunk/PKGBUILD

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

Added: python-jaraco.functools/trunk/PKGBUILD
===
--- python-jaraco.functools/trunk/PKGBUILD  (rev 0)
+++ python-jaraco.functools/trunk/PKGBUILD  2022-06-08 02:10:45 UTC (rev 
1228614)
@@ -0,0 +1,28 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Kyle Keen 
+
+pkgname=python-jaraco.functools
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='Functools like those found in stdlib'
+arch=('any')
+url='https://github.com/jaraco/jaraco.functools'
+license=('MIT')
+depends=('python-more-itertools')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+conflicts=('python-jaraco')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz";)
+sha512sums=('7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c')
+
+build() {
+  cd "$srcdir/jaraco.functools-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$srcdir/jaraco.functools-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-06-05 Thread Antonio Rojas via arch-commits
Date: Sunday, June 5, 2022 @ 08:48:38
  Author: arojas
Revision: 1222848

Add new kdenlive optdepends

Added:
  noise-suppression-for-voice/
  noise-suppression-for-voice/trunk/
  noise-suppression-for-voice/trunk/PKGBUILD

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

Added: noise-suppression-for-voice/trunk/PKGBUILD
===
--- noise-suppression-for-voice/trunk/PKGBUILD  (rev 0)
+++ noise-suppression-for-voice/trunk/PKGBUILD  2022-06-05 08:48:38 UTC (rev 
1222848)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: WorMzy Tykashi 
+
+pkgname=noise-suppression-for-voice
+pkgver=0.91
+pkgrel=2
+pkgdesc='A real-time noise suppression plugin for voice'
+arch=(x86_64)
+url='https://github.com/werman/noise-suppression-for-voice'
+license=(GPL3)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(https://github.com/werman/noise-suppression-for-voice/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4f3a112534d4abb5ee2b6c328cde89193dbdb2146cffc98505972c3b5397a35e')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in (3 files)

2022-05-23 Thread Maxime Gauduin via arch-commits
Date: Monday, May 23, 2022 @ 12:55:40
  Author: alucryd
Revision: 1210103

add crosstool-ng

Added:
  crosstool-ng/
  crosstool-ng/trunk/
  crosstool-ng/trunk/PKGBUILD

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

Added: crosstool-ng/trunk/PKGBUILD
===
--- crosstool-ng/trunk/PKGBUILD (rev 0)
+++ crosstool-ng/trunk/PKGBUILD 2022-05-23 12:55:40 UTC (rev 1210103)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christian Pfeiffer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: jwwolf 
+# Contributor: Bernhard Walle 
+
+pkgname=crosstool-ng
+pkgver=1.25.0
+pkgrel=1
+pkgdesc='A versatile (cross-)toolchain generator'
+arch=(x86_64)
+url=https://crosstool-ng.github.io/
+license=(GPL2)
+depends=(
+  git
+  gperf
+  help2man
+  lzip
+  ncurses
+  python
+  unzip
+)
+_tag=8fa98eeeff9bc53478d97ef722f366fea151ae64
+source=(git+https://github.com/crosstool-ng/crosstool-ng.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd crosstool-ng
+  ./bootstrap
+}
+
+build() {
+  cd crosstool-ng
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--with-bash-completion \
+--with-ncurses
+  make
+}
+
+package() {
+  cd crosstool-ng
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:32:21
  Author: arojas
Revision: 1207706

Add standalone ipython-genutils for ipywidgets

Added:
  python-ipython-genutils/
  python-ipython-genutils/trunk/
  python-ipython-genutils/trunk/PKGBUILD

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

Added: python-ipython-genutils/trunk/PKGBUILD
===
--- python-ipython-genutils/trunk/PKGBUILD  (rev 0)
+++ python-ipython-genutils/trunk/PKGBUILD  2022-05-17 19:32:21 UTC (rev 
1207706)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-ipython-genutils
+_name=ipython_genutils
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Vestigial utilities from IPython'
+arch=(any)
+url='http://ipython.org/'
+license=(BSD)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-nose)
+source=("https://files.pythonhosted.org/packages/source/i/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  nosetests
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (3 files)

2022-05-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 17, 2022 @ 19:14:52
  Author: arojas
Revision: 1207698

New python-hatchling dependency

Added:
  python-editables/
  python-editables/trunk/
  python-editables/trunk/PKGBUILD

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

Added: python-editables/trunk/PKGBUILD
===
--- python-editables/trunk/PKGBUILD (rev 0)
+++ python-editables/trunk/PKGBUILD 2022-05-17 19:14:52 UTC (rev 1207698)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Mark Wagie 
+
+pkgname=python-editables
+_name=${pkgname#python-}
+pkgver=0.3
+pkgrel=2
+pkgdesc='A Python library for creating editable wheels'
+arch=(any)
+url='https://github.com/pfmoore/editables'
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://github.com/pfmoore/editables/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver 
+  PYTHONPATH="$PWD"/src \
+  pytest -v
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-05-13 Thread Antonio Rojas via arch-commits
Date: Friday, May 13, 2022 @ 22:02:39
  Author: arojas
Revision: 1203020

Add qgnomeplatform

Added:
  qgnomeplatform/
  qgnomeplatform/trunk/
  qgnomeplatform/trunk/PKGBUILD

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

Added: qgnomeplatform/trunk/PKGBUILD
===
--- qgnomeplatform/trunk/PKGBUILD   (rev 0)
+++ qgnomeplatform/trunk/PKGBUILD   2022-05-13 22:02:39 UTC (rev 1203020)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+# Contributor: j.r 
+# Contributor: Jonathan Chasteen 
+# Contributor: Mohammadreza Abdollahzadeh 
+# Contributor: aimileus 
+# Contributor: spider-mario 
+
+pkgbase=qgnomeplatform
+_pkgname=QGnomePlatform
+pkgname=(qgnomeplatform-qt5 qgnomeplatform-qt6)
+pkgver=0.8.4
+pkgrel=2
+pkgdesc='QPlatformTheme for a better Qt application inclusion in GNOME'
+arch=(x86_64)
+url='https://github.com/FedoraQt/QGnomePlatform'
+license=(LGPL2.1)
+makedepends=(cmake gtk3 qt5-wayland qt6-wayland adwaita-qt5 adwaita-qt6)
+source=(https://github.com/FedoraQt/QGnomePlatform/archive/$pkgver/$_pkgname-$pkgver.tar.gz)
+sha256sums=('c648331f47b095d90594fc986a6c0bc885b846e0e9f5c10b6a1ba6a58d004686')
+
+build() {
+  cmake -B build-qt5 -S $_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_QT6=OFF
+  cmake --build build-qt5
+
+  cmake -B build-qt6 -S $_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_QT6=ON
+  cmake --build build-qt6
+}
+
+package_qgnomeplatform-qt5() {
+  pkgdesc='QPlatformTheme for a better Qt5 application inclusion in GNOME'
+  depends=(gtk3 qt5-wayland adwaita-qt5)
+  replaces=(qgnomeplatform)
+
+  DESTDIR="$pkgdir" cmake --install build-qt5
+}
+
+package_qgnomeplatform-qt6() {
+  pkgdesc='QPlatformTheme for a better Qt6 application inclusion in GNOME'
+  depends=(gtk3 qt6-wayland adwaita-qt6)
+
+  DESTDIR="$pkgdir" cmake --install build-qt6
+}



[arch-commits] Commit in (3 files)

2022-05-12 Thread Antonio Rojas via arch-commits
Date: Thursday, May 12, 2022 @ 22:44:15
  Author: arojas
Revision: 1199827

New sagemath dependency

Added:
  python-phitigra/
  python-phitigra/trunk/
  python-phitigra/trunk/PKGBUILD

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

Added: python-phitigra/trunk/PKGBUILD
===
--- python-phitigra/trunk/PKGBUILD  (rev 0)
+++ python-phitigra/trunk/PKGBUILD  2022-05-12 22:44:15 UTC (rev 1199827)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-phitigra
+_pyname=${pkgname#python-}
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='A graph editor for SageMath/Jupyter'
+url='https://github.com/jfraymond/phitigra'
+arch=(any)
+license=(MIT)
+source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
+depends=(sagemath python-ipycanvas)
+makedepends=(python-build python-installer python-wheel)
+sha256sums=('f6f4714926fa57f6076cb5b81d1166bf7f6f684a9678aa68c9cb6db77da99665')
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-05-12 Thread Antonio Rojas via arch-commits
Date: Thursday, May 12, 2022 @ 22:33:47
  Author: arojas
Revision: 1199823

Add as pithigra dependency

Added:
  python-ipycanvas/
  python-ipycanvas/trunk/
  python-ipycanvas/trunk/PKGBUILD

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

Added: python-ipycanvas/trunk/PKGBUILD
===
--- python-ipycanvas/trunk/PKGBUILD (rev 0)
+++ python-ipycanvas/trunk/PKGBUILD 2022-05-12 22:33:47 UTC (rev 1199823)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-ipycanvas
+_pyname=${pkgname#python-}
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Interactive widgets library exposing the browser's Canvas API"
+url='https://github.com/martinRenou/ipycanvas'
+arch=(any)
+license=(BSD)
+source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
+depends=(python-ipywidgets python-pillow python-numpy)
+makedepends=(python-build python-installer python-jupyter_packaging jupyterlab)
+sha256sums=('3984339cef0c15674e347dd65ffb0cd1edc62e37869cbb5efea46f3259e976f3')
+
+prepare() {
+  cd $_pyname-$pkgver
+  sed -e 's|jupyter_packaging~=0.7.0|jupyter_packaging|' -i pyproject.toml # 
Drop version constraint
+}
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  mv "$pkgdir"/{usr/,}etc
+}



[arch-commits] Commit in (3 files)

2022-05-12 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 12, 2022 @ 17:50:13
  Author: anatolik
Revision: 1199780

Remove gdb configure hack that is not needed anymore

Modified:
  aarch64-linux-gnu-gdb/trunk/PKGBUILD
  arm-none-eabi-gdb/trunk/PKGBUILD
  avr-gdb/trunk/PKGBUILD

--+
 aarch64-linux-gnu-gdb/trunk/PKGBUILD |7 +--
 arm-none-eabi-gdb/trunk/PKGBUILD |5 -
 avr-gdb/trunk/PKGBUILD   |5 -
 3 files changed, 1 insertion(+), 16 deletions(-)

Modified: aarch64-linux-gnu-gdb/trunk/PKGBUILD
===
--- aarch64-linux-gnu-gdb/trunk/PKGBUILD2022-05-12 17:49:28 UTC (rev 
1199779)
+++ aarch64-linux-gnu-gdb/trunk/PKGBUILD2022-05-12 17:50:13 UTC (rev 
1199780)
@@ -16,11 +16,6 @@
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
 build() {
   cd gdb-$pkgver
 
@@ -28,12 +23,12 @@
   ../configure \
 --target=$_target \
 --prefix=/usr \
---enable-source-highlight \
 --enable-languages=c,c++ \
 --disable-multilib \
 --enable-interwork \
 --with-system-readline \
 --disable-nls \
+--enable-source-highlight \
 --with-python=/usr/bin/python \
 --with-guile=guile-2.2 \
 --with-system-gdbinit=/etc/gdb/gdbinit

Modified: arm-none-eabi-gdb/trunk/PKGBUILD
===
--- arm-none-eabi-gdb/trunk/PKGBUILD2022-05-12 17:49:28 UTC (rev 1199779)
+++ arm-none-eabi-gdb/trunk/PKGBUILD2022-05-12 17:50:13 UTC (rev 1199780)
@@ -17,11 +17,6 @@
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
 build() {
   cd gdb-$pkgver
 

Modified: avr-gdb/trunk/PKGBUILD
===
--- avr-gdb/trunk/PKGBUILD  2022-05-12 17:49:28 UTC (rev 1199779)
+++ avr-gdb/trunk/PKGBUILD  2022-05-12 17:50:13 UTC (rev 1199780)
@@ -20,11 +20,6 @@
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
 build() {
   cd gdb-$pkgver
 



[arch-commits] Commit in (3 files)

2022-05-05 Thread Antonio Rojas via arch-commits
Date: Thursday, May 5, 2022 @ 18:52:46
  Author: arojas
Revision: 1195520

Add libayatana-appindicator

Added:
  libayatana-appindicator/
  libayatana-appindicator/trunk/
  libayatana-appindicator/trunk/PKGBUILD

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

Added: libayatana-appindicator/trunk/PKGBUILD
===
--- libayatana-appindicator/trunk/PKGBUILD  (rev 0)
+++ libayatana-appindicator/trunk/PKGBUILD  2022-05-05 18:52:46 UTC (rev 
1195520)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Robert Tari 
+
+pkgname=libayatana-appindicator
+pkgver=0.5.91
+pkgrel=2
+pkgdesc='Ayatana Application Indicators shared library'
+arch=(x86_64)
+url='https://github.com/AyatanaIndicators/libayatana-appindicator'
+license=(LGPL2.1 LGPL3)
+makedepends=(cmake gobject-introspection vala)
+depends=(libdbusmenu-gtk3 libayatana-indicator)
+source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('52eb5d0c0de07177833e50fbaee592dcb3939e96c6b789921e2a8caf40a1ed26')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_BINDINGS_MONO=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in (3 files)

2022-05-05 Thread Antonio Rojas via arch-commits
Date: Thursday, May 5, 2022 @ 18:34:53
  Author: arojas
Revision: 1195516

libayatana-appindicator dependency

Added:
  libayatana-indicator/
  libayatana-indicator/trunk/
  libayatana-indicator/trunk/PKGBUILD

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

Added: libayatana-indicator/trunk/PKGBUILD
===
--- libayatana-indicator/trunk/PKGBUILD (rev 0)
+++ libayatana-indicator/trunk/PKGBUILD 2022-05-05 18:34:53 UTC (rev 1195516)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Robert Tari 
+
+pkgname=libayatana-indicator
+pkgver=0.9.1
+pkgrel=2
+pkgdesc='Ayatana Indicators shared library'
+arch=(x86_64)
+url='https://github.com/AyatanaIndicators/libayatana-indicator'
+license=(LGPL2.1 LGPL3)
+depends=(ayatana-ido)
+makedepends=(cmake gobject-introspection vala)
+source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('15a8844265067652c06242736ece682622d73cedcccdf1c171ce27fba70ba689')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in (3 files)

2022-05-04 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 4, 2022 @ 11:41:56
  Author: arojas
Revision: 1193490

New gfeeds dependency

Added:
  blueprint-compiler/
  blueprint-compiler/trunk/
  blueprint-compiler/trunk/PKGBUILD

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

Added: blueprint-compiler/trunk/PKGBUILD
===
--- blueprint-compiler/trunk/PKGBUILD   (rev 0)
+++ blueprint-compiler/trunk/PKGBUILD   2022-05-04 11:41:56 UTC (rev 1193490)
@@ -0,0 +1,28 @@
+# Maintainer:
+
+pkgname=blueprint-compiler
+pkgver=0+r153
+pkgrel=1
+pkgdesc='A markup language for GTK user interfaces'
+url='https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/'
+license=(LGPL)
+arch=(any)
+depends=(python)
+makedepends=(meson git)
+_commit=4e1398f23851de120b3489a242911d9a01349366
+source=("git+https://gitlab.gnome.org/jwestman/blueprint-compiler.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  echo "0+r"`git rev-list --count $_commit`
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in (3 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:45:19
  Author: arojas
Revision: 1192300

Sync with 64 bits

Added:
  lib32-sdl12-compat/
  lib32-sdl12-compat/trunk/
  lib32-sdl12-compat/trunk/PKGBUILD

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

Added: lib32-sdl12-compat/trunk/PKGBUILD
===
--- lib32-sdl12-compat/trunk/PKGBUILD   (rev 0)
+++ lib32-sdl12-compat/trunk/PKGBUILD   2022-05-02 17:45:19 UTC (rev 1192300)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=lib32-sdl12-compat
+pkgver=1.2.52
+pkgrel=1
+pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
+arch=(x86_64)
+url=https://www.libsdl.org
+license=(MIT)
+depends=(lib32-glu lib32-sdl2 sdl12-compat)
+makedepends=(cmake)
+conflicts=(lib32-sdl)
+provides=(lib32-sdl)
+replaces=('lib32-sdl<=1.2.15-8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
+sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  cmake -B build -S sdl12-compat-release-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in (3 files)

2022-04-30 Thread Morten Linderud via arch-commits
Date: Saturday, April 30, 2022 @ 11:45:28
  Author: foxboron
Revision: 1191910

addpkg: perl-search-xapian 1.2.25.5-1

Added:
  perl-search-xapian/
  perl-search-xapian/repos/
  perl-search-xapian/trunk/



[arch-commits] Commit in (3 files)

2022-04-28 Thread Jonas Witschel via arch-commits
Date: Thursday, April 28, 2022 @ 14:33:26
  Author: diabonas
Revision: 1191580

Update GitHub tarball URL

GitHub has changed the format of the git-archive tarball URL to include
"refs/tags".

Modified:
  hashdeep/trunk/PKGBUILD
  py3status/trunk/PKGBUILD
  python-oscrypto/trunk/PKGBUILD

+
 hashdeep/trunk/PKGBUILD|2 +-
 py3status/trunk/PKGBUILD   |2 +-
 python-oscrypto/trunk/PKGBUILD |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: hashdeep/trunk/PKGBUILD
===
--- hashdeep/trunk/PKGBUILD 2022-04-28 14:31:10 UTC (rev 1191579)
+++ hashdeep/trunk/PKGBUILD 2022-04-28 14:33:26 UTC (rev 1191580)
@@ -9,7 +9,7 @@
 url="https://github.com/jessek/hashdeep";
 license=('GPL' 'custom')
 depends=('gcc-libs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/v$pkgver.tar.gz";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/refs/tags/v$pkgver.tar.gz";
 
"hashdeep-4.4-fix-errors-found-by-clang.patch::https://github.com/jessek/hashdeep/commit/6ef69a26126ee4e69a25392fd456b8a66c51dffd.patch";)
 sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f'
 '7a7fbca4339ca64589386d12d560c04e0929da9065b7e9c0dd1f441bc6fc0fbc')

Modified: py3status/trunk/PKGBUILD
===
--- py3status/trunk/PKGBUILD2022-04-28 14:31:10 UTC (rev 1191579)
+++ py3status/trunk/PKGBUILD2022-04-28 14:33:26 UTC (rev 1191580)
@@ -22,7 +22,7 @@
 'python-pytz: for the clock module'
 'python-tzlocal: for the clock module'
 'pacman-contrib: for the arch_updates module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/$pkgver.tar.gz";)
 sha256sums=('3afc200780c090253987e47d9e43fede4e24ebba47192de9961f79c05cedc998')
 
 build() {

Modified: python-oscrypto/trunk/PKGBUILD
===
--- python-oscrypto/trunk/PKGBUILD  2022-04-28 14:31:10 UTC (rev 1191579)
+++ python-oscrypto/trunk/PKGBUILD  2022-04-28 14:33:26 UTC (rev 1191580)
@@ -9,7 +9,7 @@
 depends=('openssl' 'python' 'python-asn1crypto')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
 
sha512sums=('b5baf72e1a09615b267be4d1c4baf2375bb939b5bd3d717ca9ca70776541f590a8608bef95991967e23f3794e6220709ed2fe5acdedfe9bfce1921c879a74bec')
 
 build() {



[arch-commits] Commit in (3 files)

2022-04-27 Thread Jan Steffens via arch-commits
Date: Wednesday, April 27, 2022 @ 23:13:33
  Author: heftig
Revision: 444165

Add gnome-info-collect

Added:
  gnome-info-collect/
  gnome-info-collect/repos/
  gnome-info-collect/trunk/



[arch-commits] Commit in (3 files)

2022-04-26 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 26, 2022 @ 14:25:16
  Author: alucryd
Revision: 1190979

add python-aiodiscover for home-assistant

Added:
  python-aiodiscover/
  python-aiodiscover/trunk/
  python-aiodiscover/trunk/PKGBUILD

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

Added: python-aiodiscover/trunk/PKGBUILD
===
--- python-aiodiscover/trunk/PKGBUILD   (rev 0)
+++ python-aiodiscover/trunk/PKGBUILD   2022-04-26 14:25:16 UTC (rev 1190979)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-aiodiscover
+pkgver=1.4.11
+pkgrel=1
+pkgdesc='Discover Hosts via ARP and PTR lookup'
+arch=(x86_64)
+url=https://github.com/bdraco/aiodiscover
+license=(APACHE)
+depends=(
+  python
+  python-dnspython
+  python-ifaddr
+  python-netifaces
+  python-pyroute2
+)
+makedepends=(
+  git
+  python-pytest-runner
+  python-setuptools
+  python-wheel
+)
+_tag=4a3e1af8ddce2425b8729e0ba4d213e09b33099b
+source=(git+https://github.com/bdraco/aiodiscover.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  cd aiodiscover
+  python setup.py build
+}
+
+package() {
+  cd aiodiscover
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-04-26 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 26, 2022 @ 14:24:42
  Author: alucryd
Revision: 1190977

add python-lru-dict for home-assistant

Added:
  python-lru-dict/
  python-lru-dict/trunk/
  python-lru-dict/trunk/PKGBUILD

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

Added: python-lru-dict/trunk/PKGBUILD
===
--- python-lru-dict/trunk/PKGBUILD  (rev 0)
+++ python-lru-dict/trunk/PKGBUILD  2022-04-26 14:24:42 UTC (rev 1190977)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Guillaume Horel 
+
+pkgname=python-lru-dict
+pkgver=1.1.7
+pkgrel=2
+pkgdesc='A fast and memory efficient LRU cache for Python'
+arch=(x86_64)
+url=https://github.com/amitdev/lru-dict
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_commit=64bc69b27dd2b5bcd68c93cce41c8513eb63151e
+source=(git+https://github.com/amitdev/lru-dict.git#commit=${_commit})
+b2sums=(SKIP)
+
+build() {
+  cd lru-dict
+  python setup.py build_ext
+}
+
+package() {
+  cd lru-dict
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-lru-dict/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-04-03 Thread Antonio Rojas via arch-commits
Date: Sunday, April 3, 2022 @ 21:29:15
  Author: arojas
Revision: 1181115

New sagemath dependency

Added:
  python-jupyter-sphinx/
  python-jupyter-sphinx/trunk/
  python-jupyter-sphinx/trunk/PKGBUILD

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

Added: python-jupyter-sphinx/trunk/PKGBUILD
===
--- python-jupyter-sphinx/trunk/PKGBUILD(rev 0)
+++ python-jupyter-sphinx/trunk/PKGBUILD2022-04-03 21:29:15 UTC (rev 
1181115)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=jupyter-sphinx
+pkgname=python-$_pipname
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Jupyter Sphinx Extensions'
+arch=(any)
+url='https://github.com/jupyter/jupyter-sphinx/'
+license=(BSD)
+depends=(python-sphinx python-ipywidgets)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest jupyter-nbformat)
+#source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) 
- doesn't include tests
+source=(https://github.com/jupyter/jupyter-sphinx/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3b8dfc9364ec4f88b779411736adfd649989b432d6ba2b3761e85771d03c68eb')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+  PYTHONPATH="$PWD"/build/lib \
+  pytest -v
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-04-02 Thread Jan Steffens via arch-commits
Date: Saturday, April 2, 2022 @ 14:15:59
  Author: heftig
Revision: 441261

Add gnome-bluetooth-3.0

Added:
  gnome-bluetooth-3.0/
  gnome-bluetooth-3.0/repos/
  gnome-bluetooth-3.0/trunk/



[arch-commits] Commit in (3 files)

2022-03-31 Thread Tobias Powalowski via arch-commits
Date: Thursday, March 31, 2022 @ 07:53:11
  Author: tpowa
Revision: 441034

remove progsreiserfs

Modified:
  archboot-arm/trunk/PKGBUILD
  archboot/trunk/PKGBUILD
Deleted:
  progsreiserfs/

-+
 archboot-arm/trunk/PKGBUILD |4 ++--
 archboot/trunk/PKGBUILD |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: archboot/trunk/PKGBUILD
===
--- archboot/trunk/PKGBUILD 2022-03-31 07:41:46 UTC (rev 441033)
+++ archboot/trunk/PKGBUILD 2022-03-31 07:53:11 UTC (rev 441034)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.03
-pkgrel=51
+pkgrel=52
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -14,7 +14,7 @@
  'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
 'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
 'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
+'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
 'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
 'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
 'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'

Modified: archboot-arm/trunk/PKGBUILD
===
--- archboot-arm/trunk/PKGBUILD 2022-03-31 07:41:46 UTC (rev 441033)
+++ archboot-arm/trunk/PKGBUILD 2022-03-31 07:53:11 UTC (rev 441034)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.03
-pkgrel=51
+pkgrel=52
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')
@@ -14,7 +14,7 @@
  'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
 'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
 'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 'crda'
+'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
 'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
 'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
 'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'



[arch-commits] Commit in (3 files)

2022-03-29 Thread Jan Steffens via arch-commits
Date: Tuesday, March 29, 2022 @ 19:52:23
  Author: heftig
Revision: 440916

Add libgnome-games-support-2

Added:
  libgnome-games-support-2/
  libgnome-games-support-2/repos/
  libgnome-games-support-2/trunk/



[arch-commits] Commit in (3 files)

2022-03-24 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, March 24, 2022 @ 17:08:49
  Author: sangy
Revision: 1174841

intent-to-add python hatchling

Added:
  python-hatchling/
  python-hatchling/repos/
  python-hatchling/trunk/



[arch-commits] Commit in (3 files)

2022-03-14 Thread Antonio Rojas via arch-commits
Date: Monday, March 14, 2022 @ 22:41:01
  Author: arojas
Revision: 1153979

New ipykernel checkdepends

Added:
  python-ipyparallel/
  python-ipyparallel/trunk/
  python-ipyparallel/trunk/PKGBUILD

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

Added: python-ipyparallel/trunk/PKGBUILD
===
--- python-ipyparallel/trunk/PKGBUILD   (rev 0)
+++ python-ipyparallel/trunk/PKGBUILD   2022-03-14 22:41:01 UTC (rev 1153979)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ashwin Vishnu 
+# Contributor: Specter119 
+# Contributor: xantares
+
+pkgname=python-ipyparallel
+_pyname=${pkgname#python-}
+pkgver=8.2.0
+pkgrel=2
+pkgdesc='Interactive Parallel Computing in Python'
+url='https://pypi.org/project/ipyparallel/'
+arch=(any)
+license=(BSD)
+source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
+depends=(jupyterlab python-psutil)
+makedepends=(python-build python-installer python-wheel)
+checkdepends=(python-pytest)
+optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
+sha256sums=('0fd9f64a5120980a89b64299806c12bb8df8ceea155e5200b705301eb2401e19')
+
+build() {
+  cd $_pyname-$pkgver
+  IPP_DISABLE_JS=1 \
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pyname-$pkgver
+#  pytest
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  mv "$pkgdir"/{usr/,}etc
+}



[arch-commits] Commit in (3 files)

2022-03-12 Thread Antonio Rojas via arch-commits
Date: Saturday, March 12, 2022 @ 21:11:40
  Author: arojas
Revision: 1150228

Add jupyter retrolab

Added:
  jupyter-retrolab/
  jupyter-retrolab/trunk/
  jupyter-retrolab/trunk/PKGBUILD

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

Added: jupyter-retrolab/trunk/PKGBUILD
===
--- jupyter-retrolab/trunk/PKGBUILD (rev 0)
+++ jupyter-retrolab/trunk/PKGBUILD 2022-03-12 21:11:40 UTC (rev 1150228)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyter-retrolab
+_pipname=retrolab
+pkgver=0.3.20
+pkgrel=1
+pkgdesc='JupyterLab Distribution with a retro look and feel'
+arch=(any)
+url='https://github.com/jupyterlab/retrolab'
+license=(BSD)
+makedepends=(python-build python-installer)
+depends=(jupyterlab)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('9fad30fbcc9fb8384a5a239317362ad98df1eb9316dbbea83ba47d4038e58a06')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  mv "$pkgdir"/{usr/,}etc
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (3 files)

2022-03-05 Thread Morten Linderud via arch-commits
Date: Saturday, March 5, 2022 @ 15:41:31
  Author: foxboron
Revision: 114

addpkg: python-formencode 2.0.1-1

Added:
  python-formencode/
  python-formencode/repos/
  python-formencode/trunk/



[arch-commits] Commit in (3 files)

2022-03-03 Thread Antonio Rojas via arch-commits
Date: Thursday, March 3, 2022 @ 08:09:16
  Author: arojas
Revision: 1140352

Add python-pytest-jupyter

Added:
  python-pytest-jupyter/
  python-pytest-jupyter/trunk/
  python-pytest-jupyter/trunk/PKGBUILD

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

Added: python-pytest-jupyter/trunk/PKGBUILD
===
--- python-pytest-jupyter/trunk/PKGBUILD(rev 0)
+++ python-pytest-jupyter/trunk/PKGBUILD2022-03-03 08:09:16 UTC (rev 
1140352)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-pytest-jupyter
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='A pytest plugin for testing Jupyter core libraries and extensions'
+arch=(any)
+license=(BSD)
+url='https://github.com/jupyter-server/pytest-jupyter'
+depends=(python-pytest)
+makedepends=(python-build python-installer python-setuptools 
python-jupyter_packaging)
+source=(https://github.com/jupyter-server/pytest-jupyter/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('67ebebb726cd178c729a10ecac1b457f75feb1e66a1bf3d0b50660daa5830ec0')
+
+prepare() {
+# Remove jupyter_packaging version constraint
+  sed -e 's|~=0.7.5||' -i pytest-jupyter-$pkgver/pyproject.toml
+}
+
+build() {
+  cd pytest-jupyter-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd pytest-jupyter-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2022-03-02 Thread Antonio Rojas via arch-commits
Date: Thursday, March 3, 2022 @ 07:48:21
  Author: arojas
Revision: 1140350

New nbclassic dependency

Added:
  jupyter-notebook-shim/
  jupyter-notebook-shim/trunk/
  jupyter-notebook-shim/trunk/PKGBUILD

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

Added: jupyter-notebook-shim/trunk/PKGBUILD
===
--- jupyter-notebook-shim/trunk/PKGBUILD(rev 0)
+++ jupyter-notebook-shim/trunk/PKGBUILD2022-03-03 07:48:21 UTC (rev 
1140350)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+_pyname=notebook_shim
+pkgname=jupyter-notebook-shim
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Provides a way for JupyterLab and other frontends to switch to 
Jupyter Server for their Python Web application backend'
+arch=(any)
+url='https://github.com/jupyterlab/notebook_shim'
+license=(BSD)
+depends=(jupyter-server)
+makedepends=(python-build python-installer)
+checkdepends=(python-pytest-tornasync)
+source=(https://pypi.python.org/packages/source/n/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('7897e47a36d92248925a2143e3596f19c60597708f7bef50d81fcd31d7263e85')
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pyname-$pkgver/$_pyname
+  pytest
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  mv "$pkgdir"/{usr/,}etc
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-02-18 Thread Antonio Rojas via arch-commits
Date: Friday, February 18, 2022 @ 20:01:41
  Author: arojas
Revision: 1134171

New lib32-libsoup3 dependency

Added:
  lib32-libnghttp2/
  lib32-libnghttp2/trunk/
  lib32-libnghttp2/trunk/PKGBUILD

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

Added: lib32-libnghttp2/trunk/PKGBUILD
===
--- lib32-libnghttp2/trunk/PKGBUILD (rev 0)
+++ lib32-libnghttp2/trunk/PKGBUILD 2022-02-18 20:01:41 UTC (rev 1134171)
@@ -0,0 +1,42 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=lib32-libnghttp2
+pkgver=1.46.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(lib32-glibc libnghttp2)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha512sums=('fcf3573bcc421705190c7cf0e3230f6f3028b669cb2976d29cfeb73e706deaae91ce60d0a615472e3f296454049ea5798f1e8defdd260a98895e94fea6a7a16b')
+
+build() {
+  cd nghttp2-$pkgver
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/include
+  install -Dm644 ../COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-02-12 Thread Antonio Rojas via arch-commits
Date: Saturday, February 12, 2022 @ 21:57:38
  Author: arojas
Revision: 1132987

New python-argon2-cffi dependency

Added:
  python-argon2-cffi-bindings/
  python-argon2-cffi-bindings/trunk/
  python-argon2-cffi-bindings/trunk/PKGBUILD

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

Added: python-argon2-cffi-bindings/trunk/PKGBUILD
===
--- python-argon2-cffi-bindings/trunk/PKGBUILD  (rev 0)
+++ python-argon2-cffi-bindings/trunk/PKGBUILD  2022-02-12 21:57:38 UTC (rev 
1132987)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+_pipname=argon2-cffi-bindings
+pkgname=python-$_pipname
+pkgver=21.2.0
+pkgrel=1
+pkgdesc='Low-level CFFI bindings for Argon2'
+arch=(x86_64)
+url='https://github.com/hynek/argon2-cffi-bindings'
+license=(MIT)
+depends=(python-cffi)
+makedepends=(python-setuptools-scm)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3')
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pipname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-01-26 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 26, 2022 @ 16:20:09
  Author: arojas
Revision: 1116022

New httpcore dependency

Added:
  python-socksio/
  python-socksio/trunk/
  python-socksio/trunk/PKGBUILD

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

Added: python-socksio/trunk/PKGBUILD
===
--- python-socksio/trunk/PKGBUILD   (rev 0)
+++ python-socksio/trunk/PKGBUILD   2022-01-26 16:20:09 UTC (rev 1116022)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+_pkgname=socksio
+pkgname=python-$_pkgname
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A minimal HTTP client'
+arch=(any)
+url='https://github.com/sethmlarson/socksio'
+license=(BSD)
+depends=(python)
+checkdepends=(python-pytest-cov)
+source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname/-/_}/${_pkgname/-/_}-${pkgver}.tar.gz)
+sha256sums=('f88beb3da5b5c38b9890469de67d0cb0f9d494b78b106ca1845f96c10b91c4ac')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-01-23 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 23, 2022 @ 12:38:25
  Author: jelle
Revision: 1113586

Requirement of python-selenium

Added:
  python-trio-websocket/
  python-trio-websocket/repos/
  python-trio-websocket/trunk/



[arch-commits] Commit in (3 files)

2022-01-21 Thread Antonio Rojas via arch-commits
Date: Friday, January 21, 2022 @ 21:10:43
  Author: arojas
Revision: 1112707

Readd krita GMic plugin

Added:
  krita-plugin-gmic/
  krita-plugin-gmic/trunk/
  krita-plugin-gmic/trunk/PKGBUILD

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

Added: krita-plugin-gmic/trunk/PKGBUILD
===
--- krita-plugin-gmic/trunk/PKGBUILD(rev 0)
+++ krita-plugin-gmic/trunk/PKGBUILD2022-01-21 21:10:43 UTC (rev 1112707)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita-plugin-gmic
+pkgver=3.0.2.1
+pkgrel=1
+pkgdesc='GMic plugin for Krita'
+arch=(x86_64)
+url='https://github.com/amyspark/gmic'
+license=(custom:CeCILL)
+depends=(krita gmic)
+makedepends=(extra-cmake-modules qt5-tools)
+source=(https://github.com/amyspark/gmic/releases/download/v$pkgver/gmic-$pkgver-patched.tar.xz{,.asc})
+sha256sums=('3a45ed88e690db458a973239e5a6b5abbf963315d2fd63af8d155b150fffc428'
+'SKIP')
+validpgpkeys=(4894424D2412FEE5176732A3FC00108CFD9DBF1E) # 
https://github.com/amyspark.gpg
+
+build() {
+  cmake -B build -S gmic-$pkgver-patched/gmic-qt \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DGMIC_QT_HOST=krita-plugin
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 gmic-$pkgver-patched/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2022-01-10 Thread Maxime Gauduin via arch-commits
Date: Monday, January 10, 2022 @ 08:12:17
  Author: alucryd
Revision: 1098992

add python-cmake-build-extension

Added:
  python-cmake-build-extension/
  python-cmake-build-extension/trunk/
  python-cmake-build-extension/trunk/PKGBUILD

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

Added: python-cmake-build-extension/trunk/PKGBUILD
===
--- python-cmake-build-extension/trunk/PKGBUILD (rev 0)
+++ python-cmake-build-extension/trunk/PKGBUILD 2022-01-10 08:12:17 UTC (rev 
1098992)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: xiretza 
+
+pkgname=python-cmake-build-extension
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Setuptools extension to build and package CMake projects'
+arch=(any)
+url=https://github.com/diegoferigo/cmake-build-extension
+license=(MIT)
+depends=(
+  cmake
+  python
+  python-gitpython
+  ninja
+)
+makedepends=(git)
+checkdepends=(python-pytest)
+_tag=8fda27ee77eca12e8072f7934309f99525481ac6
+source=(git+https://github.com/diegoferigo/cmake-build-extension.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd cmake-build-extension
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd cmake-build-extension
+  python setup.py build
+}
+
+package() {
+  cd cmake-build-extension
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-cmake-build-extension
+}
+
+# vim: ts=2 sw=2 et



[arch-commits] Commit in (3 files)

2022-01-08 Thread Antonio Rojas via arch-commits
Date: Saturday, January 8, 2022 @ 18:33:59
  Author: arojas
Revision: 1097278

Split from coin-or-coinutils

Added:
  coin-or-data-sample/
  coin-or-data-sample/trunk/
  coin-or-data-sample/trunk/PKGBUILD

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

Added: coin-or-data-sample/trunk/PKGBUILD
===
--- coin-or-data-sample/trunk/PKGBUILD  (rev 0)
+++ coin-or-data-sample/trunk/PKGBUILD  2022-01-08 18:33:59 UTC (rev 1097278)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=coin-or-data-sample
+pkgver=1.2.12
+pkgrel=1
+pkgdesc='COIN-OR Sample data'
+arch=(any)
+url='https://github.com/coin-or-tools/Data-Sample'
+license=(EPL)
+depends=()
+makedepends=()
+groups=(coin-or)
+source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or-tools/Data-Sample/archive/refs/tags/releases/$pkgver.tar.gz)
+sha256sums=('e9e67c04adfbd85523890b346326b106075df615e922c229277e138dbcb77e64')
+
+build() {
+  cd Data-Sample-releases-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd Data-Sample-releases-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in (3 files)

2021-12-25 Thread Antonio Rojas via arch-commits
Date: Saturday, December 25, 2021 @ 14:12:13
  Author: arojas
Revision: 1083676

New tldr dependency

Added:
  python-shtab/
  python-shtab/trunk/
  python-shtab/trunk/PKGBUILD

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

Added: python-shtab/trunk/PKGBUILD
===
--- python-shtab/trunk/PKGBUILD (rev 0)
+++ python-shtab/trunk/PKGBUILD 2021-12-25 14:12:13 UTC (rev 1083676)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: SZanko, szanko at protonmail dot com
+
+_pkgname=shtab
+pkgname=python-${_pkgname}
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Automagic shell tab completion for Python CLI applications'
+arch=(any)
+url='https://github.com/iterative/shtab'
+license=(Apache)
+depends=(python)
+makedepends=(python-setuptools-scm python-wheel)
+source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname/-/_}/${_pkgname/-/_}-${pkgver}.tar.gz)
+sha256sums=('378b9c165d50a8bbf4379b59871036507b847b14b5e014f7d60b6153ac51ead0')
+
+build() {
+  cd $_pkgname-$pkgver
+  mv LICENCE LICENSE
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  python setup.py check
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2021-12-25 Thread Antonio Rojas via arch-commits
Date: Saturday, December 25, 2021 @ 13:08:24
  Author: arojas
Revision: 1083609

New python-tarantool checkdepends

Added:
  python-dbapi-compliance/
  python-dbapi-compliance/trunk/
  python-dbapi-compliance/trunk/PKGBUILD

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

Added: python-dbapi-compliance/trunk/PKGBUILD
===
--- python-dbapi-compliance/trunk/PKGBUILD  (rev 0)
+++ python-dbapi-compliance/trunk/PKGBUILD  2021-12-25 13:08:24 UTC (rev 
1083609)
@@ -0,0 +1,28 @@
+# Maintainer:
+
+pkgname=python-dbapi-compliance
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='Python DB API 2.0 driver compliance unit test suite'
+arch=(any)
+url='https://github.com/baztian/dbapi-compliance'
+license=('Public domain')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://pypi.io/packages/source/d/dbapi-compliance/dbapi-compliance-$pkgver.zip)
+sha512sums=('5d1bb34a7e10ec1288fe6d5bdeed6eef0322496810f68b01dbe22e25d9e429c561f53ccddab04b1c9a2b778d0c246d9f9bda56557a5bb81bad8a627e0a0f621e')
+
+build() {
+  cd dbapi-compliance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd dbapi-compliance-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd dbapi-compliance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



[arch-commits] Commit in (3 files)

2021-12-24 Thread Antonio Rojas via arch-commits
Date: Friday, December 24, 2021 @ 20:59:14
  Author: arojas
Revision: 1083453

New python-cliff dependency

Added:
  python-autopage/
  python-autopage/trunk/
  python-autopage/trunk/PKGBUILD

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

Added: python-autopage/trunk/PKGBUILD
===
--- python-autopage/trunk/PKGBUILD  (rev 0)
+++ python-autopage/trunk/PKGBUILD  2021-12-24 20:59:14 UTC (rev 1083453)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=python-autopage
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A library to provide automatic paging for console output'
+arch=(any)
+url='https://github.com/zaneb/autopage'
+license=(Apache)
+depends=(python)
+checkdepends=(python-pytest python-fixtures)
+makedepends=(python-build python-install python-setuptools python-wheel)
+source=(https://pypi.python.org/packages/source/a/autopage/autopage-$pkgver.tar.gz)
+sha512sums=('00dd0fc405c6cbeec962e0c6e85ff923c6c8caefd9cb793d668117ae6b25d1086253b4103bc541c35f3883caf7f72f0ef2f5758ca2ce3f7fbef39ac51a188b9c')
+
+build() {
+  cd autopage-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd autopage-$pkgver
+  pytest
+}
+
+package() {
+  cd autopage-$pkgver
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in (3 files)

2021-12-24 Thread Antonio Rojas via arch-commits
Date: Friday, December 24, 2021 @ 10:01:49
  Author: arojas
Revision: 1083378

New sagemath dependency

Added:
  python-primecountpy/
  python-primecountpy/trunk/
  python-primecountpy/trunk/PKGBUILD

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

Added: python-primecountpy/trunk/PKGBUILD
===
--- python-primecountpy/trunk/PKGBUILD  (rev 0)
+++ python-primecountpy/trunk/PKGBUILD  2021-12-24 10:01:49 UTC (rev 1083378)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=primecountpy
+pkgname=python-$_pipname
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Cython interface to the C++ library primecount'
+arch=(x86_64)
+url='https://github.com/dimpase/primecountpy'
+license=(GPL3)
+depends=(python-cysignals primecount)
+makedepends=(cython python-setuptools)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('78fe7cc32115f0669a45d7c90faaf39f7ce3939e39e2e7e5f14c17fe4bff0676')
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (3 files)

2021-12-18 Thread Caleb Maclennan via arch-commits
Date: Saturday, December 18, 2021 @ 21:20:54
  Author: alerque
Revision: 1077785

Migrate python-agate-sql from AUR

Added:
  python-agate-sql/
  python-agate-sql/repos/
  python-agate-sql/trunk/



[arch-commits] Commit in (3 files)

2021-12-17 Thread Jonas Witschel via arch-commits
Date: Friday, December 17, 2021 @ 17:45:49
  Author: diabonas
Revision: 1076410

tpm2-software: disable link time optimisation

The test suites of these packages use -Wl,--wrap which does not work with LTO
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643), so disable it for now.

Modified:
  tpm2-abrmd/trunk/PKGBUILD
  tpm2-tools/trunk/PKGBUILD
  tpm2-tss/trunk/PKGBUILD

---+
 tpm2-abrmd/trunk/PKGBUILD |1 +
 tpm2-tools/trunk/PKGBUILD |1 +
 tpm2-tss/trunk/PKGBUILD   |2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

Modified: tpm2-abrmd/trunk/PKGBUILD
===
--- tpm2-abrmd/trunk/PKGBUILD   2021-12-17 17:44:02 UTC (rev 1076409)
+++ tpm2-abrmd/trunk/PKGBUILD   2021-12-17 17:45:49 UTC (rev 1076410)
@@ -9,6 +9,7 @@
 license=('BSD')
 depends=('glib2' 'tpm2-tss' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 
'libtss2-tctildr.so')
 checkdepends=('cmocka' 'iproute2' 'swtpm')
+options=('!lto')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
 
sha512sums=('c2ef05ca2db5a33d3067052779aa4c2485a63bd357d5fd90ef9d4644530b37aa28b906064eed3b15729131697a2a9d6b9cc3f05bea04810fd6601e405af48110'
 'SKIP')

Modified: tpm2-tools/trunk/PKGBUILD
===
--- tpm2-tools/trunk/PKGBUILD   2021-12-17 17:44:02 UTC (rev 1076409)
+++ tpm2-tools/trunk/PKGBUILD   2021-12-17 17:45:49 UTC (rev 1076410)
@@ -11,6 +11,7 @@
  'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so')
 checkdepends=('cmocka' 'expect' 'iproute2' 'python-yaml' 'swtpm' 'tpm2-abrmd' 
'xxd')
 optdepends=('tpm2-abrmd: user space resource manager')
+options=('!lto')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
 
"tpm2-tools-5.2_fix_tests_libtpms_0.9.0.patch::$url/commit/0789bf264a108c4718875a050d00b1fdee4478b7.patch")
 
sha512sums=('9fb5dc298717a8a57c89d286e3590370a096c81b14d2d8d4eb5fca140d66148a8e24727ee04fb02057bbfcc3ede50e93ba0ef22396888c9df48bf6f42a5d6e6b'

Modified: tpm2-tss/trunk/PKGBUILD
===
--- tpm2-tss/trunk/PKGBUILD 2021-12-17 17:44:02 UTC (rev 1076409)
+++ tpm2-tss/trunk/PKGBUILD 2021-12-17 17:45:49 UTC (rev 1076410)
@@ -14,7 +14,7 @@
 backup=('etc/tpm2-tss/fapi-config.json'
 'etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json'
 'etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json')
-options=('!emptydirs')
+options=('!emptydirs' '!lto')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
 
sha512sums=('8967f172c92f1e3e5ba324dbe8afe07bf1bc7179dd755cef9812105f32634f312ee7cc7dfe8e13af69dc219432463f5dc9b93477743de47aba6af1d70b252405'
 'SKIP')



[arch-commits] Commit in (3 files)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:52:57
  Author: ffy00
Revision: 1065739

add root structure

Added:
  python-livereload/
  python-livereload/repos/
  python-livereload/trunk/



[arch-commits] Commit in (3 files)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:35:20
  Author: ffy00
Revision: 1065732

add root structure

Added:
  python-sphinx-autobuild/
  python-sphinx-autobuild/repos/
  python-sphinx-autobuild/trunk/



[arch-commits] Commit in (3 files)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:31:08
  Author: ffy00
Revision: 1065731

add root structure

Added:
  python-sphinx-theme-builder/
  python-sphinx-theme-builder/repos/
  python-sphinx-theme-builder/trunk/



[arch-commits] Commit in (3 files)

2021-12-06 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 13:21:57
  Author: arojas
Revision: 430729

New itinerary dependency

Added:
  khealthcertificate/
  khealthcertificate/trunk/
  khealthcertificate/trunk/PKGBUILD

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

Added: khealthcertificate/trunk/PKGBUILD
===
--- khealthcertificate/trunk/PKGBUILD   (rev 0)
+++ khealthcertificate/trunk/PKGBUILD   2021-12-06 13:21:57 UTC (rev 430729)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=khealthcertificate
+pkgver=21.12
+pkgrel=1
+pkgdesc='Handling of digital vaccination, test and recovery certificates'
+arch=(x86_64)
+url='https://www.kde.org'
+license=(LGPL)
+depends=(karchive kcodecs)
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('23ee807b39c16536c2e0f9c0e1601fdd1a579c2cb52adc33151f5fae6b60b618'
+'SKIP')
+validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah 
(mykolab address) 
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in (3 files)

2021-12-01 Thread Antonio Rojas via arch-commits
Date: Thursday, December 2, 2021 @ 07:54:05
  Author: arojas
Revision: 1061572

Unbundle from julia

Added:
  libblastrampoline/
  libblastrampoline/trunk/
  libblastrampoline/trunk/PKGBUILD

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

Added: libblastrampoline/trunk/PKGBUILD
===
--- libblastrampoline/trunk/PKGBUILD(rev 0)
+++ libblastrampoline/trunk/PKGBUILD2021-12-02 07:54:05 UTC (rev 1061572)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libblastrampoline
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
+arch=(x86_64)
+url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6136cc2b5d090ceca67cffa55b4c8af4bcee874333d49297c867abdb0749b5f')
+
+build() {
+  cd $pkgname-$pkgver/src
+  make CFLAGS="$CFLAGS -fPIC" LDFLAGS="-shared $LDFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make prefix="$pkgdir"/usr install
+  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 12:58:53
  Author: alucryd
Revision: 429057

add python-tomli-w for new python-flit

Added:
  python-tomli-w/
  python-tomli-w/trunk/
  python-tomli-w/trunk/PKGBUILD

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

Added: python-tomli-w/trunk/PKGBUILD
===
--- python-tomli-w/trunk/PKGBUILD   (rev 0)
+++ python-tomli-w/trunk/PKGBUILD   2021-11-24 12:58:53 UTC (rev 429057)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-tomli-w
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A lil' TOML writer"
+url=https://github.com/hukkin/tomli-w
+license=(MIT)
+arch=(any)
+depends=(python)
+makedepends=(
+  git
+  python-flit
+  python-pip
+  python-poetry
+)
+checkdepends=(
+  python-pytest
+  python-tomli
+)
+_tag=22874ff44581f34810e6f19fb6f682ca39fe0fce
+source=(git+https://github.com/hukkin/tomli-w.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd tomli-w
+  git describe --tags
+}
+
+build() {
+  cd tomli-w
+  python -m flit build --format wheel
+}
+
+check() {
+  cd tomli-w
+  python -m pytest
+}
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps tomli-w/dist/*.whl
+  install -Dm 644 tomli-w/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-tomli-w/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2021-11-12 Thread Morten Linderud via arch-commits
Date: Friday, November 12, 2021 @ 22:22:50
  Author: foxboron
Revision: 1044865

addpkg: python-imaplib2 3.6-2

Added:
  python-imaplib2/
  python-imaplib2/repos/
  python-imaplib2/trunk/



[arch-commits] Commit in (3 files)

2021-11-12 Thread Maxime Gauduin via arch-commits
Date: Friday, November 12, 2021 @ 15:31:12
  Author: alucryd
Revision: 1043810

add lttng-ust2.12 for dotnet-core

Added:
  lttng-ust2.12/
  lttng-ust2.12/trunk/
  lttng-ust2.12/trunk/PKGBUILD

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

Added: lttng-ust2.12/trunk/PKGBUILD
===
--- lttng-ust2.12/trunk/PKGBUILD(rev 0)
+++ lttng-ust2.12/trunk/PKGBUILD2021-11-12 15:31:12 UTC (rev 1043810)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thore Bödecker 
+# Contributor: Philippe Proulx 
+# Contributor: Manuel Mendez 
+
+pkgname=lttng-ust2.12
+pkgver=2.12.0
+pkgrel=1
+pkgdesc='LTTng user space tracing libraries for LTTng'
+arch=(x86_64)
+url=https://lttng.org/
+license=(
+  LGPL2.1
+  GPL2
+  MIT
+)
+depends=(
+  glibc
+  libnuma.so
+  liburcu
+)
+makedepends=(git)
+_tag=f907545e84b940f9648edcf308a80bd79c5a3756
+source=(git+https://github.com/lttng/lttng-ust.git?signed#tag=${_tag})
+b2sums=(SKIP)
+validpgpkeys=(2A0B4ED915F2D3FA45F5B16217280A9781186ACF) # Mathieu Desnoyers 

+
+prepare() {
+  cd lttng-ust
+  autoreconf -fiv
+}
+
+pkgver() {
+  cd lttng-ust
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd lttng-ust
+  ./configure \
+--prefix=/usr \
+--includedir=/usr/include/lttng-ust2.12 \
+--libdir=/usr/lib/lttng-ust2.12 \
+--disable-examples \
+--disable-man-pages
+  make
+}
+
+package() {
+  cd lttng-ust
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,share}
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/lttng-ust2.12/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2021-11-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, November 9, 2021 @ 13:05:26
  Author: alucryd
Revision: 1039325

add pop-icon-theme

Added:
  pop-icon-theme/
  pop-icon-theme/trunk/
  pop-icon-theme/trunk/PKGBUILD

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

Added: pop-icon-theme/trunk/PKGBUILD
===
--- pop-icon-theme/trunk/PKGBUILD   (rev 0)
+++ pop-icon-theme/trunk/PKGBUILD   2021-11-09 13:05:26 UTC (rev 1039325)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christopher Reimer 
+
+pkgname=pop-icon-theme
+pkgver=2.1.0.r2415.a5a10f9725
+pkgrel=1
+pkgdesc='System76 Pop Icon Theme'
+arch=(any)
+url=https://github.com/pop-os/icon-theme
+license=(CCPL)
+depends=(adwaita-icon-theme)
+makedepends=(
+  git
+  meson
+)
+_commit=a5a10f97254d660b5e52875abd1fb0eaac396dae
+source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pop-icon-theme
+  echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  arch-meson pop-icon-theme build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2021-11-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, November 9, 2021 @ 12:37:43
  Author: alucryd
Revision: 1039323

add pop-gtk-theme

Added:
  pop-gtk-theme/
  pop-gtk-theme/trunk/
  pop-gtk-theme/trunk/PKGBUILD

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

Added: pop-gtk-theme/trunk/PKGBUILD
===
--- pop-gtk-theme/trunk/PKGBUILD(rev 0)
+++ pop-gtk-theme/trunk/PKGBUILD2021-11-09 12:37:43 UTC (rev 1039323)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christopher Reimer 
+# Contributor: Dimitris Kiziridis 
+# Contributor: Dan Beste 
+# Contributor: Carl George 
+
+pkgname=pop-gtk-theme
+pkgver=5.4.5
+pkgrel=1
+pkgdesc='System76 Pop GTK+ Theme'
+arch=(any)
+url=https://github.com/pop-os/gtk-theme
+license=(
+  CCPL
+  GPL3
+  LGPL2.1
+  LGPL3
+)
+makedepends=(
+  git
+  meson
+  sassc
+)
+optdepends=(
+  'gtk-engine-murrine: GTK2 theme'
+  'gtk-engine-pixbuf: GTK2 theme'
+)
+_tag=61bc35d62c74d819854af8a88e5aae206a8bb9de
+source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  arch-meson pop-gtk-theme build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  # https://github.com/pop-os/gtk-theme/issues/436
+  ln -s /usr/share/gnome-shell/theme/Pop-dark 
"${pkgdir}"/usr/share/themes/Pop-dark/gnome-shell
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:50:06
  Author: heftig
Revision: 427385

Add xdg-desktop-portal-gnome

Added:
  xdg-desktop-portal-gnome/
  xdg-desktop-portal-gnome/repos/
  xdg-desktop-portal-gnome/trunk/



[arch-commits] Commit in (3 files)

2021-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 4, 2021 @ 17:21:47
  Author: arojas
Revision: 1036922

New python-dropbox dependency

Added:
  python-stone/
  python-stone/trunk/
  python-stone/trunk/PKGBUILD

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

Added: python-stone/trunk/PKGBUILD
===
--- python-stone/trunk/PKGBUILD (rev 0)
+++ python-stone/trunk/PKGBUILD 2021-11-04 17:21:47 UTC (rev 1036922)
@@ -0,0 +1,32 @@
+# Maintainer:
+
+pkgname=python-stone
+_name=${pkgname#python-}
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='The Official API Spec Language for Dropbox API V2'
+arch=(any)
+url='https://github.com/dropbox/stone'
+license=(MIT)
+depends=(python python-ply python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-mock python-coverage python-pytest-runner)
+source=(https://github.com/dropbox/stone/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('05a6c9fec0b923a5e54814f31365499d6e7b726aaddfe5b8ee2d1a4b6cb06d3a')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



[arch-commits] Commit in (3 files)

2021-11-01 Thread Antonio Rojas via arch-commits
Date: Monday, November 1, 2021 @ 20:36:23
  Author: arojas
Revision: 1035264

New python-py7zr dependency

Added:
  python-pyzstd/
  python-pyzstd/trunk/
  python-pyzstd/trunk/PKGBUILD

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

Added: python-pyzstd/trunk/PKGBUILD
===
--- python-pyzstd/trunk/PKGBUILD(rev 0)
+++ python-pyzstd/trunk/PKGBUILD2021-11-01 20:36:23 UTC (rev 1035264)
@@ -0,0 +1,33 @@
+# Maintainer:
+
+_pkgname=pyzstd
+pkgname=python-$_pkgname
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Python bindings to Zstandard (zstd) compression library'
+arch=(x86_64)
+url='https://github.com/animalize/pyzstd'
+license=(LGPL)
+depends=(python zstd)
+makedepends=(python-setuptools-scm)
+checkdepends=(python-tests)
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('bf15a39cb3c9b662775e22ffa8c4da09fdde6a15ece5e0ed710b6d3b4329cf36')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build --dynamic-link-zstd
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (3 files)

2021-11-01 Thread Antonio Rojas via arch-commits
Date: Monday, November 1, 2021 @ 20:20:54
  Author: arojas
Revision: 1035262

New python-py7zr dependency

Added:
  python-pyppmd/
  python-pyppmd/trunk/
  python-pyppmd/trunk/PKGBUILD

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

Added: python-pyppmd/trunk/PKGBUILD
===
--- python-pyppmd/trunk/PKGBUILD(rev 0)
+++ python-pyppmd/trunk/PKGBUILD2021-11-01 20:20:54 UTC (rev 1035262)
@@ -0,0 +1,33 @@
+# Maintainer:
+
+_pkgname=pyppmd
+pkgname=python-$_pkgname
+pkgver=0.17.1
+pkgrel=1
+pkgdesc='PPMd compression/decompression library'
+arch=(x86_64)
+url='http://github.com/miurahr/pyppmd'
+license=(LGPL)
+depends=(python)
+makedepends=(python-setuptools-scm)
+checkdepends=(python-pytest-benchmark python-py-cpuinfo python-hypothesis)
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('ebc65d393d58b5463fdfbdf9b27e51b6aef9a9142052a50685a5dfdba91f5808')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (3 files)

2021-11-01 Thread Antonio Rojas via arch-commits
Date: Monday, November 1, 2021 @ 20:02:16
  Author: arojas
Revision: 1035258

New python-py7zr dependency

Added:
  python-multivolumefile/
  python-multivolumefile/trunk/
  python-multivolumefile/trunk/PKGBUILD

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

Added: python-multivolumefile/trunk/PKGBUILD
===
--- python-multivolumefile/trunk/PKGBUILD   (rev 0)
+++ python-multivolumefile/trunk/PKGBUILD   2021-11-01 20:02:16 UTC (rev 
1035258)
@@ -0,0 +1,33 @@
+# Maintainer:
+
+_pkgname=multivolumefile
+pkgname=python-$_pkgname
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Multi volume file wrapper library'
+arch=(any)
+url='https://github.com/miurahr/multivolume'
+license=(LGPL)
+depends=(python)
+makedepends=(python-setuptools-scm)
+checkdepends=(python-pytest python-hypothesis)
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python -m pytest -rsx
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (3 files)

2021-11-01 Thread Antonio Rojas via arch-commits
Date: Monday, November 1, 2021 @ 11:14:38
  Author: arojas
Revision: 1035186

New bowler checdepends

Added:
  python-moreorless/
  python-moreorless/trunk/
  python-moreorless/trunk/PKGBUILD

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

Added: python-moreorless/trunk/PKGBUILD
===
--- python-moreorless/trunk/PKGBUILD(rev 0)
+++ python-moreorless/trunk/PKGBUILD2021-11-01 11:14:38 UTC (rev 1035186)
@@ -0,0 +1,27 @@
+# Maintainer:
+
+_pkgname=moreorless
+pkgname=python-moreorless
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Python diff wrapper"
+arch=('any')
+url="https://github.com/thatch/moreorless/";
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools-scm')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('85e19972c1a0b3a49f8543914f57bd83f6e1b10df144d5b97b8c5e9744d9c08c')
+b2sums=('60e810352e13d4723b138b6bad78536994c9430b51feb5114d44738515e890143b2d69678bb0d2fa87c51e0918b4ef15a084bd466898f41a0055ca3f1372b619')
+
+build(){
+cd $_pkgname-$pkgver
+
+python setup.py build
+}
+
+package() {
+cd $_pkgname-$pkgver
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



[arch-commits] Commit in (3 files)

2021-11-01 Thread Antonio Rojas via arch-commits
Date: Monday, November 1, 2021 @ 11:08:52
  Author: arojas
Revision: 1035184

New bowler checdepends

Added:
  python-volatile/
  python-volatile/trunk/
  python-volatile/trunk/PKGBUILD

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

Added: python-volatile/trunk/PKGBUILD
===
--- python-volatile/trunk/PKGBUILD  (rev 0)
+++ python-volatile/trunk/PKGBUILD  2021-11-01 11:08:52 UTC (rev 1035184)
@@ -0,0 +1,27 @@
+# Maintainer:
+
+_pkgname=volatile
+pkgname=python-volatile
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="A small extension for the tempfile module"
+arch=('any')
+url="https://github.com/mbr/volatile";
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('9be36ad508e3354e016c115de0397dc2203b9800a73d9d177ca9d37a8d3a31d3')
+b2sums=('b68e31de831cfdf1aad2ec0d65023c58ed8730e6e8e720bb074b0201f1f7e438d82d4acf1d74227b493c1f05b22ce3981197a2f798e5ff7fe7d1f4e6c08ee60f')
+
+build(){
+cd $_pkgname-$pkgver
+
+python setup.py build
+}
+
+package() {
+cd $_pkgname-$pkgver
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



[arch-commits] Commit in (3 files)

2021-10-21 Thread Jan Steffens via arch-commits
Date: Thursday, October 21, 2021 @ 21:25:21
  Author: heftig
Revision: 426412

Add pipewire-media-session

Added:
  pipewire-media-session/
  pipewire-media-session/repos/
  pipewire-media-session/trunk/



[arch-commits] Commit in (3 files)

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 16:08:48
  Author: arojas
Revision: 425055

Add pyqt6-webengine

Added:
  pyqt6-webengine/
  pyqt6-webengine/trunk/
  pyqt6-webengine/trunk/PKGBUILD

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

Added: pyqt6-webengine/trunk/PKGBUILD
===
--- pyqt6-webengine/trunk/PKGBUILD  (rev 0)
+++ pyqt6-webengine/trunk/PKGBUILD  2021-10-03 16:08:48 UTC (rev 425055)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-webengine
+pkgname=(python-pyqt6-webengine)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for QtWebEngine'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-webengine python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
+sha256sums=('4f12a984efd01d202a89baea3437c6fb2001a042f9bdef512d324eb4e81ef693')
+
+build() {
+  cd PyQt6_WebEngine-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6 \
+--concatenate 1
+  cd build
+  make
+}
+
+package_python-pyqt6-webengine() {
+  cd PyQt6_WebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in (3 files)

2021-09-26 Thread Alexander Rødseth via arch-commits
Date: Sunday, September 26, 2021 @ 14:14:43
  Author: arodseth
Revision: 1025684

Add lib32-sdl_net

Added:
  lib32-sdl_net/
  lib32-sdl_net/trunk/
  lib32-sdl_net/trunk/PKGBUILD

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

Added: lib32-sdl_net/trunk/PKGBUILD
===
--- lib32-sdl_net/trunk/PKGBUILD(rev 0)
+++ lib32-sdl_net/trunk/PKGBUILD2021-09-26 14:14:43 UTC (rev 1025684)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: Jameson Pugh 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=lib32-sdl_net
+pkgver=1.2.8
+pkgrel=1
+pkgdesc='Small cross-platform networking library'
+url='https://www.libsdl.org/projects/SDL_net/'
+arch=(x86_64)
+license=(zlib)
+depends=(lib32-sdl)
+makedepends=(gcc-multilib)
+source=("https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz";)
+b2sums=('656fb9c86949bc962656edc7b950e64eee9b9b1ce1b257e6c4974c2d9be99714128c5556d3a3b7ea92cc6d294846af7a51a1925d17418afc8409e44a7b71099a')
+
+build() {
+  cd SDL_net-$pkgver
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  ./configure --disable-static --libdir=/usr/lib32 --prefix=/usr
+  make
+}
+
+package() {
+  cd SDL_net-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -frv "$pkgdir/usr/include"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



[arch-commits] Commit in (3 files)

2021-09-25 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 25, 2021 @ 14:08:36
  Author: alucryd
Revision: 1025193

add ttf-iosevka-nerd

Added:
  ttf-iosevka-nerd/
  ttf-iosevka-nerd/trunk/
  ttf-iosevka-nerd/trunk/PKGBUILD

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

Added: ttf-iosevka-nerd/trunk/PKGBUILD
===
--- ttf-iosevka-nerd/trunk/PKGBUILD (rev 0)
+++ ttf-iosevka-nerd/trunk/PKGBUILD 2021-09-25 14:08:36 UTC (rev 1025193)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tommaso Sardelli 
+# Contributor: Sri Harsha 
+
+pkgname=ttf-iosevka-nerd
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Typeface family designed for coding, terminal use and technical 
documents (Nerd Fonts)'
+arch=(any)
+url=https://github.com/ryanoasis/nerd-fonts
+license=(MIT)
+provides=(ttf-font-nerd)
+conflicts=(nerd-fonts-iosevka)
+replaces=(nerd-fonts-iosevka)
+source=(
+  
"Iosevka-nerd-v${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/Iosevka.zip";
+  "https://github.com/ryanoasis/nerd-fonts/raw/v${pkgver}/LICENSE";
+)
+b2sums=('2de67d3aa61bc4c81b8dd6fe0a38d27363bd254e05237b491decfac3bdad7fce9ab9fac8138f8b20f8345a4059b17b13311ffc6897404c91fe8b5f1e1f9de056'
+
'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
+
+prepare() {
+  find "${srcdir}" -name '*Windows*' -delete
+}
+
+package() {
+  install -Dm 644 *.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ttf-iosevka-nerd/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2021-09-16 Thread Antonio Rojas via arch-commits
Date: Thursday, September 16, 2021 @ 16:57:22
  Author: arojas
Revision: 424246

New Plasma dependency

Added:
  power-profiles-daemon/
  power-profiles-daemon/trunk/
  power-profiles-daemon/trunk/PKGBUILD

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

Added: power-profiles-daemon/trunk/PKGBUILD
===
--- power-profiles-daemon/trunk/PKGBUILD(rev 0)
+++ power-profiles-daemon/trunk/PKGBUILD2021-09-16 16:57:22 UTC (rev 
424246)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: tinywrkb 
+
+pkgname=power-profiles-daemon
+pkgver=0.9.0
+pkgrel=4
+pkgdesc='Makes power profiles handling available over D-Bus'
+url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
+license=(GPL3)
+arch=(x86_64)
+depends=(python upower)
+makedepends=(meson)
+checkdepends=(python-dbusmock python-isort python-mccabe python-pylint 
umockdev)
+source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/commit/42b3341b.patch)
+b2sums=('e81818ead84fb627eaba2f17ddba57b69b81e07bfa8d159ae73b7448f91dad72bc30ba9b8d91d190ebe1c38e9c227318bfec4eb3cb32aefc2a05134e17df3f47'
+
'8439cec80bd5fad861c28a059b6a95349c492163c8c8fb4513e8354911ec807053f0edfce0e94712872355ac3175b43eb1d0ae47b7a0f855f685967bbc0503e2')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 42b3341b.patch # Fix test failure
+}
+
+build() {
+  meson $pkgname-$pkgver build \
+--prefix /usr \
+--libexec lib
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in (3 files)

2021-09-16 Thread Antonio Rojas via arch-commits
Date: Thursday, September 16, 2021 @ 10:39:41
  Author: arojas
Revision: 424139

New Plasma dependency

Added:
  wayland-utils/
  wayland-utils/trunk/
  wayland-utils/trunk/PKGBUILD

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

Added: wayland-utils/trunk/PKGBUILD
===
--- wayland-utils/trunk/PKGBUILD(rev 0)
+++ wayland-utils/trunk/PKGBUILD2021-09-16 10:39:41 UTC (rev 424139)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lex Black 
+
+pkgname=wayland-utils
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Wayland tools to display information about current compositor'
+url='https://gitlab.freedesktop.org/wayland/wayland-utils'
+arch=(x86_64)
+license=(MIT)
+depends=(wayland)
+makedepends=(meson wayland-protocols)
+source=(https://gitlab.freedesktop.org/wayland/$pkgname/-/archive/$pkgname-$pkgver/$pkgname-$pkgname-$pkgver.tar.gz)
+sha256sums=('72fc2471715077000f76833d72ad59ed24e3a3f77b47f77e45ae669bef99947a')
+
+build() {
+  meson $pkgname-$pkgname-$pkgver build \
+--prefix /usr
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+
+  install -Dm644 $pkgname-$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2021-09-05 Thread Antonio Rojas via arch-commits
Date: Sunday, September 5, 2021 @ 17:48:38
  Author: arojas
Revision: 1011801

New sagemath optdepend

Added:
  python-database-knotinfo/
  python-database-knotinfo/trunk/
  python-database-knotinfo/trunk/PKGBUILD

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

Added: python-database-knotinfo/trunk/PKGBUILD
===
--- python-database-knotinfo/trunk/PKGBUILD (rev 0)
+++ python-database-knotinfo/trunk/PKGBUILD 2021-09-05 17:48:38 UTC (rev 
1011801)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-database-knotinfo
+_pyname=database_knotinfo
+pkgver=2021.9.1
+pkgrel=1
+arch=(any)
+pkgdesc='Snapshot of the complete content of the KnotInfo and LinkInfo 
databases for Python'
+url='https://github.com/soehms/database_knotinfo'
+depends=(python)
+makedepends=(python-setuptools-scm)
+license=(GPL)
+source=(https://pypi.io/packages/source/d/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('6b4f73a7d49b7651e67f3a1d425f4ee1acfd521dc3600ed11581e47f14af7326')
+
+build() {
+  cd $_pyname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in (3 files)

2021-09-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 4, 2021 @ 10:35:52
  Author: alucryd
Revision: 1010992

add python-charset-normalizer for python-httpx

Added:
  python-charset-normalizer/
  python-charset-normalizer/trunk/
  python-charset-normalizer/trunk/PKGBUILD

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

Added: python-charset-normalizer/trunk/PKGBUILD
===
--- python-charset-normalizer/trunk/PKGBUILD(rev 0)
+++ python-charset-normalizer/trunk/PKGBUILD2021-09-04 10:35:52 UTC (rev 
1010992)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: lilydjwg 
+# Contributor: lilac 
+# Contributor: Dimitris Kiziridis 
+
+_name=charset-normalizer
+pkgname=python-charset-normalizer
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Encoding and language detection alternative to chardet'
+arch=(any)
+url=https://github.com/ousret/charset_normalizer
+license=(MIT)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-pytest)
+_tag=558d1e20c0d7cbdba9e207742cc9f2791649a425
+source=(git+https://github.com/Ousret/charset_normalizer.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd charset_normalizer
+  git describe --tags
+}
+
+build() {
+  cd charset_normalizer
+  python setup.py build
+}
+
+check() {
+  cd charset_normalizer
+  python setup.py test
+}
+
+package() {
+  cd charset_normalizer
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-charset-normalizer/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2021-08-12 Thread Antonio Rojas via arch-commits
Date: Thursday, August 12, 2021 @ 15:56:03
  Author: arojas
Revision: 997596

New maui dependency

Added:
  mauikit-accounts/
  mauikit-accounts/trunk/
  mauikit-accounts/trunk/PKGBUILD

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

Added: mauikit-accounts/trunk/PKGBUILD
===
--- mauikit-accounts/trunk/PKGBUILD (rev 0)
+++ mauikit-accounts/trunk/PKGBUILD 2021-08-12 15:56:03 UTC (rev 997596)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mauikit-accounts
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='MauiKit utilities to handle User Accounts'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('4678793bde2ef41a5d7486b08055ed33dfd5ec4d515936656265233e1f7d4a2a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in (3 files)

2021-08-12 Thread Antonio Rojas via arch-commits
Date: Thursday, August 12, 2021 @ 09:38:28
  Author: arojas
Revision: 997515

New python-ipykernel dependency

Added:
  python-debugpy/
  python-debugpy/trunk/
  python-debugpy/trunk/PKGBUILD

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

Added: python-debugpy/trunk/PKGBUILD
===
--- python-debugpy/trunk/PKGBUILD   (rev 0)
+++ python-debugpy/trunk/PKGBUILD   2021-08-12 09:38:28 UTC (rev 997515)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: mark.blakeney at bullet-systems dot net
+
+_pipname=debugpy
+pkgname=python-$_pipname
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='An implementation of the Debug Adapter Protocol for Python'
+arch=(x86_64)
+url='https://aka.ms/debugpy'
+license=(EPL MIT)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/d/$_pipname/$_pipname-$pkgver.zip)
+sha256sums=('889316de0b8ff3732927cb058cfbd3371e4cd0002ecc170d34c755ad289c867c')
+
+prepare() {
+  cd $_pipname-$pkgver
+# remove precompiled libs
+  rm 
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.{so,dll,dylib,exe,pdb}
+}
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (3 files)

2021-08-09 Thread Maxime Gauduin via arch-commits
Date: Monday, August 9, 2021 @ 07:26:40
  Author: alucryd
Revision: 997237

add pantheon-settings-daemon

Added:
  pantheon-settings-daemon/
  pantheon-settings-daemon/trunk/
  pantheon-settings-daemon/trunk/PKGBUILD

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

Added: pantheon-settings-daemon/trunk/PKGBUILD
===
--- pantheon-settings-daemon/trunk/PKGBUILD (rev 0)
+++ pantheon-settings-daemon/trunk/PKGBUILD 2021-08-09 07:26:40 UTC (rev 
997237)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-settings-daemon
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Default settings for Pantheon'
+arch=(any)
+url=https://github.com/elementary/settings-daemon.git
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  dbus
+  dconf
+  geoclue
+  glib2
+  libgranite.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=37d090797975e1c5d1827ce220cd6737c035ce42
+source=(pantheon-settings-daemon::git+https://github.com/elementary/settings-daemon.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pantheon-settings-daemon
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-settings-daemon build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



  1   2   >