Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/
Date: Thu, 03 Nov 2022 19:56:23
Message-Id: 1667505370.cebe5eaf9dfde264c9089ea706276b03c70c0c89.arthurzam@gentoo
1 commit: cebe5eaf9dfde264c9089ea706276b03c70c0c89
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 19:56:10 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 19:56:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebe5eaf
7
8 dev-python/sphinx-autodoc-typehints: drop 1.19.2, 1.19.3
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sphinx-autodoc-typehints/Manifest | 2 -
13 .../sphinx-autodoc-typehints-1.19.2.ebuild | 44 ----------------------
14 .../sphinx-autodoc-typehints-1.19.3.ebuild | 44 ----------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest
18 index b139ab8435ae..5bb55a4989e4 100644
19 --- a/dev-python/sphinx-autodoc-typehints/Manifest
20 +++ b/dev-python/sphinx-autodoc-typehints/Manifest
21 @@ -1,3 +1 @@
22 -DIST sphinx-autodoc-typehints-1.19.2.gh.tar.gz 26983 BLAKE2B 694edbf94bac05670adad992cfdc7e1146228af7b888a97c4f8e2394623ef3e42251ba0f3c22985517b2a251996cc41a305ea5497b2369363bc00d4bb3d24da7 SHA512 c35c7ed3f0698651be5ba4dd2232912d1f6d9d30e08153527df3fe16001266abc80cd1b11e3a41ccf92140c6baea98105e9bccd9466e65664dcf008f9a944634
23 -DIST sphinx-autodoc-typehints-1.19.3.gh.tar.gz 27694 BLAKE2B c1528fa4d4e055dab723bfc40baea591a201546abdccbb81e7dd9ada8620ea74d7371f9c47a8ef310f57934de95b5c295939fa9c095492e02606ca9828bf921d SHA512 fba1b5b39b9c8556ffa75e1a9d2427623bb8ee6f412b78c293c77b248b81d73f624beca9c155279147951510daed7cf5a5120e714efbcce4d62251f74f0924a4
24 DIST sphinx-autodoc-typehints-1.19.4.gh.tar.gz 27724 BLAKE2B 5d22561515286a3530a86dad5cf80f0f66068ee50e10a60513dc66bb17be9a8aabb10fe9a35dd6cbeddc6eb78c2403e8f880cbed01e048c5bb3ce48716ff6bdc SHA512 d36a8b3f32dfb6204a248b91f20882b97efa9aa746cd9eeb445945de165511ddce4f9d3cc63799a5f9acc5b2fa6a4352eb7205e679b8937138a12cc462c94056
25
26 diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.2.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.2.ebuild
27 deleted file mode 100644
28 index 8ef083efe1aa..000000000000
29 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.2.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Type hints support for the Sphinx autodoc extension"
43 -HOMEPAGE="
44 - https://github.com/tox-dev/sphinx-autodoc-typehints/
45 - https://pypi.org/project/sphinx-autodoc-typehints/
46 -"
47 -SRC_URI="
48 - https://github.com/tox-dev/sphinx-autodoc-typehints/archive/${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -
52 -LICENSE="MIT"
53 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
54 -SLOT="0"
55 -
56 -RDEPEND="
57 - >=dev-python/sphinx-4.5[${PYTHON_USEDEP}]
58 -"
59 -BDEPEND="
60 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
61 - test? (
62 - >=dev-python/nptyping-2.1.1[${PYTHON_USEDEP}]
63 - dev-python/sphobjinv[${PYTHON_USEDEP}]
64 - >=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
65 - )
66 -"
67 -
68 -distutils_enable_tests pytest
69 -
70 -EPYTEST_DESELECT=(
71 - # this package is addicted to Internet
72 - tests/test_sphinx_autodoc_typehints.py::test_format_annotation
73 -)
74 -
75 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
76
77 diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.3.ebuild
78 deleted file mode 100644
79 index b61995da51f2..000000000000
80 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.19.3.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2022 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=8
87 -
88 -DISTUTILS_USE_PEP517=hatchling
89 -PYTHON_COMPAT=( python3_{8..10} )
90 -
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Type hints support for the Sphinx autodoc extension"
94 -HOMEPAGE="
95 - https://github.com/tox-dev/sphinx-autodoc-typehints/
96 - https://pypi.org/project/sphinx-autodoc-typehints/
97 -"
98 -SRC_URI="
99 - https://github.com/tox-dev/sphinx-autodoc-typehints/archive/${PV}.tar.gz
100 - -> ${P}.gh.tar.gz
101 -"
102 -
103 -LICENSE="MIT"
104 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
105 -SLOT="0"
106 -
107 -RDEPEND="
108 - >=dev-python/sphinx-5.2.1[${PYTHON_USEDEP}]
109 -"
110 -BDEPEND="
111 - dev-python/hatch-vcs[${PYTHON_USEDEP}]
112 - test? (
113 - >=dev-python/nptyping-2.3.1[${PYTHON_USEDEP}]
114 - >=dev-python/sphobjinv-2.2.2[${PYTHON_USEDEP}]
115 - >=dev-python/typing-extensions-4.3[${PYTHON_USEDEP}]
116 - )
117 -"
118 -
119 -distutils_enable_tests pytest
120 -
121 -EPYTEST_DESELECT=(
122 - # this package is addicted to Internet
123 - tests/test_sphinx_autodoc_typehints.py::test_format_annotation
124 -)
125 -
126 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}