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

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 1 23:08:52 UTC 2021


    Date: Friday, October 1, 2021 @ 23:08:52
  Author: arojas
Revision: 1026668

archrelease: copy trunk to community-any

Added:
  python-database-knotinfo/repos/community-any/PKGBUILD
    (from rev 1026667, 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	2021-10-01 23:08:43 UTC (rev 1026667)
+++ PKGBUILD	2021-10-01 23:08:52 UTC (rev 1026668)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-database-knotinfo
-_pyname=database_knotinfo
-pkgver=2021.9.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-setuptools-scm)
-license=(GPL)
-source=(https://pypi.io/packages/source/d/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('6b4f73a7d49b7651e67f3a1d425f4ee1acfd521dc3600ed11581e47f14af7326')
-
-build() {
-  cd $_pyname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_pyname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-database-knotinfo/repos/community-any/PKGBUILD (from rev 1026667, python-database-knotinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 23:08:52 UTC (rev 1026668)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-database-knotinfo
+_pyname=database_knotinfo
+pkgver=2021.10.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-setuptools-scm)
+license=(GPL)
+source=(https://pypi.io/packages/source/d/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('635d71f9f934fd279466955cdfcb881ade35cfe10067077681b30c62b452bd98')
+
+build() {
+  cd $_pyname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list