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

2016-03-28 Thread Alexander Rødseth
Date: Monday, March 28, 2016 @ 20:56:14
  Author: arodseth
Revision: 168723

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-28 18:56:06 UTC (rev 168722)
+++ PKGBUILD2016-03-28 18:56:14 UTC (rev 168723)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander Rødseth 
-
-pkgname=python-pyswip
-pkgver=0.2.3
-pkgrel=2
-pkgdesc='Python wrapper for SWI-Prolog'
-arch=('any')
-url='https://github.com/swenzel2/pyswip3'
-license=('MIT')
-depends=('python' 'swi-prolog')
-makedepends=('setuptools' 'git')
-source=("git://github.com/swenzel2/pyswip3.git#commit=0145fd1f70")
-sha256sums=('SKIP')
-
-build() {
-  cd pyswip3
-
-  python setup.py build
-}
-
-check() {
-  cd pyswip3
-
-  python setup.py check
-}
-
-package() {
-  cd pyswip3
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R README examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 168722, 
python-pyswip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-28 18:56:14 UTC (rev 168723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=python-pyswip
+pkgver=0.2.3
+pkgrel=3
+pkgdesc='Python wrapper for SWI-Prolog'
+arch=('any')
+url='https://github.com/yuce/pyswip'
+license=('MIT')
+depends=('python' 'swi-prolog')
+makedepends=('setuptools' 'git')
+source=("git://github.com/yuce/pyswip.git#commit=72771d9")
+sha256sums=('SKIP')
+
+build() {
+  cd pyswip
+
+  python setup.py build
+}
+
+check() {
+  cd pyswip
+
+  python setup.py check
+}
+
+package() {
+  cd pyswip
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-28 Thread Alexander Rødseth
Date: Monday, November 28, 2016 @ 23:32:57
  Author: arodseth
Revision: 197205

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-28 23:32:46 UTC (rev 197204)
+++ PKGBUILD2016-11-28 23:32:57 UTC (rev 197205)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=python-pyswip
-pkgver=0.2.3
-pkgrel=3
-pkgdesc='Python wrapper for SWI-Prolog'
-arch=('any')
-url='https://github.com/yuce/pyswip'
-license=('MIT')
-depends=('python' 'swi-prolog')
-makedepends=('setuptools' 'git')
-source=("git://github.com/yuce/pyswip.git#commit=72771d9")
-sha256sums=('SKIP')
-
-build() {
-  cd pyswip
-
-  python setup.py build
-}
-
-check() {
-  cd pyswip
-
-  python setup.py check
-}
-
-package() {
-  cd pyswip
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 197204, 
python-pyswip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-28 23:32:57 UTC (rev 197205)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=python-pyswip
+pkgver=0.2.3
+pkgrel=4
+pkgdesc='Python wrapper for SWI-Prolog'
+arch=('any')
+url='https://github.com/yuce/pyswip'
+license=('MIT')
+depends=('python' 'swi-prolog')
+makedepends=('python-setuptools' 'git')
+source=("git://github.com/yuce/pyswip#commit=72771d9")
+sha256sums=('SKIP')
+
+build() {
+  cd pyswip
+
+  python setup.py build
+}
+
+check() {
+  cd pyswip
+
+  python setup.py check
+}
+
+package() {
+  cd pyswip
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-02-27 Thread Alexander Rødseth via arch-commits
Date: Thursday, February 27, 2020 @ 09:39:08
  Author: arodseth
Revision: 583750

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-27 09:39:03 UTC (rev 583749)
+++ PKGBUILD2020-02-27 09:39:08 UTC (rev 583750)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-pyswip
-pkgver=0.2.7
-pkgrel=3
-pkgdesc='Python wrapper for SWI-Prolog'
-arch=('any')
-url='https://github.com/yuce/pyswip'
-license=('MIT')
-depends=('python' 'swi-prolog')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/yuce/pyswip#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd pyswip
-
-  python setup.py build
-}
-
-check() {
-  cd pyswip
-
-  python setup.py check
-}
-
-package() {
-  cd pyswip
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/yuce/pyswip
-# vim: ts=2 sw=2 et:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 583749, 
python-pyswip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-27 09:39:08 UTC (rev 583750)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-pyswip
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='Python wrapper for SWI-Prolog'
+arch=(any)
+url='https://github.com/yuce/pyswip'
+license=(MIT)
+depends=(python swi-prolog)
+makedepends=(git python-setuptools)
+source=("git+$url#commit=bd44ff794d4b940439649875e54c8c5c2bcd5933") # tag: 
v0.2.9
+sha256sums=('SKIP')
+
+build() {
+  cd pyswip
+
+  python setup.py build
+}
+
+check() {
+  cd pyswip
+
+  python setup.py check
+}
+
+package() {
+  cd pyswip
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/yuce/pyswip
+# vim: ts=2 sw=2 et:


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

2018-06-18 Thread Alexander Rødseth via arch-commits
Date: Monday, June 18, 2018 @ 07:22:04
  Author: arodseth
Revision: 343687

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-18 07:21:56 UTC (rev 343686)
+++ PKGBUILD2018-06-18 07:22:04 UTC (rev 343687)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=python-pyswip
-pkgver=0.2.6
-pkgrel=1
-pkgdesc='Python wrapper for SWI-Prolog'
-arch=('any')
-url='https://github.com/yuce/pyswip'
-license=('MIT')
-depends=('python' 'swi-prolog')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/yuce/pyswip#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd pyswip
-
-  python setup.py build
-}
-
-check() {
-  cd pyswip
-
-  python setup.py check
-}
-
-package() {
-  cd pyswip
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/yuce/pyswip
-# vim: ts=2 sw=2 et:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 343686, 
python-pyswip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-18 07:22:04 UTC (rev 343687)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-pyswip
+pkgver=0.2.7
+pkgrel=1
+pkgdesc='Python wrapper for SWI-Prolog'
+arch=('any')
+url='https://github.com/yuce/pyswip'
+license=('MIT')
+depends=('python' 'swi-prolog')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/yuce/pyswip#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd pyswip
+
+  python setup.py build
+}
+
+check() {
+  cd pyswip
+
+  python setup.py check
+}
+
+package() {
+  cd pyswip
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/yuce/pyswip
+# vim: ts=2 sw=2 et:


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

2018-06-05 Thread Alexander Rødseth via arch-commits
Date: Tuesday, June 5, 2018 @ 09:05:58
  Author: arodseth
Revision: 340496

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-05 09:05:49 UTC (rev 340495)
+++ PKGBUILD2018-06-05 09:05:58 UTC (rev 340496)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=python-pyswip
-pkgver=0.2.3
-pkgrel=5
-pkgdesc='Python wrapper for SWI-Prolog'
-arch=('any')
-url='https://github.com/yuce/pyswip'
-license=('MIT')
-depends=('python' 'swi-prolog')
-makedepends=('python-setuptools' 'git')
-source=("git://github.com/yuce/pyswip#commit=72771d9")
-sha256sums=('SKIP')
-
-build() {
-  cd pyswip
-
-  python setup.py build
-}
-
-check() {
-  cd pyswip
-
-  python setup.py check
-}
-
-package() {
-  cd pyswip
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 340495, 
python-pyswip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-05 09:05:58 UTC (rev 340496)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=python-pyswip
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='Python wrapper for SWI-Prolog'
+arch=('any')
+url='https://github.com/yuce/pyswip'
+license=('MIT')
+depends=('python' 'swi-prolog')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/yuce/pyswip#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd pyswip
+
+  python setup.py build
+}
+
+check() {
+  cd pyswip
+
+  python setup.py check
+}
+
+package() {
+  cd pyswip
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/yuce/pyswip
+# vim: ts=2 sw=2 et:


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

2018-06-05 Thread Alexander Rødseth via arch-commits
Date: Tuesday, June 5, 2018 @ 09:06:58
  Author: arodseth
Revision: 340497

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-05 09:05:58 UTC (rev 340496)
+++ PKGBUILD2018-06-05 09:06:58 UTC (rev 340497)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=python-pyswip
-pkgver=0.2.6
-pkgrel=1
-pkgdesc='Python wrapper for SWI-Prolog'
-arch=('any')
-url='https://github.com/yuce/pyswip'
-license=('MIT')
-depends=('python' 'swi-prolog')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/yuce/pyswip#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd pyswip
-
-  python setup.py build
-}
-
-check() {
-  cd pyswip
-
-  python setup.py check
-}
-
-package() {
-  cd pyswip
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/yuce/pyswip
-# vim: ts=2 sw=2 et:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 340496, 
python-pyswip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-05 09:06:58 UTC (rev 340497)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=python-pyswip
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='Python wrapper for SWI-Prolog'
+arch=('any')
+url='https://github.com/yuce/pyswip'
+license=('MIT')
+depends=('python' 'swi-prolog')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/yuce/pyswip#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd pyswip
+
+  python setup.py build
+}
+
+check() {
+  cd pyswip
+
+  python setup.py check
+}
+
+package() {
+  cd pyswip
+
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/yuce/pyswip
+# vim: ts=2 sw=2 et: