summaryrefslogtreecommitdiff
path: root/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch')
-rw-r--r--app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch b/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch
new file mode 100644
index 000000000000..5180f2760128
--- /dev/null
+++ b/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch
@@ -0,0 +1,23 @@
+From 014b1fead4c0130e14c99f54ed521d5d0535365a Mon Sep 17 00:00:00 2001
+From: Michael Palimaka <kensington@gentoo.org>
+Date: Tue, 26 Oct 2021 19:13:33 +1100
+Subject: [PATCH] setup.cfg: fix deprecated key usage
+
+---
+ setup.cfg | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.cfg b/setup.cfg
+index bbd4d8d..17afd12 100644
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -1,5 +1,5 @@
+ [metadata]
+-description-file = README.md
++description_file = README.md
+ license_file = LICENSE
+
+ [pycodestyle]
+--
+2.32.0
+