Date: Friday, December 2, 2022 @ 07:55:43
  Author: arojas
Revision: 1356148

archrelease: copy trunk to community-any

Added:
  python-database-knotinfo/repos/community-any/PKGBUILD
    (from rev 1356147, python-database-knotinfo/trunk/PKGBUILD)
Deleted:
  python-database-knotinfo/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-02 07:55:31 UTC (rev 1356147)
+++ PKGBUILD    2022-12-02 07:55:43 UTC (rev 1356148)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=python-database-knotinfo
-_pyname=database_knotinfo
-pkgver=2022.11.1
-pkgrel=1
-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=('f526e4d0b3a2318422e5c3bc5d281b084306efcdf459904da4b8eb74a9da744a')
-
-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-any/PKGBUILD (from rev 
1356147, python-database-knotinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-02 07:55:43 UTC (rev 1356148)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=python-database-knotinfo
+_pyname=database_knotinfo
+pkgver=2022.12.1
+pkgrel=1
+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=('830a3bff9ed32f9cc63df8087c51ca6f8087317631cdcda8a6617ee8db77ca24')
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to