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/dulwich/
Date: Sun, 20 Mar 2022 09:26:00 +0000 (UTC)	[thread overview]
Message-ID: <1647768355.44f3900ac6a026dc29d48354664af1ab9045e2e0.mgorny@gentoo> (raw)

commit:     44f3900ac6a026dc29d48354664af1ab9045e2e0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 08:37:19 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 09:25:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f3900a

dev-python/dulwich: Bump to 0.20.35

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

 dev-python/dulwich/Manifest               |  1 +
 dev-python/dulwich/dulwich-0.20.35.ebuild | 58 +++++++++++++++++++++++++++++++
 dev-python/dulwich/metadata.xml           |  4 +--
 3 files changed, 61 insertions(+), 2 deletions(-)

diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest
index 495a2ed219a7..95a3c3c1830a 100644
--- a/dev-python/dulwich/Manifest
+++ b/dev-python/dulwich/Manifest
@@ -1,2 +1,3 @@
 DIST dulwich-0.20.32.tar.gz 418100 BLAKE2B 21d41a7b1e491848a11ab3e3b1b63bfbe1798b38ef331136b07609f004e780672477e91a637dd3b1ccd3b26e359461e1a16d759ac2cb98d1091fbdb1968c00a9 SHA512 9af4cb4462ab9a69bea9074aace81eeb8d33087f2c53e64145991913ad132e076b62f7958551729c758cd6eeae029a278723872771ef36b046331c85ebf2fcf4
 DIST dulwich-0.20.33.tar.gz 419863 BLAKE2B 57b7a05f7a23745ba63e2faba9cd3772637a61cf9f2077eaf7ec799f5e3d25de7245aabbebf22cb58f5cb45318b653335251fc46b136b108770aaa6c2b09e099 SHA512 f2d0f8875dc4cd4ac4629f2884a5e68938d14218ef96a19ce322559a16eb64cdee92ed0bc07790e9d527a20fdcd29f6fe1f95479d0055cdab88f509bc318368c
+DIST dulwich-0.20.35.tar.gz 420972 BLAKE2B 97c877554199aa8f3abf2f95a43c350cbef784f6f71af6280c537a93297c89981190fe1f66914532641a99cc3dca82a33b43d09f864f2ddf370c0097fa28a5e0 SHA512 23c272153547e0ef25a0e7d2deb64987e5d503545775e7d6f438ae09366c0037686eba1027d38a9dbf042bd1553eeb25ccdc818bdd785a2edf2cd3688f0b1271

