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 C53B7138335 for ; Wed, 27 Nov 2019 01:13:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5F27E0819; Wed, 27 Nov 2019 01:13:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C2A83E0819 for ; Wed, 27 Nov 2019 01:13:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 88D1234D455 for ; Wed, 27 Nov 2019 01:13:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D26AF8C6 for ; Wed, 27 Nov 2019 01:13:45 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1574817217.39dc3e2d3a694e5ca23c5b79b3150e53a764d8a0.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/soupsieve/Manifest dev-python/soupsieve/metadata.xml dev-python/soupsieve/soupsieve-1.9.5.ebuild X-VCS-Directories: dev-python/soupsieve/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 39dc3e2d3a694e5ca23c5b79b3150e53a764d8a0 X-VCS-Branch: master Date: Wed, 27 Nov 2019 01:13:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bbdd23a-b13c-4ede-bdc0-d4a76663a651 X-Archives-Hash: 090e8d95dd456bd7a8450a828216d04b commit: 39dc3e2d3a694e5ca23c5b79b3150e53a764d8a0 Author: Patrick McLean sony com> AuthorDate: Tue Nov 26 23:55:49 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Nov 27 01:13:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dc3e2d dev-python/soupsieve: New package Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean gentoo.org> dev-python/soupsieve/Manifest | 1 + dev-python/soupsieve/metadata.xml | 12 +++++++++++ dev-python/soupsieve/soupsieve-1.9.5.ebuild | 33 +++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest new file mode 100644 index 00000000000..9facd4bb0ed --- /dev/null +++ b/dev-python/soupsieve/Manifest @@ -0,0 +1 @@ +DIST soupsieve-1.9.5.tar.gz 99119 BLAKE2B adf2f068ca536583557dff5b86fbb8020de8139c346ab124c8f78d91d2c0db49553cc9b8580a4e8af0fb74e19a8f8b6e5459b654a900034d76a677e60ea0fece SHA512 38cf37c7080ec6054291a076eb4b152bbf5267b9fed25f933a340345cd7807f14f4a5300707090fd233382e96841f6a33305876cf02740c96dd6aa9d2af06868 diff --git a/dev-python/soupsieve/metadata.xml b/dev-python/soupsieve/metadata.xml new file mode 100644 index 00000000000..de74db44b00 --- /dev/null +++ b/dev-python/soupsieve/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + soupsieve + facelessuser/soupsieve + + diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild new file mode 100644 index 00000000000..71975a1c656 --- /dev/null +++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) + +inherit distutils-r1 + +DESCRIPTION="A modern CSS selector implementation for BeautifulSoup" +HOMEPAGE="https://github.com/facelessuser/soupsieve + https://pypi.python.org/pypi/soupsieve" +SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2) +" +BDEPEND="${RDEPEND} + test? ( + dev-python/beautifulsoup[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*') + dev-python/html5lib[${PYTHON_USEDEP}] + ) +" + +RESTRICT+=" !test? ( test )" + +distutils_enable_tests pytest