diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-08-21 04:49:26 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-08-21 05:13:52 +0200 |
| commit | a680fbf0cf680a235d5f9bbcd6ae5bc5d17cba10 (patch) | |
| tree | 7b70bb6a64c0f9d40e3c00ca36d3b410e77f6310 /dev-python | |
| parent | dd54cccd89959932038892abaa82bd358f4f6b6a (diff) | |
| download | gentoo-a680fbf0cf680a235d5f9bbcd6ae5bc5d17cba10.tar.gz gentoo-a680fbf0cf680a235d5f9bbcd6ae5bc5d17cba10.tar.bz2 gentoo-a680fbf0cf680a235d5f9bbcd6ae5bc5d17cba10.zip | |
dev-python/txtorcon: Bump to 24.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/txtorcon/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/txtorcon/txtorcon-24.8.0.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/txtorcon/Manifest b/dev-python/txtorcon/Manifest index a86c5713e677..6da9256048af 100644 --- a/dev-python/txtorcon/Manifest +++ b/dev-python/txtorcon/Manifest @@ -1 +1,2 @@ DIST txtorcon-23.11.0.gh.tar.gz 395211 BLAKE2B 156c1c1d7e1d88939051ea19f4cd955e3a329dd1a550ea1a35d6c984db66d9b8e7fff35b2aa5caa12589273b46c1ce65d802fe89ce2a57443e0b5ce592247ee0 SHA512 815aecd8b6f3d12be1f903ba4dbb037e5f5920d925ca06c9f92a040d8258c4c1182ae5fca0be26fd2adb529c1726ad9ee080ddcada56e3e8b9922f7295731df3 +DIST txtorcon-24.8.0.gh.tar.gz 395135 BLAKE2B 14e800e64788fac8d840ee00f2032d697227d568ec671a040ae63d95849fc50d17e602bcac625251094237ef642dc1f05032735b06b52053a05fde33d41acc0d SHA512 b5e3d8f470dd2561b3291349d2d7b60bcc78b6f4eae7cc98e400cdbe57ff8dc5a5f7c59b3068a221faf60715296af1dd2587663c32d40ac70f37ddaa94cdd940 diff --git a/dev-python/txtorcon/txtorcon-24.8.0.ebuild b/dev-python/txtorcon/txtorcon-24.8.0.ebuild new file mode 100644 index 000000000000..b6603c67b705 --- /dev/null +++ b/dev-python/txtorcon/txtorcon-24.8.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Twisted-based Tor controller client, with state-tracking abstractions" +HOMEPAGE=" + https://txtorcon.readthedocs.org/ + https://github.com/meejah/txtorcon/ + https://pypi.org/project/txtorcon/ +" +SRC_URI=" + https://github.com/meejah/txtorcon/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/automat[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/twisted[ssl,${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + sys-process/lsof + ) +" + +distutils_enable_tests pytest |
