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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:48:17 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:48:16
  Author: felixonmars
Revision: 1061183

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pychm/repos/community-staging-x86_64/PKGBUILD
    (from rev 1061178, python-pychm/trunk/PKGBUILD)
Deleted:
  python-pychm/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:48:15 UTC (rev 1061182)
+++ PKGBUILD	2021-12-01 21:48:16 UTC (rev 1061183)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
-# Contributor: iom <pizorn at gmail.com>
-
-pkgname=python-pychm
-pkgver=0.8.6
-pkgrel=5
-pkgdesc="Python bindings for chmlib"
-arch=('x86_64')
-url="https://github.com/dottedmag/pychm"
-license=('GPL')
-depends=('chmlib' 'python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
-sha256sums=('23cdc3bbbeb97b57b472a67a0c7c96c6f1ec2d684a73a69fa84aaaeb195cab6c')
-b2sums=('fdf3c37eead60455fd5bde1638a010f2788074752f98c32cf4b3431b4a87b8893c23a9fa29995352b35b41f628b7026fdbfa6ff20b75e8a6efdf75fc2da3f67d')
-
-build() {
-  cd "$srcdir/pychm-$pkgver"
-
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/pychm-$pkgver"
-
-  # do glob expansion in variable assignment
-  pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
-
-  PYTHONPATH="${pythonpaths[0]}" pytest
-}
-
-package() {
-  cd "$srcdir/pychm-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-pychm/repos/community-staging-x86_64/PKGBUILD (from rev 1061178, python-pychm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:48:16 UTC (rev 1061183)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: iom <pizorn at gmail.com>
+
+pkgname=python-pychm
+pkgver=0.8.6
+pkgrel=6
+pkgdesc="Python bindings for chmlib"
+arch=('x86_64')
+url="https://github.com/dottedmag/pychm"
+license=('GPL')
+depends=('chmlib' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
+sha256sums=('23cdc3bbbeb97b57b472a67a0c7c96c6f1ec2d684a73a69fa84aaaeb195cab6c')
+b2sums=('fdf3c37eead60455fd5bde1638a010f2788074752f98c32cf4b3431b4a87b8893c23a9fa29995352b35b41f628b7026fdbfa6ff20b75e8a6efdf75fc2da3f67d')
+
+build() {
+  cd "$srcdir/pychm-$pkgver"
+
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/pychm-$pkgver"
+
+  # do glob expansion in variable assignment
+  pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
+
+  PYTHONPATH="${pythonpaths[0]}" pytest
+}
+
+package() {
+  cd "$srcdir/pychm-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list