Date: Thursday, April 6, 2023 @ 17:37:59
  Author: felixonmars
Revision: 1440035

archrelease: copy trunk to community-staging-any

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

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

Copied: python-sphobjinv/repos/community-staging-any/PKGBUILD (from rev 
1440033, python-sphobjinv/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-06 17:37:59 UTC (rev 1440035)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+
+pkgname=python-sphobjinv
+_name=${pkgname#python-}
+pkgver=2.3.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-jsonschema')
+makedepends=('python-setuptools')
+source=(https://github.com/bskinn/sphobjinv/archive/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('dab4abb840c8d2a5b3532da4318243c70ab0d18f6a87596eae16c3ef178265b1')
+
+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:

Reply via email to