diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-06-18 03:36:11 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-06-18 05:25:47 -0400 |
commit | 8a8eeee6169f8c6f22730c51ea728ed149ec1fb1 (patch) | |
tree | 02897e1afcd1e86deb1bb35c7b5ce09f29fad7b2 /dev-python/boltons | |
parent | dev-util/maturin: add pypy3 to tomli (diff) | |
download | gentoo-8a8eeee6169f8c6f22730c51ea728ed149ec1fb1.tar.gz gentoo-8a8eeee6169f8c6f22730c51ea728ed149ec1fb1.tar.bz2 gentoo-8a8eeee6169f8c6f22730c51ea728ed149ec1fb1.zip |
dev-python/boltons: revert drive-by style changes
From 5fdee945ce62cc85e18d728741436d2a17725596, keeping pypy3.
Also not fond of duplicating homepages that already exist in metadata
that end up being shown twice on both p.g.o and my own tools.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/boltons')
-rw-r--r-- | dev-python/boltons/boltons-21.0.0-r1.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/dev-python/boltons/boltons-21.0.0-r1.ebuild b/dev-python/boltons/boltons-21.0.0-r1.ebuild index 0eddcf1ca766..2d237d63298a 100644 --- a/dev-python/boltons/boltons-21.0.0-r1.ebuild +++ b/dev-python/boltons/boltons-21.0.0-r1.ebuild @@ -5,19 +5,11 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{8..11} ) - inherit distutils-r1 DESCRIPTION="Pure-python utilities in the same spirit as the standard library" -HOMEPAGE=" - https://boltons.readthedocs.io/ - https://github.com/mahmoud/boltons/ - https://pypi.org/project/boltons/ -" -SRC_URI=" - https://github.com/mahmoud/boltons/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" +HOMEPAGE="https://boltons.readthedocs.io/" +SRC_URI="https://github.com/mahmoud/boltons/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" |