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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 28 18:56:14 UTC 2016


    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
===================================================================
--- PKGBUILD	2016-03-28 18:56:06 UTC (rev 168722)
+++ PKGBUILD	2016-03-28 18:56:14 UTC (rev 168723)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-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)
+++ PKGBUILD	2016-03-28 18:56:14 UTC (rev 168723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+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:



More information about the arch-commits mailing list