[arch-commits] Commit in python-symengine/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Mar 26 23:20:48 UTC 2021


    Date: Friday, March 26, 2021 @ 23:20:48
  Author: arojas
Revision: 904901

archrelease: copy trunk to community-x86_64

Added:
  python-symengine/repos/community-x86_64/PKGBUILD
    (from rev 904900, python-symengine/trunk/PKGBUILD)
Deleted:
  python-symengine/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 23:20:44 UTC (rev 904900)
+++ PKGBUILD	2021-03-26 23:20:48 UTC (rev 904901)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Lukas Spies <lukas (at) photoqt _dot_ org>
-
-pkgname=python-symengine
-_pkgname=symengine.py
-pkgver=0.7.1
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Python wrappers for SymEngine"
-url="https://github.com/symengine/symengine.py"
-depends=(python symengine)
-makedepends=(cmake cython)
-license=(MIT)
-source=(https://github.com/symengine/symengine.py/archive/v$pkgver/$_pkgname-$pkgver.tar.gz)
-sha256sums=('a9e18faa4e1d84bd1969e1fbabe5d4efdc367d973765691743c3221e8d9e2b26')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $_pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-symengine/repos/community-x86_64/PKGBUILD (from rev 904900, python-symengine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-26 23:20:48 UTC (rev 904901)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Lukas Spies <lukas (at) photoqt _dot_ org>
+
+pkgname=python-symengine
+_pkgname=symengine.py
+pkgver=0.7.2
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Python wrappers for SymEngine"
+url="https://github.com/symengine/symengine.py"
+depends=(python symengine)
+makedepends=(cmake cython)
+license=(MIT)
+source=(https://github.com/symengine/symengine.py/archive/v$pkgver/$_pkgname-$pkgver.tar.gz)
+sha256sums=('2147e4bc6b616482dc86f332c7009a6a39de0b66c8f4acebc9ad10b5415b4e53')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $_pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list