commit:     87ef56aa40ff9edfea89a3a90a87a146c55f8ec9
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sun Sep 24 07:49:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 03:23:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ef56aa

dev-python/pipdeptree: new package, add 2.13.0

Bug: https://bugs.gentoo.org/717666
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pipdeptree/Manifest                 |  1 +
 dev-python/pipdeptree/metadata.xml             | 17 +++++++++++++++++
 dev-python/pipdeptree/pipdeptree-2.13.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/pipdeptree/Manifest b/dev-python/pipdeptree/Manifest
new file mode 100644
index 000000000000..3257b50c00fb
--- /dev/null
+++ b/dev-python/pipdeptree/Manifest
@@ -0,0 +1 @@
+DIST pipdeptree-2.13.0.tar.gz 32980 BLAKE2B 
37a7ecf2cef1fb2533655b1b911216ed5d069ce639198896517a49be010b1697df2a81aecba001dfbcd9b67618411754a97ad198f2e2c32d73d2104020d5eb01
 SHA512 
eccc41e1428d2f7146386a6aa0e1c5833302b9eaaa810250cb8029f8cf7f8f8173477553f143835b4dfac318331b9b7467493a3fcae15569d7d371d58b27963f

diff --git a/dev-python/pipdeptree/metadata.xml 
b/dev-python/pipdeptree/metadata.xml
new file mode 100644
index 000000000000..f1082b8162d3
--- /dev/null
+++ b/dev-python/pipdeptree/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Oz Tiram</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="github">tox-dev/pipdeptree</remote-id>
+               <remote-id type="pypi">pipdeptree</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/pipdeptree/pipdeptree-2.13.0.ebuild 
b/dev-python/pipdeptree/pipdeptree-2.13.0.ebuild
new file mode 100644
index 000000000000..8797679d46f1
--- /dev/null
+++ b/dev-python/pipdeptree/pipdeptree-2.13.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Utility for displaying installed packages in a dependency tree"
+HOMEPAGE="
+       https://github.com/tox-dev/pipdeptree
+       https://pypi.org/project/pipdeptree/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest

Reply via email to