[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2021-02-17 Thread Andrew Ammerlaan
commit: 5085ac11a2642b05640867e5b24ba683350cbd5f
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Feb 17 18:33:18 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Feb 17 18:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5085ac11

dev-python/httpcore: also add py3.9 to old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/httpcore/httpcore-0.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/httpcore/httpcore-0.10.1.ebuild 
b/dev-python/httpcore/httpcore-0.10.1.ebuild
index 615b25eb..5df6a34e 100644
--- a/dev-python/httpcore/httpcore-0.10.1.ebuild
+++ b/dev-python/httpcore/httpcore-0.10.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,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="dev-python/mkdocs-material"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2021-02-17 Thread Andrew Ammerlaan
commit: 551c20dabdcbc42d137b8d94ff5903e6b4895c39
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Feb 17 18:32:13 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Feb 17 18:32:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=551c20da

dev-python/httpcore: add py3.9

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/httpcore/Manifest  | 2 +-
 .../httpcore/{httpcore-0.12.2.ebuild => httpcore-0.12.3.ebuild}   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 83dced4a..b4f19213 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,2 +1,2 @@
 DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 
939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d53148fda11e74a18a37743613ee5
 SHA512 
1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
-DIST httpcore-0.12.2.tar.gz 56120 BLAKE2B 
384f266be9aac2b92b630b008c655afbf27e9442d5ee0dd3059b29b3c36c27d973a74289fef0b391c0dabbc87c9213b18fae271e4781b7a4bb1ea9fd22f6496a
 SHA512 
d4d172f9e5f6079a67626c324994ee4fcef86ff485e482b330ed6969eefb125a965d907a6dff2c463a54e3c8a26e82bda4742de162518810b53880e9d952c67c
+DIST httpcore-0.12.3.tar.gz 57587 BLAKE2B 
3c0e7a210b21e54564c4c6077fadf66344b887662c71b05a1ad4a2c0224a4d703eccdf576d4443341176edee03b6776bfd49aaef2ea2f29f02614677e1dfad85
 SHA512 
b31535231dc2b6a5f1c9c0c538628f75360f04b4747b447ab0a7168ed32d0eabd463335c2f7fa782dcabb4cbc32891a2839ae50e0999d5a791c01b02533d38f0

diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild 
b/dev-python/httpcore/httpcore-0.12.3.ebuild
similarity index 94%
rename from dev-python/httpcore/httpcore-0.12.2.ebuild
rename to dev-python/httpcore/httpcore-0.12.3.ebuild
index a59caa84..ee00ef4e 100644
--- a/dev-python/httpcore/httpcore-0.12.2.ebuild
+++ b/dev-python/httpcore/httpcore-0.12.3.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,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="dev-python/mkdocs-material"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-12-18 Thread Andrew Ammerlaan
commit: 15468ee0718359b2f34986b7ec755ec61e3caa0e
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Dec 18 14:09:08 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Dec 18 14:09:08 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15468ee0

dev-python/httpcore: add py3.8

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/httpcore/httpcore-0.12.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild 
b/dev-python/httpcore/httpcore-0.12.2.ebuild
index effb6272..a59caa84 100644
--- a/dev-python/httpcore/httpcore-0.12.2.ebuild
+++ b/dev-python/httpcore/httpcore-0.12.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 DOCS_BUILDER="mkdocs"
 DOCS_DEPEND="dev-python/mkdocs-material"
@@ -22,6 +22,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+# httpcore.ConnectError: [Errno 16] Device or resource busy
+RESTRICT="test"
+
 RDEPEND="
>=dev-python/curio-1.4[${PYTHON_USEDEP}]


[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-12-06 Thread Alessandro Barbieri
commit: b7dd2991763427be0f6101ccace9d8a7754cb40d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Dec  6 09:39:18 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Dec  6 09:40:08 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7dd2991

dev-python/httpcore: new version

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/httpcore/Manifest   |  1 +
 dev-python/httpcore/httpcore-0.12.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 1461f31a..83dced4a 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1 +1,2 @@
 DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 
939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d53148fda11e74a18a37743613ee5
 SHA512 
1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
+DIST httpcore-0.12.2.tar.gz 56120 BLAKE2B 
384f266be9aac2b92b630b008c655afbf27e9442d5ee0dd3059b29b3c36c27d973a74289fef0b391c0dabbc87c9213b18fae271e4781b7a4bb1ea9fd22f6496a
 SHA512 
d4d172f9e5f6079a67626c324994ee4fcef86ff485e482b330ed6969eefb125a965d907a6dff2c463a54e3c8a26e82bda4742de162518810b53880e9d952c67c

diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild 
b/dev-python/httpcore/httpcore-0.12.2.ebuild
new file mode 100644
index ..0cc94cbc
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.12.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 )
+
+DOCBUILDER="mkdocs"
+DOCDEPEND="dev-python/mkdocs-material"
+AUTODOC=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+   https://github.com/encode/httpcore
+   https://pypi.org/project/httpcore
+"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/curio-1.4[${PYTHON_USEDEP}]
+   =dev-python/hyper-h2-3[${PYTHON_USEDEP}]
+   =dev-python/sniffio-1[${PYTHON_USEDEP}]
+   =dev-python/trio-0.17.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-python/anyio-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/hypercorn-0.11.1[${PYTHON_USEDEP}]
+   >=dev-python/pproxy-2.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/trustme-0.6.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-08-14 Thread Andrew Ammerlaan
commit: 00ba53b30968ea8ce8faabee0499d9bcd06f2db4
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Aug 14 18:07:36 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Aug 14 18:07:36 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00ba53b3

dev-python/httpcore: version bump, drop py3.6

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/httpcore/Manifest   |  1 +
 dev-python/httpcore/httpcore-0.10.1.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 579b3b5..5317da8 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,2 +1,3 @@
+DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 
939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d53148fda11e74a18a37743613ee5
 SHA512 
1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f
 DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B 
f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87
 SHA512 
f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
 DIST httpcore-0.9.1.tar.gz 35371 BLAKE2B 
8f7416c1e726892b152e7e9623790ac1e70b9142f45028b23df25f1d54b6f113f1a79839ec2a7d90b196197d53c880847526c2e47e07d52a0e104a9e2849bccf
 SHA512 
5105ff0c19b8a4a34080e79aa1d191199131450e658fbe0949b091e5acfb9cd8b11033757a3bd7dd1490e5fb61352eb44d086babd70d22be33479befd16745fd

diff --git a/dev-python/httpcore/httpcore-0.10.1.ebuild 
b/dev-python/httpcore/httpcore-0.10.1.ebuild
new file mode 100644
index 000..0f7154b
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.10.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+DOCBUILDER="mkdocs"
+DOCDEPEND="dev-python/mkdocs-material"
+AUTODOC=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+   https://github.com/encode/httpcore
+   https://pypi.org/project/httpcore
+"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Temporary failure in name resolution
+# requires masked mitmproxy
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/h11[${PYTHON_USEDEP}]
+   dev-python/hyper-h2[${PYTHON_USEDEP}]
+   dev-python/sniffio[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/autoflake[${PYTHON_USEDEP}]
+   dev-python/isort[${PYTHON_USEDEP}]
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-07-03 Thread Andrew Ammerlaan
commit: c56dd91bc3533b97e7782eaa5918b86c0fd51d78
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Jul  3 18:38:03 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Jul  3 18:38:03 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56dd91b

dev-python/httpcore: add py3_8

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/httpcore/httpcore-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild 
b/dev-python/httpcore/httpcore-0.9.1.ebuild
index 7e0dad5..87ca00d 100644
--- a/dev-python/httpcore/httpcore-0.9.1.ebuild
+++ b/dev-python/httpcore/httpcore-0.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 DOCBUILDER="mkdocs"
 DOCDEPEND="dev-python/mkdocs-material"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-05-28 Thread Andrew Ammerlaan
commit: 51d299a29358aba4ca723cd7a53c5ba8a28ee79b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 28 10:58:37 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May 28 10:58:37 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51d299a2

dev-python/httpcore: version bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/httpcore/Manifest | 2 +-
 dev-python/httpcore/{httpcore-0.9.0.ebuild => httpcore-0.9.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 9fc05bc..579b3b5 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1,2 +1,2 @@
 DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B 
f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87
 SHA512 
f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
-DIST httpcore-0.9.0.tar.gz 35349 BLAKE2B 
8d543a9b8c0298a0c558ae0045dec82bdf3267acd1d683339a70fb5b8807a5c4600963a9b6c2634081f0d2c8a85015124d3ebdc58250f8a8e67c40d5a3a93d10
 SHA512 
b4369b8d9581521f68842431513c836ca6b2e08da54342fb7530f68e8e3bb906868858943243945c7591da175f760fcc291d2cba50b1cdb939f34bca962c80fc
+DIST httpcore-0.9.1.tar.gz 35371 BLAKE2B 
8f7416c1e726892b152e7e9623790ac1e70b9142f45028b23df25f1d54b6f113f1a79839ec2a7d90b196197d53c880847526c2e47e07d52a0e104a9e2849bccf
 SHA512 
5105ff0c19b8a4a34080e79aa1d191199131450e658fbe0949b091e5acfb9cd8b11033757a3bd7dd1490e5fb61352eb44d086babd70d22be33479befd16745fd

diff --git a/dev-python/httpcore/httpcore-0.9.0.ebuild 
b/dev-python/httpcore/httpcore-0.9.1.ebuild
similarity index 100%
rename from dev-python/httpcore/httpcore-0.9.0.ebuild
rename to dev-python/httpcore/httpcore-0.9.1.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-05-24 Thread Andrew Ammerlaan
commit: 060115781d1df75e46604f561e3275a1a0b8f453
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun May 24 08:34:25 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun May 24 08:34:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06011578

dev-python/httpcore: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/httpcore/Manifest  |  1 +
 dev-python/httpcore/httpcore-0.9.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 60b92b6..9fc05bc 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -1 +1,2 @@
 DIST httpcore-0.7.0.tar.gz 27932 BLAKE2B 
f3258a9f83a37bcf62422c6f6c5a911712afa1038378ef64aeda45c9b3e700d0e809e3526f2bc33633ce4dc827465d99298597a8b26b6cb13696f9663fcd5a87
 SHA512 
f5419ebbe6ff42e782bea127ca778de1d42637a15e0152d69e6b58ca7e3687d560a4b132781390a853595ec7d18a0fa567d5b752debbb7be7f5cc822a5eac3fd
+DIST httpcore-0.9.0.tar.gz 35349 BLAKE2B 
8d543a9b8c0298a0c558ae0045dec82bdf3267acd1d683339a70fb5b8807a5c4600963a9b6c2634081f0d2c8a85015124d3ebdc58250f8a8e67c40d5a3a93d10
 SHA512 
b4369b8d9581521f68842431513c836ca6b2e08da54342fb7530f68e8e3bb906868858943243945c7591da175f760fcc291d2cba50b1cdb939f34bca962c80fc

diff --git a/dev-python/httpcore/httpcore-0.9.0.ebuild 
b/dev-python/httpcore/httpcore-0.9.0.ebuild
new file mode 100644
index 000..7e0dad5
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.9.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+DOCBUILDER="mkdocs"
+DOCDEPEND="dev-python/mkdocs-material"
+AUTODOC=1
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+   https://github.com/encode/httpcore
+   https://pypi.org/project/httpcore
+"
+SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Temporary failure in name resolution
+# requires masked mitmproxy
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/h11[${PYTHON_USEDEP}]
+   dev-python/hyper-h2[${PYTHON_USEDEP}]
+   dev-python/sniffio[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/autoflake[${PYTHON_USEDEP}]
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/isort[${PYTHON_USEDEP}]
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-04-06 Thread Alessandro Barbieri
commit: 3f28cf795fc4cc05e6bcc72f168d6fc3d585c376
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Apr  7 01:19:59 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Apr  7 01:19:59 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f28cf79

dev-python/httpcore: removed space

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/httpcore/httpcore-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpcore/httpcore-0.7.0.ebuild 
b/dev-python/httpcore/httpcore-0.7.0.ebuild
index a0b354c..f749084 100644
--- a/dev-python/httpcore/httpcore-0.7.0.ebuild
+++ b/dev-python/httpcore/httpcore-0.7.0.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
 # Temporary failure in name resolution
 RESTRICT="test"
 
-# ERROR   -  Config value: 'theme'. Error: Unrecognised theme name: 
'material'. The available installed themes are: mkdocs, readthedocs 
+# ERROR   -  Config value: 'theme'. Error: Unrecognised theme name: 
'material'. The available installed themes are: mkdocs, readthedocs
 #IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/

2020-03-29 Thread Alessandro Barbieri
commit: 261df3eb62bc415489e08cbb84ab8cc5401df969
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Mar 29 09:28:02 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Mar 29 09:29:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=261df3eb

dev-python/httpcore: new package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/httpcore/Manifest  |  1 +
 dev-python/httpcore/httpcore-0.7.0.ebuild | 49 +++
 dev-python/httpcore/metadata.xml  | 26 
 3 files changed, 76 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
new file mode 100644
index 000..82c23f3
--- /dev/null
+++ b/dev-python/httpcore/Manifest
@@ -0,0 +1 @@
+DIST httpcore-0.7.0.tar.gz 24689 BLAKE2B 
5a7fa8eab6dc166f96c1a71d2ce1980155c37e286421fe10ff17315680d5a1ba5a6b52a8e0bcf8f727cdb146971ea82942327a900408ab72f8c82e2bfc9f9f83
 SHA512 
400e23aa9750f830e0d521db51e606c5b43e254cad8b98c17c2d3e4b2bd59020308954f5411ad766bff1759e2812a5b5e313273be22002dd87a75ea2413a

diff --git a/dev-python/httpcore/httpcore-0.7.0.ebuild 
b/dev-python/httpcore/httpcore-0.7.0.ebuild
new file mode 100644
index 000..acaa8e1
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.7.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="A minimal HTTP client"
+HOMEPAGE="
+   https://github.com/encode/httpcore
+   https://pypi.org/project/httpcore
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/h11[${PYTHON_USEDEP}]
+   dev-python/hyper-h2[${PYTHON_USEDEP}]
+   dev-python/sniffio[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   doc? (
+   dev-python/mkautodoc
+   dev-python/mkdocs
+   dev-python/mkdocs-material
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/autoflake[${PYTHON_USEDEP}]
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/isort[${PYTHON_USEDEP}]
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+#todo doc

diff --git a/dev-python/httpcore/metadata.xml b/dev-python/httpcore/metadata.xml
new file mode 100644
index 000..8b1dc83
--- /dev/null
+++ b/dev-python/httpcore/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+The HTTP Core package provides a minimal low-level HTTP client, which does one 
thing only. Sending HTTP requests.
+
+It does not provide any high level model abstractions over the API, does not 
handle redirects, multipart uploads, building authentication headers, 
transparent HTTP caching, URL parsing, session cookie handling, content or 
charset decoding, handling JSON, environment based configuration defaults, or 
any of that Jazz.
+
+Some things HTTP Core does do:
+
+Sending HTTP requests.
+Provides both sync and async interfaces.
+Supports HTTP/1.1 and HTTP/2.
+Async backend support for asyncio and trio.
+Automatic connection pooling.
+HTTP(S) proxy support.
+  
+  
+https://github.com/encode/httpcore
+httpcore
+  
+