dev-python/kitchen: treeclean

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-07-03 13:56:57 +02:00
parent 1df092a36b
commit 11ce2315f7
4 changed files with 0 additions and 46 deletions

View File

@@ -1 +0,0 @@
DIST kitchen-1.2.6.tar.gz 258124 BLAKE2B 7fbe5cd65cd01783fd7802a205fca3a8cd2ee724614ed012f5978fe0302fdb0453453249b95a6c9303413ae7daa284888fa0cdab4fba6e5318e606ee579c25cf SHA512 d2ebefece3131333594aa8f914f34336615ee1121aa73707c252e501ebab1361ab96071395ff6ebcfb0f1241e1ed6f396d62e1ba37e4c00f0ec81b85474523c7

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..9} pypy3 )
inherit distutils-r1
DESCRIPTION="Kitchen contains a cornucopia of useful code"
HOMEPAGE="https://github.com/fedora-infra/kitchen"
SRC_URI="https://github.com/fedora-infra/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS=( HACKING.rst NEWS.rst README.rst )
distutils_enable_tests nose
# Could not import extension sphinx.ext.pngmath
#distutils_enable_sphinx kitchen3/docs
python_test() {
local noseopts=(
--exclude=test_invalid_fallback_no_raise
--exclude=test_lgettext
--exclude=test_lngettext
--exclude=test_easy_gettext_setup_non_unicode
# fail with python 3.9
--exclude=test_internal_generate_combining_table
# fail with python 3.10
#--exclude=check__all__is_complete
)
nosetests -w kitchen3 -v "${noseopts[@]}" || die
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>svdm-gentoo@protonmail.com</email>
<name>Simon van der Maas</name>
</maintainer>
</pkgmetadata>