From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpcore/ Date: Sat, 29 Aug 2020 14:14:20 +0000 (UTC) [thread overview] Message-ID: <1598707037.5d6226d4540047bf517e9970969e460356151a06.andrewammerlaan@gentoo> (raw) commit: 5d6226d4540047bf517e9970969e460356151a06 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Aug 29 13:17:17 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Aug 29 13:17:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d6226d4 dev-python/httpcore: drop old Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/httpcore/Manifest | 2 -- dev-python/httpcore/httpcore-0.7.0.ebuild | 60 ------------------------------- dev-python/httpcore/httpcore-0.9.1.ebuild | 48 ------------------------- 3 files changed, 110 deletions(-) diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest index 5317da8..1461f31 100644 --- a/dev-python/httpcore/Manifest +++ b/dev-python/httpcore/Manifest @@ -1,3 +1 @@ DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 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.7.0.ebuild b/dev-python/httpcore/httpcore-0.7.0.ebuild deleted file mode 100644 index f749084..0000000 --- a/dev-python/httpcore/httpcore-0.7.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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="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 -RESTRICT="test" - -# ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs -#IUSE="doc" - -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 - -#python_compile_all() { -# default -# if use doc; then -# mkdocs build || die "failed to make docs" -# HTML_DOCS="site" -# fi -#} diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild deleted file mode 100644 index 87ca00d..0000000 --- a/dev-python/httpcore/httpcore-0.9.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,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/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
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/httpcore/ Date: Sat, 29 Aug 2020 14:14:12 +0000 (UTC) [thread overview] Message-ID: <1598707037.5d6226d4540047bf517e9970969e460356151a06.andrewammerlaan@gentoo> (raw) Message-ID: <20200829141412.4t-KVOqbRCzD73ITA2uGeaKinxhWrDhPL4R-6qiCAH8@z> (raw) commit: 5d6226d4540047bf517e9970969e460356151a06 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Aug 29 13:17:17 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Aug 29 13:17:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d6226d4 dev-python/httpcore: drop old Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/httpcore/Manifest | 2 -- dev-python/httpcore/httpcore-0.7.0.ebuild | 60 ------------------------------- dev-python/httpcore/httpcore-0.9.1.ebuild | 48 ------------------------- 3 files changed, 110 deletions(-) diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest index 5317da8..1461f31 100644 --- a/dev-python/httpcore/Manifest +++ b/dev-python/httpcore/Manifest @@ -1,3 +1 @@ DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 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.7.0.ebuild b/dev-python/httpcore/httpcore-0.7.0.ebuild deleted file mode 100644 index f749084..0000000 --- a/dev-python/httpcore/httpcore-0.7.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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="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 -RESTRICT="test" - -# ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs -#IUSE="doc" - -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 - -#python_compile_all() { -# default -# if use doc; then -# mkdocs build || die "failed to make docs" -# HTML_DOCS="site" -# fi -#} diff --git a/dev-python/httpcore/httpcore-0.9.1.ebuild b/dev-python/httpcore/httpcore-0.9.1.ebuild deleted file mode 100644 index 87ca00d..0000000 --- a/dev-python/httpcore/httpcore-0.9.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,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/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
next reply other threads:[~2020-08-29 14:14 UTC|newest] Thread overview: 13+ 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/httpcore/ 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 2021-02-19 10:14 Michał Górny 2020-12-18 14:15 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-12-18 14:15 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-12-06 10:49 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-07-03 18:44 Andrew Ammerlaan 2020-05-28 11:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-05-28 11:06 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-05-24 19:03 Andrew Ammerlaan 2020-04-07 7:42 Andrew Ammerlaan 2020-03-29 13:21 Andrew Ammerlaan 2020-03-29 13:21 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=1598707037.5d6226d4540047bf517e9970969e460356151a06.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: linkBe 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