Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libpsl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libpsl
Commits
137298cd
Commit
137298cd
authored
Mar 13, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python 2 is deprecated - we should use Python 3 instead
parent
0382ca82
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Makefile
Makefile
+1
-0
libpsl-0.21.0-python3.patch
libpsl-0.21.0-python3.patch
+9
-0
No files found.
Makefile
View file @
137298cd
all
:
all
:
tar
xf libpsl-0.21.0.tar.gz
tar
xf libpsl-0.21.0.tar.gz
patch
-Np1
-d
libpsl-0.21.0 < libpsl-0.21.0-python3.patch
cd
libpsl-0.21.0
&&
./configure
--prefix
=
/usr
--disable-static
cd
libpsl-0.21.0
&&
./configure
--prefix
=
/usr
--disable-static
$(MAKE)
-C
libpsl-0.21.0
$(MAKE)
-C
libpsl-0.21.0
$(MAKE)
-C
libpsl-0.21.0 check
$(MAKE)
-C
libpsl-0.21.0 check
...
...
libpsl-0.21.0-python3.patch
0 → 100644
View file @
137298cd
diff -uNr libpsl-0.21.0/src/psl-make-dafsa libpsl-0.21.0-python3/src/psl-make-dafsa
--- libpsl-0.21.0/src/psl-make-dafsa 2019-01-21 22:46:25.000000000 +1030
+++ libpsl-0.21.0-python3/src/psl-make-dafsa 2020-03-13 20:20:00.971145967 +1030
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE.chromium file.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment