Louie provides Python programmers with a straightforward way to dispatch

signals between objects in a wide variety of contexts. It is based on
PyDispatcher, which in turn was based on a highly-rated recipe in the
Python Cookbook.

WWW: http://cheeseshop.python.org/pypi/Louie/
WWW: http://11craft.github.com/louie/

PR:		209773
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
Pawel Pekala 2016-07-17 14:43:03 +00:00
parent 47c247f2d7
commit 992a13a917
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418667
4 changed files with 32 additions and 0 deletions

View file

@ -4208,6 +4208,7 @@
SUBDIR += py-logbook
SUBDIR += py-logan
SUBDIR += py-logilab-common
SUBDIR += py-louie
SUBDIR += py-lxml
SUBDIR += py-magic
SUBDIR += py-manuel

21
devel/py-louie/Makefile Normal file
View file

@ -0,0 +1,21 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= Louie
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Signal dispatching mechanism
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.8.3:devel/py-nose
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-louie/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1464287893
SHA256 (Louie-1.1.tar.gz) = 75f33f2978e9a7ba1f541c594d8e93d0c4a965a706db688fd11a77f4049e5a5b
SIZE (Louie-1.1.tar.gz) = 22306

7
devel/py-louie/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Louie provides Python programmers with a straightforward way to dispatch
signals between objects in a wide variety of contexts. It is based on
PyDispatcher, which in turn was based on a highly-rated recipe in the
Python Cookbook.
WWW: http://cheeseshop.python.org/pypi/Louie/
WWW: http://11craft.github.com/louie/