Drop Python2 support. Round 4

This commit is contained in:
Alexey Pavlov
2020-03-02 12:44:15 +03:00
parent 8e4c3cd3da
commit 885bbbadf0
53 changed files with 218 additions and 262 deletions

View File

@@ -10,7 +10,7 @@ arch=("i686" "x86_64")
url="http://pygments.org/"
license=('BSD')
depends=("python")
makedepends=("python3-setuptools")
makedepends=("python-setuptools")
provides=("python3-pygments")
conflicts=("python3-pygments")
replaces=("python3-pygments")