aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-pywatchman/files/patch-setup.py
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2024-03-28 07:22:45 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2024-03-28 07:26:00 +0000
commit662a85a65bfe7ff70db7e7e1eb84a108f78cc8e4 (patch)
tree191726f533b96ae2c5d3ded3490132cb9fc7c189 /sysutils/py-pywatchman/files/patch-setup.py
parenta157b5932825c0b158300589c4b01bd649ae629e (diff)
downloadports-662a85a65bfe7ff70db7e7e1eb84a108f78cc8e4.tar.gz
ports-662a85a65bfe7ff70db7e7e1eb84a108f78cc8e4.zip
sysutils/py-pywatchman: Update to v2024.03.25.00
PR: 277991 Reported by: maintainer
Diffstat (limited to 'sysutils/py-pywatchman/files/patch-setup.py')
-rw-r--r--sysutils/py-pywatchman/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/py-pywatchman/files/patch-setup.py b/sysutils/py-pywatchman/files/patch-setup.py
deleted file mode 100644
index 0d9c752979a4..000000000000
--- a/sysutils/py-pywatchman/files/patch-setup.py
+++ /dev/null
@@ -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)