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 C2F3F1382C5 for ; Thu, 17 Dec 2020 17:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27D07E08A0; Thu, 17 Dec 2020 17:09:42 +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 0BC11E08A0 for ; Thu, 17 Dec 2020 17:09:42 +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 A057E341291 for ; Thu, 17 Dec 2020 17:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 538CC3A6 for ; Thu, 17 Dec 2020 17:09:38 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1608224970.37a379bb21730359a4554f0b9f93a88fee155e49.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssselect2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cssselect2/Manifest dev-python/cssselect2/cssselect2-0.3.0.ebuild X-VCS-Directories: dev-python/cssselect2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 37a379bb21730359a4554f0b9f93a88fee155e49 X-VCS-Branch: master Date: Thu, 17 Dec 2020 17:09:38 +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: fa9e6102-c4b6-4cde-b74b-f6c63da308a8 X-Archives-Hash: e08d4896d88834afc12f1373644a45f7 commit: 37a379bb21730359a4554f0b9f93a88fee155e49 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 17 16:59:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 17 17:09:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a379bb dev-python/cssselect2: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/cssselect2/Manifest | 1 - dev-python/cssselect2/cssselect2-0.3.0.ebuild | 30 --------------------------- 2 files changed, 31 deletions(-) diff --git a/dev-python/cssselect2/Manifest b/dev-python/cssselect2/Manifest index d4fab74516d..f2658b88e1a 100644 --- a/dev-python/cssselect2/Manifest +++ b/dev-python/cssselect2/Manifest @@ -1,2 +1 @@ -DIST cssselect2-0.3.0.tar.gz 29534 BLAKE2B d7426d72c52ab2cbdbadfb935b3d4f1f23cbc960c94d6691a8f97c9935e0c8d6212e9e2c1c5b00df6fd450216a3deb2c7308c032821f9ef7fbb4d488a7728c8f SHA512 ae59314654d1c1ddf982b77521de7743d1496145a1367f51e02b6067d6757940e7ccb50b67959630f472972473a1e87cec8dfbc8eeb68ad5f16465a36b1447be DIST cssselect2-0.4.1.tar.gz 32756 BLAKE2B 86915c39aa5b72ebcdba25b3ac23f59a0fb6c6109019d68e8ce8846572d9412a3cc76cdf9e8b2163605cb942183019eb9170df9a4e61476d703eaf612381a903 SHA512 feafeec3dbe3157ee452d94cd391a09cfcb48ca8bd1563c117c77c9ceb01102c4989611ede39e433ec25d3ddda98a94c4589ccb290b79c729683e673763b42ac diff --git a/dev-python/cssselect2/cssselect2-0.3.0.ebuild b/dev-python/cssselect2/cssselect2-0.3.0.ebuild deleted file mode 100644 index 81ef567bdaf..00000000000 --- a/dev-python/cssselect2/cssselect2-0.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE="https://cssselect2.readthedocs.io/en/latest/ - https://pypi.org/project/cssselect2/ - https://github.com/Kozea/cssselect2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/tinycss2[${PYTHON_USEDEP}] - dev-python/webencodings[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -src_prepare() { - # junk deps - sed -i -e '/^addopts/d' -e '/pytest-runner/d' setup.cfg || die - distutils-r1_src_prepare -}