mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
gssapi: remove in Gentoo's favour
This commit is contained in:
parent
bfa6628536
commit
176610d0a9
2 changed files with 0 additions and 21 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST gssapi-1.6.11.tar.gz 1064371 BLAKE2B f3445ffa6a64bb6807e40024e7fb14f7b82359e4a4f07ceba34044a068c5b841968b46c4c02d5f9e19a48d89f4b975e2acc7e356629553651f21e79d01a96bc3 SHA512 7c80c49d360b8b89ee8e1a63b5ad13a22eac1a93a0066a3acf4c862b3064dac8d5a4cebe5e2e18ebe8d65af1a5ca2a862c982825e886b676bf2d92bc8b105397
|
||||
|
|
@ -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}"
|
||||
Loading…
Reference in a new issue