[arch-commits] Commit in python-sphobjinv/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Apr 15 04:31:01 UTC 2021


    Date: Thursday, April 15, 2021 @ 04:31:00
  Author: foutrelis
Revision: 918948

archrelease: copy trunk to community-any

Added:
  python-sphobjinv/repos/community-any/PKGBUILD
    (from rev 918947, python-sphobjinv/trunk/PKGBUILD)
Deleted:
  python-sphobjinv/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 04:30:56 UTC (rev 918947)
+++ PKGBUILD	2021-04-15 04:31:00 UTC (rev 918948)
@@ -1,28 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-
-pkgname=python-sphobjinv
-_name=${pkgname#python-}
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Manipulate and inspect Sphinx objects.inv files"
-arch=('any')
-url="https://github.com/bskinn/sphobjinv"
-license=('MIT')
-depends=('python' 'python-attrs' 'python-certifi' 'python-fuzzywuzzy'
-         'python-jsonschema')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('fde7fc6391bb7b8dd274e0af0bd254ef0043c9552294c8dcf08a24464a7dd488')
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphobjinv/repos/community-any/PKGBUILD (from rev 918947, python-sphobjinv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-15 04:31:00 UTC (rev 918948)
@@ -0,0 +1,28 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+pkgname=python-sphobjinv
+_name=${pkgname#python-}
+pkgver=2.1
+pkgrel=1
+pkgdesc="Manipulate and inspect Sphinx objects.inv files"
+arch=('any')
+url="https://github.com/bskinn/sphobjinv"
+license=('MIT')
+depends=('python' 'python-attrs' 'python-certifi' 'python-fuzzywuzzy'
+         'python-jsonschema')
+makedepends=('python-setuptools')
+source=(https://github.com/bskinn/sphobjinv/archive/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('e41950a578dfd5acae24f12c7fe12b8d5e44f9162487aaa27189ca2e5c45d30c')
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list