public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bottle/
Date: Mon, 26 Oct 2015 13:35:54 +0000 (UTC)	[thread overview]
Message-ID: <1445866545.70704cb577a60662d50488670aff5db35893af8b.jlec@gentoo> (raw)

commit:     70704cb577a60662d50488670aff5db35893af8b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 11:12:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 13:35:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70704cb5

dev-python/bottle: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/bottle/Manifest             |  1 +
 dev-python/bottle/bottle-0.12.9.ebuild | 48 ++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/bottle/Manifest b/dev-python/bottle/Manifest
index 37edbbd..58c0ff3 100644
--- a/dev-python/bottle/Manifest
+++ b/dev-python/bottle/Manifest
@@ -1,2 +1,3 @@
 DIST bottle-0.12.7.tar.gz 69375 SHA256 e3ea2191f06ca51af45bf6ca41ed2d1b2d809ceda0876466879fe205be7b2073 SHA512 ef58c0ec3b09b237914a170aae59a577a59e579478cd5f1bcef9fe73a9d3a4776794263d6f7b60dd426629aec2987ee4c3f6b8fa0486a99879792c70e373fcbc WHIRLPOOL dc6a34f9819ed77b0b05c01c13efe553af37fc9c32cfe955d6199277a8e38992a0e4982b8e67b0aab12349f15434d094ec7674a7970c71e264e72f3b74c617f0
 DIST bottle-0.12.8.tar.gz 69414 SHA256 cd5d1755a85e533205ed8a2465badf38602227c5f171c3852e07724b28c050ac SHA512 85fbdac6f7ae804a74bc527bb47bcdb5cf653a0227efe36e81e25513b687dd4abc1f772ff7232bd914cb392dea07297154d80aa05b1216c1f796dbed0d5a9510 WHIRLPOOL 833f434683f18511560973a9b0defeaa048ec21d0c60d30c69b11fc12f0ea4511a693a532d227b4ef419c99e664ba26384a95111950bf2ec1128a5509d8a0259
+DIST bottle-0.12.9.tar.gz 69516 SHA256 fe0a24b59385596d02df7ae7845fe7d7135eea73799d03348aeb9f3771500051 SHA512 c11d3cb916a0912dcda953a25b9e3a4c6f8e68e31bbaba653f1cae0e12f6b6d827fcbc9d1dfbdb9af2e28276b0056a31fa863d3723a709911406f426d528840b WHIRLPOOL 03f2a43002110b7e2aaf3d477d249b804db20cc68a0c534a059e1c0937ed574c1b6f00fd5ffe43acd027425e9e40815269af617a769cce74e5ca5f25b25dc0e7

diff --git a/dev-python/bottle/bottle-0.12.9.ebuild b/dev-python/bottle/bottle-0.12.9.ebuild
new file mode 100644
index 0000000..a6eab37
--- /dev/null
+++ b/dev-python/bottle/bottle-0.12.9.ebuild
@@ -0,0 +1,48 @@
+# 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,5} pypy pypy3 )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A fast and simple micro-framework for small web-applications"
+HOMEPAGE="https://pypi.python.org/pypi/bottle http://bottlepy.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="test"
+
+DEPEND="test? ( dev-python/mako[$(python_gen_usedep 'python*')] )"
+RDEPEND=""
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.12.8-py3.5-backport.patch
+)
+
+python_prepare_all() {
+	sed -i -e '/scripts/d' setup.py || die
+
+	# Remove test file requring connection to network
+	rm ./test/test_server.py || die
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	# A few odd fails in the suite under pypy
+	# https://github.com/bottlepy/bottle/issues/714
+	"${PYTHON}" test/testall.py || die "tests failed under ${EPYTHON}"
+}
+
+pkg_postinst() {
+	optfeature "Templating support" dev-python/mako
+	elog "Due to problems with bottle.py being in /usr/bin (see bug #474874)"
+	elog "we do as most other distros and do not install the script anymore."
+	elog "If you do want/have to call it directly rather than through your app,"
+	elog "please use the following instead:"
+	elog '  `python -m bottle`'
+}


             reply	other threads:[~2015-10-26 13:36 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-26 13:35 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-20  1:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/bottle/ Mike Frysinger
2016-10-22 19:49 Sebastian Pipping
2017-01-09  0:38 Mike Gilbert
2017-01-11 16:17 Agostino Sarubbo
2017-01-15 12:58 Markus Meier
2017-01-15 15:50 Agostino Sarubbo
2017-01-15 20:35 Jeroen Roovers
2017-01-15 22:10 Tobias Klausmann
2017-01-18  9:50 Agostino Sarubbo
2017-01-18 10:11 David Seifert
2017-09-30 16:38 Patrick Lauer
2017-11-01 17:21 Zac Medico
2018-02-21 22:11 Michał Górny
2019-01-01 19:02 Sebastian Pipping
2019-12-15 12:44 Agostino Sarubbo
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:53 Agostino Sarubbo
2019-12-16 14:38 Michał Górny
2019-12-16 14:38 Michał Górny
2019-12-23  9:36 Mikle Kolyada
2019-12-27 19:54 Sebastian Pipping
2019-12-30 10:15 Sergei Trofimovich
2020-01-26 16:55 Michał Górny
2020-01-27  7:22 Michał Górny
2020-01-27 11:56 Mikle Kolyada
2020-01-27 12:25 Agostino Sarubbo
2020-01-27 12:44 Agostino Sarubbo
2020-01-27 12:51 Agostino Sarubbo
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-28  7:41 Agostino Sarubbo
2020-02-06  7:51 Sergei Trofimovich
2020-04-04 14:55 Mart Raudsepp
2020-05-25 19:48 Michał Górny
2020-09-20  8:35 Michał Górny
2020-11-11 20:55 Michał Górny
2020-12-16 11:30 Michał Górny
2020-12-16 18:04 Sam James
2020-12-16 19:33 Michał Górny
2021-05-07 11:11 Michał Górny
2021-07-02 12:26 Marek Szuba
2022-05-13  9:08 Michał Górny
2022-05-14 10:30 WANG Xuerui
2022-05-26 18:54 Michał Górny
2022-05-27  6:10 Michał Górny
2022-06-03  5:50 Jakov Smolić
2022-06-03  6:14 Michał Górny
2022-08-03 17:30 Arthur Zamarin
2022-08-04  7:32 Michał Górny
2022-09-06 18:57 Arthur Zamarin
2022-11-04 18:23 Arthur Zamarin
2023-02-21 19:02 Michał Górny
2023-03-04 18:16 Michał Górny
2023-03-24 19:47 Arthur Zamarin
2023-03-24 19:52 Michał Górny
2023-07-05  5:56 Arthur Zamarin
2023-07-05  8:03 Michał Górny
2024-06-15  8:15 Michał Górny
2024-06-15 13:14 Michał Górny
2024-09-06  9:25 Michał Górny
2024-09-08  2:52 Michał Górny
2024-09-28 12:32 Arthur Zamarin
2024-09-28 12:59 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=1445866545.70704cb577a60662d50488670aff5db35893af8b.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