Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpcore/
Date: Sat, 29 Aug 2020 14:14:32
Message-Id: 1598707037.5d6226d4540047bf517e9970969e460356151a06.andrewammerlaan@gentoo
1 commit: 5d6226d4540047bf517e9970969e460356151a06
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Aug 29 13:17:17 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Aug 29 13:17:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d6226d4
7
8 dev-python/httpcore: drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/httpcore/Manifest | 2 --
14 dev-python/httpcore/httpcore-0.7.0.ebuild | 60 -------------------------------
15 dev-python/httpcore/httpcore-0.9.1.ebuild | 48 -------------------------
16 3 files changed, 110 deletions(-)
17
18 diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
19 index 5317da8..1461f31 100644
20 --- a/dev-python/httpcore/Manifest
21 +++ b/dev-python/httpcore/Manifest
22 @@ -1,3 +1 @@
23 DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 SHA512 1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
24 -DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87 SHA512 f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
25 -DIST httpcore-0.9.1.tar.gz 35371 BLAKE2B 8f7416c1e726892b152e7e9623790ac1e70b9142f45028b23df25f1d54b6f113f1a79839ec2a7d90b196197d53c880847526c2e47e07d52a0e104a9e2849bccf SHA512 5105ff0c19b8a4a34080e79aa1d191199131450e658fbe0949b091e5acfb9cd8b11033757a3bd7dd1490e5fb61352eb44d086babd70d22be33479befd16745fd
26
27 diff --git a/dev-python/httpcore/httpcore-0.7.0.ebuild b/dev-python/httpcore/httpcore-0.7.0.ebuild
28 deleted file mode 100644
29 index f749084..0000000
30 --- a/dev-python/httpcore/httpcore-0.7.0.ebuild
31 +++ /dev/null
32 @@ -1,60 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{6,7} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A minimal HTTP client"
43 -HOMEPAGE="
44 - https://github.com/encode/httpcore
45 - https://pypi.org/project/httpcore
46 -"
47 -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -# Temporary failure in name resolution
54 -RESTRICT="test"
55 -
56 -# ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
57 -#IUSE="doc"
58 -
59 -RDEPEND="
60 - dev-python/h11[${PYTHON_USEDEP}]
61 - dev-python/hyper-h2[${PYTHON_USEDEP}]
62 - dev-python/sniffio[${PYTHON_USEDEP}]
63 - dev-python/trio[${PYTHON_USEDEP}]
64 -"
65 -#BDEPEND="
66 -# doc? (
67 -# dev-python/mkautodoc
68 -# dev-python/mkdocs
69 -# dev-python/mkdocs-material
70 -# )
71 -#"
72 -DEPEND="
73 - ${RDEPEND}
74 - test? (
75 - dev-python/autoflake[${PYTHON_USEDEP}]
76 - dev-python/black[${PYTHON_USEDEP}]
77 - dev-python/isort[${PYTHON_USEDEP}]
78 - dev-python/mypy[${PYTHON_USEDEP}]
79 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
80 - dev-python/pytest-trio[${PYTHON_USEDEP}]
81 - )
82 -"
83 -
84 -distutils_enable_tests pytest
85 -
86 -#python_compile_all() {
87 -# default
88 -# if use doc; then
89 -# mkdocs build || die "failed to make docs"
90 -# HTML_DOCS="site"
91 -# fi
92 -#}
93
94 diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild
95 deleted file mode 100644
96 index 87ca00d..0000000
97 --- a/dev-python/httpcore/httpcore-0.9.1.ebuild
98 +++ /dev/null
99 @@ -1,48 +0,0 @@
100 -# Copyright 1999-2020 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=7
104 -
105 -PYTHON_COMPAT=( python3_{6,7,8} )
106 -
107 -DOCBUILDER="mkdocs"
108 -DOCDEPEND="dev-python/mkdocs-material"
109 -AUTODOC=1
110 -
111 -inherit distutils-r1 docs
112 -
113 -DESCRIPTION="A minimal HTTP client"
114 -HOMEPAGE="
115 - https://github.com/encode/httpcore
116 - https://pypi.org/project/httpcore
117 -"
118 -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
119 -
120 -LICENSE="BSD"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -
124 -# Temporary failure in name resolution
125 -# requires masked mitmproxy
126 -RESTRICT="test"
127 -
128 -RDEPEND="
129 - dev-python/h11[${PYTHON_USEDEP}]
130 - dev-python/hyper-h2[${PYTHON_USEDEP}]
131 - dev-python/sniffio[${PYTHON_USEDEP}]
132 - dev-python/trio[${PYTHON_USEDEP}]
133 -"
134 -
135 -DEPEND="
136 - ${RDEPEND}
137 - test? (
138 - dev-python/autoflake[${PYTHON_USEDEP}]
139 - dev-python/black[${PYTHON_USEDEP}]
140 - dev-python/isort[${PYTHON_USEDEP}]
141 - dev-python/mypy[${PYTHON_USEDEP}]
142 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
143 - dev-python/pytest-trio[${PYTHON_USEDEP}]
144 - )
145 -"
146 -
147 -distutils_enable_tests pytest