mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
Initial .bep file for pydispatcher, from Jack Laxson
This commit is contained in:
21
dev-python/pydispatcher/pydispatcher-2.0.1.bep
Normal file
21
dev-python/pydispatcher/pydispatcher-2.0.1.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism in python"
|
||||
HOMEPAGE="http://pydispatcher.sourceforge.net/"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/pydispatcher/pydispatcher/2.0.1/PyDispatcher-2.0.1.tar.gz"
|
||||
REVISION= "1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-python/setuptools >= 0.6"
|
||||
CHECKSUM_MD5="8b1695ed6f5bdbda8fbcde82b62d505c"
|
||||
|
||||
BUILD {
|
||||
cd PyDispatcher-2.0.1
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd PyDispatcher-2.0.1
|
||||
python setup.py install --root=${DESTDIR}
|
||||
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2001-2006, Patrick K. O'Brien and Contributors"
|
||||
Reference in New Issue
Block a user