diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-24 09:21:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-24 09:21:48 +0000 |
| commit | ecce8df2280c031fd627320cc74013ded02ad10f (patch) | |
| tree | fecf43915603c271ef77d538033253725439c1c4 /dev-python/python-socks/python-socks-2.0.0.ebuild | |
| parent | bc144aeed8fd9cf9c997357015eeaac9a8d85248 (diff) | |
| download | baldeagleos-repo-ecce8df2280c031fd627320cc74013ded02ad10f.tar.gz baldeagleos-repo-ecce8df2280c031fd627320cc74013ded02ad10f.tar.xz baldeagleos-repo-ecce8df2280c031fd627320cc74013ded02ad10f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-socks/python-socks-2.0.0.ebuild')
| -rw-r--r-- | dev-python/python-socks/python-socks-2.0.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/python-socks/python-socks-2.0.0.ebuild b/dev-python/python-socks/python-socks-2.0.0.ebuild new file mode 100644 index 000000000000..ea88b20f9e98 --- /dev/null +++ b/dev-python/python-socks/python-socks-2.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="SOCKS4, SOCKS5, HTTP tunneling functionality for Python" +HOMEPAGE=" + https://pypi.org/project/python-socks/ + https://github.com/romis2012/python-socks/" +SRC_URI=" + https://github.com/romis2012/python-socks/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +# trio, curio are not packaged +# asyncio is the only backend we have, so dep on its deps unconditionally +RDEPEND="dev-python/async_timeout[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/async_timeout[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/yarl[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest |
