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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 18 07:22:05 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-06-18 07:21:56 UTC (rev 343686)
+++ PKGBUILD	2018-06-18 07:22:04 UTC (rev 343687)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-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)
+++ PKGBUILD	2018-06-18 07:22:04 UTC (rev 343687)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+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:



More information about the arch-commits mailing list