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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 7 10:59:16 UTC 2022


    Date: Monday, February 7, 2022 @ 10:59:16
  Author: felixonmars
Revision: 1127513

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 10:59:07 UTC (rev 1127512)
+++ PKGBUILD	2022-02-07 10:59:16 UTC (rev 1127513)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cachetools
-pkgver=4.2.4
-pkgrel=3
-pkgdesc="Extensible memoizing collections and decorators"
-url="https://github.com/tkem/cachetools"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz")
-sha512sums=('3850dd04e68b839b53c01bf411c5226374b07c0fc9f6965824c1111f86d417e7c9a3e42fc1957d82863eb4c0afb7a9b9048a049ae252d7e1727c9d81ebd5e061')
-
-build() {
-  cd "$srcdir"/cachetools-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/cachetools-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cachetools-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cachetools/repos/community-any/PKGBUILD (from rev 1127512, python-cachetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-07 10:59:16 UTC (rev 1127513)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cachetools
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Extensible memoizing collections and decorators"
+url="https://github.com/tkem/cachetools"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz")
+sha512sums=('3fae1fad34e8be963a3c8249b340a327de55e586faed28c38b99dd3fe0b294461669a6a60264ac308d7d3d159eaca400dd77782562f602703f9c7c44430db0d4')
+
+build() {
+  cd "$srcdir"/cachetools-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/cachetools-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cachetools-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list