[arch-commits] Commit in python-simplesat/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 13:42:06 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:42:06
  Author: foutrelis
Revision: 751826

archrelease: copy trunk to community-staging-any

Added:
  python-simplesat/repos/community-staging-any/PKGBUILD
    (from rev 751825, python-simplesat/trunk/PKGBUILD)
Deleted:
  python-simplesat/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:42:04 UTC (rev 751825)
+++ PKGBUILD	2020-11-12 13:42:06 UTC (rev 751826)
@@ -1,30 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=sat-solver
-pkgname=python-simplesat
-pkgver=0.8.2
-pkgrel=2
-pkgdesc='SAT solver for use in Enstaller, based on the MiniSat implementation'
-arch=('any')
-url='https://github.com/enthought/sat-solver'
-license=('MIT')
-depends=('python' 'python-attrs' 'python-okonomiyaki' 'python-six')
-makedepends=('git' 'python-setuptools')
-source=("git+$url.git#tag=v$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd $_pkgname
-
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-simplesat/repos/community-staging-any/PKGBUILD (from rev 751825, python-simplesat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 13:42:06 UTC (rev 751826)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=sat-solver
+pkgname=python-simplesat
+pkgver=0.8.2
+pkgrel=3
+pkgdesc='SAT solver for use in Enstaller, based on the MiniSat implementation'
+arch=('any')
+url='https://github.com/enthought/sat-solver'
+license=('MIT')
+depends=('python' 'python-attrs' 'python-okonomiyaki' 'python-six')
+makedepends=('git' 'python-setuptools')
+source=("git+$url.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd $_pkgname
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list