diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-07-02 21:37:02 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:01 -0500 |
commit | 5ad1be79c4ff41f2337a2e44c65729b4b95130c5 (patch) | |
tree | 53655b0793eb2b5f5aa70c81a80e001e35e6a70f /user/py3-smartypants/hashbang.patch | |
parent | 57b3454125ff268fb900c0d60b267535857bcd93 (diff) | |
download | packages-5ad1be79c4ff41f2337a2e44c65729b4b95130c5.tar.gz packages-5ad1be79c4ff41f2337a2e44c65729b4b95130c5.tar.bz2 packages-5ad1be79c4ff41f2337a2e44c65729b4b95130c5.tar.xz packages-5ad1be79c4ff41f2337a2e44c65729b4b95130c5.zip |
user/py3-smartypants: New package
Diffstat (limited to 'user/py3-smartypants/hashbang.patch')
-rw-r--r-- | user/py3-smartypants/hashbang.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/py3-smartypants/hashbang.patch b/user/py3-smartypants/hashbang.patch new file mode 100644 index 000000000..420f37f3c --- /dev/null +++ b/user/py3-smartypants/hashbang.patch @@ -0,0 +1,8 @@ +--- smartypants.py-2.0.1/smartypants.old 2017-12-20 08:34:50.000000000 -0600 ++++ smartypants.py-2.0.1/smartypants 2022-07-02 21:33:28.758176655 -0500 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + # Copyright (c) 2017 Leo Hemsted + # Licensed under the BSD License, for detailed license information, see COPYING + |