[gentoo-commits] repo/proj/guru:dev commit in: dev-python/k5test/

2021-10-04 Thread Alessandro Barbieri
commit: dbffc3c159deef6bbd380a82ca09af2b677a8706
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 22:09:32 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Oct  4 22:30:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbffc3c1

dev-python/k5test: add 0.10.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/k5test/Manifest |  1 +
 dev-python/k5test/k5test-0.10.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/k5test/Manifest b/dev-python/k5test/Manifest
index c16461c1c..e500c5ab0 100644
--- a/dev-python/k5test/Manifest
+++ b/dev-python/k5test/Manifest
@@ -1 +1,2 @@
+DIST k5test-0.10.0.tar.gz 11865 BLAKE2B 
106d34d8737b35b70b01303ea0fa7fc4cf244fb43090e841f99ea83842484363bb67d88f5bfe2f6d6716b0b6303b7e9b5c0c893ce320f192cce2d92807b791fc
 SHA512 
80faee7b4bb6b2c9d899e29fb7857d0dc2b761d6c4b46d802168ac5d52287c333729becc6220d78ec7b1d61fda8f8333b14efa53571b4d2d5198c59e2c953c2a
 DIST k5test-0.9.2.tar.gz 8216 BLAKE2B 
7a4864c6c37725f87b0c4b6263093ac01a190bfd769a288c4f47c5590b42fa452af56150e89fa867b7a5b1ea56204f54b769b31b49113c5921a5209336ac9a36
 SHA512 
0feb0335da75c6201f43760834c723b82428838791f9a75a7259e55d9d74e752ce11fdfad9a2964abf9ca2cfe03e4914127af5f3d421fe78966cbeab647e

diff --git a/dev-python/k5test/k5test-0.10.0.ebuild 
b/dev-python/k5test/k5test-0.10.0.ebuild
new file mode 100644
index 0..fe8f27ebc
--- /dev/null
+++ b/dev-python/k5test/k5test-0.10.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for setting up self-contained Kerberos 5 environments"
+HOMEPAGE="https://github.com/pythongssapi/k5test;
+SRC_URI="https://github.com/pythongssapi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${DEPEND}
+   virtual/krb5
+"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/k5test/

2021-05-05 Thread Alessandro Barbieri
commit: a55aadc59e1bf91362b50ab641cbf3438ebd3601
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  5 07:27:06 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  5 07:32:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a55aadc5

dev-python/k5test: comaintainers welcome

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/k5test/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/k5test/metadata.xml b/dev-python/k5test/metadata.xml
index 047a794ce..ba7159fa8 100644
--- a/dev-python/k5test/metadata.xml
+++ b/dev-python/k5test/metadata.xml
@@ -2,6 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   co-maintainers welcome
lssndrbarbi...@gmail.com
Alessandro Barbieri




[gentoo-commits] repo/proj/guru:dev commit in: dev-python/k5test/

2020-12-02 Thread Alessandro Barbieri
commit: 3d48864941b96d59ca599e90fcb299d1a6e2b774
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Dec  3 03:38:03 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Dec  3 04:18:10 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d488649

dev-python/k5test: new package

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/k5test/Manifest|  1 +
 dev-python/k5test/k5test-0.9.2.ebuild | 23 +++
 dev-python/k5test/metadata.xml| 18 ++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/k5test/Manifest b/dev-python/k5test/Manifest
new file mode 100644
index ..c16461c1
--- /dev/null
+++ b/dev-python/k5test/Manifest
@@ -0,0 +1 @@
+DIST k5test-0.9.2.tar.gz 8216 BLAKE2B 
7a4864c6c37725f87b0c4b6263093ac01a190bfd769a288c4f47c5590b42fa452af56150e89fa867b7a5b1ea56204f54b769b31b49113c5921a5209336ac9a36
 SHA512 
0feb0335da75c6201f43760834c723b82428838791f9a75a7259e55d9d74e752ce11fdfad9a2964abf9ca2cfe03e4914127af5f3d421fe78966cbeab647e

diff --git a/dev-python/k5test/k5test-0.9.2.ebuild 
b/dev-python/k5test/k5test-0.9.2.ebuild
new file mode 100644
index ..572259b7
--- /dev/null
+++ b/dev-python/k5test/k5test-0.9.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for setting up self-contained Kerberos 5 environments"
+HOMEPAGE="https://github.com/pythongssapi/k5test;
+SRC_URI="https://github.com/pythongssapi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${DEPEND}
+   virtual/krb5
+"

diff --git a/dev-python/k5test/metadata.xml b/dev-python/k5test/metadata.xml
new file mode 100644
index ..047a794c
--- /dev/null
+++ b/dev-python/k5test/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   A library for setting up self-contained Kerberos 5 environments,
+   and running Python unit tests inside those environments.
+   It is based on the file of the same name found alongside the MIT
+   Kerberos 5 unit tests.
+   
+   
+   pythongssapi/k5test
+   k5test
+   
+