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

Antonio Rojas arojas at archlinux.org
Tue Jun 29 06:53:54 UTC 2021


    Date: Tuesday, June 29, 2021 @ 06:53:54
  Author: arojas
Revision: 967838

archrelease: copy trunk to community-any

Added:
  python-beniget/repos/community-any/PKGBUILD
    (from rev 967837, python-beniget/trunk/PKGBUILD)
Deleted:
  python-beniget/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-29 06:53:44 UTC (rev 967837)
+++ PKGBUILD	2021-06-29 06:53:54 UTC (rev 967838)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
-
-pkgname=python-beniget
-pkgver=0.3.0
-pkgrel=2
-pkgdesc='A static analyzer for Python code'
-arch=(any)
-url='https://github.com/serge-sans-paille/beniget'
-license=(BSD)
-depends=(python-gast)
-makedepends=(python-setuptools)
-source=(https://files.pythonhosted.org/packages/source/b/beniget/beniget-$pkgver.tar.gz)
-sha256sums=('062c893be9cdf87c3144fb15041cce4d81c67107c1591952cd45fdce789a0ff1')
-
-build() {
-  cd beniget-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd beniget-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-beniget/repos/community-any/PKGBUILD (from rev 967837, python-beniget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-29 06:53:54 UTC (rev 967838)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
+
+pkgname=python-beniget
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A static analyzer for Python code'
+arch=(any)
+url='https://github.com/serge-sans-paille/beniget'
+license=(BSD)
+depends=(python-gast)
+makedepends=(python-setuptools)
+source=(https://files.pythonhosted.org/packages/source/b/beniget/beniget-$pkgver.tar.gz)
+sha256sums=('72bbd47b1ae93690f5fb2ad3902ce1ae61dcd868ce6cfbf33e9bad71f9ed8749')
+
+build() {
+  cd beniget-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd beniget-$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