aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-awesomeversion/version-placeholder.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-awesomeversion/version-placeholder.patch')
-rw-r--r--community/py3-awesomeversion/version-placeholder.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/py3-awesomeversion/version-placeholder.patch b/community/py3-awesomeversion/version-placeholder.patch
new file mode 100644
index 00000000000..f40fa99d963
--- /dev/null
+++ b/community/py3-awesomeversion/version-placeholder.patch
@@ -0,0 +1,13 @@
+Prepare placeholder for setting the module version
+
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -18,7 +18,7 @@ maintainers = ["Ludeeus <ludeeus@ludeeus.dev>"]
+ name = "awesomeversion"
+ readme = "README.md"
+ repository = "https://github.com/ludeeus/awesomeversion"
+-version = "0"
++version = "@VERSION@"
+
+ [tool.poetry.dependencies]
+ python = "^3.8"