From owner-dev-commits-ports-all@freebsd.org Sun Apr 18 07:12:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D66E5F48B4; Sun, 18 Apr 2021 07:12:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FNLjn6YKDz4cJT; Sun, 18 Apr 2021 07:12:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32FB227274; Sun, 18 Apr 2021 07:12:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13I7C9Zh010922; Sun, 18 Apr 2021 07:12:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13I7C9cN010921; Sun, 18 Apr 2021 07:12:09 GMT (envelope-from git) Date: Sun, 18 Apr 2021 07:12:09 GMT Message-Id: <202104180712.13I7C9cN010921@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f229526e01c7 - main - devel/py-pyee: Update to 8.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f229526e01c79e9a4493af03a28048574446b9e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 07:12:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f229526e01c79e9a4493af03a28048574446b9e8 commit f229526e01c79e9a4493af03a28048574446b9e8 Author: Po-Chuan Hsieh AuthorDate: 2021-04-18 05:02:35 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-18 05:43:33 +0000 devel/py-pyee: Update to 8.1.0 - Add LICENSE_FILE - Add NO_ARCH - Update pkg-descr - Update WWW Changes: https://github.com/jfhbrook/pyee/blob/master/CHANGELOG.rst --- devel/py-pyee/Makefile | 8 +++++--- devel/py-pyee/distinfo | 6 +++--- devel/py-pyee/pkg-descr | 8 +++++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/devel/py-pyee/Makefile b/devel/py-pyee/Makefile index 7e4990328d7f..6a5cc59f53aa 100644 --- a/devel/py-pyee/Makefile +++ b/devel/py-pyee/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyee -PORTVERSION= 6.0.0 +PORTVERSION= 8.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,12 +8,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python EventEmitter implementation LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include diff --git a/devel/py-pyee/distinfo b/devel/py-pyee/distinfo index 55cd7e54bb32..75ae04451540 100644 --- a/devel/py-pyee/distinfo +++ b/devel/py-pyee/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555425333 -SHA256 (pyee-6.0.0.tar.gz) = a9c9b60e8693a260dd942ef5a71358cfcbba15792d5e72caf0e3c891c4e91c3b -SIZE (pyee-6.0.0.tar.gz) = 10255 +TIMESTAMP = 1618320194 +SHA256 (pyee-8.1.0.tar.gz) = 92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31 +SIZE (pyee-8.1.0.tar.gz) = 16397 diff --git a/devel/py-pyee/pkg-descr b/devel/py-pyee/pkg-descr index b50a38f34d7b..c56950650ab6 100644 --- a/devel/py-pyee/pkg-descr +++ b/devel/py-pyee/pkg-descr @@ -1,4 +1,6 @@ -pyee supplies an event_emitter object that acts similar -to the EventEmitter that comes with node.js. +pyee supplies a EventEmitter object that is similar to the EventEmitter class +from Node.js. It also supplies a number of subclasses with added support for +async and threaded programming in python, such as async/await as seen in python +3.5+. -WWW: https://github.com/jesusabdullah/pyee +WWW: https://github.com/jfhbrook/pyee