1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

IOWait provides a unified interface in Python for I/O completion events.

WWW: https://launchpad.net/python-iowait

Approved by:	rene, miwi (mentors)
This commit is contained in:
Olivier Duchateau 2012-08-27 19:00:49 +00:00
parent e7d801d8e6
commit f794273c2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303243
5 changed files with 30 additions and 0 deletions

View File

@ -722,6 +722,7 @@
SUBDIR += py-danzfs
SUBDIR += py-drmaa
SUBDIR += py-filelike
SUBDIR += py-iowait
SUBDIR += py-nagiosplugin
SUBDIR += py-psutil
SUBDIR += py-ranger

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: py-iowait
# Date created: 2012/07/28
# Whom: Olivier Duchateau <olivierd@FreeBSD.org>
#
# $Id: Makefile,v e97803c008da 2012/08/25 17:20:14 olivier $
# $FreeBSD $
#
PORTNAME= iowait
PORTVERSION= 0.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Python module for I/O completion events
USE_PYTHON= 2.7
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (iowait-0.1.tar.gz) = 3955f72a78184ae8791bef75b9a38dcf8592da7cb6499b0b3d3712ef50c1fefe
SIZE (iowait-0.1.tar.gz) = 19978

View File

@ -0,0 +1,3 @@
IOWait provides a unified interface for I/O completion events.
WWW: https://launchpad.net/python-iowait

View File

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/iowait.py
%%PYTHON_SITELIBDIR%%/iowait.pyc
%%PYTHON_SITELIBDIR%%/iowait.pyo