Date: Monday, February 13, 2023 @ 01:25:42
  Author: felixonmars
Revision: 1400159

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-13 01:25:32 UTC (rev 1400158)
+++ PKGBUILD    2023-02-13 01:25:42 UTC (rev 1400159)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-asteval
-pkgver=0.9.28
-_commit=4af02f779ea4309f94d763560f522d2f8a794c32
-pkgrel=2
-pkgdesc="Minimalistic evaluator of python expression using ast module"
-url="https://github.com/newville/asteval";
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-cov' 'python-numpy')
-source=("git+https://github.com/newville/asteval.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd asteval
-  python -m build -nw
-}
-
-check() {
-  cd asteval
-  python -m pytest
-}
-
-package() {
-  cd asteval
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-asteval/repos/community-any/PKGBUILD (from rev 1400158, 
python-asteval/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-13 01:25:42 UTC (rev 1400159)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-asteval
+pkgver=0.9.29
+_commit=981a163e475c69fcd4bd29f5632e38da79bc40e7
+pkgrel=1
+pkgdesc="Minimalistic evaluator of python expression using ast module"
+url="https://github.com/newville/asteval";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-pytest-cov' 'python-numpy')
+source=("git+https://github.com/newville/asteval.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd asteval
+  python -m build -nw
+}
+
+check() {
+  cd asteval
+  python -m pytest
+}
+
+package() {
+  cd asteval
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to