public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/objgraph/
Date: Thu, 29 Jun 2017 22:04:52 +0000 (UTC)	[thread overview]
Message-ID: <1498773799.464bb856421e3bb65400c5c0e1df69f9efc92314.bicatali@gentoo> (raw)

commit:     464bb856421e3bb65400c5c0e1df69f9efc92314
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 17:51:13 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:03:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464bb856

dev-python/objgraph: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/objgraph/Manifest              |  1 +
 dev-python/objgraph/objgraph-3.1.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/objgraph/Manifest b/dev-python/objgraph/Manifest
index d5a670e87b2..f12b4f3bb41 100644
--- a/dev-python/objgraph/Manifest
+++ b/dev-python/objgraph/Manifest
@@ -1,2 +1,3 @@
 DIST objgraph-1.7.2.tar.gz 545016 SHA256 3b08ccf1f06b8c13574c1edf4767fd9b50607a41218cf8a64f12e2f7a8be4d70 SHA512 22012031723060b47058c00cd97035b53238f8cf49c4e51b1f7735bf9c1d5aac9a5f0bcbe605317952f9b9390fc3bf247211082b4540e05cbf76670c27861ac2 WHIRLPOOL 23a017ac5fd9fa7ed266bc92675cb6d20afc38b2291465ba76414f1ff11edd42856732ffab1a187ebf8d683a1393f51cf7406104938fadf0fd286963fba6000e
 DIST objgraph-1.8.1.tar.gz 549402 SHA256 b4d4628adf39176beeb881fc575832256756bf0d73c1746b2b3529fd309b1a67 SHA512 c09e66aecc5dadc5a6e3d93e0f97fa6e816c5cbe968540400ed3d1248b958c955648cb2b4247ba00cd2388302dbcc178c55686cd2b95858b965a2717c6ff0c90 WHIRLPOOL f8e273422079249e0a22aa8f136fed72aa2fb1f8b925acfe52bf4677ac6164cc2ef919b5e4c23ab81ee978c94563366b52c52ed00c82ff8ce17056e644471c17
+DIST objgraph-3.1.0.tar.gz 629772 SHA256 99b3a39e8bb7a3530324ba50f65415448cf5279d8c67c0556a0bdf3c8f7c6510 SHA512 4b997ff1942556fdeece39080ad00d915136d314add94e61e4b3102e332ce3fd029f7082fbbadeffae63f157f05f8af4871dc5b7ee26926d790fb043ad8f2130 WHIRLPOOL 84559968631d3a16e1320f03b6125d8a3b3ed2f98ea4d003647b5d446643005ff44477bd0da4ebf8c713090a3f11e20ee9e2e7135216eb0633179fba7c4cdcb7

diff --git a/dev-python/objgraph/objgraph-3.1.0.ebuild b/dev-python/objgraph/objgraph-3.1.0.ebuild
new file mode 100644
index 00000000000..02f391b505d
--- /dev/null
+++ b/dev-python/objgraph/objgraph-3.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Draws Python object reference graphs with graphviz"
+HOMEPAGE="http://mg.pov.lt/objgraph/"
+SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+IUSE="doc"
+
+RDEPEND="media-gfx/graphviz"
+DEPEND="dev-python/setuptools"
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=(  docs/* )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2017-06-29 22:04 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29 22:04 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-10 18:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/objgraph/ Sebastien Fabbro
2018-06-23 21:55 Aaron Bauman
2019-03-27  1:07 Patrick McLean
2020-02-05 16:53 Michał Górny
2020-02-05 16:53 Michał Górny
2020-02-12 21:55 Zac Medico
2020-03-28 11:21 Michał Górny
2020-03-28 11:21 Michał Górny
2020-03-31  7:38 Georgy Yakovlev
2020-04-28 19:23 Mart Raudsepp
2020-05-30 16:20 Michał Górny
2020-05-30 20:33 Sergei Trofimovich
2020-06-04 14:06 Michał Górny
2020-06-21 19:23 Michał Górny
2020-06-22 19:05 Mart Raudsepp
2020-06-29 13:40 Agostino Sarubbo
2020-07-05 15:16 Michał Górny
2020-07-06 11:57 Michał Górny
2020-07-13 23:13 Sam James
2020-10-11 14:49 Michał Górny
2020-11-14 22:06 Michał Górny
2020-11-15  5:19 Sam James
2020-11-15  7:54 Michał Górny
2021-06-05 14:40 Michał Górny
2021-09-02 22:57 Marek Szuba
2022-05-21  7:36 Michał Górny
2022-05-21  7:36 Michał Górny
2022-06-05  5:36 Michał Górny
2022-06-21 18:26 Arthur Zamarin
2022-06-21 18:37 Arthur Zamarin
2022-09-08  5:19 Sam James
2022-09-10 18:28 Arthur Zamarin
2022-10-22 14:54 Michał Górny
2022-11-18 15:14 Arthur Zamarin
2023-01-03  2:53 WANG Xuerui
2023-03-04  9:29 Arthur Zamarin
2023-03-07 16:36 Arthur Zamarin
2023-03-16  4:03 Michał Górny
2023-05-25 15:47 Michał Górny
2023-05-25 15:47 Michał Górny
2023-11-30 21:43 James Le Cuirot
2024-02-26 17:48 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-03-13 15:02 Michał Górny
2024-06-15 13:47 Michał Górny
2024-07-27  6:33 Michał Górny
2024-10-10 12:11 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-26 13:07 Michał Górny
2025-01-04 15:08 Sam James
2025-02-16 20:33 Michał Górny
2025-03-01 19:01 Arthur Zamarin

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=1498773799.464bb856421e3bb65400c5c0e1df69f9efc92314.bicatali@gentoo \
    --to=bicatali@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