From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1311114-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13CBC139368 for <garchives@archives.gentoo.org>; Mon, 9 Aug 2021 07:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22284E08EF; Mon, 9 Aug 2021 07:42:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00DF1E08ED for <gentoo-commits@lists.gentoo.org>; Mon, 9 Aug 2021 07:42:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AA5B342B28 for <gentoo-commits@lists.gentoo.org>; Mon, 9 Aug 2021 07:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2B19744 for <gentoo-commits@lists.gentoo.org>; Mon, 9 Aug 2021 07:42:32 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1628494946.a70986152d0f1ad402078a5628f0d7172d9a455e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/klein/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/klein/Manifest dev-python/klein/klein-21.8.0.ebuild X-VCS-Directories: dev-python/klein/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a70986152d0f1ad402078a5628f0d7172d9a455e X-VCS-Branch: master Date: Mon, 9 Aug 2021 07:42:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f691b5d-89d7-4b03-bc7f-9b8a6aa7559d X-Archives-Hash: a67ea9bef8fc21b99358b8f852cf4bf5 commit: a70986152d0f1ad402078a5628f0d7172d9a455e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 9 07:32:44 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 9 07:42:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7098615 dev-python/klein: Bump to 21.8.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/klein/Manifest | 1 + dev-python/klein/klein-21.8.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/dev-python/klein/Manifest b/dev-python/klein/Manifest index 7320ac9020e..a4000618c07 100644 --- a/dev-python/klein/Manifest +++ b/dev-python/klein/Manifest @@ -1 +1,2 @@ DIST klein-20.6.0.tar.gz 125676 BLAKE2B 2ef9e4293cc7a727488ce4e95e2918eb3c5012559ff52699ef7d53d022d7238b33fc59774572ca8487870e8d242dd80659bca15c65c82b0aa76f45f8d8822fd7 SHA512 128b180c51c4457d3ffcd088e127d671d8260c3d62a80129bafbf6e3a2e47945290cd5ec695a64a1795465199e14c8f367445f8d90649f6384fd8338a53bb48e +DIST klein-21.8.0.tar.gz 100578 BLAKE2B ea2535e93affebe822ff086eb5749481edf7811340a35b11319b7c23b23d3877f6208ac1ef6cc7a4bb9eedd33d087820304f2ee71695413d72308e83c47aa2ee SHA512 cce28865e172effb6044f73c1841875fa5eb55daf20dcea482d0764604ab826ca5063a4679165bb253953d54428a42c2082022fd273e2a1083aefa595a563ccd diff --git a/dev-python/klein/klein-21.8.0.ebuild b/dev-python/klein/klein-21.8.0.ebuild new file mode 100644 index 00000000000..c8361e18ddc --- /dev/null +++ b/dev-python/klein/klein-21.8.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) +inherit distutils-r1 + +DESCRIPTION="micro-framework for developing production-ready web services with Python" +HOMEPAGE="https://pypi.org/project/klein/ https://github.com/twisted/klein/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/attrs[${PYTHON_USEDEP}] + dev-python/hyperlink[${PYTHON_USEDEP}] + dev-python/incremental[${PYTHON_USEDEP}] + dev-python/tubes[${PYTHON_USEDEP}] + >=dev-python/twisted-16.6[${PYTHON_USEDEP}] + dev-python/werkzeug[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/treq[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_prepare_all() { + # known test fail: https://github.com/twisted/klein/issues/339 +# sed -e 's/big world/big+world/' \ +# -e 's/4321)]/4321.0)]/' \ +# -e 's/not a number/not+a+number/' \ +# -i src/klein/test/test_form.py || die + + distutils-r1_python_prepare_all +}