From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/feedgenerator/
Date: Tue, 3 May 2016 03:41:58 +0000 (UTC) [thread overview]
Message-ID: <1462246904.c11639cb7c23ac4e32d884a43b9220c7b0d91563.idella4@gentoo> (raw)
commit: c11639cb7c23ac4e32d884a43b9220c7b0d91563
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon May 2 11:44:28 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue May 3 03:41:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11639cb
dev-python/feedgenerator: bump to 1.8, add py3.5, EAPI=6
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1393
Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
dev-python/feedgenerator/Manifest | 1 +
dev-python/feedgenerator/feedgenerator-1.8.ebuild | 31 +++++++++++++++++++++++
dev-python/feedgenerator/metadata.xml | 2 ++
3 files changed, 34 insertions(+)
diff --git a/dev-python/feedgenerator/Manifest b/dev-python/feedgenerator/Manifest
index 0ac1127..e1c7c43 100644
--- a/dev-python/feedgenerator/Manifest
+++ b/dev-python/feedgenerator/Manifest
@@ -1,2 +1,3 @@
DIST feedgenerator-1.6.tar.gz 21517 SHA256 ec66b671a946381e02ee97b5f4746959c4bda960be4994ce39be5a7f5eb445fe SHA512 6b96094209ae206be75909f2ad9a9420a06e1fa47b8a5e28db4da16c5b157014f9f8d1677edc8a7347384fe0f0a91aa4f664257adfa994a46b6dc49d9349472b WHIRLPOOL f334860efbce23b2ab9c3217f035d5f1263cc59ac7434b6be68f62b683d3b765f88f0c1566a1ef34634e167b3746720b6718577e54c47afcadd0676e115e74d5
DIST feedgenerator-1.7.tar.gz 22155 SHA256 5d6b0b10134ac392be0c0c3a39c0e1d7e9c17cc7894590f75981e3f497a4a60f SHA512 359e584af7766b1a67c752df88ad67f06f9b2a6677d2e858484286b079e33b47192a5cf141fc86eb5590d86175e24d3fa1e87506773c28f6a35b2dc545520044 WHIRLPOOL 0d9d2b22ac0c6b31ae3b53d48e07d9707d83d895ce6b16f59ecf6d03269435d7bd88b9309673de688b09b68a120bd316b6ad51efc7d9cdc3b73882217f2fecb2
+DIST feedgenerator-1.8.tar.gz 4135643 SHA256 c00a60ee5179c99330078f4016c39924154a34677f0b84c62556b5ebc2ad7156 SHA512 644f75d5d6ec729c2522749db7fe7c4b0d5ad70b065fb93b255276af199a3e0c21d9ceb60e07d982a7553b7b596853677547b33b6fe21d07788a12da91022566 WHIRLPOOL 20473bce64263731143115249c629376a8563f8dcce68a0b62a09966ff48f9b478f813c147ee5a7e10695476c4ecd773976fca28f6210b4467fe2f1c4f55dc97
diff --git a/dev-python/feedgenerator/feedgenerator-1.8.ebuild b/dev-python/feedgenerator/feedgenerator-1.8.ebuild
new file mode 100644
index 0000000..2e3aa7d
--- /dev/null
+++ b/dev-python/feedgenerator/feedgenerator-1.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+inherit distutils-r1
+
+DESCRIPTION="Standalone version of django.utils.feedgenerator"
+HOMEPAGE="https://pypi.python.org/pypi/feedgenerator"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/six[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+src_prepare() {
+ distutils-r1_src_prepare
+ # Allow pypy to read MANIFEST.in
+ ln -s tests_feedgenerator tests || die
+}
+
+python_test() {
+ "${PYTHON}" setup.py test
+}
diff --git a/dev-python/feedgenerator/metadata.xml b/dev-python/feedgenerator/metadata.xml
index ceece06..c010579 100644
--- a/dev-python/feedgenerator/metadata.xml
+++ b/dev-python/feedgenerator/metadata.xml
@@ -7,5 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">feedgenerator</remote-id>
+ <remote-id type="github">getpelican/feedgenerator</remote-id>
+ <bugs-to>https://github.com/getpelican/feedgenerator/issues</bugs-to>
</upstream>
</pkgmetadata>
next reply other threads:[~2016-05-03 3:42 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-03 3:41 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-02 12:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/feedgenerator/ Daniel Campbell
2017-01-17 16:22 Agostino Sarubbo
2017-01-18 10:17 Michael Palimaka
2017-05-02 15:15 Michał Górny
2018-06-24 16:21 Pacho Ramos
2020-01-29 2:58 Matthew Thode
2020-03-19 23:44 Sebastian Pipping
2020-05-04 10:56 Michał Górny
2020-09-28 22:50 Louis Sautier
2020-11-02 11:19 Michał Górny
2020-11-04 1:00 Sam James
2020-11-04 7:34 Michał Górny
2021-06-05 13:34 Michał Górny
2021-08-19 7:34 Michał Górny
2021-09-18 17:29 Sam James
2021-09-18 19:43 Michał Górny
2021-09-29 8:16 Michał Górny
2021-10-31 20:26 Michał Górny
2022-04-24 11:06 Jakov Smolić
2022-05-12 19:09 Arthur Zamarin
2023-04-15 8:23 Michał Górny
2023-05-16 3:39 Sam James
2023-05-16 5:28 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2023-12-28 4:41 Sam James
2024-05-17 17:48 Michał Górny
2025-02-27 20:56 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=1462246904.c11639cb7c23ac4e32d884a43b9220c7b0d91563.idella4@gentoo \
--to=idella4@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