[arch-commits] Commit in python-database-knotinfo/repos/community-any (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jan 3 21:56:25 UTC 2022
Date: Monday, January 3, 2022 @ 21:56:25
Author: arojas
Revision: 1092626
archrelease: copy trunk to community-any
Added:
python-database-knotinfo/repos/community-any/PKGBUILD
(from rev 1092625, 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-01-03 21:56:15 UTC (rev 1092625)
+++ PKGBUILD 2022-01-03 21:56:25 UTC (rev 1092626)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-database-knotinfo
-_pyname=database_knotinfo
-pkgver=2021.12.1
-pkgrel=2
-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=('dcc5c310349bceeb39a6bc1ef43b0a4c01e78909ccf4e2ce1ccea0f472649ee8')
-
-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 1092625, python-database-knotinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-03 21:56:25 UTC (rev 1092626)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-database-knotinfo
+_pyname=database_knotinfo
+pkgver=2022.1.3
+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=('aed573d39f5a2b47758dd1575c2529b8c5896e97ac4644f0e23d90ac9502b800')
+
+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