pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-pysendfile



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 05:32:56 UTC 2020

Modified Files:
        pkgsrc/net/py-pysendfile: Makefile

Log Message:
py-pysendfile: not for NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-pysendfile/Makefile

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

Modified files:

Index: pkgsrc/net/py-pysendfile/Makefile
diff -u pkgsrc/net/py-pysendfile/Makefile:1.1 pkgsrc/net/py-pysendfile/Makefile:1.2
--- pkgsrc/net/py-pysendfile/Makefile:1.1       Wed Jan 16 08:30:15 2019
+++ pkgsrc/net/py-pysendfile/Makefile   Tue Aug 18 05:32:56 2020
@@ -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 @@ HOMEPAGE=     https://github.com/giampaolo/p
 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