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

Felix Yan felixonmars at archlinux.org
Sun May 31 19:25:19 UTC 2020


    Date: Sunday, May 31, 2020 @ 19:25:18
  Author: felixonmars
Revision: 637731

upgpkg: autopep8 1:1.5.3-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 19:23:32 UTC (rev 637730)
+++ PKGBUILD	2020-05-31 19:25:18 UTC (rev 637731)
@@ -4,7 +4,7 @@
 
 pkgbase=autopep8
 pkgname=(autopep8 python2-autopep8)
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 epoch=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
@@ -11,9 +11,9 @@
 arch=('any')
 url="https://github.com/hhatto/autopep8"
 license=('MIT')
-makedepends=('python-pycodestyle' 'python2-pycodestyle')
+makedepends=('python-pycodestyle' 'python2-pycodestyle' 'python-toml' 'python2-toml')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz")
-sha512sums=('6b1a41e5769b9f1f85f6e53fcc6c78239cbbbb5065e0abcf4cd110e013b8098dfee60f397d60ea89705b7b40b987c08e2625428946fd43c2078f33b993cec591')
+sha512sums=('d816476623d48f5af38bbe5a52d78f3e9bea22d2d7cf56df1fe50b3d0439f125a7c5d6833cb82bc810ed74b62a5c986f74df8f78007e1b51a3e3cd5570427733')
 
 prepare() {
   cp -a autopep8-$pkgver{,-py2}
@@ -38,7 +38,7 @@
 }
 
 package_autopep8() {
-  depends=('python-pycodestyle')
+  depends=('python-pycodestyle' 'python-toml')
 
   cd autopep8-$pkgver
   python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
@@ -47,7 +47,7 @@
 }
 
 package_python2-autopep8() {
-  depends=('python2-pycodestyle')
+  depends=('python2-pycodestyle' 'python2-toml')
 
   cd autopep8-$pkgver-py2
   python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"



More information about the arch-commits mailing list