diff options
| author | 2023-05-02 04:56:03 +0200 | |
|---|---|---|
| committer | 2023-05-02 05:04:21 +0200 | |
| commit | 18d4aa28a0085dbb7aad7000e53a6414b0e515f2 (patch) | |
| tree | f35c13346516d96394e909872655af64f88d713e /dev-python/trustme/trustme-1.0.0.ebuild | |
| parent | dev-python/asyncstdlib: Bump to 3.10.7 (diff) | |
| download | gentoo-18d4aa28a0085dbb7aad7000e53a6414b0e515f2.tar.gz gentoo-18d4aa28a0085dbb7aad7000e53a6414b0e515f2.tar.bz2 gentoo-18d4aa28a0085dbb7aad7000e53a6414b0e515f2.zip | |
dev-python/trustme: Bump to 1.0.0
Signed-off-by: Michał Górny <[email protected]>
Diffstat (limited to 'dev-python/trustme/trustme-1.0.0.ebuild')
| -rw-r--r-- | dev-python/trustme/trustme-1.0.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/trustme/trustme-1.0.0.ebuild b/dev-python/trustme/trustme-1.0.0.ebuild new file mode 100644 index 000000000000..8df22d31e4f3 --- /dev/null +++ b/dev-python/trustme/trustme-1.0.0.ebuild @@ -0,0 +1,32 @@ +# 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..11} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="#1 quality TLS certs while you wait, for the discerning tester" +HOMEPAGE=" + https://github.com/python-trio/trustme/ + https://pypi.org/project/trustme/ +" + +LICENSE="|| ( Apache-2.0 MIT )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=dev-python/cryptography-3.1[${PYTHON_USEDEP}] + >=dev-python/idna-2.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/service_identity[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
