aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 17:49:26 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 17:58:48 +0500
commita883eb8a2c1a0e266499bcaa11420059865def61 (patch)
tree2365b2b436adba8fb9c89bf8683a97fd786b12df /dev-python/srt
parentdev-python/sendgrid: Use pypi.eclass (diff)
downloadguru-a883eb8a2c1a0e266499bcaa11420059865def61.tar.gz
guru-a883eb8a2c1a0e266499bcaa11420059865def61.tar.bz2
guru-a883eb8a2c1a0e266499bcaa11420059865def61.zip
dev-python/srt: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/srt')
-rw-r--r--dev-python/srt/srt-3.5.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild
index 89bc2d1d0..1bcea1ea0 100644
--- a/dev-python/srt/srt-3.5.2.ebuild
+++ b/dev-python/srt/srt-3.5.2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A tiny library for parsing, modifying, and composing SRT files"
HOMEPAGE="https://github.com/cdown/srt"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"