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

2020-11-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 3, 2020 @ 17:59:40
  Author: arojas
Revision: 741182

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 741181, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 +++--
 1 file changed, 32 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 17:59:29 UTC (rev 741181)
+++ PKGBUILD2020-11-03 17:59:40 UTC (rev 741182)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.10
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee03cbae5744b4f18d')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-
-  cd sage-brial
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 741181, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 17:59:40 UTC (rev 741182)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.10
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee03cbae5744b4f18d')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-01 Thread Antonio Rojas via arch-commits
Date: Thursday, October 1, 2020 @ 19:51:42
  Author: arojas
Revision: 714275

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 714274, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-01 19:51:23 UTC (rev 714274)
+++ PKGBUILD2020-10-01 19:51:42 UTC (rev 714275)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.9
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('f466a76f04a1e9efdbc11f4fd550743b3214fe9e371927e5ca048ac923f149c0')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-
-  cd sage-brial
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 714274, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-01 19:51:42 UTC (rev 714275)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python)
+optdepends=('python: Python bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee03cbae5744b4f18d')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+
+  cd sage-brial
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-09-25 Thread Antonio Rojas via arch-commits
Date: Friday, September 25, 2020 @ 06:38:46
  Author: arojas
Revision: 711983

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 711982, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-25 06:38:04 UTC (rev 711982)
+++ PKGBUILD2020-09-25 06:38:46 UTC (rev 711983)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.8
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('deb95fc1a99b6f9324f1278fcb676a605b77d59f24683d6af87f573cb46d0a4f')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-
-  cd sage-brial
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 711982, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-25 06:38:46 UTC (rev 711983)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.9
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python)
+optdepends=('python: Python bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('f466a76f04a1e9efdbc11f4fd550743b3214fe9e371927e5ca048ac923f149c0')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+
+  cd sage-brial
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-03-15 Thread Antonio Rojas via arch-commits
Date: Sunday, March 15, 2020 @ 20:45:21
  Author: arojas
Revision: 598548

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 598547, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   73 -
 1 file changed, 39 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-15 20:44:44 UTC (rev 598547)
+++ PKGBUILD2020-03-15 20:45:21 UTC (rev 598548)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.7
-pkgrel=3
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('f9ff2b1bb21417a65b4adc5a957d3f152bd450e9207ede1ad3f72ecdd5eeaa2b')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-
-  cd sage-brial
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 598547, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-15 20:45:21 UTC (rev 598548)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python)
+optdepends=('python: Python bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('deb95fc1a99b6f9324f1278fcb676a605b77d59f24683d6af87f573cb46d0a4f')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+
+  cd sage-brial
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-02-14 Thread Antonio Rojas via arch-commits
Date: Friday, February 14, 2020 @ 13:42:25
  Author: arojas
Revision: 571027

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 571026, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-14 13:42:08 UTC (rev 571026)
+++ PKGBUILD2020-02-14 13:42:25 UTC (rev 571027)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.7
-pkgrel=2
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('f9ff2b1bb21417a65b4adc5a957d3f152bd450e9207ede1ad3f72ecdd5eeaa2b')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-
-  cd sage-brial
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 571026, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-14 13:42:25 UTC (rev 571027)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.7
+pkgrel=3
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python)
+optdepends=('python: Python bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('f9ff2b1bb21417a65b4adc5a957d3f152bd450e9207ede1ad3f72ecdd5eeaa2b')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+
+  cd sage-brial
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-01-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 21, 2020 @ 21:04:40
  Author: arojas
Revision: 553338

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 553337, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 21:04:17 UTC (rev 553337)
+++ PKGBUILD2020-01-21 21:04:40 UTC (rev 553338)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.6
-pkgrel=3
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('a8185e7b17b90f20d4babdc9c65ae0d543100410ab05f6ba62704f1df4936d18')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-
-  cd sage-brial
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 553337, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 21:04:40 UTC (rev 553338)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python)
+optdepends=('python: Python bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('f9ff2b1bb21417a65b4adc5a957d3f152bd450e9207ede1ad3f72ecdd5eeaa2b')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+
+  cd sage-brial
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-01-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 1, 2020 @ 23:32:27
  Author: arojas
Revision: 545990

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 545989, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 34 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 23:32:09 UTC (rev 545989)
+++ PKGBUILD2020-01-01 23:32:27 UTC (rev 545990)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python python2)
-optdepends=('python: Python 3 bindings' 'python2: Python 2 bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('a8185e7b17b90f20d4babdc9c65ae0d543100410ab05f6ba62704f1df4936d18')
-
-prepare() {
-  cp -r $pkgname-$pkgver/sage-brial{,-py2}
-}
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-
-  make
-
-  cd sage-brial
-  python setup.py build
-  cd ../sage-brial-py2
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  cd ../sage-brial-py2
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 545989, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 23:32:27 UTC (rev 545990)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python)
+optdepends=('python: Python bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('a8185e7b17b90f20d4babdc9c65ae0d543100410ab05f6ba62704f1df4936d18')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+
+  cd sage-brial
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2019-09-01 Thread Antonio Rojas via arch-commits
Date: Sunday, September 1, 2019 @ 21:47:20
  Author: arojas
Revision: 506361

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 506360, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   79 +
 1 file changed, 44 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-01 21:46:53 UTC (rev 506360)
+++ PKGBUILD2019-09-01 21:47:20 UTC (rev 506361)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.5
-pkgrel=2
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('c4921d5008ac9122452e6f93abb696ef21ceac8e7170008ea7c7b05508da8d34')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 506360, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-01 21:47:20 UTC (rev 506361)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.5
+pkgrel=3
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python python2)
+optdepends=('python: Python 3 bindings' 'python2: Python 2 bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('c4921d5008ac9122452e6f93abb696ef21ceac8e7170008ea7c7b05508da8d34')
+
+prepare() {
+  cp -r $pkgname-$pkgver/sage-brial{,-py2}
+}
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+
+  make
+
+  cd sage-brial
+  python setup.py build
+  cd ../sage-brial-py2
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  cd ../sage-brial-py2
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2019-06-28 Thread Antonio Rojas via arch-commits
Date: Friday, June 28, 2019 @ 18:15:02
  Author: arojas
Revision: 485686

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 485685, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-28 18:14:44 UTC (rev 485685)
+++ PKGBUILD2019-06-28 18:15:02 UTC (rev 485686)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('c4921d5008ac9122452e6f93abb696ef21ceac8e7170008ea7c7b05508da8d34')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 485685, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-28 18:15:02 UTC (rev 485686)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('c4921d5008ac9122452e6f93abb696ef21ceac8e7170008ea7c7b05508da8d34')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+
+  make
+
+  cd sage-brial
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2019-06-06 Thread Antonio Rojas via arch-commits
Date: Thursday, June 6, 2019 @ 06:05:51
  Author: arojas
Revision: 477393

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 477392, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 06:05:35 UTC (rev 477392)
+++ PKGBUILD2019-06-06 06:05:51 UTC (rev 477393)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('60406a669f3fc5f8ed28ac501a9abd53b1ffead6f3c1028f927eca57403664ba')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 477392, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 06:05:51 UTC (rev 477393)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('c4921d5008ac9122452e6f93abb696ef21ceac8e7170008ea7c7b05508da8d34')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+
+  make
+
+  cd sage-brial
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2018-06-18 Thread Antonio Rojas via arch-commits
Date: Monday, June 18, 2018 @ 06:14:57
  Author: arojas
Revision: 343541

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 343540, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-18 06:14:50 UTC (rev 343540)
+++ PKGBUILD2018-06-18 06:14:57 UTC (rev 343541)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('3ed7172ba99e1edbf23e27a77229e06e7b7dd3316920e3d44d311c558df9b356')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 343540, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-18 06:14:57 UTC (rev 343541)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('60406a669f3fc5f8ed28ac501a9abd53b1ffead6f3c1028f927eca57403664ba')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  cd sage-brial
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2018-03-11 Thread Antonio Rojas via arch-commits
Date: Sunday, March 11, 2018 @ 22:37:43
  Author: arojas
Revision: 306250

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 306249, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-11 22:37:19 UTC (rev 306249)
+++ PKGBUILD2018-03-11 22:37:43 UTC (rev 306250)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('118c492c5f122f2e66dbff52fe9a660f7c4ff81da5afbed225967dded7d9a10e')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 306249, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-11 22:37:43 UTC (rev 306250)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('3ed7172ba99e1edbf23e27a77229e06e7b7dd3316920e3d44d311c558df9b356')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  cd sage-brial
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2018-03-08 Thread Antonio Rojas via arch-commits
Date: Friday, March 9, 2018 @ 07:27:02
  Author: arojas
Revision: 305015

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 305014, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-09 07:26:47 UTC (rev 305014)
+++ PKGBUILD2018-03-09 07:27:02 UTC (rev 305015)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('4382ed615c4fbd3770d4b92c6a7dd0557b199ad98abe31a41442be8460de95ab')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 305014, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-09 07:27:02 UTC (rev 305015)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('118c492c5f122f2e66dbff52fe9a660f7c4ff81da5afbed225967dded7d9a10e')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  cd sage-brial
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2017-11-27 Thread Antonio Rojas via arch-commits
Date: Monday, November 27, 2017 @ 22:13:21
  Author: arojas
Revision: 270411

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 270410, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-27 22:12:55 UTC (rev 270410)
+++ PKGBUILD2017-11-27 22:13:21 UTC (rev 270411)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(i686 x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('02fee7495bf096391c0c73a20dccaae56b4939502317802eaf9006a7e652da50')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 270410, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-27 22:13:21 UTC (rev 270411)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('4382ed615c4fbd3770d4b92c6a7dd0557b199ad98abe31a41442be8460de95ab')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  cd sage-brial
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}