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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 21:54:35 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:54:34
  Author: foutrelis
Revision: 1062744

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:54:31 UTC (rev 1062743)
+++ PKGBUILD	2021-12-02 21:54:34 UTC (rev 1062744)
@@ -1,30 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=sat-solver
-pkgname=python-simplesat
-pkgver=0.8.2
-pkgrel=4
-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 1062743, python-simplesat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:54:34 UTC (rev 1062744)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=sat-solver
+pkgname=python-simplesat
+pkgver=0.8.2
+pkgrel=5
+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