]> git.phdru.name Git - bookmarks_db.git/commitdiff
Build: Use Python 3 5.7.0
authorOleg Broytman <phd@phdru.name>
Fri, 16 Aug 2024 16:40:28 +0000 (19:40 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 16 Aug 2024 16:44:45 +0000 (19:44 +0300)
Makefile
devscripts/mk-git-aliases
setup.py

index 0a800826925a58ed1bd45f7034f98964c4d17f4c..0cea611e7e5108bfdd9fca593a3e60d242c3e805 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 # __license__ = "GNU GPL"
 #
 
-VERSION=$(shell python setup.py --version)
+VERSION=$(shell python3 setup.py --version)
 
 EXAMPLE_SHELL=\
    bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync bkmk-sort bkmk2db \
index 1891c898fe09986e873a552ee2c22009d1544e66..803e367b8f17a060d06f2ff4e66d6ff6840d873a 100755 (executable)
@@ -6,4 +6,4 @@ git config --local alias.commit-with-message \
 
 exec git config --local alias.tag-with-message \
    "!GIT_EDITOR='vim -c \"source devscripts/get-commit-message.vim\"' \
-   exec git tag -s \`python setup.py --version\`"
+   exec git tag -s \`python3 setup.py --version\`"
index 5d1d2167a066a685633c113a29d9e1cebc4470db..b789bcb4a2605050211f2da4df021cfb1419c766 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from setuptools import setup
 from bkmk_objects import __version__