public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mako/
Date: Sat, 14 Jul 2018 23:20:00 +0000 (UTC)	[thread overview]
Message-ID: <1531610391.fc84d22804d351edc43c9c6ac343a3f1d0d925f2.sbraz@gentoo> (raw)

commit:     fc84d22804d351edc43c9c6ac343a3f1d0d925f2
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 23:12:55 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 23:19:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc84d228

dev-python/mako: bump to 1.0.7, add PyPy3

* Tests now pass with pypy.
* Fix mock DEPEND to include pypy.
* Don't add RDEPEND to DEPND unconditionally.
* Drop postinst message related to a version that was released in 2012.
* Use pytest instead of nose (like upstream).

Closes: https://bugs.gentoo.org/620906
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-python/mako/Manifest          |  1 +
 dev-python/mako/mako-1.0.7.ebuild | 49 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/mako/Manifest b/dev-python/mako/Manifest
index d171a067014..cde4d91be2c 100644
--- a/dev-python/mako/Manifest
+++ b/dev-python/mako/Manifest
@@ -1,2 +1,3 @@
 DIST Mako-1.0.3.tar.gz 565224 BLAKE2B 8c9a6fa10a6a8d5fc87ff75b77b11e411bd79adcab64e3b3b9066ba7010db94d98c7e8e422e1f89a3ff326501eff8dd6129a1af97d131babcd00047b0db19c29 SHA512 1652cb3f7ea6484975c16f914ce9c070e503ff532564f76a048dd316e5eb12ff2b2445f272be55147d4d62b45906d5e14b3799c9136622ed0867a00875a0e52d
 DIST Mako-1.0.6.tar.gz 575112 BLAKE2B c8354faf03ca2b6dfbb82ae96e8b86385630713a0ebb1d592179acaa78e0950a0b013da05da0c079263043a4ce8958e5ec50215c401b2c4fcabfd7f364d92be5 SHA512 15608f2487783ea3a48faf743ee1b8e811adc34281c613e56f1a4548f3c614d1d5dbc943911943a7f8f6d34a962a27387d8fc17862038c1abee2e6c3328a79cf
+DIST Mako-1.0.7.tar.gz 564418 BLAKE2B c7ecad786213a8d3b77241955d5a825513f81bf66b705b6f54d6ff74a6513f7c8bacdc55fa8f21acb03e691900f45605da834a2b941bc65bddb177ce86dbe961 SHA512 d67af6788bf8603010361ce8b6d0355b0191657c07f3b5845f9d5e91653c3e349a7b35d5b36aa9c7f291973c83911ce94075e1cad78e6935d0ed4ee9c6e2a571

diff --git a/dev-python/mako/mako-1.0.7.ebuild b/dev-python/mako/mako-1.0.7.ebuild
new file mode 100644
index 00000000000..0a1c1dab821
--- /dev/null
+++ b/dev-python/mako/mako-1.0.7.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1 eutils
+
+MY_PN="Mako"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="A Python templating language"
+HOMEPAGE="http://www.makotemplates.org/ https://pypi.org/project/Mako/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' pypy python2_7)
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)
+"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+	py.test -v || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+	rm -r doc/build || die
+
+	use doc && local HTML_DOCS=( doc/. )
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "Optional dependencies:"
+	optfeature "caching support" dev-python/beaker
+}


             reply	other threads:[~2018-07-14 23:20 UTC|newest]

