mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
create bsd12 branch
This commit is contained in:
22
python/py-zope.event/Makefile
Normal file
22
python/py-zope.event/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD: head/devel/py-zope.event/Makefile 404782 2015-12-29 20:02:47Z sunpoet $
|
||||
|
||||
PORTNAME= zope.event
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Very basic event publishing system
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-build:
|
||||
${FIND} ${WRKSRC}/ -name '*~' -delete
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-zope.event/distinfo
Normal file
2
python/py-zope.event/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.event-4.1.0.tar.gz) = dc7a59a2fd91730d3793131a5d261b29e93ec4e2a97f1bc487ce8defee2fe786
|
||||
SIZE (zope/zope.event-4.1.0.tar.gz) = 476047
|
||||
7
python/py-zope.event/pkg-descr
Normal file
7
python/py-zope.event/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
zope.event provides a simple event system on which application-specific
|
||||
event systems can be built.
|
||||
|
||||
Application code can generate events without being concerned about the
|
||||
event-processing frameworks that might handle the events.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.event/
|
||||
Reference in New Issue
Block a user