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

Antonio Rojas arojas at gemini.archlinux.org
Wed Aug 3 07:10:28 UTC 2022


    Date: Wednesday, August 3, 2022 @ 07:10:27
  Author: arojas
Revision: 1259962

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-03 07:10:19 UTC (rev 1259961)
+++ PKGBUILD	2022-08-03 07:10:27 UTC (rev 1259962)
@@ -1,34 +0,0 @@
-# Maintainer:
-# Contributor: Filipe Nascimento <flipee at tuta dot io>
-# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
-
-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}"
-}

Copied: python-cachelib/repos/community-any/PKGBUILD (from rev 1259961, python-cachelib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-03 07:10:27 UTC (rev 1259962)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Filipe Nascimento <flipee at tuta dot io>
+# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
+
+pkgname=python-cachelib
+_name=${pkgname#python-}
+pkgver=0.9.0
+pkgrel=1
+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=('38222cc7c1b79a23606de5c2607f4925779e37cdcea1c2ad21b8bae94b5425a5')
+
+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}"
+}



More information about the arch-commits mailing list