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:
parent
e7d801d8e6
commit
f794273c2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303243
@ -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
|
||||
|
21
sysutils/py-iowait/Makefile
Normal file
21
sysutils/py-iowait/Makefile
Normal 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>
|
2
sysutils/py-iowait/distinfo
Normal file
2
sysutils/py-iowait/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (iowait-0.1.tar.gz) = 3955f72a78184ae8791bef75b9a38dcf8592da7cb6499b0b3d3712ef50c1fefe
|
||||
SIZE (iowait-0.1.tar.gz) = 19978
|
3
sysutils/py-iowait/pkg-descr
Normal file
3
sysutils/py-iowait/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
IOWait provides a unified interface for I/O completion events.
|
||||
|
||||
WWW: https://launchpad.net/python-iowait
|
3
sysutils/py-iowait/pkg-plist
Normal file
3
sysutils/py-iowait/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/iowait.py
|
||||
%%PYTHON_SITELIBDIR%%/iowait.pyc
|
||||
%%PYTHON_SITELIBDIR%%/iowait.pyo
|
Loading…
Reference in New Issue
Block a user