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

Felix Yan felixonmars at archlinux.org
Mon Jan 25 18:19:50 UTC 2021


    Date: Monday, January 25, 2021 @ 18:19:49
  Author: felixonmars
Revision: 829735

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 18:19:39 UTC (rev 829734)
+++ PKGBUILD	2021-01-25 18:19:49 UTC (rev 829735)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cachetools
-pkgver=4.2.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=('742b000bbe5b83914ec2a8454a95eb3bec3f17ec4a51401d9336e4976d455eec682788c9774bf409ec573992b38a8496485991cd7018cc8fb403cd834b6ffd40')
-
-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 829734, python-cachetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-25 18:19:49 UTC (rev 829735)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cachetools
+pkgver=4.2.1
+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=('45eb71a75eb89c3cc83ccf88715e94c0520825cb64d62efede3856bb33ac1f770607736bc80085dd0cc4043399bb87ae2e1c182f5123af4c3c73e799971e7dc3')
+
+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