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

Alexander Rødseth arodseth at archlinux.org
Tue May 4 10:14:08 UTC 2021


    Date: Tuesday, May 4, 2021 @ 10:14:08
  Author: arodseth
Revision: 927367

archrelease: copy trunk to community-any

Added:
  python-sourceinspect/repos/community-any/PKGBUILD
    (from rev 927365, python-sourceinspect/trunk/PKGBUILD)

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

Copied: python-sourceinspect/repos/community-any/PKGBUILD (from rev 927365, python-sourceinspect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-04 10:14:08 UTC (rev 927367)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=python-sourceinspect
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='Unified inspector for retrieving sources from Python objects'
+arch=(any)
+url='https://github.com/taichi-dev/sourceinspect'
+license=(unknown)
+makedepends=(git python-setuptools)
+source=("git+$url#commit=2532324e7a1d33d6ead12ab03de7834d4a74eac9") # tag: v0.0.3
+b2sums=('SKIP')
+
+build() {
+  cd sourceinspect
+  python setup.py build
+}
+
+package() {
+  cd sourceinspect
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list