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

Daniel M. Capella polyzen at gemini.archlinux.org
Sun Aug 14 19:09:41 UTC 2022


    Date: Sunday, August 14, 2022 @ 19:09:40
  Author: polyzen
Revision: 1266081

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-14 18:51:06 UTC (rev 1266080)
+++ PKGBUILD	2022-08-14 19:09:40 UTC (rev 1266081)
@@ -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.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:

Copied: python-pyee/repos/community-any/PKGBUILD (from rev 1266080, python-pyee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-14 19:09:40 UTC (rev 1266081)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Josh Holbrook <josh.holbrook at gmail.com>
+
+pkgname=python-pyee
+pkgver=9.0.4
+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=('2770c4928abc721f46b705e6a72b0c59480c4a69c9a83ca0b00bb994f1ea4b32')
+b2sums=('4402d50f5de27ccda64e731450d90cc62f80584e8603a0fda385f6b5598e905d6abaa760aa8e987443dc5990600535f2bd756334cf5b6d0e9d8bf59b4fcdba60')
+
+prepare() {
+  cd pyee-$pkgver
+  # Remove setup_requires 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
+}



More information about the arch-commits mailing list