From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gssapi/
Date: Tue, 29 Aug 2023 18:53:41 +0000 (UTC) [thread overview]
Message-ID: <1693335212.2d5a759d2a6050685d55ef4a8b5f0bf24ef42780.arthurzam@gentoo> (raw)
commit: 2d5a759d2a6050685d55ef4a8b5f0bf24ef42780
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 18:42:57 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 18:53:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5a759d
dev-python/gssapi: add 1.8.3
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/gssapi/Manifest | 1 +
dev-python/gssapi/gssapi-1.8.3.ebuild | 48 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest
index edea378bf1b1..9bca8b556b54 100644
--- a/dev-python/gssapi/Manifest
+++ b/dev-python/gssapi/Manifest
@@ -1 +1,2 @@
DIST gssapi-1.8.2.gh.tar.gz 112521 BLAKE2B d7e14c73c346066a58ae3b3cf1faeec2ef7df3d4da3f2c9e3198928225d81d99466185a9dfa06a59ae50beeeed58d4e73f8a668e1ac605e5b9806ed7a0019831 SHA512 6587f1947dc396bf608ba71e77388e6f7d161753005b9b82ea9f3b174c898bb18409a27e9aa035fc782e15fcd2efe7ca5c497d4687d69023034cea59d6a003df
+DIST gssapi-1.8.3.gh.tar.gz 113958 BLAKE2B e830ae4ee0f22ef85c4ae193cb62ad3ebec222cd4ea9c9b9531b621b358bc71a9e46440ed673f888837a5d42746a6c9d4033fed1db5f1dc044e982cd5d63e3d8 SHA512 f08a318beac4b2807f33f5c30ccdafeafed0971537456a477138fe783f7fd9f05ab59cff74030c3041504302b0922307e5c391cd5d0e8b4f370f0036a5ef45b8
diff --git a/dev-python/gssapi/gssapi-1.8.3.ebuild b/dev-python/gssapi/gssapi-1.8.3.ebuild
new file mode 100644
index 000000000000..3c31abe7865b
--- /dev/null
+++ b/dev-python/gssapi/gssapi-1.8.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low and high level wrappers around the GSSAPI C libraries"
+HOMEPAGE="
+ https://github.com/pythongssapi/python-gssapi/
+ https://pypi.org/project/gssapi/
+"
+SRC_URI="
+ https://github.com/pythongssapi/python-gssapi/releases/download/v${PV}/python-${P}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}"/python-${P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/decorator[${PYTHON_USEDEP}]
+ virtual/krb5
+"
+
+# cython-3 produces a broken extension still
+# https://github.com/pythongssapi/python-gssapi/issues/327
+BDEPEND="
+ <dev-python/cython-3[${PYTHON_USEDEP}]
+ virtual/krb5
+ test? (
+ dev-python/k5test[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ cd "${T}" || die
+ epytest --pyargs gssapi
+}
next reply other threads:[~2023-08-29 18:53 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-29 18:53 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-28 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/gssapi/ Sam James
2024-12-13 20:15 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-12-13 20:00 Arthur Zamarin
2024-10-19 9:52 Michał Górny
2024-10-19 9:08 Sam James
2024-10-19 8:50 Arthur Zamarin
2024-10-19 8:25 Arthur Zamarin
2024-10-04 3:12 Michał Górny
2024-06-12 10:03 Michał Górny
2024-06-12 10:03 Michał Górny
2023-09-30 15:20 Michał Górny
2023-09-30 9:00 Sam James
2023-09-30 5:52 Arthur Zamarin
2023-09-30 5:44 Arthur Zamarin
2023-09-12 7:05 Michał Górny
2023-06-14 16:11 Michał Górny
2023-05-31 21:00 Sam James
2023-05-04 16:17 Michał Górny
2022-11-25 20:33 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-11-25 19:11 Sam James
2022-11-25 14:31 Arthur Zamarin
2022-10-25 20:30 Arthur Zamarin
2022-09-20 5:43 Michał Górny
2022-09-20 0:07 Sam James
2022-09-20 0:07 Sam James
2022-09-19 19:44 Arthur Zamarin
2022-08-16 18:51 Arthur Zamarin
2022-08-12 10:35 Arthur Zamarin
2022-08-12 10:35 Arthur Zamarin
2022-07-02 19:26 Michał Górny
2022-07-02 18:18 Sam James
2022-07-02 16:05 Jakov Smolić
2022-07-02 12:13 Arthur Zamarin
2022-06-04 19:04 Michał Górny
2022-06-01 6:34 Sam James
2022-03-19 18:49 Michał Górny
2022-03-19 15:58 Arthur Zamarin
2022-03-19 7:53 Agostino Sarubbo
2022-03-19 6:53 Arthur Zamarin
2022-02-16 6:53 Michał Górny
2022-02-01 18:43 Arthur Zamarin
2021-12-10 7:39 Agostino Sarubbo
2021-12-10 4:40 Sam James
2021-12-09 21:53 Arthur Zamarin
2021-11-28 12:06 Marek Szuba
2021-11-14 8:46 Michał Górny
2021-11-05 3:17 Sam James
2021-11-04 21:15 Sam James
2021-11-03 8:03 Arthur Zamarin
2021-06-17 6:53 Sam James
2021-02-24 10:20 Aaron W. Swenson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1693335212.2d5a759d2a6050685d55ef4a8b5f0bf24ef42780.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox