Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2015 15:22:04 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392729 - in head/devel: . py-pyee
Message-ID:  <201507231522.t6NFM4ww014088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Thu Jul 23 15:22:03 2015
New Revision: 392729
URL: https://svnweb.freebsd.org/changeset/ports/392729

Log:
  Welcome py-pyee to the ports tree.
  
  pyee supplies an event_emitter object that acts similar
  to the EventEmitter that comes with node.js.

Added:
  head/devel/py-pyee/
  head/devel/py-pyee/Makefile   (contents, props changed)
  head/devel/py-pyee/distinfo   (contents, props changed)
  head/devel/py-pyee/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jul 23 15:21:23 2015	(r392728)
+++ head/devel/Makefile	Thu Jul 23 15:22:03 2015	(r392729)
@@ -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

Added: head/devel/py-pyee/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyee/Makefile	Thu Jul 23 15:22:03 2015	(r392729)
@@ -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>

Added: head/devel/py-pyee/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyee/distinfo	Thu Jul 23 15:22:03 2015	(r392729)
@@ -0,0 +1,2 @@
+SHA256 (pyee-0.0.9.tar.gz) = 2fc0d1380f7eb308ff8324285f82beb62f39bb1e12781397622eda8ca420762b
+SIZE (pyee-0.0.9.tar.gz) = 3983

Added: head/devel/py-pyee/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pyee/pkg-descr	Thu Jul 23 15:22:03 2015	(r392729)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507231522.t6NFM4ww014088>