[arch-commits] Commit in python-database-knotinfo/repos/community-any (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 2 05:47:04 UTC 2022


    Date: Thursday, June 2, 2022 @ 05:47:03
  Author: arojas
Revision: 1218627

archrelease: copy trunk to community-any

Added:
  python-database-knotinfo/repos/community-any/PKGBUILD
    (from rev 1218626, 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-06-02 05:46:50 UTC (rev 1218626)
+++ PKGBUILD	2022-06-02 05:47:03 UTC (rev 1218627)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-database-knotinfo
-_pyname=database_knotinfo
-pkgver=2022.4.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=('cb60e7659ad0bcb577f8051d551ec5bd496b52c0ac5ff650d4d3cdea1288f2a9')
-
-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 1218626, python-database-knotinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 05:47:03 UTC (rev 1218627)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-database-knotinfo
+_pyname=database_knotinfo
+pkgver=2022.6.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=('d9c5bb4a79fada3cfd2d898b0d45fa3db6e4d9fbf61b1aa4b1da860070c5a1eb')
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list