From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DACBE158094 for ; Tue, 9 Aug 2022 17:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8171E0C5C; Tue, 9 Aug 2022 17:58:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7CA2E0C5A for ; Tue, 9 Aug 2022 17:58:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D18B7341012 for ; Tue, 9 Aug 2022 17:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B59A56C for ; Tue, 9 Aug 2022 17:58:48 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1660067904.37076d3f85ea6aeba7b4998f5ec87397ef100a6d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/krb5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/krb5/Manifest dev-python/krb5/krb5-0.4.0.ebuild X-VCS-Directories: dev-python/krb5/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 37076d3f85ea6aeba7b4998f5ec87397ef100a6d X-VCS-Branch: master Date: Tue, 9 Aug 2022 17:58:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f00ad660-3af6-43d3-87c4-52dec4b6f9f6 X-Archives-Hash: 9a39684e2bb48c229864b16299ba0064 commit: 37076d3f85ea6aeba7b4998f5ec87397ef100a6d Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 9 17:42:13 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 9 17:58:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37076d3f dev-python/krb5: add 0.4.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/krb5/Manifest | 1 + dev-python/krb5/krb5-0.4.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/krb5/Manifest b/dev-python/krb5/Manifest index 9a892f47fd69..dfa510ae1701 100644 --- a/dev-python/krb5/Manifest +++ b/dev-python/krb5/Manifest @@ -1 +1,2 @@ DIST krb5-0.3.0.tar.gz 1707212 BLAKE2B 0fa7a60372876f28cdbc2865fbd898c717aaaf22837bfd123008611973a0d6907ea9e5941d5da4ef707161d6aadd883fdef1faab81d307153eb4e115defe32a6 SHA512 5074cecfcd82c8f525d77c2faba5b34d6cdc593b15124741df1adec64cdde59fec2f17a02c04f78484ab4b82f7f37f5c1a4d856a2040c8d11c7e4a1b74307b27 +DIST krb5-0.4.0.tar.gz 218774 BLAKE2B 44bfe2226eda7b9175b059d4e634c64870ad03a34dcc6595bf7770e21e83b11b000a2bf076a749f88cfb0912b3dcc28974db1ba1273c03bcfab63a868c2165ed SHA512 d51b58b84985ccbb5440bea71a09c23889dd8ee2b14fa594f0f2330b0e318993e8c9627f5cc568585fe5e86847a3eb5f4a4775ea07d7936c03f69ce0fd141950 diff --git a/dev-python/krb5/krb5-0.4.0.ebuild b/dev-python/krb5/krb5-0.4.0.ebuild new file mode 100644 index 000000000000..103a3189850c --- /dev/null +++ b/dev-python/krb5/krb5-0.4.0.ebuild @@ -0,0 +1,27 @@ +# 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="Kerberos API bindings for Python" +HOMEPAGE="https://pypi.org/project/krb5/ https://github.com/jborean93/pykrb5" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + virtual/krb5 +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + test? ( dev-python/k5test[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests pytest