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

Felix Yan felixonmars at archlinux.org
Fri Jun 25 01:16:45 UTC 2021


    Date: Friday, June 25, 2021 @ 01:16:45
  Author: felixonmars
Revision: 967254

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 01:16:33 UTC (rev 967253)
+++ PKGBUILD	2021-06-25 01:16:45 UTC (rev 967254)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-asteval
-pkgver=0.9.24
-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-scm')
-checkdepends=('python-pytest' 'python-numpy')
-source=("https://github.com/newville/asteval/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('35150a0869b99e8b607297884841578bd326386b289b6c46b8d2a3df68f7b416446bda1edde9c245058c8ce8b60b4960a16dec57dcf5a9d59803d8af3869997c')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-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 967253, python-asteval/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-25 01:16:45 UTC (rev 967254)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-asteval
+pkgver=0.9.25
+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-scm')
+checkdepends=('python-pytest' 'python-numpy')
+source=("https://github.com/newville/asteval/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('2e419911340d213930e7be2f8a0063b698d8cb31e190a19b05506b296a10fe3492fc6314d22ddc9e7e823b9f7f0d6030a9812bb7a663ffcaab1d1f917b9bbac9')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+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