public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gssapi/
Date: Wed,  3 Nov 2021 08:03:06 +0000 (UTC)	[thread overview]
Message-ID: <1635926574.38695c204978839a830c4800e9ab669dcbc391f0.arthurzam@gentoo> (raw)

commit:     38695c204978839a830c4800e9ab669dcbc391f0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 07:42:55 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 08:02:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38695c20

dev-python/gssapi: add 1.7.2, enable tests, enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/gssapi/Manifest            |  1 +
 dev-python/gssapi/gssapi-1.7.2.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest
index 4602373c3dd..734fe66bf03 100644
--- a/dev-python/gssapi/Manifest
+++ b/dev-python/gssapi/Manifest
@@ -1 +1,2 @@
 DIST gssapi-1.6.12.tar.gz 1064583 BLAKE2B 0daae73e37d1f101f77030db4b4f5d78ec720157d25542c234da22ae4615b329ab54379b9a7f76f4c9340c849a1ec3c7d0ed3b4b5bad45411f807f8e21b45f1e SHA512 bfc6154dbed065227d1022218329ace3fde228173d1695c10e293b6c01a36030781afcea50cdd41ace243b6b783542fe828d027e79d4a79ea597b84ea578f90f
+DIST gssapi-1.7.2.tar.gz 1227616 BLAKE2B f03a1a2833359d8317fd08fcdeaeb69c54180dca82466db46cbd7110272f5f8ad6f7977095b539655c2a1ef9dea979d1ef229d03cc4de6317d579633f51553a7 SHA512 2d14c286e50c3dda3a2e58588860abbda249fa3ff4fe8e7a759cd8bb009ca7d20a6a06cf9b5b7eea42dce4ba740c8a8cebf190d085ffa3e66ec79882bda882ed

diff --git a/dev-python/gssapi/gssapi-1.7.2.ebuild b/dev-python/gssapi/gssapi-1.7.2.ebuild
new file mode 100644
index 00000000000..a17ca0710b9
--- /dev/null
+++ b/dev-python/gssapi/gssapi-1.7.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/decorator[${PYTHON_USEDEP}]
+	virtual/krb5
+"
+
+BDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	virtual/krb5
+	test? (
+		dev-python/k5test[${PYTHON_USEDEP}]
+		dev-python/parameterized[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	cp -r -l -n gssapi "${BUILD_DIR}/lib" || die
+	cd "${BUILD_DIR}/lib" || die
+	epytest
+}


             reply	other threads:[~2021-11-03  8:03 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-03  8:03 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04  3:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/gssapi/ 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-08-29 18:53 Arthur Zamarin
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-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=1635926574.38695c204978839a830c4800e9ab669dcbc391f0.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