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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Feb 6 09:32:35 UTC 2022


    Date: Sunday, February 6, 2022 @ 09:32:35
  Author: foutrelis
Revision: 1126982

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-06 09:32:28 UTC (rev 1126981)
+++ PKGBUILD	2022-02-06 09:32:35 UTC (rev 1126982)
@@ -1,27 +0,0 @@
-# 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:

Copied: python-sphobjinv/repos/community-any/PKGBUILD (from rev 1126981, python-sphobjinv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-06 09:32:35 UTC (rev 1126982)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+pkgname=python-sphobjinv
+_name=${pkgname#python-}
+pkgver=2.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-jsonschema')
+makedepends=('python-setuptools')
+source=(https://github.com/bskinn/sphobjinv/archive/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('787bef9a66b7a2edec0338761437973787499336a3246f9a45f41f0143b91e88')
+
+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