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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 16:03:39 UTC 2022


    Date: Saturday, August 27, 2022 @ 16:03:37
  Author: arojas
Revision: 1284821

archrelease: copy trunk to community-any

Added:
  sagetex/repos/community-any/PKGBUILD
    (from rev 1284820, sagetex/trunk/PKGBUILD)
Deleted:
  sagetex/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   41 +++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 16:03:26 UTC (rev 1284820)
+++ PKGBUILD	2022-08-27 16:03:37 UTC (rev 1284821)
@@ -1,18 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sagetex
-pkgver=3.6
-pkgrel=2
-pkgdesc='Allows to embed code, results of computations, and plots from SageMath into LaTeX documents'
-arch=(any)
-url='https://github.com/sagemath/sagetex'
-license=(GPL2)
-depends=(sagemath texlive-core)
-source=(https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('26df48534bb22c89874e7afd2ae211568c5a324c651eb2ac0c18580370de93f5')
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root "$pkgdir" --optimize=1
-}

Copied: sagetex/repos/community-any/PKGBUILD (from rev 1284820, sagetex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 16:03:37 UTC (rev 1284821)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sagetex
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Allows to embed code, results of computations, and plots from SageMath into LaTeX documents'
+arch=(any)
+url='https://github.com/sagemath/sagetex'
+license=(GPL2)
+depends=(sagemath texlive-core)
+source=(https://pypi.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('03162ec62cb86da13a747f982241af3e4f4cdd4d29fcba8fbb6c6982a9e906d9')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root "$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list