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

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 16 21:15:04 UTC 2021


    Date: Saturday, October 16, 2021 @ 21:15:03
  Author: archange
Revision: 1030590

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 21:14:38 UTC (rev 1030589)
+++ PKGBUILD	2021-10-16 21:15:03 UTC (rev 1030590)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=qstylizer
-pkgname=python-${_pkg}
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Qt stylesheet generation utility for PyQt/PySide"
-arch=(any)
-url="https://github.com/blambright/qstylizer"
-license=(MIT)
-depends=(python-inflection python-tinycss2)
-makedepends=(python-pbr python-setuptools)
-checkdepends=(
-    python-pytest
-    python-pytest-runner
-    python-pytest-mock
-    python-pytest-xdist
-)
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('344fef12a7ac2546853ffdf1ef7055aea3b50e41cf469caf71eb4d2acabf42d7')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  export PBR_VERSION=${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}"/build/lib/ pytest
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  export PBR_VERSION=${pkgver}
-  export PYTHONHASHSEED=0
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-qstylizer/repos/community-any/PKGBUILD (from rev 1030589, python-qstylizer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-16 21:15:03 UTC (rev 1030590)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=qstylizer
+pkgname=python-${_pkg}
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Qt stylesheet generation utility for PyQt/PySide"
+arch=(any)
+url="https://github.com/blambright/qstylizer"
+license=(MIT)
+depends=(python-inflection python-tinycss2)
+makedepends=(python-pbr python-setuptools)
+checkdepends=(
+    python-pytest
+    python-pytest-runner
+    python-pytest-mock
+)
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1f6d29207f7dc3644fd2270cc6ebce2f764d6017c66cb300d725abd1725e74b1')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  export PBR_VERSION=${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib/ pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  export PBR_VERSION=${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list