git: f229526e01c7 - main - devel/py-pyee: Update to 8.1.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:12:14 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f229526e01c79e9a4493af03a28048574446b9e8

commit f229526e01c79e9a4493af03a28048574446b9e8
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:02:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
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 at 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 <bsd.port.mk>
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


More information about the dev-commits-ports-all mailing list