diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 21:24:48 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 21:42:38 +0300 |
commit | 222b9d788e4b5bf99b2165ff8c8fbffa00ee487d (patch) | |
tree | 2132e28275a5bdfa269092144e8f1a869ffbaca1 /dev-python/k5test | |
parent | sys-fs/lvm2: work around faulty device-mapper target (diff) | |
download | gentoo-222b9d788e4b5bf99b2165ff8c8fbffa00ee487d.tar.gz gentoo-222b9d788e4b5bf99b2165ff8c8fbffa00ee487d.tar.bz2 gentoo-222b9d788e4b5bf99b2165ff8c8fbffa00ee487d.zip |
dev-python/k5test: add 0.10.2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/k5test')
-rw-r--r-- | dev-python/k5test/Manifest | 1 | ||||
-rw-r--r-- | dev-python/k5test/k5test-0.10.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/k5test/Manifest b/dev-python/k5test/Manifest index 4a74e0bb330d..71dc2a800eef 100644 --- a/dev-python/k5test/Manifest +++ b/dev-python/k5test/Manifest @@ -1 +1,2 @@ DIST k5test-0.10.1.tar.gz 13664 BLAKE2B 4be24a8c9b154f5ec7b83b6743d0f756cb813bdfe4496c6f8ed873a2fc5a725c17b34f7b243d106d7a985aa53351f9bdc354fabba6a8c5fa3d25927513441cb4 SHA512 eaf451f0a932fdb8758f23e17ec52b2c1617074f186dddfba1d9c6844291fb2f4b003e05f4a0e02ce1bae37ee4251ea8295d2ebc8d9002c83d3179000fa4785e +DIST k5test-0.10.2.tar.gz 13579 BLAKE2B 74ee10525a091bb67685ee765e74542f87935843f2693d579907f6f95f2fbd1b9ad1e485e5360d1b3c7ac6cdb7fce4b1515b93eba99008c43c857c6133d7d7f2 SHA512 4f01297179a8ededcde7d2f4128fe68a48567fff5cffd6e8f8fc1e8e0717acd5c6a05b7b5944baf5189bb58e67eaa553ca014d00e53ccdc834dca364d460520f diff --git a/dev-python/k5test/k5test-0.10.2.ebuild b/dev-python/k5test/k5test-0.10.2.ebuild new file mode 100644 index 000000000000..c8ee7bd62dd7 --- /dev/null +++ b/dev-python/k5test/k5test-0.10.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Library for testing Python applications in Kerberos 5 environments" +HOMEPAGE=" + https://github.com/pythongssapi/k5test/ + https://pypi.org/project/k5test/ +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" |