diff options
author | 2023-03-15 18:44:51 +0100 | |
---|---|---|
committer | 2023-03-16 04:42:33 +0100 | |
commit | 22065697de199100047bf8112baed542f12c639c (patch) | |
tree | 119e1c4861087688be08b06e329404ed2a82a833 /dev-python/blurb | |
parent | dev-python/blockdiag: Use pypi.eclass (diff) | |
download | gentoo-22065697de199100047bf8112baed542f12c639c.tar.gz gentoo-22065697de199100047bf8112baed542f12c639c.tar.bz2 gentoo-22065697de199100047bf8112baed542f12c639c.zip |
dev-python/blurb: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blurb')
-rw-r--r-- | dev-python/blurb/blurb-1.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/blurb/blurb-1.1.0.ebuild b/dev-python/blurb/blurb-1.1.0.ebuild index ad3f76d9d1e3..c2e1956a8739 100644 --- a/dev-python/blurb/blurb-1.1.0.ebuild +++ b/dev-python/blurb/blurb-1.1.0.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Tool to create and manage NEWS blurbs for CPython" HOMEPAGE="https://github.com/python/core-workflow/tree/master/blurb" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |