pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-iowait: remove (mechanical cleanup)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 05:25:07 2015 +0200
Changeset:	6ce8119df1a4eda0ab8473d5a2b71799c28527bb

Removed Files:
	py-iowait/DESCR
	py-iowait/Makefile
	py-iowait/PLIST
	py-iowait/distinfo

Log Message:
wip/py-iowait: remove (mechanical cleanup)

- pkgsrc/devel/py-iowait exists
- pkgsrc (0.2) >= wip (0.2)
- doc/CHANGES-2014: Added version 0.2 [imil 2014-05-13]
- wip/py-iowait last touched [wiz 2014-06-01]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ce8119df1a4eda0ab8473d5a2b71799c28527bb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-iowait/DESCR    |  8 --------
 py-iowait/Makefile | 19 -------------------
 py-iowait/PLIST    |  4 ----
 py-iowait/distinfo |  5 -----
 4 files changed, 36 deletions(-)

diffs:
diff --git a/py-iowait/DESCR b/py-iowait/DESCR
deleted file mode 100644
index 6f0ce8b..0000000
--- a/py-iowait/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Different operating systems provide different ways to wait for I/O completion
-events: there's select (), poll(), epoll() and kqueue(). For cross-platform
-applications it can be a pain to support all this system functions, especially
-because each one provides a different interface.
-
-IOWait solves this problem by providing a unified interface and using always the
-best and faster function available in the platform. Its only limitation is that,
-on Windows, it only works for sockets
diff --git a/py-iowait/Makefile b/py-iowait/Makefile
deleted file mode 100644
index cc9d373..0000000
--- a/py-iowait/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/06/01 12:49:42 thomasklausner Exp $
-
-DISTNAME=	iowait-0.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	https://launchpad.net/python-iowait/0.x/0.2/+download/
-
-MAINTAINER=	kamel.derouiche%gmail.com@localhost
-HOMEPAGE=	https://launchpadlibrarian.net/65588193/
-COMMENT=	Platform-independent module for I/O completion events
-LICENSE=	gnu-lgpl-v3
-
-PYDISTUTILSPKG=	yes
-
-do-test:
-	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-iowait/PLIST b/py-iowait/PLIST
deleted file mode 100644
index df0dcab..0000000
--- a/py-iowait/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2012/08/31 18:11:04 jihbed Exp $
-${PYSITELIB}/iowait.py
-${PYSITELIB}/iowait.pyc
-${PYSITELIB}/iowait.pyo
diff --git a/py-iowait/distinfo b/py-iowait/distinfo
deleted file mode 100644
index e3fc281..0000000
--- a/py-iowait/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2014/01/04 16:56:04 jihbed Exp $
-
-SHA1 (iowait-0.2.tar.gz) = 5c8647a8ce6bfe40b962b81e929eccf844bde6b6
-RMD160 (iowait-0.2.tar.gz) = b46670b76c652219d79fa21565b73654ed4ceaa3
-Size (iowait-0.2.tar.gz) = 22339 bytes


Home | Main Index | Thread Index | Old Index