diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-16 09:19:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-16 11:09:42 +0100 |
commit | c13205507c72807dbc595d40000c09ed789a7c75 (patch) | |
tree | 6fabd2d2fceefa9e00121b359ad9103cd913fae8 /dev-python/breathe | |
parent | dev-python/boto3: Bump to 1.16.37 (diff) | |
download | gentoo-c13205507c72807dbc595d40000c09ed789a7c75.tar.gz gentoo-c13205507c72807dbc595d40000c09ed789a7c75.tar.bz2 gentoo-c13205507c72807dbc595d40000c09ed789a7c75.zip |
dev-python/breathe: Bump to 4.25.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/breathe')
-rw-r--r-- | dev-python/breathe/Manifest | 1 | ||||
-rw-r--r-- | dev-python/breathe/breathe-4.25.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest index 95a7506660d5..4c490251290f 100644 --- a/dev-python/breathe/Manifest +++ b/dev-python/breathe/Manifest @@ -1 +1,2 @@ DIST breathe-4.22.1.tar.gz 76241 BLAKE2B 1b410eefe47610abf2e55bba86d13169449a03be2503839fa7a0f4f351e79d2e5f24d208c95d06a58e2d8cacef55ef52ea5921d5d71ce50b94fb0eed207918a2 SHA512 3b49819821356929a18d8ad9e25edd93d91661f3baea452121afb74308e11afa9a3cc96e31a063d380cfc1b0973ac646d5917279d9b56131be25dbb13dd632bf +DIST breathe-4.25.0.tar.gz 76814 BLAKE2B 5a31d8a85ffdff0d4e2547e541246046c1088247672e289bd90d3d9ef30970ae00160f375b0a3b805f8ce01f023d0df4bb2327136b4c4d330dd729a51d990556 SHA512 e3e21efd724f10c64194a3294a240f607b83d3ba425cc0c4c514810d6d34977df808c23d3005c10acd7abb914a910ecdd98123b247f0d1065e1f5fe266bd35da diff --git a/dev-python/breathe/breathe-4.25.0.ebuild b/dev-python/breathe/breathe-4.25.0.ebuild new file mode 100644 index 000000000000..47e8e11f3e19 --- /dev/null +++ b/dev-python/breathe/breathe-4.25.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Sphinx Doxygen renderer" +HOMEPAGE="https://breathe.readthedocs.io/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + app-doc/doxygen + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra +" |