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 374EC13835D for ; Tue, 13 Apr 2021 13:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7187CE0D4C; Tue, 13 Apr 2021 13:15:08 +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 59BA8E0D4C for ; Tue, 13 Apr 2021 13:15:08 +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 8EBF533BDBE for ; Tue, 13 Apr 2021 13:15:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493DA71B for ; Tue, 13 Apr 2021 13:15:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618319259.01dfa642c04ebdfa4a15d26f422f9476d782dfbd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fake-useragent/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/fake-useragent/fake-useragent-0.1.11.ebuild X-VCS-Directories: dev-python/fake-useragent/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 01dfa642c04ebdfa4a15d26f422f9476d782dfbd X-VCS-Branch: dev Date: Tue, 13 Apr 2021 13:15:05 +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: 8aa6aea9-6e10-43ee-ba9e-6c175e977c85 X-Archives-Hash: b8edef41e84ae6843059ec7023dff4fb Message-ID: <20210413131505.kgSHVmjCZBBN5nkH2w01bJFYJCYLA5-y-fTDRxZEc0E@z> commit: 01dfa642c04ebdfa4a15d26f422f9476d782dfbd Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 13 13:07:39 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 13 13:07:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01dfa642 dev-python/fake-useragent: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> .../fake-useragent/fake-useragent-0.1.11.ebuild | 59 ---------------------- 1 file changed, 59 deletions(-) diff --git a/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild b/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild deleted file mode 100644 index a93c4f0b1..000000000 --- a/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Up to date simple useragent faker with real world database" -HOMEPAGE=" - https://github.com/hellysmile/fake-useragent - https://pypi.org/project/fake-useragent -" -SRC_URI="https://github.com/hellysmile/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/ipython_genutils[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pathlib2[${PYTHON_USEDEP}] - dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/pickleshare[${PYTHON_USEDEP}] - dev-python/pluggy[${PYTHON_USEDEP}] - dev-python/prompt_toolkit[${PYTHON_USEDEP}] - dev-python/ptyprocess[${PYTHON_USEDEP}] - dev-python/py[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/pyparsing[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/scandir[${PYTHON_USEDEP}] - dev-python/simplegeneric[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -python_prepare_all() { - # do not depend on pytest-cov - sed -i -e '/addopts/d' pytest.ini || die - - # skip online tests - rm tests/test_fake.py || die - rm tests/test_utils.py || die - - distutils-r1_python_prepare_all -} - -distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc