summaryrefslogtreecommitdiff
path: root/dev-python/prettytable/prettytable-3.7.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-11 17:39:25 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-11 17:39:25 +0100
commit0d39cf7bd8aae36b5d8eb4272a42dc6919216e34 (patch)
treea693bda4655d339b219f18fa48d970444858c94d /dev-python/prettytable/prettytable-3.7.0.ebuild
parent9d8d34d0eedfd7319f905092519980bf1b4ce3e5 (diff)
gentoo auto-resync : 11:04:2023 - 17:39:25
Diffstat (limited to 'dev-python/prettytable/prettytable-3.7.0.ebuild')
-rw-r--r--dev-python/prettytable/prettytable-3.7.0.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-python/prettytable/prettytable-3.7.0.ebuild b/dev-python/prettytable/prettytable-3.7.0.ebuild
index 60c7957b7724..573245fcc1d3 100644
--- a/dev-python/prettytable/prettytable-3.7.0.ebuild
+++ b/dev-python/prettytable/prettytable-3.7.0.ebuild
@@ -6,17 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format"
HOMEPAGE="
https://github.com/jazzband/prettytable/
https://pypi.org/project/prettytable/
"
-SRC_URI="
- https://github.com/jazzband/prettytable/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
LICENSE="BSD"
SLOT="0"
@@ -34,5 +30,3 @@ BDEPEND="
"
distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}