public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Campbell" <zlg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/feedgenerator/
Date: Mon,  2 Jan 2017 12:36:40 +0000 (UTC)	[thread overview]
Message-ID: <1483360546.80071b1f15200aa770844a9e3124f2108f40a6b9.zlg@gentoo> (raw)

commit:     80071b1f15200aa770844a9e3124f2108f40a6b9
Author:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 15:06:10 2016 +0000
Commit:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 12:35:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80071b1f

dev-python/feedgenerator: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/feedgenerator/Manifest                 |  1 +
 dev-python/feedgenerator/feedgenerator-1.9.ebuild | 31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/feedgenerator/Manifest b/dev-python/feedgenerator/Manifest
index e1c7c43..3f5d08c 100644
--- a/dev-python/feedgenerator/Manifest
+++ b/dev-python/feedgenerator/Manifest
@@ -1,3 +1,4 @@
 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
+DIST feedgenerator-1.9.tar.gz 4136224 SHA256 5ae05daa9cfa47fa406ee4744d0b7fa1c8a05a7a47ee0ad328ddf55327cfb106 SHA512 77f4df51c6bdf261f0d1665206ab048a21f8660cf8f2c7abf3d71e17c63284240d0eaa690dd6d53b0b7d8ce9c9e0349094d5270c75c2a069608b7717538d7fa1 WHIRLPOOL f5f0dbfde157ecba644eeaaf7ca7b2c03b576d5df51f6ef98308cc071051f621dcd2080a1d17579abbf9dde513fb28f47a8a487eda80154605eb2d90c91de302

diff --git a/dev-python/feedgenerator/feedgenerator-1.9.ebuild b/dev-python/feedgenerator/feedgenerator-1.9.ebuild
new file mode 100644
index 00000000..7e209b5
--- /dev/null
+++ b/dev-python/feedgenerator/feedgenerator-1.9.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_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
+}


             reply	other threads:[~2017-01-02 12:36 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-02 12:36 Daniel Campbell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/feedgenerator/ Michał Górny
2024-05-17 17:48 Michał Górny
2023-12-28  4:41 Sam James
2023-05-26 20:26 Arthur Zamarin
2023-05-16  5:28 Michał Górny
2023-05-16  3:39 Sam James
2023-04-15  8:23 Michał Górny
2022-05-12 19:09 Arthur Zamarin
2022-04-24 11:06 Jakov Smolić
2021-10-31 20:26 Michał Górny
2021-09-29  8:16 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:29 Sam James
2021-08-19  7:34 Michał Górny
2021-06-05 13:34 Michał Górny
2020-11-04  7:34 Michał Górny
2020-11-04  1:00 Sam James
2020-11-02 11:19 Michał Górny
2020-09-28 22:50 Louis Sautier
2020-05-04 10:56 Michał Górny
2020-03-19 23:44 Sebastian Pipping
2020-01-29  2:58 Matthew Thode
2018-06-24 16:21 Pacho Ramos
2017-05-02 15:15 Michał Górny
2017-01-18 10:17 Michael Palimaka
2017-01-17 16:22 Agostino Sarubbo
2016-05-03  3:41 Ian Delaney

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=1483360546.80071b1f15200aa770844a9e3124f2108f40a6b9.zlg@gentoo \
    --to=zlg@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