public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/
Date: Fri, 23 Apr 2021 07:25:42 +0000 (UTC)	[thread overview]
Message-ID: <1619162729.7bdbfc1473e8fad3ddefc529a0f07f2c9228837c.mgorny@gentoo> (raw)

commit:     7bdbfc1473e8fad3ddefc529a0f07f2c9228837c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 23 06:44:30 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 23 07:25:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdbfc14

dev-python/breathe: Bump to 4.29.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/breathe/Manifest              |  1 +
 dev-python/breathe/breathe-4.29.1.ebuild | 38 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 613f9647998..891cc422243 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1,4 @@
 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643 SHA512 b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a SHA512 a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
 DIST breathe-4.29.0.tar.gz 189293 BLAKE2B 8eeca14c24b819c4a6510674a55a4f6f9397e33752f449c138a4b3f8fa139d50a7dd2446dcbd297ac6eb7b666090e11fec3de770120e1b581d1586d9f1356bc5 SHA512 2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d
+DIST breathe-4.29.1.tar.gz 190929 BLAKE2B cb5cbad4005e0d6ae292d13f2011b6d254b519adaa07b6495f577c6ff5fe0eafcec9bed5cbfca0d11b7e8a51c184a0d9100cdf260db462fde83071548831da31 SHA512 a235a7b15dba12e463ffc078e6cc94a60eed8371b51182a4c55691ae2c42d76e1cfbb957ccc9d82a79e2a08297a4b93121811990421e92b9464fd8bf9cbbbb78

diff --git a/dev-python/breathe/breathe-4.29.1.ebuild b/dev-python/breathe/breathe-4.29.1.ebuild
new file mode 100644
index 00000000000..0d578843def
--- /dev/null
+++ b/dev-python/breathe/breathe-4.29.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="
+	https://breathe.readthedocs.io/en/latest/
+	https://github.com/michaeljones/breathe/"
+SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> ${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-3.0.0[${PYTHON_USEDEP}]
+	dev-texlive/texlive-bibtexextra
+	dev-texlive/texlive-fontsextra
+	dev-texlive/texlive-fontutils
+	dev-texlive/texlive-latex
+	dev-texlive/texlive-latexextra
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	# remove stale dep
+	sed -i -e "s:'six>=1.9'::" setup.py || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2021-04-23  7:25 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23  7:25 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 15:55 [gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/ Michał Górny
2024-05-08 12:16 Michał Górny
2024-05-08  8:51 Michał Górny
2023-06-01  4:07 Michał Górny
2023-04-05  7:39 Arthur Zamarin
2023-03-01  6:16 Michał Górny
2022-12-23 11:25 Michał Górny
2022-07-24 20:28 Michał Górny
2022-07-24 19:13 Sam James
2022-06-21  6:00 Michał Górny
2022-05-18 11:16 Andrew Ammerlaan
2022-03-15 11:16 Michał Górny
2022-03-15 10:37 Jakov Smolić
2022-02-14 21:37 Michał Górny
2022-02-14  8:32 Michał Górny
2022-01-30  7:22 Michał Górny
2021-10-16  5:59 Michał Górny
2021-10-15 22:42 Sam James
2021-09-15 20:26 Michał Górny
2021-06-05 21:01 Michał Górny
2021-06-05 12:56 Michał Górny
2021-05-07  8:04 Michał Górny
2021-05-06 11:12 Michał Górny
2021-05-06 10:06 Sam James
2021-05-01  7:45 Michał Górny
2021-04-10  8:04 Michał Górny
2021-03-30  7:49 Michał Górny
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-03-14 22:39 Michał Górny
2021-03-14 22:33 Sam James
2021-02-16 17:08 Michał Górny
2021-02-06 14:26 Sam James
2021-02-06 14:20 Sam James
2021-02-06 14:15 Sam James
2021-02-06 13:27 Sam James
2021-02-06  1:10 Sam James
2021-02-06  1:10 Sam James
2021-01-14 20:09 Sergei Trofimovich
2020-12-27 12:51 Sergei Trofimovich
2020-12-24 22:06 Sergei Trofimovich
2020-12-22 21:04 Sam James
2020-12-22 21:03 Sam James
2020-12-16 17:18 Michał Górny
2020-12-16 10:09 Michał Górny
2020-12-13 12:15 Michał Górny
2020-12-13  8:58 Sam James
2020-12-11 23:07 Sergei Trofimovich
2020-12-05  9:52 Michał Górny
2020-10-31  9:47 Joonas Niilola
2020-10-31  9:47 Joonas Niilola
2020-09-29 21:25 Sergei Trofimovich
2020-09-13  8:44 Sergei Trofimovich
2020-08-11 11:00 Agostino Sarubbo
2020-07-12  1:51 Sam James
2020-06-01  4:16 Matt Turner
2020-05-31 15:17 Sergei Trofimovich
2020-05-28 18:20 Sergei Trofimovich
2020-05-02 13:30 Mart Raudsepp
2020-04-04 10:52 Sergei Trofimovich
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2020-03-25 11:17 Joonas Niilola
2020-03-15 12:17 Mikle Kolyada
2020-03-01 18:36 Matthias Maier
2020-02-16  7:13 Georgy Yakovlev
2019-03-26 18:52 Aaron Bauman
2018-06-27 20:44 Pacho Ramos
2017-02-26 18:02 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619162729.7bdbfc1473e8fad3ddefc529a0f07f2c9228837c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox