[arch-commits] Commit in python-pyee/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Jan 17 23:28:47 UTC 2022


    Date: Monday, January 17, 2022 @ 23:28:46
  Author: polyzen
Revision: 1108374

upgpkg: python-pyee 9.0.0-1

Modified:
  python-pyee/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 23:28:32 UTC (rev 1108373)
+++ PKGBUILD	2022-01-17 23:28:46 UTC (rev 1108374)
@@ -2,18 +2,20 @@
 # Contributor: Josh Holbrook <josh.holbrook at gmail.com>
 
 pkgname=python-pyee
-pkgver=8.2.2
-pkgrel=3
+pkgver=9.0.0
+pkgrel=1
 pkgdesc="Port of node.js's EventEmitter to python"
 arch=('any')
 url=https://github.com/jfhbrook/pyee
 license=('MIT')
-depends=('python-trio' 'python-twisted')
+depends=('python-typing-extensions')
 makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytest-asyncio' 'python-pytest-trio')
+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=('5c7e60f8df95710dbe17550e16ce0153f83990c00ef744841b43f371ed53ebea')
-b2sums=('f9bd02e1afc78bf51b9267b3a88e4f3ebbfb1342e105fa4175f6fafb4ed0163ef5abb8a006e1ac264f60dfd5ca062068b21c306c5eeead7d929bdd9304e36d14')
+sha256sums=('2384cc85d9f3ced3b2964c9c0ca453368678ee9d9da3b4ec1d9f30ddb8ca6772')
+b2sums=('f55c106f8e95c1bc35aa83549b9e693b9895f1ce4b99ea21062bc7339f0432f3dad6f4d1d6d91814e627d1c626e5efe20df463a9a3aa2bb25b04d117703abcd6')
 
 prepare() {
   cd pyee-$pkgver



More information about the arch-commits mailing list