Thread overview: 110+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-14 23:20 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22  9:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/mako/ Michał Górny
2025-02-22  8:53 Arthur Zamarin
2025-02-05  8:06 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28  9:24 Arthur Zamarin
2024-12-21 11:34 Michał Górny
2024-12-21 11:31 Michał Górny
2024-12-08  3:16 Michał Górny
2024-12-04  7:46 Michał Górny
2024-11-09  9:55 Michał Górny
2024-11-09  9:02 Arthur Zamarin
2024-10-22  3:10 Michał Górny
2024-06-01  7:22 Michał Górny
2024-06-01  7:17 Arthur Zamarin
2024-05-15  2:08 Michał Górny
2024-05-14  6:16 Michał Górny
2024-04-27  8:26 Michał Górny
2024-04-27  6:53 Michał Górny
2024-04-11  4:25 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-30 14:19 Michał Górny
2024-01-23  4:39 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-09  4:15 Michał Górny
2023-05-28 16:25 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-17  6:15 Michał Górny
2022-10-24 19:42 Arthur Zamarin
2022-10-24 19:33 Arthur Zamarin
2022-09-23 20:06 Arthur Zamarin
2022-09-08  5:42 Michał Górny
2022-09-07 20:37 Sam James
2022-08-30  5:45 Michał Górny
2022-08-02 19:05 Michał Górny
2022-08-02 17:31 Arthur Zamarin
2022-06-30 17:09 Arthur Zamarin
2022-05-13  9:08 Michał Górny
2022-05-13  9:08 Michał Górny
2022-05-08  7:34 WANG Xuerui
2022-04-15 17:19 Arthur Zamarin
2022-03-15 13:23 Michał Górny
2022-01-01 10:49 Arthur Zamarin
2021-12-18 15:36 Michał Górny
2021-12-18 13:38 Arthur Zamarin
2021-11-17 20:46 Michał Górny
2021-09-25 22:00 Michał Górny
2021-09-25 19:53 Sam James
2021-08-21  7:56 Michał Górny
2021-05-06 11:38 Michał Górny
2021-03-02  8:25 Michał Górny
2021-03-02  1:34 Sam James
2021-01-15  7:35 Michał Górny
2020-09-20  8:35 Michał Górny
2020-07-09 12:20 Michał Górny
2020-05-30  7:12 Michał Górny
2020-05-25 19:48 Michał Górny
2020-05-11 17:33 Michał Górny
2020-05-11  6:23 Mart Raudsepp
2020-05-11  6:23 Mart Raudsepp
2020-05-08  9:36 Sergei Trofimovich
2020-05-06  6:28 Agostino Sarubbo
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 15:05 Agostino Sarubbo
2020-05-03 13:00 Agostino Sarubbo
2020-03-27 21:06 Michał Górny
2020-03-27 21:06 Michał Górny
2020-03-27 21:06 Michał Górny
2020-03-04  5:01 Michał Górny
2020-03-02 11:49 Sergei Trofimovich
2020-03-02  6:41 Michał Górny
2020-02-24 12:53 Agostino Sarubbo
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 11:31 Agostino Sarubbo
2020-02-24 11:28 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-24 10:04 Agostino Sarubbo
2020-02-24  9:02 Agostino Sarubbo
2020-02-21 18:09 Michał Górny
2020-02-21 18:09 Michał Górny
2019-12-27 19:41 Sebastian Pipping
2019-12-27 19:41 Sebastian Pipping
2019-12-27 19:41 Sebastian Pipping
2019-12-27 16:47 Sebastian Pipping
2019-12-04  6:48 Aaron Bauman
2018-07-14 23:20 Louis Sautier
2018-06-08  8:10 Mikle Kolyada
2018-05-17 21:18 Sergei Trofimovich
2018-05-14 12:38 Tobias Klausmann
2018-05-03  5:49 Mart Raudsepp
2018-04-21 12:46 Mikle Kolyada
2018-04-16 18:36 Sergei Trofimovich
2018-04-15 18:58 Thomas Deutschmann
2018-04-15 18:24 Sergei Trofimovich
2018-04-15  9:20 Sergei Trofimovich
2018-04-14 16:39 Aaron Bauman
2018-02-18  0:03 Patrice Clement
2018-01-13  6:51 Mike Frysinger
2018-01-05  9:36 Michał Górny
2017-03-16 12:23 Michael Weber
2017-01-23  5:56 Jeroen Roovers
2017-01-15 20:35 Jeroen Roovers
2016-02-05 19:45 Justin Lecher
2015-11-20  1:23 Mike Frysinger
2015-10-28 10:53 Justin Lecher
2015-09-12  7:30 Justin Lecher
2015-09-11  7:53 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=1531610391.fc84d22804d351edc43c9c6ac343a3f1d0d925f2.sbraz@gentoo \
    --to=sbraz@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