diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-10-04 08:58:16 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-10-04 08:58:16 +0300 |
commit | ddf3a951cde55ae6cbdc2746e24e858485adfa40 (patch) | |
tree | 0b467bbd4b2612af581fb9bd4104889f0bd97762 /dev-python/texttable | |
parent | dev-python/Babel: Bump to 2.13.0 (diff) | |
download | gentoo-ddf3a951cde55ae6cbdc2746e24e858485adfa40.tar.gz gentoo-ddf3a951cde55ae6cbdc2746e24e858485adfa40.tar.bz2 gentoo-ddf3a951cde55ae6cbdc2746e24e858485adfa40.zip |
dev-python/texttable: update HOMEPAGE, SRC_URI
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.7.0.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-python/texttable/texttable-1.7.0.ebuild b/dev-python/texttable/texttable-1.7.0.ebuild index ce850451c123..1358c9d6c218 100644 --- a/dev-python/texttable/texttable-1.7.0.ebuild +++ b/dev-python/texttable/texttable-1.7.0.ebuild @@ -9,14 +9,9 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature DESCRIPTION="Module to create simple ASCII tables" -HOMEPAGE=" - https://github.com/foutaise/texttable/ - https://pypi.org/project/texttable/ -" -SRC_URI=" - https://github.com/foutaise/texttable/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" +HOMEPAGE="https://github.com/foutaise/texttable/ + https://pypi.org/project/texttable/" +SRC_URI="https://github.com/foutaise/texttable/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" |