diff options
author | Maciej Barć <xgqt@protonmail.com> | 2020-11-11 23:19:00 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@protonmail.com> | 2020-11-11 23:19:00 +0100 |
commit | c0287ff2f5c8740ae65d303fe496ea051f0b59ce (patch) | |
tree | 516c2d923b662bf50224365883addfcdd9a6675e /app-office | |
parent | app-admin/s-tui: bump python compat (diff) | |
download | guru-c0287ff2f5c8740ae65d303fe496ea051f0b59ce.tar.gz guru-c0287ff2f5c8740ae65d303fe496ea051f0b59ce.tar.bz2 guru-c0287ff2f5c8740ae65d303fe496ea051f0b59ce.zip |
app-office/pyspread: bump python compat
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/pyspread/pyspread-1.99.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-office/pyspread/pyspread-1.99.4.ebuild | 2 | ||||
-rw-r--r-- | app-office/pyspread/pyspread-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-office/pyspread/pyspread-1.99.2-r1.ebuild b/app-office/pyspread/pyspread-1.99.2-r1.ebuild index 4cfdb881f..ca6608294 100644 --- a/app-office/pyspread/pyspread-1.99.2-r1.ebuild +++ b/app-office/pyspread/pyspread-1.99.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit eutils xdg desktop distutils-r1 diff --git a/app-office/pyspread/pyspread-1.99.4.ebuild b/app-office/pyspread/pyspread-1.99.4.ebuild index 4cfdb881f..ca6608294 100644 --- a/app-office/pyspread/pyspread-1.99.4.ebuild +++ b/app-office/pyspread/pyspread-1.99.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit eutils xdg desktop distutils-r1 diff --git a/app-office/pyspread/pyspread-9999.ebuild b/app-office/pyspread/pyspread-9999.ebuild index 4cfdb881f..ca6608294 100644 --- a/app-office/pyspread/pyspread-9999.ebuild +++ b/app-office/pyspread/pyspread-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit eutils xdg desktop distutils-r1 |