[arch-commits] Commit in python-build/trunk (PKGBUILD)
Filipe LaĆns
ffy00 at archlinux.org
Tue Jun 22 18:10:53 UTC 2021
Date: Tuesday, June 22, 2021 @ 18:10:53
Author: ffy00
Revision: 966854
upgpkg: python-build 0.5.1-1
Modified:
python-build/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-22 18:02:53 UTC (rev 966853)
+++ PKGBUILD 2021-06-22 18:10:53 UTC (rev 966854)
@@ -2,7 +2,7 @@
_pkgname=build
pkgname=python-$_pkgname
-pkgver=0.4.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='A simple, correct PEP517 package builder'
arch=('any')
@@ -10,7 +10,7 @@
license=('MIT')
depends=('python-toml' 'python-pep517' 'python-packaging')
optdepends=('python-virtualenv: Use virtualenv for build isolation')
-makedepends=('git' 'python-setuptools'
+makedepends=('git' 'python-setuptools' 'python-wheel'
'python-sphinx' 'python-sphinx-argparse-cli' 'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
checkdepends=('python-pytest' 'python-pytest-mock' 'python-filelock')
source=("git+$url#tag=$pkgver?signed")
More information about the arch-commits
mailing list