gssapi: remove in Gentoo's favour

This commit is contained in:
Anton Bolshakov 2021-04-04 19:50:06 +08:00
parent bfa6628536
commit 176610d0a9
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 0 additions and 21 deletions

View file

@ -1 +0,0 @@
DIST gssapi-1.6.11.tar.gz 1064371 BLAKE2B f3445ffa6a64bb6807e40024e7fb14f7b82359e4a4f07ceba34044a068c5b841968b46c4c02d5f9e19a48d89f4b975e2acc7e356629553651f21e79d01a96bc3 SHA512 7c80c49d360b8b89ee8e1a63b5ad13a22eac1a93a0066a3acf4c862b3064dac8d5a4cebe5e2e18ebe8d65af1a5ca2a862c982825e886b676bf2d92bc8b105397

View file

@ -1,20 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Python GSSAPI Wrapper"
HOMEPAGE="https://github.com/pythongssapi/python-gssapi"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RDEPEND="dev-python/decorator[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"