public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpx/
Date: Sat, 29 Aug 2020 14:14:20 +0000 (UTC)	[thread overview]
Message-ID: <1598710007.b8b3dd020f544593c1c45b84d0e73a0f806e27f4.andrewammerlaan@gentoo> (raw)

commit:     b8b3dd020f544593c1c45b84d0e73a0f806e27f4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 14:06:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 14:06:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8b3dd02

dev-python/httpx: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/httpx/Manifest            |  2 -
 dev-python/httpx/httpx-0.12.1.ebuild | 62 -----------------------------
 dev-python/httpx/httpx-0.9.3.ebuild  | 76 ------------------------------------
 3 files changed, 140 deletions(-)

diff --git a/dev-python/httpx/Manifest b/dev-python/httpx/Manifest
index d272c43..0a3004b 100644
--- a/dev-python/httpx/Manifest
+++ b/dev-python/httpx/Manifest
@@ -1,5 +1,3 @@
 DIST httpx-0.11.1.tar.gz 177579 BLAKE2B a5722e997a79fd9b5c701a862abb4bf70458bf57057d2a9fb9a2dccdbbca2f4f54bf59e91437ed8ff452737a3b01d69dbf4efe3ef03d49e240bc5bf54e51ebea SHA512 4da80a0232092d2423fd95d4549df79d9885e6ce34af0480f1d5a4904c9ca0fdb725b600f603c482179ea3b7c6ee5b584a70b8c0722918ba28f1bcc5c48201ad
-DIST httpx-0.12.1.tar.gz 186169 BLAKE2B 1b118081e55a5424eafdcf756cae8c1e9d72857d4fc24472cf118e4130bcb814e307f6fae52c0de61d89303cb1a876c8cda60fb98e138745a74712a1e7f2da08 SHA512 fe978a16f945e17a27815bc65f2adf36bd2a70b6e5e3c0ee8df83172d041c3084eaf99b10f7e015fc4a3de00ed081e83a54275256f9e85bf7cd32d553b316883
 DIST httpx-0.13.3.tar.gz 176199 BLAKE2B d3a56c2386841909668e34eaa78d202f91ad900230b9d1d4254bfa08312312d020e081aea2839dbb57d85fa26ccfc3f093404801c4dd5c47051f3c9fd2746552 SHA512 54cdee16e8253c221c3298817ccf63a4a0d6755a86feea2aa5a2efe9af44eb1eb0a578b21f593fe28fceace17b0a0badb52a66965c35bf456ea57dd3b905ebbe
 DIST httpx-0.14.2.tar.gz 811666 BLAKE2B 3d6b189a2327f1292ef2c5009292f1517984b5a45a9904f5b1f79b0c0fef19f2005d9db16094c02f4115b511151eb276c2fac9fcb5b8314d256be0395eeefe2c SHA512 4e73787703a0083c024288391f8c65d5b8d3cf0fbcf3b578c49a114575ebb913d1f9ff256a055f454853e793123ab1857f6910ff5fb7d325ee0d36134a8b74bd
-DIST httpx-0.9.3.tar.gz 170954 BLAKE2B 420993bc556e510d8f0d1ff0f3f200d9dce98c1475d40a1f7f5047cd34600bade5e184485d88642169685bf903dedc46d988e608d1f93f718cdb550801c1bb8e SHA512 171e4ea2a19882c90ced9af995e5ecce1ff27308f95f027ddc7197a599624125d94f70f9f0a0672b6a04db0569f1eaa05a935fd8d43f517335fe26b30dc53d1a

