[arch-commits] Commit in (3 files)
Alexander Rødseth
arodseth at archlinux.org
Tue May 4 10:13:15 UTC 2021
Date: Tuesday, May 4, 2021 @ 10:13:14
Author: arodseth
Revision: 927364
Add python-sourceinspect, a requirement for the taichi package
Added:
python-sourceinspect/
python-sourceinspect/trunk/
python-sourceinspect/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Added: python-sourceinspect/trunk/PKGBUILD
===================================================================
--- python-sourceinspect/trunk/PKGBUILD (rev 0)
+++ python-sourceinspect/trunk/PKGBUILD 2021-05-04 10:13:14 UTC (rev 927364)
@@ -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