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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 02:52:04 UTC 2022


    Date: Sunday, May 29, 2022 @ 02:52:04
  Author: felixonmars
Revision: 1213654

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 02:51:49 UTC (rev 1213653)
+++ PKGBUILD	2022-05-29 02:52:04 UTC (rev 1213654)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-asteval
-pkgver=0.9.26
-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=('5b21fa20d3f812970af73e41424c508ce45f6e0b15797621de7e4db3eda7ccc476f3e0d93109d07142142af01a4af1fff5e6861f38633e82ac554ddc8140331c')
-
-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 1213653, python-asteval/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-29 02:52:04 UTC (rev 1213654)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-asteval
+pkgver=0.9.27
+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-cov' 'python-numpy')
+source=("https://github.com/newville/asteval/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9cabe702d74f5ea3dbce3273f60628ccec7df106d9753fbfa0f10b9575ce349ba14565f838398938ef9fb9a18905561ca6c616e59e4f2f2b7babd1e5472c8f57')
+
+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