aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-iowait
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2012-08-27 19:00:49 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2012-08-27 19:00:49 +0000
commitf794273c2c3d6d0a47c235213f07f3b308c57216 (patch)
treee4d49150ffe9f1d67d2ea94eef38fc2c09a1cf93 /sysutils/py-iowait
parente7d801d8e6cb255a5bf91a493f56021e81eb57e8 (diff)
downloadports-f794273c2c3d6d0a47c235213f07f3b308c57216.tar.gz
ports-f794273c2c3d6d0a47c235213f07f3b308c57216.zip
IOWait provides a unified interface in Python for I/O completion events.
WWW: https://launchpad.net/python-iowait Approved by: rene, miwi (mentors)
Notes
Notes: svn path=/head/; revision=303243
Diffstat (limited to 'sysutils/py-iowait')
-rw-r--r--sysutils/py-iowait/Makefile21
-rw-r--r--sysutils/py-iowait/distinfo2
-rw-r--r--sysutils/py-iowait/pkg-descr3
-rw-r--r--sysutils/py-iowait/pkg-plist3
4 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/py-iowait/Makefile b/sysutils/py-iowait/Makefile
new file mode 100644
index 000000000000..fe0e8e548866
--- /dev/null
+++ b/sysutils/py-iowait/Makefile
@@ -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>
diff --git a/sysutils/py-iowait/distinfo b/sysutils/py-iowait/distinfo
new file mode 100644
index 000000000000..4c3ba41585da
--- /dev/null
+++ b/sysutils/py-iowait/distinfo
@@ -0,0 +1,2 @@
+SHA256 (iowait-0.1.tar.gz) = 3955f72a78184ae8791bef75b9a38dcf8592da7cb6499b0b3d3712ef50c1fefe
+SIZE (iowait-0.1.tar.gz) = 19978
diff --git a/sysutils/py-iowait/pkg-descr b/sysutils/py-iowait/pkg-descr
new file mode 100644
index 000000000000..516f91937e29
--- /dev/null
+++ b/sysutils/py-iowait/pkg-descr
@@ -0,0 +1,3 @@
+IOWait provides a unified interface for I/O completion events.
+
+WWW: https://launchpad.net/python-iowait
diff --git a/sysutils/py-iowait/pkg-plist b/sysutils/py-iowait/pkg-plist
new file mode 100644
index 000000000000..1e10fe30d4ee
--- /dev/null
+++ b/sysutils/py-iowait/pkg-plist
@@ -0,0 +1,3 @@
+%%PYTHON_SITELIBDIR%%/iowait.py
+%%PYTHON_SITELIBDIR%%/iowait.pyc
+%%PYTHON_SITELIBDIR%%/iowait.pyo