[arch-commits] Commit in python-sarif-om/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:58:13 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:58:13
  Author: felixonmars
Revision: 1061627

archrelease: copy trunk to community-staging-any

Added:
  python-sarif-om/repos/community-staging-any/PKGBUILD
    (from rev 1061624, python-sarif-om/trunk/PKGBUILD)
Deleted:
  python-sarif-om/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:58:12 UTC (rev 1061626)
+++ PKGBUILD	2021-12-02 11:58:13 UTC (rev 1061627)
@@ -1,25 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-sarif-om
-pkgver=1.0.4
-pkgrel=2
-pkgdesc='Python classes for the SARIF object model'
-arch=(any)
-url='https://github.com/microsoft/sarif-python-om'
-license=(MIT)
-depends=(python-attrs python-pbr)
-source=(https://github.com/microsoft/sarif-python-om/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f95e3ea13bb8df0b30b765a668a2ad65d7f33c8a16753147adec239ba0fcd6ca')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd sarif-python-om-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sarif-python-om-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-sarif-om/repos/community-staging-any/PKGBUILD (from rev 1061624, python-sarif-om/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:58:13 UTC (rev 1061627)
@@ -0,0 +1,25 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-sarif-om
+pkgver=1.0.4
+pkgrel=3
+pkgdesc='Python classes for the SARIF object model'
+arch=(any)
+url='https://github.com/microsoft/sarif-python-om'
+license=(MIT)
+depends=(python-attrs python-pbr)
+source=(https://github.com/microsoft/sarif-python-om/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f95e3ea13bb8df0b30b765a668a2ad65d7f33c8a16753147adec239ba0fcd6ca')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd sarif-python-om-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sarif-python-om-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list