From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/
Date: Tue, 1 Dec 2020 08:59:34 +0000 (UTC) [thread overview]
Message-ID: <1606813168.bd799942be66f21ed99e842a2cfcfc214af3efec.grozin@gentoo> (raw)
commit: bd799942be66f21ed99e842a2cfcfc214af3efec
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 1 08:59:28 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Dec 1 08:59:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd799942
dev-python/bpython: bump to 0.20.1
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/bpython/Manifest | 1 +
dev-python/bpython/bpython-0.20.1.ebuild | 45 ++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index 34828df66cd..d1518f5cbe4 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1 +1,2 @@
+DIST bpython-0.20.1.tar.gz 223953 BLAKE2B b26ee6e4d41609e9a04a013d90f4ae7f598ba28028d9982a77aa7f11887a60c39855e875ae004b416e375b0c906e066a22a18f0251d2e7192d690fe03afe51c7 SHA512 ff69b175afbb1f050f1aa481966bbc32580b3d113a886f49a97fa8f01e3c8c0edf2c0075785fc61ac616168c97d61ee7daeed85d0b08f1317fb774f7ad6bf439
DIST bpython-0.20.tar.gz 224127 BLAKE2B 6b7334f6657e27eff3f48468ee4eed64b69f9ba9ce92881a28ff57a5d5e60948b30fca689adc7a3aac088d2aa1316bfd43509f4f8d80b4822e8990f2753a2059 SHA512 13c04bd9b9ce0bd1b3775295e249e0505abe3be6c601dc9d90455863fd8bc178abb3fe98b05586c6298ea9308a6b062907abf2979b37b08e4341439b0311a565
diff --git a/dev-python/bpython/bpython-0.20.1.ebuild b/dev-python/bpython/bpython-0.20.1.ebuild
new file mode 100644
index 00000000000..ecf0abab267
--- /dev/null
+++ b/dev-python/bpython/bpython-0.20.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
+HOMEPAGE="https://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.org/project/bpython/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+ >=dev-python/curtsies-0.2.11[${PYTHON_USEDEP}]
+ dev-python/greenlet[${PYTHON_USEDEP}]
+ dev-python/jedi[${PYTHON_USEDEP}]
+ dev-python/pygments[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ >=dev-python/six-1.5[${PYTHON_USEDEP}]
+ dev-python/urwid[${PYTHON_USEDEP}]
+ dev-python/watchdog[${PYTHON_USEDEP}]
+ "
+# sphinx is used implicitly to build manpages
+BDEPEND="
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+DOCS=( AUTHORS CHANGELOG sample.theme light.theme )
+
+distutils_enable_sphinx doc/sphinx/source --no-autodoc
+distutils_enable_tests unittest
+
+src_prepare() {
+ sed -e 's:test_exec_dunder_file:_&:' \
+ -e 's:test_exec_nonascii_file_linenums:_&:' \
+ -i bpython/test/test_args.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2020-12-01 8:59 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-01 8:59 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-03 2:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/ Sam James
2023-12-09 13:18 Sam James
2023-12-08 17:12 Sam James
2023-11-24 16:45 Arthur Zamarin
2023-11-23 20:33 Michał Górny
2023-02-21 8:00 Michał Górny
2023-02-21 8:00 Michał Górny
2023-02-20 23:28 Sam James
2023-01-18 14:59 Andrey Grozin
2022-11-25 20:33 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-10-26 6:15 Andrey Grozin
2022-10-03 9:49 Michał Górny
2022-10-03 8:32 Agostino Sarubbo
2022-09-02 17:37 Michał Górny
2022-03-30 11:25 Jakov Smolić
2021-12-10 12:01 Jakov Smolić
2021-11-09 4:14 Andrey Grozin
2021-11-09 4:13 Andrey Grozin
2021-11-08 8:11 Andrey Grozin
2021-03-02 8:48 Michał Górny
2021-03-02 3:49 Sam James
2021-01-26 8:47 Andrey Grozin
2021-01-25 20:43 Michał Górny
2021-01-07 9:19 Michał Górny
2021-01-07 9:19 Michał Górny
2020-11-15 11:00 Michał Górny
2020-11-15 10:42 Sam James
2020-11-14 21:23 Michał Górny
2020-10-15 16:08 Andrey Grozin
2020-06-03 17:27 Michał Górny
2020-05-14 10:28 Michał Górny
2020-05-12 6:39 Agostino Sarubbo
2020-05-04 10:23 Michał Górny
2020-05-03 12:28 Agostino Sarubbo
2020-03-30 12:25 Andrey Grozin
2020-03-26 13:49 Michał Górny
2020-03-07 17:57 Sebastian Pipping
2019-04-04 13:21 Andrey Grozin
2019-04-04 12:30 Andrey Grozin
2018-07-09 18:52 Mikle Kolyada
2018-06-28 19:18 Pacho Ramos
2018-03-13 19:52 Michał Górny
2018-02-13 5:34 Andrey Grozin
2018-02-09 12:32 Andrey Grozin
2017-02-28 13:21 Andrey Grozin
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2016-10-12 14:06 Andrey Grozin
2016-09-27 12:50 Andrey Grozin
2016-08-09 12:07 Andrey Grozin
2016-01-17 13:47 Andrey Grozin
2015-10-08 5:46 Ian Delaney
2015-09-10 7:59 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=1606813168.bd799942be66f21ed99e842a2cfcfc214af3efec.grozin@gentoo \
--to=grozin@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