aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2015-07-23 23:22:03 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2015-07-23 23:22:03 +0800
commiteaabda1541c6e7f6bc4921a9b79be411fd3c9275 (patch)
tree680022a54ceadf50af0e4bd1586ecf80480f2918 /devel
parentece262ff7fb08566697ac714281d510d891f54a4 (diff)
downloadfreebsd-ports-gnome-eaabda1541c6e7f6bc4921a9b79be411fd3c9275.tar.gz
freebsd-ports-gnome-eaabda1541c6e7f6bc4921a9b79be411fd3c9275.tar.zst
freebsd-ports-gnome-eaabda1541c6e7f6bc4921a9b79be411fd3c9275.zip
Welcome py-pyee to the ports tree.
pyee supplies an event_emitter object that acts similar to the EventEmitter that comes with node.js.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pyee/Makefile17
-rw-r--r--devel/py-pyee/distinfo2
-rw-r--r--devel/py-pyee/pkg-descr4
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 924764a7f033..d9f83d131b93 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-pyee/Makefile b/devel/py-pyee/Makefile
new file mode 100644
index 000000000000..1659e27e4452
--- /dev/null
+++ b/devel/py-pyee/Makefile
@@ -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>
diff --git a/devel/py-pyee/distinfo b/devel/py-pyee/distinfo
new file mode 100644
index 000000000000..331ac559fc4c
--- /dev/null
+++ b/devel/py-pyee/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pyee-0.0.9.tar.gz) = 2fc0d1380f7eb308ff8324285f82beb62f39bb1e12781397622eda8ca420762b
+SIZE (pyee-0.0.9.tar.gz) = 3983
diff --git a/devel/py-pyee/pkg-descr b/devel/py-pyee/pkg-descr
new file mode 100644
index 000000000000..b50a38f34d7b
--- /dev/null
+++ b/devel/py-pyee/pkg-descr
@@ -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