diff --git a/dev-python/dulwich/dulwich-0.20.35.ebuild b/dev-python/dulwich/dulwich-0.20.35.ebuild
new file mode 100644
index 000000000000..456dab9bb052
--- /dev/null
+++ b/dev-python/dulwich/dulwich-0.20.35.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
+HOMEPAGE="
+	https://github.com/jelmer/dulwich/
+	https://pypi.org/project/dulwich/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+ Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-python/certifi[${PYTHON_USEDEP}]
+	dev-python/urllib3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		${RDEPEND}
+		!hppa? ( !ia64? (
+			dev-python/gevent[${PYTHON_USEDEP}]
+			dev-python/geventhttpclient[${PYTHON_USEDEP}]
+		) )
+		app-crypt/gpgme[python,${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/fastimport[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+	# remove interference from the tests that do stuff like user.name
+	unset GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_AUTHOR_DATE \
+		GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_COMMITTER_DATE EMAIL
+	# Do not use make check which rebuilds the extension and uses -Werror,
+	# causing unexpected failures.
+	"${EPYTHON}" -m unittest -v dulwich.tests.test_suite ||
+		die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+	if use examples; then
+		docompress -x "/usr/share/doc/${PF}/examples"
+		dodoc -r examples
+	fi
+	distutils-r1_python_install_all
+}

diff --git a/dev-python/dulwich/metadata.xml b/dev-python/dulwich/metadata.xml
index f558564f98b0..aaeecf0d1119 100644
--- a/dev-python/dulwich/metadata.xml
+++ b/dev-python/dulwich/metadata.xml
@@ -11,7 +11,7 @@
   </maintainer>
   <upstream>
     <remote-id type="pypi">dulwich</remote-id>
-    <remote-id type="github">dulwich/dulwich</remote-id>
-    <bugs-to>https://github.com/dulwich/dulwich/issues</bugs-to>
+    <remote-id type="github">jelmer/dulwich</remote-id>
+    <bugs-to>https://github.com/jelmer/dulwich/issues</bugs-to>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2022-03-20  9:26 UTC|newest]

Thread overview: 163+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-20  9:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29 14:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/ Arthur Zamarin
2024-06-11 19:25 Michał Górny
2024-04-14 14:58 Michał Górny
2024-01-09 18:43 Michał Górny
2023-12-20 16:26 Michał Górny
2023-12-20 16:15 Michał Górny
2023-12-20 16:15 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-06  6:51 Michał Górny
2023-12-05  4:20 Michał Górny
2023-10-25  2:26 Sam James
2023-10-06 17:05 Arthur Zamarin
2023-10-06 16:04 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:31 Sam James
2023-09-02 14:11 Michał Górny
2023-07-28 16:14 Michał Górny
2023-06-03 19:17 Michał Górny
2023-06-03 18:33 Arthur Zamarin
2023-06-03 18:26 Arthur Zamarin
2023-06-03 18:13 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-05-04  8:06 Michał Górny
2023-03-25  9:22 Michał Górny
2023-03-25  5:35 Arthur Zamarin
2023-03-24 19:55 Arthur Zamarin
2023-03-24 19:51 Arthur Zamarin
2023-03-24 19:48 Arthur Zamarin
2023-03-04 14:44 Michał Górny
2023-03-04 11:21 Arthur Zamarin
2023-02-21 18:10 Arthur Zamarin
2023-02-21 17:13 Arthur Zamarin
2023-02-18  7:03 Michał Górny
2023-01-21 16:25 Michał Górny
2023-01-21 14:46 Arthur Zamarin
2023-01-19  6:08 Michał Górny
2023-01-18  7:34 Michał Górny
2023-01-17  5:08 Michał Górny
2023-01-13 16:31 Arthur Zamarin
2023-01-13 12:32 Arthur Zamarin
2022-12-16 21:32 Arthur Zamarin
2022-11-17 18:07 Michał Górny
2022-10-30  6:39 Michał Górny
2022-10-11  7:27 Michał Górny
2022-10-11  6:45 Agostino Sarubbo
2022-10-10 19:54 Sam James
2022-10-10 19:54 Sam James
2022-10-10 18:39 Arthur Zamarin
2022-09-09  7:23 Arthur Zamarin
2022-08-18 10:55 Michał Górny
2022-08-18  7:31 Agostino Sarubbo
2022-08-18  7:01 Agostino Sarubbo
2022-08-17 21:13 Sam James
2022-08-17 19:34 Arthur Zamarin
2022-08-03  9:10 Michał Górny
2022-08-03  7:49 Agostino Sarubbo
2022-08-02 20:27 Sam James
2022-08-02 20:27 Sam James
2022-08-02 19:33 Arthur Zamarin
2022-07-15 18:30 Arthur Zamarin
2022-06-30 19:30 Arthur Zamarin
2022-06-22 11:50 Michał Górny
2022-06-22 10:12 Agostino Sarubbo
2022-06-22  6:58 Agostino Sarubbo
2022-06-22  6:53 Agostino Sarubbo
2022-06-22  5:47 Agostino Sarubbo
2022-06-07  6:54 Michał Górny
2022-05-25  7:12 Michał Górny
2022-05-20  8:29 Michał Górny
2022-05-18  5:58 Michał Górny
2022-04-26  3:32 Sam James
2022-04-26  3:21 Sam James
2022-04-24 18:44 Jakov Smolić
2022-04-11  7:41 Michał Górny
2022-04-11  6:50 Agostino Sarubbo
2022-04-10 17:38 Arthur Zamarin
2022-04-10 17:38 Arthur Zamarin
2022-04-10  9:05 Agostino Sarubbo
2022-03-09 20:06 Arthur Zamarin
2022-02-15 18:09 Michał Górny
2022-02-15 16:19 Sam James
2022-02-13  8:41 Jakov Smolić
2022-02-13  7:55 Agostino Sarubbo
2022-01-24 22:14 Michał Górny
2022-01-22  6:47 Arthur Zamarin
2022-01-08  7:49 Arthur Zamarin
2022-01-06 19:20 Arthur Zamarin
2022-01-05  8:46 Arthur Zamarin
2021-09-04 21:57 Michał Górny
2021-09-03  6:40 Agostino Sarubbo
2021-08-05 18:07 Michał Górny
2021-07-28  6:42 Agostino Sarubbo
2021-07-26  6:24 Sam James
2021-07-12  9:11 Michał Górny
2021-05-25 11:27 Michał Górny
2021-05-25 11:14 Sam James
2021-05-25 11:14 Sam James
2021-05-25  5:13 Michał Górny
2021-05-24  6:41 Michał Górny
2021-05-20  1:47 Sam James
2021-05-19  3:23 Sam James
2021-05-18 22:34 Michał Górny
2021-04-27 19:40 Sam James
2021-04-26 19:22 Sam James
2021-04-25 16:09 Sam James
2021-03-30 16:17 Thomas Deutschmann
2021-03-26  9:41 Michał Górny
2021-03-15  3:50 Sam James
2021-03-08  5:32 Sam James
2021-03-04  8:57 Michał Górny
2021-03-02 14:17 Thomas Deutschmann
2021-03-02  1:36 Sam James
2021-02-12  9:09 Michał Górny
2021-02-05  1:01 Michał Górny
2020-12-23  8:29 Michał Górny
2020-12-23  8:29 Michał Górny
2020-12-23  8:29 Michał Górny
2020-11-08 21:53 Sam James
2020-11-03  9:26 Sergei Trofimovich
2020-11-02  9:51 Fabian Groffen
2020-10-28 19:44 Thomas Deutschmann
2020-10-28  4:19 Sam James
2020-09-20 13:19 Fabian Groffen
2020-09-19 21:33 Michał Górny
2020-09-13 12:28 Sergei Trofimovich
2020-09-08 22:42 Sam James
2020-09-05  7:35 Fabian Groffen
2020-08-11  7:03 Sergei Trofimovich
2020-08-02 14:06 Fabian Groffen
2020-07-31  2:12 Sam James
2020-07-17  1:21 Sam James
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-05-03  6:36 Michał Górny
2020-03-27  7:25 Michał Górny
2020-01-29 19:53 Patrick McLean
2019-12-04  6:48 Aaron Bauman
2018-08-30 21:34 Matt Thode
2018-08-27  7:11 Louis Sautier
2018-06-26 14:41 Louis Sautier
2018-05-24 15:48 Fabian Groffen
2018-03-03 21:07 Sergei Trofimovich
2018-02-16  6:08 Matt Thode
2018-01-03 22:13 Michał Górny
2017-12-19  7:51 Fabian Groffen
2017-12-16  8:20 Tobias Klausmann
2017-11-09 13:27 Thomas Deutschmann
2017-10-30 10:23 Fabian Groffen
2017-09-19  9:38 Fabian Groffen
2017-07-31  3:41 Matt Thode
2017-05-10 16:41 Matt Thode
2017-05-10 16:41 Matt Thode
2016-08-15 19:45 Patrice Clement
2016-05-24  9:11 Ian Delaney
2016-04-26 12:33 Ian Delaney
2016-04-26 12:33 Ian Delaney
2016-04-18 16:16 Ian Delaney
2016-04-13  2:14 Ian Delaney
2015-12-17 16:28 Justin Lecher
2015-09-19 21:51 Manuel Rüger
2015-09-13 22:38 Manuel Rüger

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=1647768355.44f3900ac6a026dc29d48354664af1ab9045e2e0.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