[arch-commits] Commit in python2-backports.functools_lru_cache/repos/extra-any (2 files)

Felix Yan felixonmars at archlinux.org
Mon Feb 5 18:44:11 UTC 2018


    Date: Monday, February 5, 2018 @ 18:44:08
  Author: felixonmars
Revision: 315908

archrelease: copy trunk to extra-any

Added:
  python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD
    (from rev 315907, python2-backports.functools_lru_cache/trunk/PKGBUILD)
Deleted:
  python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-05 18:43:45 UTC (rev 315907)
+++ PKGBUILD	2018-02-05 18:44:08 UTC (rev 315908)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Crass00 <crass00 @ hotmail . com>
-
-pkgname=python2-backports.functools_lru_cache
-pkgver=1.4
-pkgrel=2
-pkgdesc="Backport of functools.lru_cache from Python 3.3"
-arch=('any')
-url="https://github.com/jaraco/backports.functools_lru_cache"
-license=('MIT')
-depends=('python2-backports')
-makedepends=('python2-setuptools-scm')
-checkdepends=('python2-pytest-runner')
-optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
-source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz")
-sha512sums=('78dcd12f392bc110d1556f567a9f8fe977fa4ddc98a2121ceaf43606687171866832b8d32220dfb4ca335f53e89acecabda9e48ad48571f1741b21ab2d3b8a21')
-
-build() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py pytest
-}
-
-package() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py*
-}

Copied: python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD (from rev 315907, python2-backports.functools_lru_cache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-05 18:44:08 UTC (rev 315908)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Crass00 <crass00 @ hotmail . com>
+
+pkgname=python2-backports.functools_lru_cache
+pkgver=1.5
+pkgrel=1
+pkgdesc="Backport of functools.lru_cache from Python 3.3"
+arch=('any')
+url="https://github.com/jaraco/backports.functools_lru_cache"
+license=('MIT')
+depends=('python2-backports')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-pytest-runner')
+optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
+source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz")
+sha512sums=('083a69beb050a6de0f838231ceae05cd1825f42310b2cd4f0e53f7ca043af4c699ad7042c32831ee365bb6b374d33189136e45689c77815b99773d145f0ef4f1')
+
+build() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py pytest
+}
+
+package() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py*
+}



More information about the arch-commits mailing list