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

Daniel M. Capella polyzen at gemini.archlinux.org
Tue Jan 11 19:23:27 UTC 2022


    Date: Tuesday, January 11, 2022 @ 19:23:27
  Author: polyzen
Revision: 1100846

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 19:23:17 UTC (rev 1100845)
+++ PKGBUILD	2022-01-11 19:23:27 UTC (rev 1100846)
@@ -1,44 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: robertfoster
-# Contributor: Ista Zahn <istazahn[at]gmail[dot]com>
-
-_name=pyppeteer
-pkgname=python-pyppeteer
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Headless chrome/chromium automation library'
-arch=('any')
-url=https://github.com/pyppeteer/pyppeteer
-license=('MIT')
-depends=('python-appdirs' 'python-certifi' 'python-importlib-metadata'
-         'python-pyee' 'python-tqdm' 'python-urllib3' 'python-websockets')
-makedepends=('python-build' 'python-install' 'python-poetry-core')
-source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('e5f41a7a625ac6752ba362abeac373d2ca5fc1eb9d8f36cb352954c4ce5c0cb59c74bf6456b6af408c7ffb719791eb2a3522483f6c50eea3ef0c42ae8c4a9314')
-
-prepare() {
-  cd $_name-$pkgver
-  # Remove include list https://github.com/pypa/wheel/issues/92
-  sed -i '/^include/,/]/d' pyproject.toml
-}
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
-    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyppeteer/repos/community-any/PKGBUILD (from rev 1100845, python-pyppeteer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-11 19:23:27 UTC (rev 1100846)
@@ -0,0 +1,44 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: robertfoster
+# Contributor: Ista Zahn <istazahn[at]gmail[dot]com>
+
+_name=pyppeteer
+pkgname=python-pyppeteer
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Headless chrome/chromium automation library'
+arch=('any')
+url=https://github.com/pyppeteer/pyppeteer
+license=('MIT')
+depends=('python-appdirs' 'python-certifi' 'python-importlib-metadata'
+         'python-pyee' 'python-tqdm' 'python-urllib3' 'python-websockets')
+makedepends=('python-build' 'python-install' 'python-poetry-core')
+source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('5e1581342e8b9cb65306a1bc2643262617bd5bf00cbb954935fcb8a35b9620bd750f809ce103582cba492d43dbf185eaa78b7b53b6194c30c136ed5a9a8dfaf0')
+
+prepare() {
+  cd $_name-$pkgver
+  # Remove include list https://github.com/pypa/wheel/issues/92
+  sed -i '/^include/,/]/d' pyproject.toml
+}
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list