diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-20 10:28:24 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-26 15:26:28 -0400 |
commit | 6ea22c4ad65eed28b13eff210cc229196216054e (patch) | |
tree | b5b6b75c2c5a7a28757a80fcc1d821d86b659857 /dev-python/pysrt | |
parent | sys-libs/rvm: x86 stable (bug #654100) (diff) | |
download | gentoo-6ea22c4ad65eed28b13eff210cc229196216054e.tar.gz gentoo-6ea22c4ad65eed28b13eff210cc229196216054e.tar.bz2 gentoo-6ea22c4ad65eed28b13eff210cc229196216054e.zip |
update pypi HOMEPAGE to avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/8080
Diffstat (limited to 'dev-python/pysrt')
-rw-r--r-- | dev-python/pysrt/pysrt-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pysrt/pysrt-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pysrt/pysrt-1.1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pysrt/pysrt-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pysrt/pysrt-1.0.1.ebuild b/dev-python/pysrt/pysrt-1.0.1.ebuild index ffa3cee632ca..c4f45f56d838 100644 --- a/dev-python/pysrt/pysrt-1.0.1.ebuild +++ b/dev-python/pysrt/pysrt-1.0.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python library used to edit or create SubRip files" -HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt" +HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/" # pypi tarballs don't include tests https://github.com/byroot/pysrt/issues/42 SRC_URI="https://github.com/byroot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-python/pysrt/pysrt-1.1.0.ebuild b/dev-python/pysrt/pysrt-1.1.0.ebuild index 7a6b7a9fec61..1dff10036683 100644 --- a/dev-python/pysrt/pysrt-1.1.0.ebuild +++ b/dev-python/pysrt/pysrt-1.1.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python library used to edit or create SubRip files" -HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt" +HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/dev-python/pysrt/pysrt-1.1.1.ebuild b/dev-python/pysrt/pysrt-1.1.1.ebuild index ddc1e6025751..cfcbae9752a0 100644 --- a/dev-python/pysrt/pysrt-1.1.1.ebuild +++ b/dev-python/pysrt/pysrt-1.1.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Python library used to edit or create SubRip files" -HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt" +HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/" SRC_URI="https://pypi.python.org/packages/f6/33/16ad65a8973cb8bcb494af09ee1b9ab5ffdd6ff300bce5d3ac7d3cb1f2cc/${P}.tar.gz" LICENSE="GPL-3" diff --git a/dev-python/pysrt/pysrt-9999.ebuild b/dev-python/pysrt/pysrt-9999.ebuild index d0567969f497..bda2f23780fd 100644 --- a/dev-python/pysrt/pysrt-9999.ebuild +++ b/dev-python/pysrt/pysrt-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 git-r3 DESCRIPTION="Python library used to edit or create SubRip files" -HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt" +HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/" EGIT_REPO_URI="https://github.com/byroot/pysrt.git" LICENSE="GPL-3" |