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

Daniel M. Capella polyzen at gemini.archlinux.org
Wed Jan 19 02:52:22 UTC 2022


    Date: Wednesday, January 19, 2022 @ 02:52:21
  Author: polyzen
Revision: 1110397

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 02:52:03 UTC (rev 1110396)
+++ PKGBUILD	2022-01-19 02:52:21 UTC (rev 1110397)
@@ -1,44 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Josh Holbrook <josh.holbrook at gmail.com>
-
-pkgname=python-pyee
-pkgver=9.0.1
-pkgrel=1
-pkgdesc="Port of node.js's EventEmitter to python"
-arch=('any')
-url=https://github.com/jfhbrook/pyee
-license=('MIT')
-depends=('python-typing-extensions')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytest-asyncio' 'python-pytest-trio'
-              'python-twisted')
-optdepends=('python-trio' 'python-twisted')
-source=("https://files.pythonhosted.org/packages/source/p/pyee/pyee-$pkgver.tar.gz")
-sha256sums=('038584bf384c76787648213cd95777e96ca607dbf4bd2653aa5d0e6a8db667fe')
-b2sums=('1745a31af7ee3bfc208a92154f97bd5030c0d041f944eacca82894e7fa9577930f41b5c77b00b9428cb2482ce6a3531936b9f9c08fa5e32c16d5d67b8063f8a7')
-
-prepare() {
-  cd pyee-$pkgver
-  # Remove setup_requres list
-  sed -i '/setup_requires/,/\],/d' setup.py
-}
-
-build() {
-  cd pyee-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pyee-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --optimize=1 --skip-build
-  test-env/bin/python -m pytest
-}
-
-package() {
-  cd pyee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyee/repos/community-any/PKGBUILD (from rev 1110396, python-pyee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-19 02:52:21 UTC (rev 1110397)
@@ -0,0 +1,44 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Josh Holbrook <josh.holbrook at gmail.com>
+
+pkgname=python-pyee
+pkgver=9.0.3
+pkgrel=1
+pkgdesc="Port of node.js's EventEmitter to python"
+arch=('any')
+url=https://github.com/jfhbrook/pyee
+license=('MIT')
+depends=('python-typing-extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest-asyncio' 'python-pytest-trio'
+              'python-twisted')
+optdepends=('python-trio' 'python-twisted')
+source=("https://files.pythonhosted.org/packages/source/p/pyee/pyee-$pkgver.tar.gz")
+sha256sums=('ab60ed0f00eb465b32e527df2159d4f32cf06f2239b511a45f5e80184ceb9d6f')
+b2sums=('00960af1ac2dcbb8f743a19cd59e24c78745fa5063e34722a9a53ccf412ee0d433f3370239a77e4f57cf1ec846f1cdd47106c4f6b266afbecd3252270b0ea6d1')
+
+prepare() {
+  cd pyee-$pkgver
+  # Remove setup_requres list
+  sed -i '/setup_requires/,/\],/d' setup.py
+}
+
+build() {
+  cd pyee-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyee-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --optimize=1 --skip-build
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd pyee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list