public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/
Date: Mon, 30 Oct 2017 10:23:02 +0000 (UTC)	[thread overview]
Message-ID: <1509358968.4bf0b82a360a647f0ca63045f086b2613a1d9ac8.grobian@gentoo> (raw)

commit:     4bf0b82a360a647f0ca63045f086b2613a1d9ac8
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 10:22:48 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 10:22:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf0b82a

dev-python/dulwich: version bump, bug #635856

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/dulwich/Manifest              |  2 +-
 dev-python/dulwich/dulwich-0.18.5.ebuild | 50 ++++++++++++++++++++++++++++++++
 dev-python/dulwich/dulwich-0.9.9.ebuild  | 43 ---------------------------
 3 files changed, 51 insertions(+), 44 deletions(-)

diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest
index b5cc5489a3f..971ba685a7f 100644
--- a/dev-python/dulwich/Manifest
+++ b/dev-python/dulwich/Manifest
@@ -1,3 +1,3 @@
 DIST dulwich-0.17.3.tar.gz 311704 SHA256 0c3eccac93823e172b05d57aaeab3d6f03c6c0f1867613606d1909a3ab4100ca SHA512 1cc7950d53b8d8bb98f9206e1ced74857f756d4355813ddb2463cef855419ac57ae411e422e500b736c3e577f71da70d675d1f172140d4cc0645d3d5ab9e6e32 WHIRLPOOL c094224fd8c8f135114a7a91f4bbf509f7c28c24d3cdf8e6af25f8ccbbab6fb1bbe39fae1594429844746f6e006f4a63b9536fa84ecd3d617c6c6f5a2a2d5fe2
 DIST dulwich-0.18.3.tar.gz 328891 SHA256 d34c2628f89a5ac632fa462b2edd5afcfbf512793cfa14452d4c52f786962a8a SHA512 c89ae096407b59b37c2c36e7a429f2162950a0ee93f0ac619ea74c7ce48231ad9af097203dc8d9e2cd59bf1962f9c13325de61e9988c402fd3e212aacd910898 WHIRLPOOL 6d7aa5dd97fbc61d4248dc44626375ff465b132ae7c4ef8b60a473f138e53beb909e23e7a2fa2307a8bf44a8df52ff87f8958a41830ba16783918494d1668e01
-DIST dulwich-0.9.9.tar.gz 270127 SHA256 084e762c8d4d0c0002823249db57b8e735c99c409dacc2849565dd3c0c288496 SHA512 5039e8e80c51b8ee0df2ba0805fa63d9b476a05c86b6bd9eaf9348ac03a83f0f1208e259ae6bcf40fb2c94ffb57c9b45bff852e367b8bee95c10e672d3dc19d5 WHIRLPOOL 2a79d25f1233d9a6a242d064af179486810555eb3c9803c336ae152095318a32eb8588779cb07f84b073a05bf7f083ba3b3d4c8d2b4f8929b2aa3d01c29a0a01
+DIST dulwich-0.18.5.tar.gz 330097 SHA256 838bac318fd0ed79e0eedb6cfd53b6424dc618fec6b99dc959881b12da7bd6e0 SHA512 4ba0f70ebddf4c7f4e71721812e228f820226d4ea42bda4d5f06a0720a029d4dddb800cfc05b2610525922c5fcef1020edd1485105706d9ef3fcf810e6381035 WHIRLPOOL 7ab826c3d294ca17500de5beeb18e70cd912d468361e9972800ffd54768751d84c9f26e99871e2ba760a91d78397db786f0db7a2c3d16f4c301f8961138b3566

diff --git a/dev-python/dulwich/dulwich-0.18.5.ebuild b/dev-python/dulwich/dulwich-0.18.5.ebuild
new file mode 100644
index 00000000000..2a3bf41392d
--- /dev/null
+++ b/dev-python/dulwich/dulwich-0.18.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
+HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/gevent[${PYTHON_USEDEP}]
+		dev-python/geventhttpclient[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/python-fastimport[${PYTHON_USEDEP}]
+	)"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+# One test sometimes fails
+# https://github.com/jelmer/dulwich/issues/541
+PATCHES=( "${FILESDIR}/${PN}-0.18.3-skip-failing-test.patch" )
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
+python_test() {
+	emake check
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/build/html/. )
+	if use examples; then
+		insinto "/usr/share/doc/${PF}"
+		docompress -x "/usr/share/doc/${PF}/examples"
+		doins -r examples
+	fi
+	distutils-r1_python_install_all
+}

diff --git a/dev-python/dulwich/dulwich-0.9.9.ebuild b/dev-python/dulwich/dulwich-0.9.9.ebuild
deleted file mode 100644
index 6aa147ef409..00000000000
--- a/dev-python/dulwich/dulwich-0.9.9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python implementation of the Git file formats and protocols"
-HOMEPAGE="https://github.com/jelmer/dulwich/ https://pypi.python.org/pypi/dulwich"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc examples test"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/gevent[$(python_gen_usedep python2_7)] )"
-RDEPEND=""
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	# https://github.com/jelmer/dulwich/issues/196
-	if [[ "${EPYTHON}" == pypy ]]; then
-		"${PYTHON}" -m unittest dulwich.tests.test_suite || die "Tests failed under pypy"
-	else
-		emake check
-	fi
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/build/html/. )
-	use examples && local EXAMPLES=( examples/. )
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2017-10-30 10:23 UTC|newest]

Thread overview: 206+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30 10:23 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-30  6:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/ Michał Górny
2025-10-24  2:34 Michał Górny
2025-10-20  9:19 Sam James
2025-10-20  5:03 Michał Górny
2025-10-20  5:03 Michał Górny
2025-10-17 12:41 Jakov Smolić
2025-10-17  5:57 Michał Górny
2025-10-15  7:04 Michał Górny
2025-10-14 16:54 Arthur Zamarin
2025-10-14 16:54 Arthur Zamarin
2025-10-14 13:10 Michał Górny
2025-10-14 11:23 Fabian Groffen
2025-09-27  4:11 Michał Górny
2025-08-31  9:55 Andreas Sturmlechner
2025-08-30  6:30 Arthur Zamarin
2025-08-30  6:30 Arthur Zamarin
2025-08-30  6:30 Arthur Zamarin
2025-07-25 21:44 Andreas Sturmlechner
2025-07-08  6:03 Michał Górny
2025-07-01  2:28 Michał Górny
2025-03-22 20:22 Michał Górny
2025-03-22 19:46 Sam James
2025-03-22 11:59 Arthur Zamarin
2025-03-22 11:28 Arthur Zamarin
2025-03-03  4:13 Michał Górny
2025-01-14  6:05 WANG Xuerui
2025-01-05  2:55 Michał Górny
2025-01-04 14:37 Sam James
2025-01-04 13:28 Arthur Zamarin
2024-12-20  8:23 Michał Górny
2024-12-10 15:25 Michał Górny
2024-12-10 15:22 Sam James
2024-12-07 20:11 Sam James
2024-12-07 12:48 Sam James
2024-11-23  8:12 Michał Górny
2024-11-18  5:15 Michał Górny
2024-11-10 20:34 Fabian Groffen
2024-11-10  3:24 Michał Górny
2024-11-08  4:52 Michał Górny
2024-11-05  7:33 Fabian Groffen
2024-11-04 20:06 Fabian Groffen
2024-11-04 20:02 Fabian Groffen
2024-11-02  6:32 Michał Górny
2024-06-29 14:47 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-20  9:26 Michał Górny
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-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=1509358968.4bf0b82a360a647f0ca63045f086b2613a1d9ac8.grobian@gentoo \
    --to=grobian@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