public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/
Date: Sun,  9 Aug 2015 17:33:09 +0000 (UTC)	[thread overview]
Message-ID: <1439141419.c08296a602663494d4f5fadf60fcbb8e08414331.alunduil@gentoo> (raw)

commit:     c08296a602663494d4f5fadf60fcbb8e08414331
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 17:29:02 2015 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 17:30:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08296a6

dev-python/sphinxcontrib-newsfeed: add version 0.1.4

Package-Manager: portage-2.2.20

 dev-python/sphinxcontrib-newsfeed/Manifest         |  1 +
 dev-python/sphinxcontrib-newsfeed/metadata.xml     | 10 +++++++++
 .../sphinxcontrib-newsfeed-0.1.4.ebuild            | 26 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/sphinxcontrib-newsfeed/Manifest b/dev-python/sphinxcontrib-newsfeed/Manifest
new file mode 100644
index 0000000..1f6429b
--- /dev/null
+++ b/dev-python/sphinxcontrib-newsfeed/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-newsfeed-0.1.4.tar.gz 10862 SHA256 f78c865b1a32d249644a9c46f395b547df0dc21ed69b70898d64235b4755efb4 SHA512 96d9d0c15fca8b62f945bafc8f0eafa62df9c471f7510e2f153e47b66534e5f3041e5c01df772e6c35a9f09baa70064642f7f0fa43ccfd33dd64c2604494f2fc WHIRLPOOL f14e5c8e9a5b6c35ae1311ed2efa9c8e71223c1d35bbe09dc1f097d07547748b8f73aa7170e1b422681cac44d40524ea5e017bc2b730f7581f1d91c9b057adc0

diff --git a/dev-python/sphinxcontrib-newsfeed/metadata.xml b/dev-python/sphinxcontrib-newsfeed/metadata.xml
new file mode 100644
index 0000000..02be8c5
--- /dev/null
+++ b/dev-python/sphinxcontrib-newsfeed/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>alunduil@gentoo.org</email>
+		<name>Alex Brandt</name>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
new file mode 100644
index 0000000..5e23f6a
--- /dev/null
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="News Feed extension for Sphinx"
+HOMEPAGE="http://bitbucket.org/prometheus/sphinxcontrib-newsfeed"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+python_install_all() {
+	use examples && local EXAMPLES=( demo/. )
+
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2015-08-09 17:33 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-09 17:33 Alex Brandt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-16 15:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/ Justin Lecher
2015-10-14 16:52 Justin Lecher
2016-03-28 13:16 Ian Delaney
2017-02-13  9:08 Zac Medico
2017-08-02  4:06 Sebastien Fabbro
2017-10-04  8:57 Michał Górny
2018-03-10 14:56 Pacho Ramos
2019-03-16 23:21 Anthony G. Basile
2019-04-27 11:49 Anthony G. Basile
2019-07-14 12:27 Michał Górny
2019-07-31 14:32 Mikle Kolyada
2019-07-31 14:32 Mikle Kolyada
2019-12-30 21:54 Piotr Karbowski
2020-02-06  6:18 Michał Górny
2020-08-18 21:53 Sergei Trofimovich
2020-08-19  9:29 Sergei Trofimovich
2020-08-23 11:45 David Seifert
2020-08-25 10:23 Sam James
2020-09-13  4:55 Sam James
2020-09-27  6:42 Matt Turner
2020-09-28 17:41 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-10-01 17:29 Sergei Trofimovich
2020-10-07  1:02 Sam James
2020-11-26 13:21 Sam James
2020-11-26 19:08 Sam James
2020-11-30 21:12 Sergei Trofimovich
2020-12-03 17:31 Michał Górny
2020-12-04 12:38 Michał Górny
2021-05-28 21:48 Michał Górny
2021-05-28 21:48 Michał Górny
2021-05-28 21:48 Michał Górny
2021-08-28  8:16 Arthur Zamarin
2022-04-20 12:18 Michał Górny
2022-04-26  1:51 Sam James
2022-04-26 19:16 Arthur Zamarin
2022-04-26 20:28 Michał Górny
2022-12-10 17:12 Arthur Zamarin
2023-03-17 15:25 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=1439141419.c08296a602663494d4f5fadf60fcbb8e08414331.alunduil@gentoo \
    --to=alunduil@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