Date: Tuesday, May 2, 2023 @ 07:09:20 Author: arojas Revision: 1455799
archrelease: copy trunk to community-testing-any Added: python-database-knotinfo/repos/community-testing-any/PKGBUILD (from rev 1455798, python-database-knotinfo/trunk/PKGBUILD) Deleted: python-database-knotinfo/repos/community-testing-any/PKGBUILD ----------+ PKGBUILD | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 07:09:08 UTC (rev 1455798) +++ PKGBUILD 2023-05-02 07:09:20 UTC (rev 1455799) @@ -1,24 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=python-database-knotinfo -_pyname=database_knotinfo -pkgver=2023.4.8 -pkgrel=2 -arch=(any) -pkgdesc='Snapshot of the complete content of the KnotInfo and LinkInfo databases for Python' -url='https://github.com/soehms/database_knotinfo' -depends=(python) -makedepends=(python-build python-installer python-wheel python-setuptools-scm) -license=(GPL) -source=(https://pypi.io/packages/source/d/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('3fc1b9c6f3104809a52704ed379ea038b77610c58fdf52eefd0e8a714b0a9178') - -build() { - cd $_pyname-$pkgver - python -m build --wheel --no-isolation -} - -package() { - cd $_pyname-$pkgver - python -m installer --destdir="$pkgdir" dist/*.whl -} Copied: python-database-knotinfo/repos/community-testing-any/PKGBUILD (from rev 1455798, python-database-knotinfo/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-05-02 07:09:20 UTC (rev 1455799) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=python-database-knotinfo +_pyname=database_knotinfo +pkgver=2023.5.1 +pkgrel=2 +arch=(any) +pkgdesc='Snapshot of the complete content of the KnotInfo and LinkInfo databases for Python' +url='https://github.com/soehms/database_knotinfo' +depends=(python) +makedepends=(python-build python-installer python-wheel python-setuptools-scm) +license=(GPL) +source=(https://pypi.io/packages/source/d/$_pyname/$_pyname-$pkgver.tar.gz) +sha256sums=('298882054d5b569cb620a225a02f4dcb22a5628a6b759ff64700ed39ea9a3d96') + +build() { + cd $_pyname-$pkgver + python -m build --wheel --no-isolation +} + +package() { + cd $_pyname-$pkgver + python -m installer --destdir="$pkgdir" dist/*.whl +}