Date: Wednesday, November 13, 2019 @ 14:18:30 Author: eschwartz Revision: 527153
upgpkg: python-dephell-discover 0.2.10-1: upstream release python 3.8 support patches are now merged upstream, with additional fixes that were needed. Also contains fixes needed for an upcoming dephell version to finally produce universal setup.py for all poetry pyproject.toml files, cf. https://github.com/dephell/dephell/issues/257 Modified: python-dephell-discover/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-13 14:05:32 UTC (rev 527152) +++ PKGBUILD 2019-11-13 14:18:30 UTC (rev 527153) @@ -2,8 +2,8 @@ _pkgname=dephell_discover pkgname=python-dephell-discover -pkgver=0.2.8 -pkgrel=4 +pkgver=0.2.10 +pkgrel=1 pkgdesc="Find project modules and data files (packages and package_data for setup.py)" arch=('any') url="https://github.com/dephell/${_pkgname}" @@ -11,19 +11,13 @@ depends=('python-attrs') makedepends=('python-setuptools') checkdepends=('python-pytest') -source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" - "https://github.com/dephell/dephell_discover/pull/9/commits/af7fc75c378f52f4c7f423c1ff835a85da844379.patch") -sha256sums=('70347d511074c19a3facb16cd87f98c7077b76f3dfb6f4fc49e03392a81cb97d' - '59b30f0accbc0be9d242b385af5b7213253b140cea5402a496c519008bf3b64d') -b2sums=('3e739975095e4358ab8931a24fd7949b6b25faaeaeaf94f3a89f9b81d1eb6d0368c391aa440e9d498d5449cd0155a0524a5e7ca62cfa71239bdc83a60264afda' - 'c221bb631bc2669922264396e0cff46aef15a982f52ed8e6444fa994194ff59fab9e1927bffd4c8636e8c51ac2bda6057e64f216ead79df0c3293ae8f75f658e') +source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") +sha256sums=('a2ad414e5e0fe16c82c537d6a3198afd9818c0c010760eccb23e2d60e5b66df6') +b2sums=('2721bdee22c9edcdc11c7102fb034db4ec92b23bf8ac7c077c87036083cefecf34bbf1474bdb0ddfa252ca47d40181054b5eacff68daef8c4e7bad9f4426ea35') prepare() { cd "${srcdir}"/${_pkgname}-${pkgver} - # Fix metadata parsing, in python 3.8 ast.Constant is used for all constants - # https://github.com/dephell/dephell_discover/issues/8 - patch -p1 -i ../af7fc75c378f52f4c7f423c1ff835a85da844379.patch # pycache slipped into release tarballs find . -name \*.pyc -delete }
