From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pdoc/
Date: Thu, 10 Sep 2015 11:31:55 +0000 (UTC) [thread overview]
Message-ID: <1441884653.65b60d25a0d2844f675c8cd7e6a363a5d611b3a1.jlec@gentoo> (raw)
commit: 65b60d25a0d2844f675c8cd7e6a363a5d611b3a1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 11:30:47 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 11:30:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b60d25
dev-python/pdoc: New package, ebuild written by me
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pdoc/Manifest | 1 +
dev-python/pdoc/metadata.xml | 14 ++++++++++++++
dev-python/pdoc/pdoc-0.3.1.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-python/pdoc/Manifest b/dev-python/pdoc/Manifest
new file mode 100644
index 0000000..db0bf58
--- /dev/null
+++ b/dev-python/pdoc/Manifest
@@ -0,0 +1 @@
+DIST pdoc-0.3.1.tar.gz 76065 SHA256 83b23c6dd83d45624d785778d5a3c3cb5541ecebdab4c48c554f98b797c0278f SHA512 1c36fc21198e9b58b6b809e01bd801be8afc2f7d44cbbbfff6d9ecf455111365957a1c72b7acce0458a5c18482c7088ae811371f9362012058ec35c90f10c6e9 WHIRLPOOL c999bb72aa413b2bbd778543ca6b77fe0b0f8e44ca8301b66cc5333eab0587e5a38a5ea32cbbba1e4ec2c34aa7df419adc72d5f109bc834bb723149d116269b4
diff --git a/dev-python/pdoc/metadata.xml b/dev-python/pdoc/metadata.xml
new file mode 100644
index 0000000..f54c580
--- /dev/null
+++ b/dev-python/pdoc/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ <name>Justin Lecher</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pxml</remote-id>
+ <remote-id type="github">metagriffin/pxml</remote-id>
+ <remote-id type="bitbucket">hpk42/pytest-cache</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pdoc/pdoc-0.3.1.ebuild b/dev-python/pdoc/pdoc-0.3.1.ebuild
new file mode 100644
index 0000000..430dfe5
--- /dev/null
+++ b/dev-python/pdoc/pdoc-0.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple program and library to auto generate API documentation for Python modules"
+HOMEPAGE="https://pypi.python.org/pypi/pdoc https://github.com/BurntSushi/pdoc"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Unlicense"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ dev-python/mako[${PYTHON_USEDEP}]
+ dev-python/markdown[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ "
next reply other threads:[~2015-09-10 11:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 11:31 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-01 19:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/pdoc/ David Seifert
2017-05-02 17:43 Michał Górny
2017-05-05 14:09 Manuel Rüger
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=1441884653.65b60d25a0d2844f675c8cd7e6a363a5d611b3a1.jlec@gentoo \
--to=jlec@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