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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Jan 30 22:14:12 UTC 2022


    Date: Sunday, January 30, 2022 @ 22:14:11
  Author: foutrelis
Revision: 1120932

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 22:14:06 UTC (rev 1120931)
+++ PKGBUILD	2022-01-30 22:14:11 UTC (rev 1120932)
@@ -1,28 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-
-pkgname=python-sphobjinv
-_name=${pkgname#python-}
-pkgver=2.1
-pkgrel=3
-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:

Copied: python-sphobjinv/repos/community-any/PKGBUILD (from rev 1120931, python-sphobjinv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-30 22:14:11 UTC (rev 1120932)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+pkgname=python-sphobjinv
+_name=${pkgname#python-}
+pkgver=2.2
+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-jsonschema')
+makedepends=('python-setuptools')
+source=(https://github.com/bskinn/sphobjinv/archive/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('cc8addb5152a8670357638a9976894a0e4fa3e23d5ea15368ad67a1cccf24fb9')
+
+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