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, 28 Mar 2020 11:08:01 +0000 (UTC) [thread overview]
Message-ID: <1585393214.f868d626e8620a23e24e19bd3e1d2f3603376ff6.andrewammerlaan@gentoo> (raw)
commit: f868d626e8620a23e24e19bd3e1d2f3603376ff6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:52:11 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=f868d626
dev-python/httpx: re-add py3_7
do not use PYTHON_USEDEP for BDEPEND
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpx/httpx-0.11.1.ebuild | 2 +-
dev-python/httpx/httpx-0.12.0.ebuild | 2 +-
dev-python/httpx/httpx-0.9.3.ebuild | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.11.1.ebuild
+++ b/dev-python/httpx/httpx-0.11.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/httpx/httpx-0.12.0.ebuild b/dev-python/httpx/httpx-0.12.0.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.12.0.ebuild
+++ b/dev-python/httpx/httpx-0.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild
index 0a31dfc..c21cd73 100644
--- a/dev-python/httpx/httpx-0.9.3.ebuild
+++ b/dev-python/httpx/httpx-0.9.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -33,9 +33,9 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
BDEPEND="
doc? (
- dev-python/mkautodoc[${PYTHON_USEDEP}]
- dev-python/mkdocs[${PYTHON_USEDEP}]
- dev-python/mkdocs-material[${PYTHON_USEDEP}]
+ dev-python/mkautodoc
+ dev-python/mkdocs
+ dev-python/mkdocs-material
)
"
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, 28 Mar 2020 11:00:43 +0000 (UTC) [thread overview]
Message-ID: <1585393214.f868d626e8620a23e24e19bd3e1d2f3603376ff6.andrewammerlaan@gentoo> (raw)
Message-ID: <20200328110043.m0oXAdRhthiqK1It4JKY2D3GyjQKFGSZ-4KU3UWlazc@z> (raw)
commit: f868d626e8620a23e24e19bd3e1d2f3603376ff6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:52:11 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=f868d626
dev-python/httpx: re-add py3_7
do not use PYTHON_USEDEP for BDEPEND
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpx/httpx-0.11.1.ebuild | 2 +-
dev-python/httpx/httpx-0.12.0.ebuild | 2 +-
dev-python/httpx/httpx-0.9.3.ebuild | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.11.1.ebuild
+++ b/dev-python/httpx/httpx-0.11.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/httpx/httpx-0.12.0.ebuild b/dev-python/httpx/httpx-0.12.0.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.12.0.ebuild
+++ b/dev-python/httpx/httpx-0.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild
index 0a31dfc..c21cd73 100644
--- a/dev-python/httpx/httpx-0.9.3.ebuild
+++ b/dev-python/httpx/httpx-0.9.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -33,9 +33,9 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
BDEPEND="
doc? (
- dev-python/mkautodoc[${PYTHON_USEDEP}]
- dev-python/mkdocs[${PYTHON_USEDEP}]
- dev-python/mkdocs-material[${PYTHON_USEDEP}]
+ dev-python/mkautodoc
+ dev-python/mkdocs
+ dev-python/mkdocs-material
)
"
next reply other threads:[~2020-03-28 11:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-28 11:08 Andrew Ammerlaan [this message]
2020-03-28 11:00 ` [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-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-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=1585393214.f868d626e8620a23e24e19bd3e1d2f3603376ff6.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