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

Eli Schwartz eschwartz at archlinux.org
Wed Oct 3 03:53:37 UTC 2018


    Date: Wednesday, October 3, 2018 @ 03:53:36
  Author: eschwartz
Revision: 389106

upgpkg: python-distlib 0.2.8-1

upstream release

Modified:
  python-distlib/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 03:27:28 UTC (rev 389105)
+++ PKGBUILD	2018-10-03 03:53:36 UTC (rev 389106)
@@ -3,8 +3,8 @@
 _pkgname=distlib
 pkgbase='python-distlib'
 pkgname=('python-distlib' 'python2-distlib')
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.2.8
+pkgrel=1
 pkgdesc="Low-level components of distutils2/packaging"
 arch=('any')
 url="https://bitbucket.org/pypa/${_pkgname}"
@@ -11,16 +11,8 @@
 license=('PSF')
 makedepends=('python' 'python2')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip")
-sha256sums=('cd502c66fc27c535bab62dc4f482e403e2369c2c05281a79cc2d4e2f42a87f20')
+sha256sums=('57977cd7d9ea27986ec62f425630e4ddb42efe651ff80bc58ed8dbc3c7c21f19')
 
-prepare() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    # https://bitbucket.org/pypa/distlib/issues/107/test-suite-failures
-    # patch misses the docs file...
-    sed -i 's/tatterdema/tatterdemalion/' tests/test_index.py
-}
-
 build() {
     cd "${srcdir}"/${_pkgname}-${pkgver}
 



More information about the arch-commits mailing list