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

Alexander Rødseth arodseth at archlinux.org
Thu Feb 27 09:39:09 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-02-27 09:39:03 UTC (rev 583749)
+++ PKGBUILD	2020-02-27 09:39:08 UTC (rev 583750)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-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)
+++ PKGBUILD	2020-02-27 09:39:08 UTC (rev 583750)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+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:



More information about the arch-commits mailing list