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: Wed,  6 Sep 2023 02:41:01 +0000 (UTC)	[thread overview]
Message-ID: <1693968055.d4ba8f7f5d44bd5190282cfbf0698697cf76525c.mgorny@gentoo> (raw)

commit:     d4ba8f7f5d44bd5190282cfbf0698697cf76525c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 02:29:55 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 02:40:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ba8f7f

dev-python/aiohttp-socks: Bump to 0.8.2

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

 dev-python/aiohttp-socks/Manifest                  |  1 +
 .../aiohttp-socks/aiohttp-socks-0.8.2.ebuild       | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/aiohttp-socks/Manifest b/dev-python/aiohttp-socks/Manifest
index 3a6003d59efe..403af00aaba7 100644
--- a/dev-python/aiohttp-socks/Manifest
+++ b/dev-python/aiohttp-socks/Manifest
@@ -1,2 +1,3 @@
 DIST aiohttp-socks-0.8.0.gh.tar.gz 13190 BLAKE2B 049655c526b5d7b64af79ef5f885d0f949edf1eeb4f3fb6e8a3cfc97738ebeb4663d68017761808279e938f477f9509123d8d6c6f4133287d1743dc2a8a021ed SHA512 e533be7059ee6914f919f5113596708732f70f4f1093adaccc6a829699c2aea157897c5398d9134acb0b2a11c8118f9d4f453792d8d8d14b10b207ca19ada2e7
 DIST aiohttp-socks-0.8.1.gh.tar.gz 13336 BLAKE2B 39ad70fe9f1eb8d4f743c4d65dafb82c0878808b0861f899b12ba437ef80a9e4f077485c37fb8267588ac307446ea0c2d26c02de05cd3f44a76896610cc85cc4 SHA512 f8d30d6c6aa32968bbcf075d016ecc542835f6bdc2f0bbe1ffa06e580ab851a4f5abdac8d008e639d0cff49829a299afa42a80e159d7fece67439e5384817d85
+DIST aiohttp-socks-0.8.2.gh.tar.gz 13563 BLAKE2B 4e16abf9ed3f31fbbb8604587f2249a5387dbb1acc8a29d1999b52e84a5be3a0795073867a18c97c5c397f0742d75d4246a71484066bb8970a3d2356b482c8da SHA512 7fd7863bb7aa315a678516f02c2b4c2ba9dfb9e38ac7f1dd7ea78f474f005ee82334262c1bc31ba289554aa1a9e657a2f16dcf1950f16a2b959563b4016c3e88

diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.8.2.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.8.2.ebuild
new file mode 100644
index 000000000000..2224b12703c0
--- /dev/null
+++ b/dev-python/aiohttp-socks/aiohttp-socks-0.8.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} 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}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/aiohttp-2.3.2[${PYTHON_USEDEP}]
+	>=dev-python/python-socks-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/trustme[${PYTHON_USEDEP}]
+		dev-python/attrs[${PYTHON_USEDEP}]
+		dev-python/yarl[${PYTHON_USEDEP}]
+		dev-python/flask[${PYTHON_USEDEP}]
+		dev-python/tiny-proxy[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-09-06  2:41 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-06  2:41 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-27  5:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-socks/ 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-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-11-21 22:20 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=1693968055.d4ba8f7f5d44bd5190282cfbf0698697cf76525c.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