* [gentoo-commits] repo/gentoo:master commit in: dev-python/black/files/
@ 2020-09-20 14:41 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2020-09-20 14:41 UTC (permalink / raw
To: gentoo-commits
commit: a42331aa3cc926eb9a8267fda8fae3ddbe40d89b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 19 16:14:28 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:38:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42331aa
dev-python/black: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/17602
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../files/black-19.10_beta0-setuptools_scm.patch | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/dev-python/black/files/black-19.10_beta0-setuptools_scm.patch b/dev-python/black/files/black-19.10_beta0-setuptools_scm.patch
deleted file mode 100644
index 21f99648038..00000000000
--- a/dev-python/black/files/black-19.10_beta0-setuptools_scm.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 614a8d6..66946b2 100644
---- a/setup.py
-+++ b/setup.py
-@@ -1,6 +1,7 @@
- # Copyright (C) 2018 Łukasz Langa
- from setuptools import setup
- import sys
-+import os
-
- assert sys.version_info >= (3, 6, 0), "black requires Python 3.6+"
- from pathlib import Path # noqa E402
-@@ -17,10 +18,7 @@ def get_long_description() -> str:
-
- setup(
- name="black",
-- use_scm_version={
-- "write_to": "_black_version.py",
-- "write_to_template": 'version = "{version}"\n',
-- },
-+ version=os.getenv("MY_PV"),
- description="The uncompromising code formatter.",
- long_description=get_long_description(),
- long_description_content_type="text/markdown",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-20 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-20 14:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/black/files/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox