dev-python/gssapi: version bump, add py3.9, fix doc

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-12-18 16:23:26 +01:00
parent 085dc0f622
commit 422f7ca06f
2 changed files with 10 additions and 13 deletions

View File

@@ -1 +1 @@
DIST gssapi-1.6.11.tar.gz 1064371 BLAKE2B f3445ffa6a64bb6807e40024e7fb14f7b82359e4a4f07ceba34044a068c5b841968b46c4c02d5f9e19a48d89f4b975e2acc7e356629553651f21e79d01a96bc3 SHA512 7c80c49d360b8b89ee8e1a63b5ad13a22eac1a93a0066a3acf4c862b3064dac8d5a4cebe5e2e18ebe8d65af1a5ca2a862c982825e886b676bf2d92bc8b105397
DIST python-gssapi-1.6.12.tar.gz 11520426 BLAKE2B 1e5be34c15e806ad1bb8d1093850489ce0962d828a50690d3020ea7b7a614eca5cdfe220ab6c9b23964d10075e607143b0804db842249ee003f961db608da9e2 SHA512 3626521250f320f01bb8fe79a60c79e51f8e306fd16d90a281abac1b88cfce65fec5dd67c4e8396a5832204ba7478a2c4bc6c5c2216038b99d2cc27cfd2e26b0

View File

@@ -3,8 +3,9 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
PYTHON_COMPAT=( python3_{7,8,9} )
DOCS_BUILDER="sphinx"
DOCS_DIR="docs/source"
DOCS_DEPEND="
>=dev-python/recommonmark-0.4.0
>dev-python/sphinx_rtd_theme-0.2.5
@@ -16,7 +17,7 @@ HOMEPAGE="
https://github.com/pythongssapi/python-gssapi
https://pypi.org/project/gssapi
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/pythongssapi/python-${PN}/releases/download/v${PV}/python-${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
@@ -24,20 +25,16 @@ KEYWORDS="~amd64 ~x86"
#help wanted
RESTRICT="test"
RDEPEND=""
DEPEND="
${RDEPEND}
S="${WORKDIR}/python-${P}"
RDEPEND="dev-python/decorator[${PYTHON_USEDEP}]"
BDEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]
test? (
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/k5test[${PYTHON_USEDEP}]
dev-python/parameterized[${PYTHON_USEDEP}]
)
"
distutils_enable_tests nose
python_test() {
distutils_install_for_testing
nosetests -v || die
}
distutils_enable_tests --install nose