Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-pysendfile py-pysendfile: not for NetBSD



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6160faef24f9
branches:  trunk
changeset: 437190:6160faef24f9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 05:32:56 2020 +0000

description:
py-pysendfile: not for NetBSD

diffstat:

 net/py-pysendfile/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ba5dc4ad2641 -r 6160faef24f9 net/py-pysendfile/Makefile
--- a/net/py-pysendfile/Makefile        Tue Aug 18 05:29:46 2020 +0000
+++ b/net/py-pysendfile/Makefile        Tue Aug 18 05:32:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/01/16 08:30:15 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/18 05:32:56 tnn Exp $
 
 DISTNAME=      pysendfile-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Python interface to sendfile(2)
 LICENSE=       mit
 
+NOT_FOR_PLATFORM+=     NetBSD-*-*      # no sendfile(2) syscall
+
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock



Home | Main Index | Thread Index | Old Index