summaryrefslogtreecommitdiff
path: root/devel/py-jsonschema/files/patch-setup.py
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-10-29 15:01:27 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-10-29 15:05:33 -0500
commita06fe6e39adaf76f178798640c57888705cbf40a (patch)
treea86430dc04f6aab21a26b37eddcd527f62bae176 /devel/py-jsonschema/files/patch-setup.py
parentsecurity/tor: Update 0.4.6.7 -> 0.4.6.8 (diff)
devel/py-jsonschema: Update version 3.2.0=>4.1.2
- Add TEST framework for python Relnotes: https://github.com/Julian/jsonschema/releases/tag/v4.1.2
Diffstat (limited to 'devel/py-jsonschema/files/patch-setup.py')
-rw-r--r--devel/py-jsonschema/files/patch-setup.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py-jsonschema/files/patch-setup.py b/devel/py-jsonschema/files/patch-setup.py
new file mode 100644
index 000000000000..227f59f8fe78
--- /dev/null
+++ b/devel/py-jsonschema/files/patch-setup.py
@@ -0,0 +1,9 @@
+--- setup.py.orig 2021-10-29 19:19:35 UTC
++++ setup.py
+@@ -0,0 +1,6 @@
++#!/usr/bin/env python
++
++import setuptools
++
++if __name__ == "__main__":
++ setuptools.setup()