diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-04 06:21:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-04 06:21:57 +0000 |
| commit | 02719031f97280653c8b46bdb3258ca85b7c2601 (patch) | |
| tree | ec70a0310d0f5d483cdbbe60947aea939fdbf3ef /dev-python/krb5 | |
| parent | 7f196b233e55d9a284397b08440a129559e6d3b3 (diff) | |
| download | baldeagleos-repo-02719031f97280653c8b46bdb3258ca85b7c2601.tar.gz baldeagleos-repo-02719031f97280653c8b46bdb3258ca85b7c2601.tar.xz baldeagleos-repo-02719031f97280653c8b46bdb3258ca85b7c2601.zip | |
Adding metadata
Diffstat (limited to 'dev-python/krb5')
| -rw-r--r-- | dev-python/krb5/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/krb5/krb5-0.7.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/krb5/Manifest b/dev-python/krb5/Manifest index 8dc121cd5053..6c32ffd3f4c2 100644 --- a/dev-python/krb5/Manifest +++ b/dev-python/krb5/Manifest @@ -1 +1,2 @@ DIST krb5-0.6.0.tar.gz 230384 BLAKE2B 0a1dc0dfadba71505b6e03a68f62cfb9bb41e8f9f8345196be241e72c4ea7653fd9575b4924a5a58436da40c8637260a64525c92b2d6481c2c3b931b84d96d81 SHA512 e8f4638b19949b4235564e622adec92d0620442cddd87f777e09e1724735504cc1f86fbe8fee444246e5f532a5c72742146866d0d176d7151d959167d43dcfd9 +DIST krb5-0.7.0.tar.gz 235693 BLAKE2B 48b3e65c77d49d88bfc744429e13debbd730d35250e168306466cfb6bdd1862979917ce7032b1f1bc2574cff46b195deb678b9fda998f8dd8586a6473b1701c9 SHA512 52ecc136c86094bae10dccdb5addfd8440a551eb02e6f94a2049129d075f5de8c9fd87a0cba8af462357d448c0d8e15bb2afac414f15a64fb7068cbc06b4b08a diff --git a/dev-python/krb5/krb5-0.7.0.ebuild b/dev-python/krb5/krb5-0.7.0.ebuild new file mode 100644 index 000000000000..c612817da514 --- /dev/null +++ b/dev-python/krb5/krb5-0.7.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2021-2024 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_{9,10,11,12,13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Kerberos API bindings for Python" +HOMEPAGE=" + https://github.com/jborean93/pykrb5/ + https://pypi.org/project/krb5/ +" + +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 |
