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

Felix Yan felixonmars at archlinux.org
Fri Feb 12 14:07:33 UTC 2021


    Date: Friday, February 12, 2021 @ 14:07:33
  Author: felixonmars
Revision: 856862

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-12 14:07:25 UTC (rev 856861)
+++ PKGBUILD	2021-02-12 14:07:33 UTC (rev 856862)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-asteval
-pkgver=0.9.21
-pkgrel=1
-pkgdesc="Minimalistic evaluator of python expression using ast module"
-url="https://github.com/newville/asteval"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-numpy')
-source=("https://github.com/newville/asteval/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e96937e41093db65a1eec4f3427124bee980590bc57309c7892fbec18637742d9f7b673d465e4f40325beece8912f7b4afc66319f5fd6adafb85320ca8e54c09')
-
-build() {
-  cd asteval-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd asteval-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd asteval-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-asteval/repos/community-any/PKGBUILD (from rev 856861, python-asteval/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-12 14:07:33 UTC (rev 856862)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-asteval
+pkgver=0.9.22
+pkgrel=1
+pkgdesc="Minimalistic evaluator of python expression using ast module"
+url="https://github.com/newville/asteval"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-numpy')
+source=("https://github.com/newville/asteval/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('15de2a25c7270cce9508b709466086ba7828ea11a6e8d1c6c5ac6aa604bfbee487f404e1cb868cb6f018f2e8ffba62d9532fc2fb48f2a0a8ceaf478f3ce4ec84')
+
+build() {
+  cd asteval-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd asteval-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd asteval-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list