[arch-commits] Commit in python-daiquiri/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 22 16:58:34 UTC 2020


    Date: Wednesday, January 22, 2020 @ 16:58:33
  Author: felixonmars
Revision: 554347

upgpkg: python-daiquiri 2.0.0-1

Modified:
  python-daiquiri/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 16:57:57 UTC (rev 554346)
+++ PKGBUILD	2020-01-22 16:58:33 UTC (rev 554347)
@@ -1,22 +1,19 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-daiquiri
-pkgver=1.6.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Library to configure Python logging easily'
 arch=('any')
 license=('Apache')
 url='https://github.com/jd/daiquiri'
-depends=('python')
-optdepends=('python-json-logger: For JSON support')
+depends=('python-json-logger')
 makedepends=('python-pbr')
-checkdepends=('python-testrepository' 'python-testtools' 'python-json-logger')
+checkdepends=('python-testrepository' 'python-testtools' 'python-json-logger' 'python-mock')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/daiquiri/archive/$pkgver.tar.gz")
-sha512sums=('31300b328e9a676db84fc0a6ac8d86cb4a6e2255df058e7ef3ab38feea3eaeace5c0fe4fb365343f2d160403102128138c2dbca8b3d4030ac8678dcbd3b89787')
+sha512sums=('9220a616ede2f0a672fdd715fb9884b8366696b41e15d21cdfbf42b35ccae75b5b0f46009921591e33ba74d05425d3bdc4211726ce3cc975ce28f61ad7ad5c30')
 
-prepare() {
-  export PBR_VERSION=$pkgver
-}
+export PBR_VERSION=$pkgver
 
 build() {
   cd "$srcdir"/daiquiri-$pkgver



More information about the arch-commits mailing list