sysutils/py-pywatchman: Update to v2024.03.25.00

PR:	277991
Reported by:	maintainer
This commit is contained in:
Philippe Audeoud 2024-03-28 08:22:45 +01:00
parent a157b59328
commit 662a85a65b
4 changed files with 5 additions and 15 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= pywatchman PORTNAME= pywatchman
DISTVERSIONPREFIX=v DISTVERSIONPREFIX=v
DISTVERSION= 2023.05.01.00 DISTVERSION= 2024.03.25.00
CATEGORIES= sysutils python CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1683050917 TIMESTAMP = 1711553373
SHA256 (facebook-watchman-v2023.05.01.00_GH0.tar.gz) = 2310431903afc8f8d034ef6664366e362f5beb8fccf15e4355ad61c63596c4b1 SHA256 (facebook-watchman-v2024.03.25.00_GH0.tar.gz) = 8cc7b3e67156a503c508e209ebca8126d561fcfe7a1923f17b216a1f6b667369
SIZE (facebook-watchman-v2023.05.01.00_GH0.tar.gz) = 3963267 SIZE (facebook-watchman-v2024.03.25.00_GH0.tar.gz) = 3969681

View file

@ -1,11 +0,0 @@
--- setup.py.orig 2023-04-24 22:23:26 UTC
+++ setup.py
@@ -22,7 +22,7 @@ if watchman_src_dir is None:
# files. Otherwise it is impossible to obtain a relative path across different
# drives. However this has an implication that we will not be able to build this
# package outside the repository. Not great but it works.
-py_dir = os.path.join(watchman_src_dir, "watchman", "python")
+py_dir = os.path.join(watchman_src_dir, "python")
if os.name == "nt":
os.chdir(py_dir)
py_dir = os.path.relpath(py_dir)

View file

@ -1,2 +1,3 @@
This is Watchman client for Python.
Watchman exists to watch files and record when they actually change. Watchman exists to watch files and record when they actually change.
It can also trigger actions when matching files change. It can also trigger actions when matching files change.