[arch-commits] Commit in python-sourceinspect/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:47:51 UTC 2021


    Date: Friday, December 3, 2021 @ 00:47:50
  Author: felixonmars
Revision: 1064064

archrelease: copy trunk to community-staging-any

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

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

Copied: python-sourceinspect/repos/community-staging-any/PKGBUILD (from rev 1064061, python-sourceinspect/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 00:47:50 UTC (rev 1064064)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=python-sourceinspect
+pkgver=0.0.3
+pkgrel=2
+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