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

Felix Yan felixonmars at archlinux.org
Sun Sep 10 13:43:42 UTC 2017


    Date: Sunday, September 10, 2017 @ 13:43:41
  Author: felixonmars
Revision: 256756

upgpkg: python-tox 2.8.2-1

Modified:
  python-tox/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 13:42:38 UTC (rev 256755)
+++ PKGBUILD	2017-09-10 13:43:41 UTC (rev 256756)
@@ -6,7 +6,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -16,9 +16,11 @@
              'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz")
-sha512sums=('a230f7bc48f476825ca1a879e669288b311f266f1695bac4eecfcd44076731e5581a425e36555a0db54f8a0683af31abd77ab862aa40525387e6e436ba351c37')
+sha512sums=('3ef8d573b7f4040ae811035d46a335b74d624fc6bd45e44a9f2619d535da8ff6d772422d3737bb61d302fdb57f018374f071864b0e78247806396cf5e7d66b08')
 
 prepare() {
+  find tox-$pkgver -name "*.pyc" -delete
+
   cp -a tox-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list