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

Felix Yan felixonmars at gemini.archlinux.org
Sat Oct 9 11:13:40 UTC 2021


    Date: Saturday, October 9, 2021 @ 11:13:39
  Author: felixonmars
Revision: 1029135

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-09 11:13:24 UTC (rev 1029134)
+++ PKGBUILD	2021-10-09 11:13:39 UTC (rev 1029135)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cachetools
-pkgver=4.2.2
-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=('8480068873e9bf370254186b233ed80bcf23a7788eaa9561f9954cfb9d4411d9621142aef3a84cea20da9919c683156c6a4d39539f708087e7deb4193b15274f')
-
-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 1029134, python-cachetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-09 11:13:39 UTC (rev 1029135)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cachetools
+pkgver=4.2.3
+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=('128db5a08962c687a4f64fabdd87d116a339018a976a1f31c1ddbcbe98bad4b91b905d6b39e1aa3b99349b99c9a38a4008bc455a589d4c92f4c9b55fe46e6b46')
+
+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