Date: Sunday, October 23, 2022 @ 13:59:47 Author: dvzrv Revision: 1334318
upgpkg: python-geographiclib 2.0-2: Rebuild to use correct build backend for PEP517. Modified: python-geographiclib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-23 13:57:01 UTC (rev 1334317) +++ PKGBUILD 2022-10-23 13:59:47 UTC (rev 1334318) @@ -3,13 +3,13 @@ _name=geographiclib pkgname=python-geographiclib pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python implementation of the geodesic routines in GeographicLib" arch=(any) url="https://geographiclib.sourceforge.io/1.50/python/" license=(MIT) depends=(python) -makedepends=(python-build python-installer python-poetry python-wheel) +makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=(python-pytest) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) sha512sums=('08e67317b83ed96dc45b013bfc0eac771f015250da07b1574252f566f48ce944ad0a5a0623b1bfc96c14e65658f2f39a069af5ceb6ffe153677cc2a023eeef91')
