diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:01:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:49:49 +0100 |
commit | 75ba294b8c35cebd656d3c362d0fa8999256ccf6 (patch) | |
tree | d0498137e4cde801101f3e9733ac6f7bc65336b5 /dev-python/pysrt | |
parent | dev-python/pychroot: Use pypi.eclass only in non-live branch (diff) | |
download | gentoo-75ba294b8c35cebd656d3c362d0fa8999256ccf6.tar.gz gentoo-75ba294b8c35cebd656d3c362d0fa8999256ccf6.tar.bz2 gentoo-75ba294b8c35cebd656d3c362d0fa8999256ccf6.zip |
dev-python/pysrt: Use pypi.eclass only in non-live branch
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysrt')
-rw-r--r-- | dev-python/pysrt/pysrt-1.1.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pysrt/pysrt-1.1.2-r1.ebuild b/dev-python/pysrt/pysrt-1.1.2-r1.ebuild index 678aea751e42..9c4b2eee378c 100644 --- a/dev-python/pysrt/pysrt-1.1.2-r1.ebuild +++ b/dev-python/pysrt/pysrt-1.1.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 pypi +inherit distutils-r1 DESCRIPTION="Python library used to edit or create SubRip files" HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/" @@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/byroot/pysrt.git" else + inherit pypi KEYWORDS="amd64 ~arm ~arm64 x86" fi |