Welcome py-pyee to the ports tree.

pyee supplies an event_emitter object that acts similar
to the EventEmitter that comes with node.js.
This commit is contained in:
Josh Paetzel 2015-07-23 15:22:03 +00:00
parent f8ea15a828
commit b4b7a9b81d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392729
4 changed files with 24 additions and 0 deletions

View file

@ -4094,6 +4094,7 @@
SUBDIR += py-pycparser
SUBDIR += py-pydasm
SUBDIR += py-pyechonest
SUBDIR += py-pyee
SUBDIR += py-pyelftools
SUBDIR += py-pyev
SUBDIR += py-pyflakes

17
devel/py-pyee/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= pyee
PORTVERSION= 0.0.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Python EventEmitter implementation
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

2
devel/py-pyee/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (pyee-0.0.9.tar.gz) = 2fc0d1380f7eb308ff8324285f82beb62f39bb1e12781397622eda8ca420762b
SIZE (pyee-0.0.9.tar.gz) = 3983

4
devel/py-pyee/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
pyee supplies an event_emitter object that acts similar
to the EventEmitter that comes with node.js.
WWW: https://github.com/jesusabdullah/pyee