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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 2 06:00:46 UTC 2022


    Date: Saturday, April 2, 2022 @ 06:00:45
  Author: arojas
Revision: 1180768

archrelease: copy trunk to community-any

Added:
  python-database-knotinfo/repos/community-any/PKGBUILD
    (from rev 1180767, 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-04-02 06:00:33 UTC (rev 1180767)
+++ PKGBUILD	2022-04-02 06:00:45 UTC (rev 1180768)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-database-knotinfo
-_pyname=database_knotinfo
-pkgver=2022.3.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=('2405a5438d9a47a5859419cdffe25105ca3b7bf36ecaa4d4e0b6030769b2903c')
-
-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 1180767, python-database-knotinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-02 06:00:45 UTC (rev 1180768)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list