diff options
author | James Beddek <telans@posteo.de> | 2021-10-09 22:01:27 +1300 |
---|---|---|
committer | James Beddek <telans@posteo.de> | 2021-10-09 22:30:09 +1300 |
commit | 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6 (patch) | |
tree | 72579680271e715cde289018aa7014798a43de0e /app-text | |
parent | sci-geosciences/mapillary_tools: add S (diff) | |
download | guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.gz guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.bz2 guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.zip |
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/OCRmyPDF/OCRmyPDF-12.0.2.ebuild | 2 | ||||
-rw-r--r-- | app-text/OCRmyPDF/OCRmyPDF-12.6.0.ebuild | 2 | ||||
-rw-r--r-- | app-text/lizard/lizard-1.17.7.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-text/OCRmyPDF/OCRmyPDF-12.0.2.ebuild b/app-text/OCRmyPDF/OCRmyPDF-12.0.2.ebuild index ed5786c97..23c16679f 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-12.0.2.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-12.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit bash-completion-r1 distutils-r1 diff --git a/app-text/OCRmyPDF/OCRmyPDF-12.6.0.ebuild b/app-text/OCRmyPDF/OCRmyPDF-12.6.0.ebuild index 35a9ead06..cb722a1f5 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-12.6.0.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-12.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit bash-completion-r1 distutils-r1 diff --git a/app-text/lizard/lizard-1.17.7.ebuild b/app-text/lizard/lizard-1.17.7.ebuild index af5dd7e92..a915a188a 100644 --- a/app-text/lizard/lizard-1.17.7.ebuild +++ b/app-text/lizard/lizard-1.17.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 |