View | Details | Raw Unified | Return to bug 277991
Collapse All | Expand All

(-)b/sysutils/py-pywatchman/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	pywatchman
1
PORTNAME=	pywatchman
2
DISTVERSIONPREFIX=v
2
DISTVERSIONPREFIX=v
3
DISTVERSION=	2023.05.01.00
3
DISTVERSION=	2024.03.25.00
4
CATEGORIES=	sysutils python
4
CATEGORIES=	sysutils python
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
6
(-)b/sysutils/py-pywatchman/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1683050917
1
TIMESTAMP = 1711553373
2
SHA256 (facebook-watchman-v2023.05.01.00_GH0.tar.gz) = 2310431903afc8f8d034ef6664366e362f5beb8fccf15e4355ad61c63596c4b1
2
SHA256 (facebook-watchman-v2024.03.25.00_GH0.tar.gz) = 8cc7b3e67156a503c508e209ebca8126d561fcfe7a1923f17b216a1f6b667369
3
SIZE (facebook-watchman-v2023.05.01.00_GH0.tar.gz) = 3963267
3
SIZE (facebook-watchman-v2024.03.25.00_GH0.tar.gz) = 3969681
(-)a/sysutils/py-pywatchman/files/patch-setup.py (-11 lines)
Removed Link Here
1
--- setup.py.orig	2023-04-24 22:23:26 UTC
2
+++ setup.py
3
@@ -22,7 +22,7 @@ if watchman_src_dir is None:
4
 # files. Otherwise it is impossible to obtain a relative path across different
5
 # drives. However this has an implication that we will not be able to build this
6
 # package outside the repository. Not great but it works.
7
-py_dir = os.path.join(watchman_src_dir, "watchman", "python")
8
+py_dir = os.path.join(watchman_src_dir, "python")
9
 if os.name == "nt":
10
     os.chdir(py_dir)
11
     py_dir = os.path.relpath(py_dir)
(-)b/sysutils/py-pywatchman/pkg-descr (+1 lines)
Lines 1-2 Link Here
1
This is Watchman client for Python.
1
Watchman exists to watch files and record when they actually change.
2
Watchman exists to watch files and record when they actually change.
2
It can also trigger actions when matching files change.
3
It can also trigger actions when matching files change.

Return to bug 277991