public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/black/
Date: Sat,  6 Jun 2020 09:32:05 +0000 (UTC)	[thread overview]
Message-ID: <1591275379.7b7dd45540a591358f0d65b12d343d1906fd3d2a.andrewammerlaan@gentoo> (raw)

commit:     7b7dd45540a591358f0d65b12d343d1906fd3d2a
Author:     Michael Egger <michael.egger <AT> tsn <DOT> at>
AuthorDate: Thu Jun  4 12:56:19 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jun  4 12:56:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b7dd455

dev-python/black: Package has been added to gentoo overlay

Signed-off-by: Michael Egger <michael.egger <AT> tsn.at>

 dev-python/black/Manifest                    |  1 -
 dev-python/black/black-19.10_beta0-r1.ebuild | 57 ---------------------------
 dev-python/black/black-19.10_beta0-r2.ebuild | 59 ----------------------------
 dev-python/black/metadata.xml                | 18 ---------
 4 files changed, 135 deletions(-)

diff --git a/dev-python/black/Manifest b/dev-python/black/Manifest
deleted file mode 100644
index 53688b5..0000000
--- a/dev-python/black/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST black-19.10b0.tar.gz 1019740 BLAKE2B 8a604cd79761ff7e4da6edf985d1a876e233fee9025d5066ea012a3bad9abfe0d19c5bbed87d585db8549c82ca60e1c14a9ce9d9eacd9e62ab8a354ab4757e8d SHA512 abc6d2623ab50e59bed01fdb7a6ee7434c2d3e0f779a046d9141087aa6ef46b73b3aacc6bf84ac70b9384817bd2c707a3fa262811f11a2f61a99251d2b84dd02

diff --git a/dev-python/black/black-19.10_beta0-r1.ebuild b/dev-python/black/black-19.10_beta0-r1.ebuild
deleted file mode 100644
index 11229b7..0000000
--- a/dev-python/black/black-19.10_beta0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-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

diff --git a/dev-python/black/black-19.10_beta0-r2.ebuild b/dev-python/black/black-19.10_beta0-r2.ebuild
deleted file mode 100644
index 6b38d0d..0000000
--- a/dev-python/black/black-19.10_beta0-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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

diff --git a/dev-python/black/metadata.xml b/dev-python/black/metadata.xml
deleted file mode 100644
index 8754f13..0000000
--- a/dev-python/black/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>michael.egger@tsn.at</email>
-    <name>Michael Egger</name>
-  </maintainer>
-  <longdescription lang="en">
-Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.
-
-Blackened code looks the same regardless of the project you're reading. Formatting becomes transparent after a while and you can focus on the content instead.
-
-Black makes code review faster by producing the smallest diffs possible.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">psf/black</remote-id>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2020-06-06  9:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-06  9:32 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-18 16:27 [gentoo-commits] repo/proj/guru:master commit in: dev-python/black/ Andrew Ammerlaan
2020-04-27  7:02 Andrew Ammerlaan
2020-04-07  7:42 Andrew Ammerlaan
2020-03-27 12:25 Andrew Ammerlaan
2020-03-15 13:14 Andrew Ammerlaan
2020-03-15 13:14 Andrew Ammerlaan
2020-03-13 17:45 Andrew Ammerlaan
2020-03-13 12:06 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-13 17:45 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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=1591275379.7b7dd45540a591358f0d65b12d343d1906fd3d2a.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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