From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-applehelp/
Date: Sun, 31 Mar 2019 13:05:41 +0000 (UTC) [thread overview]
Message-ID: <1554037381.b70dfde12820939f3b42d1f16fefb6481c890ff2.vdupras@gentoo> (raw)
commit: b70dfde12820939f3b42d1f16fefb6481c890ff2
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 02:22:06 2019 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 13:03:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70dfde1
dev-python/sphinxcontrib-applehelp: new package
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/sphinxcontrib-applehelp/Manifest | 1 +
dev-python/sphinxcontrib-applehelp/metadata.xml | 11 +++++++++
.../sphinxcontrib-applehelp-1.0.1.ebuild | 27 ++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-python/sphinxcontrib-applehelp/Manifest b/dev-python/sphinxcontrib-applehelp/Manifest
new file mode 100644
index 00000000000..6fe197d3360
--- /dev/null
+++ b/dev-python/sphinxcontrib-applehelp/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-applehelp-1.0.1.tar.gz 22086 BLAKE2B 6e10329a1712cfcb1f29a3b4c23be5169507398a43f800623f2b24fd350f7e2ad16a887e87a3b68253dc348337342d3d4397d3a9d81a460c389a77ed4bdc973f SHA512 a6500bc2899f25c0b04c8649e86a6f688823e573a3f58f2b786117768e8b415acffbe79b99cff8aeb6ae3c74dd244254de120b82b7432cf61c5fabdd38f21603
diff --git a/dev-python/sphinxcontrib-applehelp/metadata.xml b/dev-python/sphinxcontrib-applehelp/metadata.xml
new file mode 100644
index 00000000000..5f2f3cd24f8
--- /dev/null
+++ b/dev-python/sphinxcontrib-applehelp/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">sphinxcontrib-applehelp</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.ebuild b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.ebuild
new file mode 100644
index 00000000000..3cb06e3f8cc
--- /dev/null
+++ b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension which outputs Apple help book"
+HOMEPAGE="http://www.sphinx-doc.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+
+RDEPEND=""
+PDEPEND="
+ >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install_all() {
+ distutils-r1_python_install_all
+ find "${ED}" -name '*.pth' -delete || die
+}
next reply other threads:[~2019-03-31 13:05 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-31 13:05 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-19 21:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-applehelp/ Piotr Karbowski
2020-01-26 21:25 Matthew Thode
2020-02-23 12:10 Mikle Kolyada
2020-02-24 10:04 Agostino Sarubbo
2020-02-24 11:28 Agostino Sarubbo
2020-02-24 11:31 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-03-02 15:16 Michał Górny
2020-04-05 21:53 Sergei Trofimovich
2020-05-03 10:12 Agostino Sarubbo
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-06 7:01 Sergei Trofimovich
2020-05-06 14:25 Mikle Kolyada
2020-05-08 9:36 Sergei Trofimovich
2020-05-11 6:23 Mart Raudsepp
2020-05-13 13:18 Agostino Sarubbo
2020-05-31 17:17 Michał Górny
2020-08-24 15:11 Michał Górny
2020-12-03 17:31 Michał Górny
2020-12-04 12:38 Michał Górny
2021-01-06 22:30 Fabian Groffen
2021-06-04 12:00 Michał Górny
2022-04-19 20:29 Michał Górny
2022-04-26 17:00 Arthur Zamarin
2022-04-26 17:01 Michał Górny
2022-04-26 17:39 Arthur Zamarin
2022-04-26 18:55 Michał Górny
2022-05-14 12:44 Arthur Zamarin
2023-01-08 14:04 Michał Górny
2023-01-24 7:04 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-02-16 20:28 Michał Górny
2023-05-29 21:55 Sam James
2023-08-10 2:53 Michał Górny
2023-08-15 2:41 Michał Górny
2023-09-11 12:25 Arthur Zamarin
2023-09-11 14:08 Michał Górny
2024-01-13 8:20 Michał Górny
2024-01-29 7:02 Arthur Zamarin
2024-01-29 9:55 Michał Górny
2024-05-25 9:28 Michał Górny
2024-07-29 3:26 Michał Górny
2024-08-17 7:28 Michał Górny
2024-08-17 7:35 Michał Górny
2025-02-18 16:55 Michał Górny
2025-02-20 5:30 Michał Górny
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=1554037381.b70dfde12820939f3b42d1f16fefb6481c890ff2.vdupras@gentoo \
--to=vdupras@gentoo.org \
--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