diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-17 17:47:52 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-17 17:47:52 +0500 |
commit | fc76baf4e43ba6cb598814cf5f33a3ccc61b9384 (patch) | |
tree | 491456783e05f7c76a0ccc08037d2c064cd3a170 /app-text | |
parent | app-misc/vocabsieve: Use pypi.eclass (diff) | |
download | guru-fc76baf4e43ba6cb598814cf5f33a3ccc61b9384.tar.gz guru-fc76baf4e43ba6cb598814cf5f33a3ccc61b9384.tar.bz2 guru-fc76baf4e43ba6cb598814cf5f33a3ccc61b9384.zip |
app-text/tldr: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tldr/tldr-2.0.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/tldr/tldr-2.0.0-r1.ebuild b/app-text/tldr/tldr-2.0.0-r1.ebuild index db83ae56f..682a1b9e2 100644 --- a/app-text/tldr/tldr-2.0.0-r1.ebuild +++ b/app-text/tldr/tldr-2.0.0-r1.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python command line client for tldr pages" HOMEPAGE="https://github.com/tldr-pages/tldr-python-client" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |