Date: Wednesday, November 2, 2022 @ 07:42:46
  Author: arojas
Revision: 1340989

archrelease: copy trunk to community-any

Added:
  python-database-knotinfo/repos/community-any/PKGBUILD
    (from rev 1340988, 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-11-02 07:42:38 UTC (rev 1340988)
+++ PKGBUILD    2022-11-02 07:42:46 UTC (rev 1340989)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=python-database-knotinfo
-_pyname=database_knotinfo
-pkgver=2022.10.11
-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=('11610cc3273c01ae42bb26be89b4dd69017c40fda5d697b4f1ba8d1843817a21')
-
-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 
1340988, python-database-knotinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-02 07:42:46 UTC (rev 1340989)
@@ -0,0 +1,24 @@
+# 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
+}

Reply via email to