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

Eli Schwartz eschwartz at archlinux.org
Wed Jun 12 18:10:45 UTC 2019


    Date: Wednesday, June 12, 2019 @ 18:10:45
  Author: eschwartz
Revision: 480935

upgpkg: python-dephell-discover 0.2.5-1

upstream release; merged attrs fix

Modified:
  python-dephell-discover/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-12 18:08:53 UTC (rev 480934)
+++ PKGBUILD	2019-06-12 18:10:45 UTC (rev 480935)
@@ -2,7 +2,7 @@
 
 _pkgname=dephell_discover
 pkgname=python-dephell-discover
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc="Find project modules and data files (packages and package_data for setup.py)"
 arch=('any')
@@ -12,15 +12,12 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('be80a188e5624678812f966c8cd2e6b2db6b54239fd0fdeef1abbc1babfa1d85')
-b2sums=('65af6e838de96060eadf76851216fe26e94f88723fed2ea459f676bba0fa7876e2ff3c238110efbd55a744cbdd590ec3e3cdf6737fbe6069279da25efce1832c')
+sha256sums=('f2ca52485abdf48de4c4e5c38e4fd6aac028479f54923a9b4c2a7053e665632e')
+b2sums=('c3b9d155e0fb52b485126cf04d2b605c4ed9c03353df80e201cc378f335ac8820f8ebc036495768d45682d54181c0776b0c5dc076907199ea3a91df3519667b6')
 
 prepare() {
     cd "${srcdir}"/${_pkgname}-${pkgver}
 
-    # fix attr dependency, see https://github.com/dephell/dephell_discover/pull/3
-    sed -i '/install_requires/{s/attr/attrs/}' setup.py
-
     # pycache slipped into release tarballs
     find . -name \*.pyc -delete
 }



More information about the arch-commits mailing list