pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-pyinotify py-pyinotify: unconditionally bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/884ccdc0be15
branches:  trunk
changeset: 340958:884ccdc0be15
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 11 14:38:56 2019 +0000

description:
py-pyinotify: unconditionally build inotify syscalls so.

Fixes build on NetBSD and probably others.

diffstat:

 sysutils/py-pyinotify/distinfo               |   4 ++--
 sysutils/py-pyinotify/patches/patch-setup.py |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 122c728d025e -r 884ccdc0be15 sysutils/py-pyinotify/distinfo
--- a/sysutils/py-pyinotify/distinfo    Fri Oct 11 14:33:25 2019 +0000
+++ b/sysutils/py-pyinotify/distinfo    Fri Oct 11 14:38:56 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2019/09/24 09:04:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/10/11 14:38:56 wiz Exp $
 
 SHA1 (Pyinotify-0.9.6.tar.gz) = 815c5e5699669d44042efb12122b60e97cae7bf4
 RMD160 (Pyinotify-0.9.6.tar.gz) = 298d687320e30c80905ed7969143028045983e92
 SHA512 (Pyinotify-0.9.6.tar.gz) = 144db691c1cdfd4e52b838b8ed839b8d50d84d26a91a59b7460c3170f58a1c96b3ce4f51e6273835835291781215a87b8f2d2d87d1abf012e4c14b2cd4b3f4cf
 Size (Pyinotify-0.9.6.tar.gz) = 61159 bytes
-SHA1 (patch-setup.py) = 7991345b06b5276438ae1b75548cac9d7de5867c
+SHA1 (patch-setup.py) = d6cfecc6e6ea7ae35aff01c95c0deffb21d275f5
diff -r 122c728d025e -r 884ccdc0be15 sysutils/py-pyinotify/patches/patch-setup.py
--- a/sysutils/py-pyinotify/patches/patch-setup.py      Fri Oct 11 14:33:25 2019 +0000
+++ b/sysutils/py-pyinotify/patches/patch-setup.py      Fri Oct 11 14:38:56 2019 +0000
@@ -1,9 +1,18 @@
-$NetBSD: patch-setup.py,v 1.2 2019/09/24 09:04:08 adam Exp $
+$NetBSD: patch-setup.py,v 1.3 2019/10/11 14:38:56 wiz Exp $
 
 Add NetBSD.
 
 --- setup.py.orig      2015-06-04 15:28:48.000000000 +0000
 +++ setup.py
+@@ -3,7 +3,7 @@
+ # Set True to force compile native C-coded extension providing direct access
+ # to inotify's syscalls. If set to False this extension will only be compiled
+ # if no inotify interface from ctypes is found.
+-compile_ext_mod = False
++compile_ext_mod = True
+ 
+ # import statements
+ import os
 @@ -24,10 +24,6 @@ if sys.version_info < (2, 4):
      sys.stderr.write('This module requires at least Python 2.4\n')
      sys.exit(1)



Home | Main Index | Thread Index | Old Index