Date: Tuesday, January 31, 2023 @ 20:16:08 Author: felixonmars Revision: 1391530
upgpkg: python-cppy 1.2.1-4: fix dependency on setuptools Modified: python-cppy/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-31 20:13:47 UTC (rev 1391529) +++ PKGBUILD 2023-01-31 20:16:08 UTC (rev 1391530) @@ -3,12 +3,13 @@ pkgname=python-cppy pkgver=1.2.1 _commit=13a67972ca9063951440c911270f204aa7fe631a -pkgrel=3 +pkgrel=4 pkgdesc="A collection of C++ headers which make it easier to write Python C extension modules" url="https://github.com/nucleic/cppy" license=('BSD') arch=('any') -depends=('python') +# cppy/__init__.py uses setuptools +depends=('python-setuptools') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') checkdepends=('python-pytest') source=("git+https://github.com/nucleic/cppy.git#commit=$_commit")
