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

Felix Yan felixonmars at archlinux.org
Wed Jan 13 15:00:41 UTC 2021


    Date: Wednesday, January 13, 2021 @ 15:00:41
  Author: felixonmars
Revision: 820492

upgpkg: yapf 0.30.0-4: setuptools is no longer needed as runtime dependency

Modified:
  yapf/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 15:00:36 UTC (rev 820491)
+++ PKGBUILD	2021-01-13 15:00:41 UTC (rev 820492)
@@ -2,14 +2,15 @@
 
 pkgname=yapf
 pkgver=0.30.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python style guide checker"
 arch=('any')
 url="https://github.com/google/yapf"
 license=('Apache')
-depends=('python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz")
+source=("https://github.com/google/yapf/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('a282213d0171671a24d44b7a00b69f65163e7a7b8edfbede5cc38c809236a71f7adc8bfc3c4a1d1e66ac3cb2d9c6bb54b1303a2875ec09cdaddaa71d2039f84b')
 
 build() {



More information about the arch-commits mailing list