From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 796C3138330 for ; Wed, 10 Jan 2018 01:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A9F9E09B6; Wed, 10 Jan 2018 01:21:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6B9B3E09B6 for ; Wed, 10 Jan 2018 01:21:02 +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 6825D335C30 for ; Wed, 10 Jan 2018 01:21:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C78B01AB for ; Wed, 10 Jan 2018 01:20:57 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1515547169.1bf19530ae5772c77097ca961a5a0fbcad1cceef.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cheroot/Manifest dev-python/cheroot/cheroot-6.0.0.ebuild dev-python/cheroot/metadata.xml X-VCS-Directories: dev-python/cheroot/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1bf19530ae5772c77097ca961a5a0fbcad1cceef X-VCS-Branch: master Date: Wed, 10 Jan 2018 01:20:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 570c85b2-4156-46a3-9b0c-f1921157f394 X-Archives-Hash: ac277a1cb26a2add9c747946e1f2d1dd commit: 1bf19530ae5772c77097ca961a5a0fbcad1cceef Author: Zac Medico gentoo org> AuthorDate: Tue Jan 9 23:49:36 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jan 10 01:19:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf19530 dev-python/cheroot: new package Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/cheroot/Manifest | 1 + dev-python/cheroot/cheroot-6.0.0.ebuild | 30 ++++++++++++++++++++++++++++++ dev-python/cheroot/metadata.xml | 12 ++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/cheroot/Manifest b/dev-python/cheroot/Manifest new file mode 100644 index 00000000000..dc780ea428b --- /dev/null +++ b/dev-python/cheroot/Manifest @@ -0,0 +1 @@ +DIST cheroot-6.0.0.tar.gz 62763 BLAKE2B 0946c01c6a6233dc60ca3dd896c3d1dbc0feb97d5099d88598db340a8812b2be4cb076383c0e39d30cd2c6fd3402e048b716a02e82bec8ce08d5b8fca4b1be0f SHA512 0109fbf3b73ed3f12261eaa3c6d86b6c6b80a1ba3564548ba3288aa6c61a1c08db60886e677991bf7997e6a5b1ec7767a3e06098ec1748453e72c40fda7b82a7 diff --git a/dev-python/cheroot/cheroot-6.0.0.ebuild b/dev-python/cheroot/cheroot-6.0.0.ebuild new file mode 100644 index 00000000000..5d94442756c --- /dev/null +++ b/dev-python/cheroot/cheroot-6.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy." +HOMEPAGE="http://www.cherrypy.org/ https://pypi.python.org/pypi/Cheroot https://github.com/cherrypy/cheroot" +SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}] + >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] + test? ( + dev-python/portend[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v || die "tests failed under ${EPTYHON}" +} diff --git a/dev-python/cheroot/metadata.xml b/dev-python/cheroot/metadata.xml new file mode 100644 index 00000000000..c8449665a6e --- /dev/null +++ b/dev-python/cheroot/metadata.xml @@ -0,0 +1,12 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + Cheroot + cherrypy/cheroot + +