summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-07 23:14:14 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-07 23:23:53 +0100
commit15d120f89822bfe5d32ed606ed3d82c764ce16fd (patch)
tree78409ea06da8d48368cf1c52a9284932243e7f8a /dev-python/terminaltables/terminaltables-9999.ebuild
parentxfce-base/exo: Bump to 4.16.3 (diff)
downloadgentoo-15d120f89822bfe5d32ed606ed3d82c764ce16fd.tar.gz
gentoo-15d120f89822bfe5d32ed606ed3d82c764ce16fd.tar.bz2
gentoo-15d120f89822bfe5d32ed606ed3d82c764ce16fd.zip
dev-python/terminaltables: Bump to 3.1.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/terminaltables/terminaltables-9999.ebuild')
-rw-r--r--dev-python/terminaltables/terminaltables-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/terminaltables/terminaltables-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index f20c73f288fc..ed12c5a82704 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-9999.ebuild
@@ -1,15 +1,16 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_COMPAT=( python3_{7..10} )
-EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git"
inherit distutils-r1 git-r3
DESCRIPTION="Generate simple tables in terminals from a nested list of strings"
HOMEPAGE="https://robpol86.github.io/terminaltables/"
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/matthewdeanmartin/${PN}.git"
LICENSE="MIT"
SLOT="0"