* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
@ 2020-02-10 14:19 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-02-10 14:19 UTC (permalink / raw
To: gentoo-commits
commit: 175c0ac46e317edba0783d9246c913585434a6fc
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 10 13:44:11 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 10 13:44:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=175c0ac4
dev-python/sphinx-autodoc-typehints: Fix metadata
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sphinx-autodoc-typehints/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/sphinx-autodoc-typehints/metadata.xml b/dev-python/sphinx-autodoc-typehints/metadata.xml
index dd0bd9c..628ab20 100644
--- a/dev-python/sphinx-autodoc-typehints/metadata.xml
+++ b/dev-python/sphinx-autodoc-typehints/metadata.xml
@@ -6,8 +6,4 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
@ 2020-03-09 14:43 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 14:43 UTC (permalink / raw
To: gentoo-commits
commit: 9ed6765a208d1538e6722af014b16d6089ec8efe
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 9 13:53:40 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 9 14:43:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ed6765a
dev-python/sphinx-autodoc-typehints: depend on sphinx
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
index 2db98eb..c125449 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
@@ -17,6 +17,8 @@ SLOT="0"
BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
DEPEND="test? ( dev-python/sphobjinv[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}] )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
@ 2020-03-27 17:53 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2020-03-27 17:53 UTC (permalink / raw
To: gentoo-commits
commit: c18bc4dee7789469854696c46c16636c42327954
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 17:38:53 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 17:38:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c18bc4de
dev-python/sphinx-autodoc-typehints: longdescription, pypi
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/sphinx-autodoc-typehints/metadata.xml | 15 +++++++++++----
.../sphinx-autodoc-typehints-1.10.3.ebuild | 11 +++++++----
2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/dev-python/sphinx-autodoc-typehints/metadata.xml b/dev-python/sphinx-autodoc-typehints/metadata.xml
index 628ab20..34a6533 100644
--- a/dev-python/sphinx-autodoc-typehints/metadata.xml
+++ b/dev-python/sphinx-autodoc-typehints/metadata.xml
@@ -2,8 +2,15 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>andrewammerlaan@riseup.net</email>
- <name>Andrew Ammerlaan</name>
- </maintainer>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <longdescription>
+This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion
+ </longdescription>
+ <upstream>
+ <remote-id type="github">agronholm/sphinx-autodoc-typehints</remote-id>
+ <remote-id type="pypi">sphinx-autodoc-typehints</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
index 20e2095..8b4b1fc 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
@@ -3,16 +3,19 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="Type hints support for the Sphinx autodoc extension "
-HOMEPAGE="https://github.com/agronholm/sphinx-autodoc-typehints"
+HOMEPAGE="
+ https://github.com/agronholm/sphinx-autodoc-typehints
+ https://pypi.org/project/sphinx-autodoc-typehints
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 "
+KEYWORDS="~amd64 ~x86"
SLOT="0"
BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
@@ -33,7 +36,7 @@ python_prepare_all() {
-e 's:test_format_annotation_both_libs:_&:' \
-e 's:test_format_annotation_both_libs:_&:' \
-e 's:test_format_annotation_both_libs:_&:' \
- tests/test_sphinx_autodoc_typehints.py || die
+ tests/test_sphinx_autodoc_typehints.py || die
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-28 11:00 ` Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-03-28 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 40249ee752058af76afdd020820d42750dc9682e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:48:25 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40249ee7
dev-python/sphinx-autodoc-typehints: add py3_7
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../sphinx-autodoc-typehints-1.10.3.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
index 8b4b1fc..f5dff97 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -22,8 +22,10 @@ BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-DEPEND="test? ( dev-python/sphobjinv[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}] )"
+DEPEND="test? (
+ dev-python/sphobjinv[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ )"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-28 11:07 ` Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-03-28 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 219be18534214cb6bff19e9086aedd86b8c4b6c2
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 11:04:55 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:04:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=219be185
dev-python/sphinx-autodoc-typehints: fix trailing whitespace
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
index f5dff97..726281b 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
@@ -24,7 +24,7 @@ RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
DEPEND="test? (
dev-python/sphobjinv[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
@ 2020-06-24 15:05 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-06-24 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 683fbd57b71ca97d5d5458113be2a18588dc750d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jun 24 15:03:34 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jun 24 15:03:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=683fbd57
dev-python/sphinx-autodoc-typehints: version bump
Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sphinx-autodoc-typehints/Manifest | 1 +
.../sphinx-autodoc-typehints-1.11.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest
index 8ec7c20..b36be84 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1 +1,2 @@
DIST sphinx-autodoc-typehints-1.10.3.tar.gz 16396 BLAKE2B 5621e6225fa8f97f61a3e7ad387631bc524bd4cd236a184e88431dd044dbf208b042882a150a88372f7bdd613d06de980a5b6685ed1814c6b0c7c1a27079f715 SHA512 170fd6cea10d730eefeef4e2e4de985119dbcde06d43181bb522ec31923ddc49dd7757ca623c820e2e5008198ef9b522d70e08c0c6ff5349921f1777b797bddb
+DIST sphinx-autodoc-typehints-1.11.0.tar.gz 16676 BLAKE2B 8a2d8ea24ba5cc670edf1570d2c040f13aeed73ba690281846a38c9ab10b8ecfdc3c7435e3cc2099c9c2c1ec2e247ac520668edaf16630b24753ce01065cb573 SHA512 9ffdeccc58ae349fac5e94fac0495c0a2c037293bd5f49a0a5f9844881b6af08b8a3de02fccf68ec14e3301121ebfc212a3dd20c986cee2784b06f899b8b5ea4
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild
new file mode 100644
index 0000000..2041cfa
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension "
+HOMEPAGE="
+ https://github.com/agronholm/sphinx-autodoc-typehints
+ https://pypi.org/project/sphinx-autodoc-typehints
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+ dev-python/sphobjinv[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # skip these tests: need internet
+ sed -i -e 's:test_parse_annotation:_&:' \
+ -e 's:test_format_annotation:_&:' \
+ -e 's:test_format_annotation_both_libs:_&:' \
+ tests/test_sphinx_autodoc_typehints.py || die
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
2020-10-18 9:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-10-18 9:03 ` Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-10-18 9:03 UTC (permalink / raw
To: gentoo-commits
commit: bdff73e89d42b2a9285f25085790ccf45c5b6952
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 08:32:27 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 08:32:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdff73e8
dev-python/sphinx-autodoc-typehints: version bump 1.11.1
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sphinx-autodoc-typehints/Manifest | 2 +-
...c-typehints-1.11.0.ebuild => sphinx-autodoc-typehints-1.11.1.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest
index b36be84c..cb404171 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,2 +1,2 @@
DIST sphinx-autodoc-typehints-1.10.3.tar.gz 16396 BLAKE2B 5621e6225fa8f97f61a3e7ad387631bc524bd4cd236a184e88431dd044dbf208b042882a150a88372f7bdd613d06de980a5b6685ed1814c6b0c7c1a27079f715 SHA512 170fd6cea10d730eefeef4e2e4de985119dbcde06d43181bb522ec31923ddc49dd7757ca623c820e2e5008198ef9b522d70e08c0c6ff5349921f1777b797bddb
-DIST sphinx-autodoc-typehints-1.11.0.tar.gz 16676 BLAKE2B 8a2d8ea24ba5cc670edf1570d2c040f13aeed73ba690281846a38c9ab10b8ecfdc3c7435e3cc2099c9c2c1ec2e247ac520668edaf16630b24753ce01065cb573 SHA512 9ffdeccc58ae349fac5e94fac0495c0a2c037293bd5f49a0a5f9844881b6af08b8a3de02fccf68ec14e3301121ebfc212a3dd20c986cee2784b06f899b8b5ea4
+DIST sphinx-autodoc-typehints-1.11.1.tar.gz 17361 BLAKE2B 2ea3c3cd19c2bcb6c6dcc8c37ef60e977a852c29337f34f090d54cd1b2a7525f32dbef83c369042fc28a555f340231f3754bc301bb5056c40de9915da94fa8e4 SHA512 ac6b15247496ef2e284be57cf715972865859b1f3c51a7548aca07d7ded9dd53e75114064cd5a8c66539ef2cee983e1a3213570baa09b5c3ced594893e14bc38
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild
similarity index 99%
rename from dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild
rename to dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild
index 0ec33146..f45bccc3 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
DEPEND="test? (
dev-python/sphobjinv[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
- )"
+)"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
@ 2021-02-17 18:33 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-02-17 18:33 UTC (permalink / raw
To: gentoo-commits
commit: ae5a1cc22ebff64be6038a12994739a5288ec504
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 17 18:23:16 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb 17 18:23:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae5a1cc2
dev-python/sphinx-autodoc-typehints: add py3.8
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild
index f45bccc3..b1885f21 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
@ 2021-04-13 13:15 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 13:15 UTC (permalink / raw
To: gentoo-commits
commit: b68c48a534b38c25d45dac217b304c6b42883b78
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 13:01:33 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 13:01:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b68c48a5
dev-python/sphinx-autodoc-typehints: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sphinx-autodoc-typehints/Manifest | 1 -
.../sphinx-autodoc-typehints-1.10.3.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest
index cb4041713..30290e7ea 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,2 +1 @@
-DIST sphinx-autodoc-typehints-1.10.3.tar.gz 16396 BLAKE2B 5621e6225fa8f97f61a3e7ad387631bc524bd4cd236a184e88431dd044dbf208b042882a150a88372f7bdd613d06de980a5b6685ed1814c6b0c7c1a27079f715 SHA512 170fd6cea10d730eefeef4e2e4de985119dbcde06d43181bb522ec31923ddc49dd7757ca623c820e2e5008198ef9b522d70e08c0c6ff5349921f1777b797bddb
DIST sphinx-autodoc-typehints-1.11.1.tar.gz 17361 BLAKE2B 2ea3c3cd19c2bcb6c6dcc8c37ef60e977a852c29337f34f090d54cd1b2a7525f32dbef83c369042fc28a555f340231f3754bc301bb5056c40de9915da94fa8e4 SHA512 ac6b15247496ef2e284be57cf715972865859b1f3c51a7548aca07d7ded9dd53e75114064cd5a8c66539ef2cee983e1a3213570baa09b5c3ced594893e14bc38
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
deleted file mode 100644
index 9cd677bec..000000000
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Type hints support for the Sphinx autodoc extension "
-HOMEPAGE="
- https://github.com/agronholm/sphinx-autodoc-typehints
- https://pypi.org/project/sphinx-autodoc-typehints
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
- dev-python/sphobjinv[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # skip these tests
- sed -i -e 's:test_parse_annotation:_&:' \
- -e 's:test_format_annotation:_&:' \
- -e 's:test_format_annotation_both_libs:_&:' \
- -e 's:test_sphinx_output:_&:' \
- -e 's:test_format_annotation_both_libs:_&:' \
- -e 's:test_format_annotation_both_libs:_&:' \
- -e 's:test_format_annotation_both_libs:_&:' \
- tests/test_sphinx_autodoc_typehints.py || die
-
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-04-13 13:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-27 17:53 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-04-13 13:15 Andrew Ammerlaan
2021-02-17 18:33 Andrew Ammerlaan
2020-10-18 9:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-18 9:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-24 15:05 Andrew Ammerlaan
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:07 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-09 14:43 Andrew Ammerlaan
2020-02-10 14:19 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox