aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Beddek <telans@posteo.de>2021-10-09 22:01:27 +1300
committerJames Beddek <telans@posteo.de>2021-10-09 22:30:09 +1300
commit02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6 (patch)
tree72579680271e715cde289018aa7014798a43de0e /app-office
parentsci-geosciences/mapillary_tools: add S (diff)
downloadguru-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-office')
-rw-r--r--app-office/beancount/beancount-2.3.3.ebuild2
-rw-r--r--app-office/pyspread/pyspread-1.99.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/beancount/beancount-2.3.3.ebuild b/app-office/beancount/beancount-2.3.3.ebuild
index 171b992a3..4d81e6dfe 100644
--- a/app-office/beancount/beancount-2.3.3.ebuild
+++ b/app-office/beancount/beancount-2.3.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
DISTUTILS_SINGLE_IMPL=1
diff --git a/app-office/pyspread/pyspread-1.99.6.ebuild b/app-office/pyspread/pyspread-1.99.6.ebuild
index e5b10979b..3295d6c09 100644
--- a/app-office/pyspread/pyspread-1.99.6.ebuild
+++ b/app-office/pyspread/pyspread-1.99.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit xdg desktop distutils-r1