public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-socks/
Date: Sun, 21 Nov 2021 22:20:32 +0000 (UTC)	[thread overview]
Message-ID: <1637533229.584f4b56a4cf64b2666888147af1e72a6c65d89f.mgorny@gentoo> (raw)

commit:     584f4b56a4cf64b2666888147af1e72a6c65d89f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 21:42:05 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 22:20:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584f4b56

dev-python/aiohttp-socks: Bump to 0.6.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiohttp-socks/Manifest                  |  1 +
 .../aiohttp-socks/aiohttp-socks-0.6.1.ebuild       | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/aiohttp-socks/Manifest b/dev-python/aiohttp-socks/Manifest
index 9e0b89de848f..3ba0a03f307e 100644
--- a/dev-python/aiohttp-socks/Manifest
+++ b/dev-python/aiohttp-socks/Manifest
@@ -1 +1,2 @@
 DIST aiohttp-socks-0.6.0.tar.gz 19789 BLAKE2B 56a9279f78e2a7a391183e6b68f9b33d878dc9b328d3096ca649b136e321ed372a9f9e8f7a02282c32568ac458639bd76b341f87722eeac46741d68064cc035b SHA512 15a5869d24955cba9548d8bd7cf1ec29b27a024603ca1b1d4abf8f93c70702434542c66ced1d8b28ae851034dad1ae8e2eaa4ed9a3729be35ec1e3c853237811
+DIST aiohttp-socks-0.6.1.tar.gz 19825 BLAKE2B 3f83d186e1311c7dc4468dcd52f3d4c6aa0b98028e5892f10a15278cbbeedf42934f2ae8730f4248cad46a606e7ba5b20584ad4dbf4efe1704b27fa74afcf015 SHA512 a26429bb911f7720689e1880cbd1b19d1865edcf5aea0fe7e059a46fc8d1cc4599c24210b485b1b62ac3438429a6922174e5d5e9cfe8be9857ac0d18977f3784

diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.6.1.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.6.1.ebuild
new file mode 100644
index 000000000000..8ec2583daa8a
--- /dev/null
+++ b/dev-python/aiohttp-socks/aiohttp-socks-0.6.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="SOCKS proxy connector for aiohttp"
+HOMEPAGE="https://pypi.org/project/aiohttp-socks/ https://github.com/romis2012/aiohttp-socks"
+SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}]
+	>=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+	>=dev-python/python-socks-1.2.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/yarl[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-11-21 22:20 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-21 22:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11  9:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-socks/ Michał Górny
2025-01-11  9:19 Sam James
2025-01-04 15:00 Michał Górny
2025-01-04 13:28 Arthur Zamarin
2024-12-27  5:24 Michał Górny
2024-12-24 11:17 Michał Górny
2024-12-21  8:11 Michał Górny
2024-12-07 15:43 Michał Górny
2024-12-07 12:48 Sam James
2024-11-21  6:01 Michał Górny
2024-09-07 15:09 Michał Górny
2024-09-07 14:16 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 13:21 Jakov Smolić
2024-08-24  6:41 Michał Górny
2024-07-31 15:58 Michał Górny
2023-11-24 14:34 Michał Górny
2023-11-05 20:58 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:55 Sam James
2023-10-04  5:51 Michał Górny
2023-09-06 16:39 Michał Górny
2023-09-06  2:41 Michał Górny
2023-09-04 13:14 Michał Górny
2023-05-31  8:31 Michał Górny
2023-03-16  3:33 Michał Górny
2023-03-15 20:12 Arthur Zamarin
2023-03-15 20:02 Arthur Zamarin
2023-02-21 19:15 Michał Górny
2023-01-31 16:58 Michał Górny
2022-10-18 18:51 Sam James
2022-10-17 19:47 Sam James
2021-12-25 18:43 Michał Górny
2021-12-25  8:24 Agostino Sarubbo
2021-11-23 22:05 Michał Górny
2021-11-23 22:05 Michał Górny
2021-08-02  8:41 Michał Górny
2021-08-02  8:41 Michał Górny
2021-04-11 11:23 Michał Górny
2021-03-01 21:53 Michał Górny
2020-11-14  8:50 Michał Górny
2020-11-14  1:48 Thomas Deutschmann
2020-11-02 23:51 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-09-23  7:29 Michał Górny
2020-09-21 15:53 Michał Górny
2020-09-18 14:28 Michał Górny
2020-08-25 12:53 Agostino Sarubbo
2020-08-22  7:13 Michał Górny
2020-07-27  5:41 Michał Górny
2020-07-20  8:55 Michał Górny
2019-08-02  2:35 Michał Górny
2019-07-31 14:32 Mikle Kolyada
2019-07-30 14:39 Michał Górny
2019-07-30 13:39 Michał Górny
2019-01-20 17:20 Manuel Rüger

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=1637533229.584f4b56a4cf64b2666888147af1e72a6c65d89f.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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