From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F9D3138359 for ; Fri, 18 Sep 2020 14:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A95DE0835; Fri, 18 Sep 2020 14:28:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81851E0835 for ; Fri, 18 Sep 2020 14:28:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D250341002 for ; Fri, 18 Sep 2020 14:28:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AF3C36F for ; Fri, 18 Sep 2020 14:28:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600439258.2574851974c90a7d8b850cdf29a1e527c841ac38.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/black/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/black/Manifest dev-python/black/black-19.10_beta0.ebuild X-VCS-Directories: dev-python/black/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2574851974c90a7d8b850cdf29a1e527c841ac38 X-VCS-Branch: master Date: Fri, 18 Sep 2020 14:28:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c89f870-63f7-45f7-a2ef-15a702725d46 X-Archives-Hash: e7a7939cfe634ceba4f1ff8cc9552336 commit: 2574851974c90a7d8b850cdf29a1e527c841ac38 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 14:27:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 14:27:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25748519 dev-python/black: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/black/Manifest | 1 - dev-python/black/black-19.10_beta0.ebuild | 64 ------------------------------- 2 files changed, 65 deletions(-) diff --git a/dev-python/black/Manifest b/dev-python/black/Manifest index 4525fb4469f..87c9e63c08c 100644 --- a/dev-python/black/Manifest +++ b/dev-python/black/Manifest @@ -1,2 +1 @@ -DIST black-19.10b0.tar.gz 1008099 BLAKE2B e8a6e286e7a60f880f8b5d37a2b07278faeb4efffd15feb511764e449c36b4e54d5ac5b910f583a15948a2f92eb5e61ae210073be7a57251b2b01e69d2e5b373 SHA512 778909c26afa65548a77524451b50a2692a7b4e297fa52fc80567f7fea94dd5aae9e61cf0f1de718c28a733f1813c8e2c6974ab58e6b0e891de331bb4f245968 DIST black-20.8b1.tar.gz 1092546 BLAKE2B 5a0a755222617d8d551b627c91670ecc32a9330cc1197900a9d21b071d0d99ddd32e09786becfc577407ab402f6da3d8683a59a9deaea1f6b4f07b9e1e4ecbed SHA512 53d6f6a6f47027e5bdfd3909471c993480034c8aa8ae395792565b8d79fb4e3a44299ea529652c0ccabf4309d645db9179bf54efc06fee20517f479e91cec838 diff --git a/dev-python/black/black-19.10_beta0.ebuild b/dev-python/black/black-19.10_beta0.ebuild deleted file mode 100644 index e28d8526c1b..00000000000 --- a/dev-python/black/black-19.10_beta0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 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 optfeature - -MY_PV="${PV//_beta/b}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="The uncompromising Python code formatter" -HOMEPAGE="https://black.readthedocs.io/en/stable/ https://github.com/psf/black" -SRC_URI="https://github.com/psf/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - dev-python/typed-ast[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/pathspec[${PYTHON_USEDEP}] -" -BDEPEND="${RDEPEND} - test? ( - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/aiohttp-cors[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/black-19.10_beta0-setuptools_scm.patch" -) - -distutils_enable_tests unittest - -python_prepare_all() { - local version_path - version_path="$(grep '"write_to"' setup.py | \ - sed -r 's|[[:space:]]+"write_to": "([[:graph:]]+)",|\1|' \ - || die "could not find path to write version to")" - - [[ -e ${version_path} ]] && die "could not find path to write version to" - printf 'version = "%s"\n' "${MY_PV}" > "${version_path}" || die "error writing version" - sed -e 's:setuptools_scm::' -i setup.cfg || die - - distutils-r1_python_prepare_all -} - -python_test() { - "${EPYTHON}" tests/test_black.py -v || die "tests failed with ${EPYTHON}" -} - -pkg_postinst() { - optfeature "blackd - HTTP API for black" dev-python/aiohttp dev-python/aiohttp-cors -}