From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bottle/
Date: Sun, 13 Oct 2024 03:10:13 +0000 (UTC) [thread overview]
Message-ID: <1728788279.f1aef4088669b5afda9c01aae403f136fb032a13.mgorny@gentoo> (raw)
commit: f1aef4088669b5afda9c01aae403f136fb032a13
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 02:57:59 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 02:57:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1aef408
dev-python/bottle: Bump to 0.13.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bottle/Manifest | 1 +
dev-python/bottle/bottle-0.13.2.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/bottle/Manifest b/dev-python/bottle/Manifest
index d02a1b78ee69..b20305e8f36e 100644
--- a/dev-python/bottle/Manifest
+++ b/dev-python/bottle/Manifest
@@ -1,2 +1,3 @@
DIST bottle-0.12.25.tar.gz 74231 BLAKE2B 2856d94e1525f21e272d70ca3101188ea65417179342d7b3e971c5d1a3be77265e4197e5d29764a5739adbd984883ed121524f29e6a5933b8681e2c34b511a57 SHA512 14b8ed1ffd58f9667d451872ccf73a6f4bf8f7ffb9329f55314f90c770630cfe3f9956f786bcc7fd5f67fde22d14961952969af405912ebe71f019ca6599c975
DIST bottle-0.13.1.tar.gz 836422 BLAKE2B 8160de68b04cab8b3fe86dfc4b9f354ff2de523eae79277b91889e634629e9b462f9013c9821409ad3b43aa329c02ddce66bde45bc1c650a2826e641236b2fe7 SHA512 504704d20712723436c61712e8aa41e603a0f66f74927b4d4122aaea3a090ab910d5daa12217d48b803a66fc3d96d491c2a0b30df236aff50520adb8c115609f
+DIST bottle-0.13.2.tar.gz 98472 BLAKE2B 44c47d052e1daa99bea23fa0be9bb9977c4747bbee496e6815e7267b473cfa659026b8abed248d89235915c5018c29b455c379fa9ed22df8ba861b909b27cbce SHA512 3923070d3723fa975aaed79a6edc7ec47ce2d3cbc4b3fbddff340e19e3e13215034208c2bd198726b0461008313c4600021bd2766b7f0a0dfae2b12ff988f52d
diff --git a/dev-python/bottle/bottle-0.13.2.ebuild b/dev-python/bottle/bottle-0.13.2.ebuild
new file mode 100644
index 000000000000..7267d6c3c7ca
--- /dev/null
+++ b/dev-python/bottle/bottle-0.13.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="A fast and simple micro-framework for small web-applications"
+HOMEPAGE="
+ https://bottlepy.org/
+ https://github.com/bottlepy/bottle/
+ https://pypi.org/project/bottle/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/mako[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+ optfeature "Templating support" dev-python/mako
+}
next reply other threads:[~2024-10-13 3:10 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-13 3:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-05 8:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/bottle/ Arthur Zamarin
2025-06-16 2:18 Michał Górny
2025-05-26 18:50 Michał Górny
2025-05-10 10:25 Michał Górny
2025-05-10 8:26 Arthur Zamarin
2025-04-22 3:28 Michał Górny
2025-04-15 15:03 Michał Górny
2024-11-02 8:59 Michał Górny
2024-09-28 12:59 Michał Górny
2024-09-28 12:32 Arthur Zamarin
2024-09-08 2:52 Michał Górny
2024-09-06 9:25 Michał Górny
2024-06-15 13:14 Michał Górny
2024-06-15 8:15 Michał Górny
2023-07-05 8:03 Michał Górny
2023-07-05 5:56 Arthur Zamarin
2023-03-24 19:52 Michał Górny
2023-03-24 19:47 Arthur Zamarin
2023-03-04 18:16 Michał Górny
2023-02-21 19:02 Michał Górny
2022-11-04 18:23 Arthur Zamarin
2022-09-06 18:57 Arthur Zamarin
2022-08-04 7:32 Michał Górny
2022-08-03 17:30 Arthur Zamarin
2022-06-03 6:14 Michał Górny
2022-06-03 5:50 Jakov Smolić
2022-05-27 6:10 Michał Górny
2022-05-26 18:54 Michał Górny
2022-05-14 10:30 WANG Xuerui
2022-05-13 9:08 Michał Górny
2021-07-02 12:26 Marek Szuba
2021-05-07 11:11 Michał Górny
2020-12-16 19:33 Michał Górny
2020-12-16 18:04 Sam James
2020-12-16 11:30 Michał Górny
2020-11-11 20:55 Michał Górny
2020-09-20 8:35 Michał Górny
2020-05-25 19:48 Michał Górny
2020-04-04 14:55 Mart Raudsepp
2020-02-06 7:51 Sergei Trofimovich
2020-01-28 7:41 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:51 Agostino Sarubbo
2020-01-27 12:44 Agostino Sarubbo
2020-01-27 12:25 Agostino Sarubbo
2020-01-27 11:56 Mikle Kolyada
2020-01-27 7:22 Michał Górny
2020-01-26 16:55 Michał Górny
2019-12-30 10:15 Sergei Trofimovich
2019-12-27 19:54 Sebastian Pipping
2019-12-23 9:36 Mikle Kolyada
2019-12-16 14:38 Michał Górny
2019-12-16 14:38 Michał Górny
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 12:44 Agostino Sarubbo
2019-01-01 19:02 Sebastian Pipping
2018-02-21 22:11 Michał Górny
2017-11-01 17:21 Zac Medico
2017-09-30 16:38 Patrick Lauer
2017-01-18 10:11 David Seifert
2017-01-18 9:50 Agostino Sarubbo
2017-01-15 22:10 Tobias Klausmann
2017-01-15 20:35 Jeroen Roovers
2017-01-15 15:50 Agostino Sarubbo
2017-01-15 12:58 Markus Meier
2017-01-11 16:17 Agostino Sarubbo
2017-01-09 0:38 Mike Gilbert
2016-10-22 19:49 Sebastian Pipping
2015-11-20 1:23 Mike Frysinger
2015-10-26 13:35 Justin Lecher
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=1728788279.f1aef4088669b5afda9c01aae403f136fb032a13.mgorny@gentoo \
--to=mgorny@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