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

Eli Schwartz eschwartz at archlinux.org
Fri Mar 20 16:40:45 UTC 2020


    Date: Friday, March 20, 2020 @ 16:40:44
  Author: eschwartz
Revision: 601938

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-20 16:40:33 UTC (rev 601937)
+++ PKGBUILD	2020-03-20 16:40:44 UTC (rev 601938)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=fakeredis
-pkgname=python-fakeredis
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Fake implementation of redis API (redis-py) for testing purposes"
-arch=('any')
-url="https://github.com/jamesls/${_pkgname}"
-license=('BSD' 'MIT')
-depends=('python-redis' 'python-six' 'python-sortedcontainers')
-makedepends=('python-setuptools' 'python-lupa')
-checkdepends=('python-pytest' 'python-hypothesis')
-optdepends=('python-lupa: for lua scripting support')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('81b4d8c92b50dcf651746db115c58b4c6eedb32a39a9c960ea6adabe375fe5c6de0f92f5c905644373cc76046abb6b5216d531af933b8d2611918eaf4d77dc41')
-b2sums=('dffabfa40bd27ca531ab1e7ef68e424dad466cc7ed80217a3e261db68b614c935b2f7f30a076b55063417ae8c3932bdff5cd65639ce6eeeeecd1aafd9628577c')
-
-build(){
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py build
-}
-
-check() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    pytest
-}
-
-package() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: python-fakeredis/repos/community-any/PKGBUILD (from rev 601937, python-fakeredis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-20 16:40:44 UTC (rev 601938)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=fakeredis
+pkgname=python-fakeredis
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Fake implementation of redis API (redis-py) for testing purposes"
+arch=('any')
+url="https://github.com/jamesls/${_pkgname}"
+license=('BSD' 'MIT')
+depends=('python-redis' 'python-six' 'python-sortedcontainers')
+makedepends=('python-setuptools' 'python-lupa')
+checkdepends=('python-pytest' 'python-hypothesis')
+optdepends=('python-lupa: for lua scripting support')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha512sums=('4324cb4c0855f353952e43ded4e35045dabeb8500ee732d1b3c4c6d74e0c39470947280c3ef8df91b3a350d0a4773712b3a71d78f8f5b30c7b3c19694ec6df7a')
+b2sums=('b717c99da81af1c0bf6ed94242fad3a4caaea233c35e5f4fd604eb1c3e3d8786143485d0f59ca697c4bef8ae8b5712092ca09dcdc41e4cda6f9aea3891d36ec0')
+
+build(){
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py build
+}
+
+check() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    pytest
+}
+
+package() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}



More information about the arch-commits mailing list