summaryrefslogtreecommitdiffstats
path: root/python/lockfile/README
diff options
context:
space:
mode:
author klaatu <klaatu@member.fsf.org>2019-11-22 19:29:49 +1300
committer Willy Sudiarto Raharjo <willysr@gmail.com>2019-11-22 15:24:09 +0700
commitf891a5e3fba06044b9f6bdad87068b2f32a1684f (patch)
tree57772b2949f04e68fc4e6b67a69ceb7eaa736aa2 /python/lockfile/README
parent89d247a8704ccf373fbace27cd629d81ad6c74e6 (diff)
downloadslackbuilds-f891a5e3fba06044b9f6bdad87068b2f32a1684f.tar.gz
slackbuilds-f891a5e3fba06044b9f6bdad87068b2f32a1684f.tar.xz
python/lockfile: Updated for Python 3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
Diffstat (limited to 'python/lockfile/README')
-rw-r--r--python/lockfile/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/lockfile/README b/python/lockfile/README
index fbfc355f8c..118cb27957 100644
--- a/python/lockfile/README
+++ b/python/lockfile/README
@@ -6,3 +6,8 @@ functions, and the deprecated posixfile module, the API is identical
across both Unix (including Linux and Mac) and Windows platforms.
This package is version 0.8 due to some API breakage in 0.9+
+
+To build for Python 3:
+
+ # PYTHON=python3 ./lockfile.SlackBuild
+ \ No newline at end of file