From 8191c0a5887c7f8813c908cb6158f62a6c856215 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Sat, 20 Jun 2020 23:43:22 +0100 Subject: [PATCH] l/python-testpath: Removed Python2 support. --- l/python-testpath/python-testpath.SlackBuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/l/python-testpath/python-testpath.SlackBuild b/l/python-testpath/python-testpath.SlackBuild index 06c32656..6bfcd2f7 100755 --- a/l/python-testpath/python-testpath.SlackBuild +++ b/l/python-testpath/python-testpath.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2018,2019 Damien Goutte-Gattat +# Copyright (C) 2018,2019,2020 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -24,10 +24,6 @@ # # Latest testpath sourcecode is available at: # . -# -# Note: l/python-pathlib2 is only required under Python 2. -# -# Optional: l/python-pathlib2 # Source package infos NAMESRC=${NAMESRC:-testpath} @@ -71,8 +67,6 @@ cd $TMP echo "Building $ARCHIVE..." tar xf $CWD/$ARCHIVE cd $NAME -python2 setup.py build -python2 setup.py install --root=$PKG python3 setup.py build python3 setup.py install --root=$PKG