From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dominate/
Date: Sun, 4 Aug 2019 17:23:21 +0000 (UTC) [thread overview]
Message-ID: <1564939366.6bfde22291ba9ced9fbdd5e02560f423abfd3d2d.sbraz@gentoo> (raw)
commit: 6bfde22291ba9ced9fbdd5e02560f423abfd3d2d
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 4 17:19:38 2019 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 17:22:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfde222
dev-python/dominate: bump to 2.4.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/dominate/Manifest | 1 +
dev-python/dominate/dominate-2.4.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest
index fae64168b4e..4fd5528a5cc 100644
--- a/dev-python/dominate/Manifest
+++ b/dev-python/dominate/Manifest
@@ -1,3 +1,4 @@
DIST dominate-2.3.1.tar.gz 27887 BLAKE2B 3ac0820bd0cb79e648dc947d3cb69aa207e3c129cbae05daaca8fd3a6e22c67bd20fa350ce211986451caa7feb5b60c8ff692e568073e007c34de7cb8847b8a1 SHA512 599147cd9aabc7c3bc24e6c82a13b690808899107999a3b0d7d3f2f113b38c90f2c720298ffdcdf1933d2573cced05d730dab53265397b7fc010e57feabc10b3
DIST dominate-2.3.4.tar.gz 27834 BLAKE2B 12eadd39e5088768c2cfc15e23093c53c58d90dab6346ac78d47da8b7d41fb50fabf4e186b9fea18ecb54fe8b6dae03a489b27a1942cfdc13437afe9e86919ef SHA512 6cab8d6d795498d70f28c80064407616e74e027ac112f8e097509482dce000e45c3599989430a17f71631616a860e84d842b2bfac39b4be466593b5cfb20123c
DIST dominate-2.3.5.tar.gz 27875 BLAKE2B 72bac3554888427a3ed46f8e6a681ff8f48d37043fecc3ff984e65190bfd09bd28ab887168d7e56e0ce2fe8f7c986a4f9d4f47d2041524f53960a5ca3751826a SHA512 a48fff16fc3430201d757a5947c08397f821acdc07a2bd13bb77d65b0d71919726cf4f4792d591cf84ca05912223f439e9cb63e9d18b9a743b217e21ec97d3c2
+DIST dominate-2.4.0.tar.gz 32810 BLAKE2B 07dcaa1c4c748951e6f1e7e650cc25df7b59a2933370df6f6da67c22edb05cfff35f0daa9137ec7a68061722006a3de2233dd4802ad4c9e587cda4284e4094bd SHA512 a14f5dead31364543839c54a6ea4e16d796c9c99277a8fe2cb29edfb2f8259f45befcb33923fe6932cc7da25d9c09cc54d1ea1bd12cc11c52fe6ba52f4f9ef8f
diff --git a/dev-python/dominate/dominate-2.4.0.ebuild b/dev-python/dominate/dominate-2.4.0.ebuild
new file mode 100644
index 00000000000..1b6ca3ac3a8
--- /dev/null
+++ b/dev-python/dominate/dominate-2.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for creating and manipulating HTML documents using an elegant DOM API"
+HOMEPAGE="https://github.com/Knio/dominate"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+ pytest -vv || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2019-08-04 17:23 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-04 17:23 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 18:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/dominate/ Michał Górny
2024-01-13 9:33 Michał Górny
2024-01-13 9:31 Arthur Zamarin
2023-12-24 21:52 Louis Sautier
2023-12-09 15:54 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-09 14:22 Michał Górny
2023-11-16 13:27 Michał Górny
2023-06-27 11:52 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-05-22 5:53 Michał Górny
2023-03-16 3:47 Michał Górny
2022-08-27 6:24 Michał Górny
2022-08-26 23:27 Sam James
2022-07-26 14:11 Michał Górny
2022-07-24 20:28 Michał Górny
2022-07-24 19:13 Sam James
2022-06-17 8:10 Arthur Zamarin
2022-06-17 8:10 Arthur Zamarin
2021-05-09 11:35 Michał Górny
2020-11-26 8:40 Michał Górny
2020-11-26 8:21 Sam James
2020-10-21 18:58 Louis Sautier
2020-10-07 7:28 Michał Górny
2020-08-24 13:10 Louis Sautier
2020-07-08 20:16 Michał Górny
2020-07-08 20:16 Michał Górny
2020-03-09 11:55 Louis Sautier
2020-03-09 11:55 Louis Sautier
2020-02-05 5:50 Michał Górny
2019-08-04 17:23 Louis Sautier
2018-11-27 11:25 Louis Sautier
2018-10-03 21:14 Louis Sautier
2018-10-03 21:14 Louis Sautier
2018-07-24 23:10 Louis Sautier
2018-06-27 21:28 Louis Sautier
2018-06-20 19:40 Louis Sautier
2017-05-11 13:13 Manuel Rüger
2016-11-27 10:28 Michał Górny
2016-11-08 23:00 Patrice Clement
2016-11-08 23:00 Patrice Clement
2016-07-17 1:18 Göktürk Yüksek
2016-05-23 11:33 Ian Delaney
2016-04-29 7:10 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=1564939366.6bfde22291ba9ced9fbdd5e02560f423abfd3d2d.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