diff --git a/dev-python/httpx/httpx-0.12.1.ebuild b/dev-python/httpx/httpx-0.12.1.ebuild
deleted file mode 100644
index 0f081af..0000000
--- a/dev-python/httpx/httpx-0.12.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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 next generation HTTP client for Python"
-HOMEPAGE="
-	https://www.python-httpx.org
-	https://github.com/encode/httpx
-	https://pypi.org/project/httpx
-"
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/hstspreload[${PYTHON_USEDEP}]
-	dev-python/hyper-h2[${PYTHON_USEDEP}]
-	dev-python/h11[${PYTHON_USEDEP}]
-	dev-python/idna[${PYTHON_USEDEP}]
-	dev-python/rfc3986[${PYTHON_USEDEP}]
-	dev-python/sniffio[${PYTHON_USEDEP}]
-	dev-python/urllib3[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
-	dev-python/attrs[${PYTHON_USEDEP}]
-	dev-python/brotlipy[${PYTHON_USEDEP}]
-	dev-python/cryptography[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-	dev-python/trio[${PYTHON_USEDEP}]
-	dev-python/trustme[${PYTHON_USEDEP}]
-	dev-python/uvicorn[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# do not depend on pytest-cov
-	sed -i -e '/addopts/d' setup.cfg || die
-
-	# requires internet connection
-	sed -i -e 's:test_start_tls_on_tcp_socket_stream:_&:' \
-		-e 's:test_start_tls_on_uds_socket_stream:_&:' \
-		tests/test_concurrency.py || die
-
-	sed -i -e 's:test_http2_live_request:_&:' \
-		tests/dispatch/test_http2.py || die
-
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild
deleted file mode 100644
index 93c2c6b..0000000
--- a/dev-python/httpx/httpx-0.9.3.ebuild
+++ /dev/null
@@ -1,76 +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="A next generation HTTP client for Python"
-HOMEPAGE="
-	https://www.python-httpx.org
-	https://github.com/encode/httpx
-	https://pypi.org/project/httpx
-"
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-IUSE="doc"
-
-RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/hstspreload[${PYTHON_USEDEP}]
-	dev-python/hyper-h2[${PYTHON_USEDEP}]
-	dev-python/h11[${PYTHON_USEDEP}]
-	dev-python/idna[${PYTHON_USEDEP}]
-	dev-python/rfc3986[${PYTHON_USEDEP}]
-	dev-python/sniffio[${PYTHON_USEDEP}]
-	dev-python/urllib3[${PYTHON_USEDEP}]"
-
-BDEPEND="
-	doc?  (
-		dev-python/mkautodoc
-		dev-python/mkdocs
-		dev-python/mkdocs-material
-	)
-"
-
-DEPEND="test? (
-	dev-python/attrs[${PYTHON_USEDEP}]
-	dev-python/brotlipy[${PYTHON_USEDEP}]
-	dev-python/cryptography[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-	dev-python/trio[${PYTHON_USEDEP}]
-	dev-python/trustme[${PYTHON_USEDEP}]
-	dev-python/uvicorn[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# do not depend on pytest-cov
-	sed -i -e '/addopts/d' setup.cfg || die
-
-	# requires internet connection
-	sed -i -e 's:test_start_tls_on_tcp_socket_stream:_&:' \
-		-e 's:test_start_tls_on_uds_socket_stream:_&:' \
-		tests/test_concurrency.py || die
-
-	sed -i -e 's:test_http2_live_request:_&:' \
-		tests/dispatch/test_http2.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	default
-	if use doc; then
-		mkdocs build || die "failed to make docs"
-		HTML_DOCS="site"
-	fi
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpx/
Date: Sat, 29 Aug 2020 14:14:12 +0000 (UTC)	[thread overview]
Message-ID: <1598710007.b8b3dd020f544593c1c45b84d0e73a0f806e27f4.andrewammerlaan@gentoo> (raw)
Message-ID: <20200829141412.AJB9wTP4Gb5F-W4AJN9cNIUPOWMdA_jLqMHf5NFO--4@z> (raw)

commit:     b8b3dd020f544593c1c45b84d0e73a0f806e27f4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 14:06:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 14:06:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8b3dd02

dev-python/httpx: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/httpx/Manifest            |  2 -
 dev-python/httpx/httpx-0.12.1.ebuild | 62 -----------------------------
 dev-python/httpx/httpx-0.9.3.ebuild  | 76 ------------------------------------
 3 files changed, 140 deletions(-)

diff --git a/dev-python/httpx/Manifest b/dev-python/httpx/Manifest
index d272c43..0a3004b 100644
--- a/dev-python/httpx/Manifest
+++ b/dev-python/httpx/Manifest
@@ -1,5 +1,3 @@
 DIST httpx-0.11.1.tar.gz 177579 BLAKE2B a5722e997a79fd9b5c701a862abb4bf70458bf57057d2a9fb9a2dccdbbca2f4f54bf59e91437ed8ff452737a3b01d69dbf4efe3ef03d49e240bc5bf54e51ebea SHA512 4da80a0232092d2423fd95d4549df79d9885e6ce34af0480f1d5a4904c9ca0fdb725b600f603c482179ea3b7c6ee5b584a70b8c0722918ba28f1bcc5c48201ad
-DIST httpx-0.12.1.tar.gz 186169 BLAKE2B 1b118081e55a5424eafdcf756cae8c1e9d72857d4fc24472cf118e4130bcb814e307f6fae52c0de61d89303cb1a876c8cda60fb98e138745a74712a1e7f2da08 SHA512 fe978a16f945e17a27815bc65f2adf36bd2a70b6e5e3c0ee8df83172d041c3084eaf99b10f7e015fc4a3de00ed081e83a54275256f9e85bf7cd32d553b316883
 DIST httpx-0.13.3.tar.gz 176199 BLAKE2B d3a56c2386841909668e34eaa78d202f91ad900230b9d1d4254bfa08312312d020e081aea2839dbb57d85fa26ccfc3f093404801c4dd5c47051f3c9fd2746552 SHA512 54cdee16e8253c221c3298817ccf63a4a0d6755a86feea2aa5a2efe9af44eb1eb0a578b21f593fe28fceace17b0a0badb52a66965c35bf456ea57dd3b905ebbe
 DIST httpx-0.14.2.tar.gz 811666 BLAKE2B 3d6b189a2327f1292ef2c5009292f1517984b5a45a9904f5b1f79b0c0fef19f2005d9db16094c02f4115b511151eb276c2fac9fcb5b8314d256be0395eeefe2c SHA512 4e73787703a0083c024288391f8c65d5b8d3cf0fbcf3b578c49a114575ebb913d1f9ff256a055f454853e793123ab1857f6910ff5fb7d325ee0d36134a8b74bd
-DIST httpx-0.9.3.tar.gz 170954 BLAKE2B 420993bc556e510d8f0d1ff0f3f200d9dce98c1475d40a1f7f5047cd34600bade5e184485d88642169685bf903dedc46d988e608d1f93f718cdb550801c1bb8e SHA512 171e4ea2a19882c90ced9af995e5ecce1ff27308f95f027ddc7197a599624125d94f70f9f0a0672b6a04db0569f1eaa05a935fd8d43f517335fe26b30dc53d1a

diff --git a/dev-python/httpx/httpx-0.12.1.ebuild b/dev-python/httpx/httpx-0.12.1.ebuild
deleted file mode 100644
index 0f081af..0000000
--- a/dev-python/httpx/httpx-0.12.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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 next generation HTTP client for Python"
-HOMEPAGE="
-	https://www.python-httpx.org
-	https://github.com/encode/httpx
-	https://pypi.org/project/httpx
-"
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/hstspreload[${PYTHON_USEDEP}]
-	dev-python/hyper-h2[${PYTHON_USEDEP}]
-	dev-python/h11[${PYTHON_USEDEP}]
-	dev-python/idna[${PYTHON_USEDEP}]
-	dev-python/rfc3986[${PYTHON_USEDEP}]
-	dev-python/sniffio[${PYTHON_USEDEP}]
-	dev-python/urllib3[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
-	dev-python/attrs[${PYTHON_USEDEP}]
-	dev-python/brotlipy[${PYTHON_USEDEP}]
-	dev-python/cryptography[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-	dev-python/trio[${PYTHON_USEDEP}]
-	dev-python/trustme[${PYTHON_USEDEP}]
-	dev-python/uvicorn[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# do not depend on pytest-cov
-	sed -i -e '/addopts/d' setup.cfg || die
-
-	# requires internet connection
-	sed -i -e 's:test_start_tls_on_tcp_socket_stream:_&:' \
-		-e 's:test_start_tls_on_uds_socket_stream:_&:' \
-		tests/test_concurrency.py || die
-
-	sed -i -e 's:test_http2_live_request:_&:' \
-		tests/dispatch/test_http2.py || die
-
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild
deleted file mode 100644
index 93c2c6b..0000000
--- a/dev-python/httpx/httpx-0.9.3.ebuild
+++ /dev/null
@@ -1,76 +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="A next generation HTTP client for Python"
-HOMEPAGE="
-	https://www.python-httpx.org
-	https://github.com/encode/httpx
-	https://pypi.org/project/httpx
-"
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-IUSE="doc"
-
-RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/hstspreload[${PYTHON_USEDEP}]
-	dev-python/hyper-h2[${PYTHON_USEDEP}]
-	dev-python/h11[${PYTHON_USEDEP}]
-	dev-python/idna[${PYTHON_USEDEP}]
-	dev-python/rfc3986[${PYTHON_USEDEP}]
-	dev-python/sniffio[${PYTHON_USEDEP}]
-	dev-python/urllib3[${PYTHON_USEDEP}]"
-
-BDEPEND="
-	doc?  (
-		dev-python/mkautodoc
-		dev-python/mkdocs
-		dev-python/mkdocs-material
-	)
-"
-
-DEPEND="test? (
-	dev-python/attrs[${PYTHON_USEDEP}]
-	dev-python/brotlipy[${PYTHON_USEDEP}]
-	dev-python/cryptography[${PYTHON_USEDEP}]
-	dev-python/isort[${PYTHON_USEDEP}]
-	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-	dev-python/trio[${PYTHON_USEDEP}]
-	dev-python/trustme[${PYTHON_USEDEP}]
-	dev-python/uvicorn[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# do not depend on pytest-cov
-	sed -i -e '/addopts/d' setup.cfg || die
-
-	# requires internet connection
-	sed -i -e 's:test_start_tls_on_tcp_socket_stream:_&:' \
-		-e 's:test_start_tls_on_uds_socket_stream:_&:' \
-		tests/test_concurrency.py || die
-
-	sed -i -e 's:test_http2_live_request:_&:' \
-		tests/dispatch/test_http2.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	default
-	if use doc; then
-		mkdocs build || die "failed to make docs"
-		HTML_DOCS="site"
-	fi
-}


             reply	other threads:[~2020-08-29 14:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-29 14:14 Andrew Ammerlaan [this message]
2020-08-29 14:14 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpx/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-02-19 10:14 [gentoo-commits] repo/proj/guru:master " Michał Górny
2020-10-18  9:03 Andrew Ammerlaan
2020-09-06 12:36 Andrew Ammerlaan
2020-08-29 14:14 Andrew Ammerlaan
2020-08-17 10:17 Andrew Ammerlaan
2020-08-14 18:35 Andrew Ammerlaan
2020-08-14 18:20 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-14 18:35 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-30 19:19 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-30 19:43 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-01 11:31 Andrew Ammerlaan
2020-05-28 11:06 Andrew Ammerlaan
2020-05-24  8:35 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-24 19:03 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 16:16 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:08 Andrew Ammerlaan
2020-03-24 16:37 Michał Górny
2020-03-09 17:55 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598710007.b8b3dd020f544593c1c45b84d0e73a0f806e27f4.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox