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

Antonio Rojas arojas at archlinux.org
Tue Jun 11 19:16:34 UTC 2019


    Date: Tuesday, June 11, 2019 @ 19:16:34
  Author: arojas
Revision: 480517

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-11 19:16:13 UTC (rev 480516)
+++ PKGBUILD	2019-06-11 19:16:34 UTC (rev 480517)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sagetex
-pkgver=3.2
-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://github.com/sagemath/sagetex/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('30f7d4cc5aecb24fe50ee464991eb02ef3b17e9ca974c2a015694247f944bb72')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-# use python2
-  find -name '*.py' | xargs sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: sagetex/repos/community-any/PKGBUILD (from rev 480516, sagetex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-11 19:16:34 UTC (rev 480517)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sagetex
+pkgver=3.3
+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://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f1ebfacd18fbe99e157efbff3fce3b7ecfa1b8c9824b9b818b458b8a366f4584')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# use python2
+  find -name '*.py' | xargs sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list