From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/black/
Date: Sat, 25 Apr 2020 00:37:24 +0000 (UTC) [thread overview]
Message-ID: <1587775036.c95f55dec7a3ecdc24cdc230b0bc7ff2f7f3ac80.Alessandro-Barbieri@gentoo> (raw)
commit: c95f55dec7a3ecdc24cdc230b0bc7ff2f7f3ac80
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Apr 24 22:16:31 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 00:37:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c95f55de
dev-python/black: bump to python3.8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/black/black-19.10_beta0-r2.ebuild | 56 ++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/dev-python/black/black-19.10_beta0-r2.ebuild b/dev-python/black/black-19.10_beta0-r2.ebuild
new file mode 100644
index 0000000..0835948
--- /dev/null
+++ b/dev-python/black/black-19.10_beta0-r2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+MY_PV="19.10b0"
+
+DESCRIPTION="The uncompromising Python code formatter"
+HOMEPAGE="https://github.com/psf/black https://pypi.org/project/black/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ test? (
+ >=dev-python/aiohttp-3.3.2[${PYTHON_USEDEP}]
+ dev-python/aiohttp-cors[${PYTHON_USEDEP}]
+ )
+"
+
+RDEPEND="
+ >=dev-python/appdirs-1.4[${PYTHON_USEDEP}]
+ >=dev-python/attrs-18.1[${PYTHON_USEDEP}]
+ >=dev-python/click-6.5[${PYTHON_USEDEP}]
+ >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
+ >=dev-python/pathspec-0.6[${PYTHON_USEDEP}]
+ >=dev-python/regex-2019.11.1[${PYTHON_USEDEP}]
+ >=dev-python/toml-0.9.4[${PYTHON_USEDEP}]
+ >=dev-python/typed-ast-1.4.0[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+python_prepare_all() {
+ # cannot get_version() for some reason so we set it here manually
+ sed -i -e "s/get_version(root=CURRENT_DIR.parent)/${MY_PV::-2}/g" \
+ -e '/for sp in "abcfr":/d' \
+ -e '/version.split(sp)/d' \
+ docs/conf.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+distutils_enable_tests pytest
+# docs fail to build:: module 'black' has no attribute 'is_python36'
+# 'release': return_codes_re.sub('', self.config.release),
+#distutils_enable_sphinx docs dev-python/recommonmark
next reply other threads:[~2020-04-25 0:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-25 0:37 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-04 12:57 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/black/ Michael Egger
2020-05-18 15:41 Alessandro Barbieri
2020-04-26 22:39 Alessandro Barbieri
2020-04-25 12:53 Alessandro Barbieri
2020-04-07 1:22 Alessandro Barbieri
2020-03-27 12:25 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-27 12:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-18 19:13 Andrew Ammerlaan
2020-03-15 13:14 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-15 13:14 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-15 12:52 Michael Egger
2020-03-13 12:06 Andrew Ammerlaan
2020-03-12 22:06 Michael Egger
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=1587775036.c95f55dec7a3ecdc24cdc230b0bc7ff2f7f3ac80.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--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