summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-11-03 09:12:25 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-11-03 10:02:52 +0200
commit967087c66e0c706e18f9bd3a30276f77d5315dd1 (patch)
tree6b47377cde13aeb6d7311e4c9755634ceb1222b5 /dev-python/k5test
parentwww-client/firefox: add REQUIRED_USE="wifi? ( dbus )" for 91.3.0 (diff)
downloadgentoo-967087c66e0c706e18f9bd3a30276f77d5315dd1.tar.gz
gentoo-967087c66e0c706e18f9bd3a30276f77d5315dd1.tar.bz2
gentoo-967087c66e0c706e18f9bd3a30276f77d5315dd1.zip
dev-python/k5test: new test dep for dev-python/krb5
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/k5test')
-rw-r--r--dev-python/k5test/Manifest1
-rw-r--r--dev-python/k5test/k5test-0.10.1.ebuild15
-rw-r--r--dev-python/k5test/metadata.xml13
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/k5test/Manifest b/dev-python/k5test/Manifest
new file mode 100644
index 000000000000..4a74e0bb330d
--- /dev/null
+++ b/dev-python/k5test/Manifest
@@ -0,0 +1 @@
+DIST k5test-0.10.1.tar.gz 13664 BLAKE2B 4be24a8c9b154f5ec7b83b6743d0f756cb813bdfe4496c6f8ed873a2fc5a725c17b34f7b243d106d7a985aa53351f9bdc354fabba6a8c5fa3d25927513441cb4 SHA512 eaf451f0a932fdb8758f23e17ec52b2c1617074f186dddfba1d9c6844291fb2f4b003e05f4a0e02ce1bae37ee4251ea8295d2ebc8d9002c83d3179000fa4785e
diff --git a/dev-python/k5test/k5test-0.10.1.ebuild b/dev-python/k5test/k5test-0.10.1.ebuild
new file mode 100644
index 000000000000..61e90f52fb48
--- /dev/null
+++ b/dev-python/k5test/k5test-0.10.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 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="Library for testing Python applications in Kerberos 5 environments"
+HOMEPAGE="https://pypi.org/project/k5test/ https://github.com/pythongssapi/k5test"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/dev-python/k5test/metadata.xml b/dev-python/k5test/metadata.xml
new file mode 100644
index 000000000000..cfc8857d7f2e
--- /dev/null
+++ b/dev-python/k5test/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">k5test</remote-id>
+ <remote-id type="github">pythongssapi/k5test</remote-id>
+ </upstream>
+</pkgmetadata>