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

Alexander Rødseth arodseth at archlinux.org
Fri Jan 29 23:22:23 UTC 2021


    Date: Friday, January 29, 2021 @ 23:22:23
  Author: arodseth
Revision: 835815

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 23:22:18 UTC (rev 835814)
+++ PKGBUILD	2021-01-29 23:22:23 UTC (rev 835815)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=python-pyswip
-pkgver=0.2.9
-pkgrel=2
-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:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 835814, python-pyswip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-29 23:22:23 UTC (rev 835815)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=python-pyswip
+pkgver=0.2.10
+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=9e9ca3e0059d156397fb020c2bdaef70f59529a6") # tag: v0.2.10
+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"
+}



More information about the arch-commits mailing list