Date: Friday, October 30, 2020 @ 16:33:43 Author: yan12125 Revision: 736765
upgpkg: python-anyio 2.0.2-2; fix python distribution metadata Reported via an out-of-date message on archweb :/ Modified: python-anyio/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-30 16:30:41 UTC (rev 736764) +++ PKGBUILD 2020-10-30 16:33:43 UTC (rev 736765) @@ -2,13 +2,13 @@ pkgname=python-anyio pkgver=2.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations' arch=(any) url='https://github.com/agronholm/anyio' license=(MIT) depends=(python python-idna python-sniffio) -makedepends=(python-setuptools) +makedepends=(python-setuptools python-setuptools-scm) checkdepends=(python-pytest python-trustme python-hypothesis python-uvloop python-curio python-trio) optdepends=( @@ -18,6 +18,8 @@ source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz) sha256sums=('2439f9d71d793d72d4e223632b9ef8beafc021989efac7b049f0c73280322d2a') +export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver + build() { cd anyio-$pkgver python setup.py build
