From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyamazon/
Date: Sat, 2 Jul 2016 13:10:10 +0000 (UTC) [thread overview]
Message-ID: <1467464979.56d66d8396ed2823ca93669888dca87f04a6cc0b.soap@gentoo> (raw)
commit: 56d66d8396ed2823ca93669888dca87f04a6cc0b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 12:42:11 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 13:09:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d66d83
dev-python/pyamazon: Modernize to python-r1 suite
* EAPI=6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1814
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/pyamazon/pyamazon-0.65-r1.ebuild | 32 +++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-python/pyamazon/pyamazon-0.65-r1.ebuild b/dev-python/pyamazon/pyamazon-0.65-r1.ebuild
new file mode 100644
index 0000000..81a15b1
--- /dev/null
+++ b/dev-python/pyamazon/pyamazon-0.65-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-single-r1
+
+DESCRIPTION="A Python wrapper for the Amazon web API"
+HOMEPAGE="http://www.josephson.org/projects/pyamazon"
+SRC_URI="http://www.josephson.org/projects/${PN}/files/${P}.zip"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ default
+ edos2unix amazon.py
+}
+
+src_install() {
+ python_domodule amazon.py
+}
next reply other threads:[~2016-07-02 13:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-02 13:10 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-02 13:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyamazon/ David Seifert
2019-03-26 18:52 Aaron Bauman
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=1467464979.56d66d8396ed2823ca93669888dca87f04a6cc0b.soap@gentoo \
--to=soap@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