[arch-commits] Commit in python-asteval/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 19:21:17 UTC 2021
Date: Thursday, December 2, 2021 @ 19:21:16
Author: foutrelis
Revision: 1062333
archrelease: copy trunk to community-staging-any
Added:
python-asteval/repos/community-staging-any/PKGBUILD
(from rev 1062331, python-asteval/trunk/PKGBUILD)
Deleted:
python-asteval/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 19:21:16 UTC (rev 1062332)
+++ PKGBUILD 2021-12-02 19:21:16 UTC (rev 1062333)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-asteval
-pkgver=0.9.25
-pkgrel=2
-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/
-}
Copied: python-asteval/repos/community-staging-any/PKGBUILD (from rev 1062331, python-asteval/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 19:21:16 UTC (rev 1062333)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-asteval
+pkgver=0.9.25
+pkgrel=3
+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