public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphobjinv/
Date: Fri, 27 Mar 2020 17:53:00 +0000 (UTC)	[thread overview]
Message-ID: <1585330564.cbf8cb1f89168d7efb58e48b8d12e79a16b27c19.Alessandro-Barbieri@gentoo> (raw)

commit:     cbf8cb1f89168d7efb58e48b8d12e79a16b27c19
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 17:36:04 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 17:36:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbf8cb1f

dev-python/sphobjinv: fixes, longdescription

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/sphobjinv/Manifest               |  2 +-
 dev-python/sphobjinv/metadata.xml           | 21 +++++++++++++++++----
 dev-python/sphobjinv/sphobjinv-2.0.1.ebuild | 22 ++++++++++++++--------
 3 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/dev-python/sphobjinv/Manifest b/dev-python/sphobjinv/Manifest
index d0deee2..cdbd68e 100644
--- a/dev-python/sphobjinv/Manifest
+++ b/dev-python/sphobjinv/Manifest
@@ -1 +1 @@
-DIST v2.0.1.tar.gz 1017678 BLAKE2B 31406b3dd93d1019dddc99464b8860df74bf76c40429aed73b80a95ed475787e1a9c93fe3dd68d1fce22d934bacab92893ca807c0d8d0f8fa4e5debbcbe7732f SHA512 49ad5a62f584b92e14630565b72d17a2f6e85feaf841c5f29e97f90b035c43e8a8a0773d6ec3cab1233f6cc613b04c8af6b48171202c1b9d694d172ed4c4f687
+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
index 628ab20..ec65084 100644
--- a/dev-python/sphobjinv/metadata.xml
+++ b/dev-python/sphobjinv/metadata.xml
@@ -2,8 +2,21 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
 <pkgmetadata>
-    <maintainer type="person">
-        <email>andrewammerlaan@riseup.net</email>
-        <name>Andrew Ammerlaan</name>
-    </maintainer>
+  <maintainer type="person">
+    <email>andrewammerlaan@riseup.net</email>
+    <name>Andrew Ammerlaan</name>
+  </maintainer>
+  <longdescription>
+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.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">bskinn/sphobjinv</remote-id>
+    <remote-id type="pypi">sphobjinv</remote-id>
+  </upstream>
 </pkgmetadata>

diff --git a/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild b/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild
index 160e931..d13e833 100644
--- a/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild
@@ -3,15 +3,18 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
 DESCRIPTION="Sphinx objects.inv Inspection/Manipulation Tool"
-HOMEPAGE="https://github.com/bskinn/sphobjinv"
-SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz"
+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 "
@@ -23,11 +26,14 @@ RDEPEND="
 	dev-python/fuzzywuzzy[${PYTHON_USEDEP}]
 	dev-python/jsonschema[${PYTHON_USEDEP}]"
 
-DEPEND="test? (
-	dev-python/pytest-timeout[${PYTHON_USEDEP}]
-	dev-python/pytest-subtests[${PYTHON_USEDEP}]
-	dev-python/timeout-decorator[${PYTHON_USEDEP}]
-	dev-python/stdio-mgr[${PYTHON_USEDEP}] )"
+DEPEND="
+	test? (
+		dev-python/pytest-subtests[${PYTHON_USEDEP}]
+		dev-python/pytest-timeout[${PYTHON_USEDEP}]
+		dev-python/stdio-mgr[${PYTHON_USEDEP}]
+		dev-python/timeout-decorator[${PYTHON_USEDEP}]
+	)
+"
 
 distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme dev-python/sphinx-issues
 distutils_enable_tests pytest


             reply	other threads:[~2020-03-27 17:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27 17:53 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphobjinv/ Andrew Ammerlaan
2020-03-28 11:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-31 15:18 Alessandro Barbieri
2021-02-17 18:21 Andrew Ammerlaan
2021-05-20 14:54 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585330564.cbf8cb1f89168d7efb58e48b8d12e79a16b27c19.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox