Date: Tuesday, December 20, 2022 @ 21:31:12 Author: felixonmars Revision: 1364762
upgpkg: python-pip-run 9.1.0-1 Modified: python-pip-run/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-20 21:31:08 UTC (rev 1364761) +++ PKGBUILD 2022-12-20 21:31:12 UTC (rev 1364762) @@ -1,17 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pip-run -pkgver=9.0.0 +pkgver=9.1.0 pkgrel=1 pkgdesc="Install packages and run Python with them" url="https://github.com/jaraco/pip-run" license=('MIT') arch=('any') -depends=('python-autocommand' 'python-packaging' 'python-path' 'python-pip') +depends=('python-autocommand' 'python-packaging' 'python-path' 'python-pip' 'python-more-itertools') makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') checkdepends=('python-pytest' 'jupyter-nbformat' 'python-pytest-enabler') source=("https://github.com/jaraco/pip-run/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('117b2260fe628dcc5aae47335ab645c2db47ca9b4d5cd0446ef11bb399c0e91df3a32b61aa7a228aca4d7b837228ddb41fe010896f7debf5fbca6111398cce73') +sha512sums=('71e742f113132b95bb06ac98de881beae701ba04f8eeaaa6ed848a731b652a2ff7e3dad9b697e66b25138eaf0dd35cb06f61c2d92c185d565a7c96392685f65d') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
