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 B04B913835A for ; Thu, 20 May 2021 14:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AE9CE0845; Thu, 20 May 2021 14:54:58 +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 805E6E0845 for ; Thu, 20 May 2021 14:54:58 +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 DC382335D61 for ; Thu, 20 May 2021 14:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E70D78E for ; Thu, 20 May 2021 14:54:55 +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: <1621518473.f344b6b1a276443ee326fff3988a4ea8604e76bc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphobjinv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphobjinv/Manifest dev-python/sphobjinv/metadata.xml dev-python/sphobjinv/sphobjinv-2.0.1.ebuild X-VCS-Directories: dev-python/sphobjinv/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f344b6b1a276443ee326fff3988a4ea8604e76bc X-VCS-Branch: dev Date: Thu, 20 May 2021 14:54:55 +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: bcc4e4bc-6de8-48d1-b6de-69d9812bb154 X-Archives-Hash: ec6273ec8046925f047706a0919ee84f commit: f344b6b1a276443ee326fff3988a4ea8604e76bc Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu May 20 13:47:53 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu May 20 13:47:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f344b6b1 dev-python/sphobjinv: move to ::gentoo Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/sphobjinv/Manifest | 1 - dev-python/sphobjinv/metadata.xml | 22 ----------- dev-python/sphobjinv/sphobjinv-2.0.1.ebuild | 58 ----------------------------- 3 files changed, 81 deletions(-) diff --git a/dev-python/sphobjinv/Manifest b/dev-python/sphobjinv/Manifest deleted file mode 100644 index cdbd68e16..000000000 --- a/dev-python/sphobjinv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphobjinv-2.0.1.tar.gz 1017678 BLAKE2B 31406b3dd93d1019dddc99464b8860df74bf76c40429aed73b80a95ed475787e1a9c93fe3dd68d1fce22d934bacab92893ca807c0d8d0f8fa4e5debbcbe7732f SHA512 49ad5a62f584b92e14630565b72d17a2f6e85feaf841c5f29e97f90b035c43e8a8a0773d6ec3cab1233f6cc613b04c8af6b48171202c1b9d694d172ed4c4f687 diff --git a/dev-python/sphobjinv/metadata.xml b/dev-python/sphobjinv/metadata.xml deleted file mode 100644 index 079d24e6f..000000000 --- a/dev-python/sphobjinv/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - andrewammerlaan@gentoo.org - Andrew Ammerlaan - - -Using Sphinx? - -Having trouble writing cross-references? - -sphobjinv (short for ‘sphinx objects.inv’) can help! - -The syntax required for a functional Sphinx cross-reference is highly non-obvious in many cases. Sometimes Sphinx can guess correctly what you mean, but it’s pretty hit-or-miss. The best approach is to provide Sphinx with a completely specified cross-reference, and that’s where sphobjinv comes in. - - - bskinn/sphobjinv - sphobjinv - - diff --git a/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild b/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild deleted file mode 100644 index 52f906ca8..000000000 --- a/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Sphinx objects.inv Inspection/Manipulation Tool" -HOMEPAGE=" - https://github.com/bskinn/sphobjinv - https://pypi.org/project/sphobjinv -" -SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" - >=dev-python/attrs-17.4[${PYTHON_USEDEP}] - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/fuzzywuzzy[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}]" - -DEPEND=" - test? ( - >=dev-python/pytest-4.4.0[${PYTHON_USEDEP}] - dev-python/pytest-ordering[${PYTHON_USEDEP}] - dev-python/pytest-subtests[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/sphinx-issues[${PYTHON_USEDEP}] - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] - >=dev-python/stdio-mgr-1.0.1[${PYTHON_USEDEP}] - dev-python/timeout-decorator[${PYTHON_USEDEP}] - ) -" - -#it may require sphinx==2.3.1 -distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme dev-python/sphinx-issues -distutils_enable_tests pytest - -python_prepare_all() { - # not sure why this fails - rm tests/test_flake8_ext.py || die - - # --strict option is deprecated in pytest>6 - sed -i -e '/addopts/d' tox.ini || die - - distutils-r1_python_prepare_all -} - -python_test() { - pytest -vv tests || die "Tests fail with ${EPYTHON}" -}