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

Eli Schwartz eschwartz at archlinux.org
Tue Dec 3 18:39:10 UTC 2019


    Date: Tuesday, December 3, 2019 @ 18:39:09
  Author: eschwartz
Revision: 534980

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 18:38:56 UTC (rev 534979)
+++ PKGBUILD	2019-12-03 18:39:09 UTC (rev 534980)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=fakeredis
-pkgname=python-fakeredis
-pkgver=1.0.5
-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-nose' '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=('9194c481526e09e5d572559a097d36af282f1c725c615036f8a1bb3fb07596a9223d6ffd362b67fd30cf280f768d4bf75623b64849adcc6d351683d87f9f5dea')
-b2sums=('3747e5065f465f9aaf98331e7e5175924fe2300877a15d7728cf0342f29e9bcf5caf13873e1a489ca86b1e5a4bd5a9d178ad8c3baa0883f3ed2d277b7969e462')
-
-build(){
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py build
-}
-
-check() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    nosetests
-}
-
-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 534979, python-fakeredis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-03 18:39:09 UTC (rev 534980)
@@ -0,0 +1,36 @@
+# 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
+}



More information about the arch-commits mailing list