summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-13 08:49:00 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-13 08:54:12 +0200
commiteb15dea017c196cfe3f256508dcab0cd094780ee (patch)
treef00b582eb6c2058466467a0409e06bff8aea2675 /dev-python
parentdev-python/hypothesis: Bump to 5.13.1 (diff)
downloadgentoo-eb15dea017c196cfe3f256508dcab0cd094780ee.tar.gz
gentoo-eb15dea017c196cfe3f256508dcab0cd094780ee.tar.bz2
gentoo-eb15dea017c196cfe3f256508dcab0cd094780ee.zip
dev-python/appdirs: Bump to 1.4.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/appdirs/Manifest1
-rw-r--r--dev-python/appdirs/files/appdirs-1.4.4-distutils.patch28
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/appdirs/Manifest b/dev-python/appdirs/Manifest
index 16f78f0b3d16..a48eab520dc9 100644
--- a/dev-python/appdirs/Manifest
+++ b/dev-python/appdirs/Manifest
@@ -1 +1,2 @@
DIST appdirs-1.4.3.tar.gz 9641 BLAKE2B edd7f6372e25279f6ba0f36cda595649cab7e69430e22bfdfd1bb5aa8d566a4a2fbf24c281adf80ab3eafea93f0f4f79b396688134395c3e5565476f24db75df SHA512 787f551ef5af355bbc77ffb3059553fab77614cce466b4145e4b55fecb8553d329f8748865fd69005d13451a9b11229a65721095a122db83a8433a2661503dfc
+DIST appdirs-1.4.4.tar.gz 9840 BLAKE2B cb9466f4a7f7c1d6f5b6d7ca031820ec4d3450afcaa8ba571e35387c3109ede4e2afbf2c1141a9d01d13798f55524d5efd3fa12546a9378abbda405353938d79 SHA512 4c0e1e8dcd3f91b8b2d215b3f1e2ffaa85137fe054d07d3a2d442b1419e3b44e96fdea1620bd000bd3f4744f71b71f07280094f073df0ff008fac902af614656
diff --git a/dev-python/appdirs/files/appdirs-1.4.4-distutils.patch b/dev-python/appdirs/files/appdirs-1.4.4-distutils.patch
new file mode 100644
index 000000000000..73b871889a0b
--- /dev/null
+++ b/dev-python/appdirs/files/appdirs-1.4.4-distutils.patch
@@ -0,0 +1,28 @@
+From 231643d6865c89f304990bb7f5dc9066f3daeb95 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
+Date: Wed, 13 May 2020 08:50:29 +0200
+Subject: [PATCH] Install via distutils to break cyclic dep with setuptools
+
+---
+ setup.py | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 7c582f6..fdb8005 100644
+--- a/setup.py
++++ b/setup.py
+@@ -1,10 +1,7 @@
+ #!/usr/bin/env python
+ import os
+ # appdirs is a dependency of setuptools, so allow installing without it.
+-try:
+- from setuptools import setup
+-except ImportError:
+- from distutils.core import setup
++from distutils.core import setup
+ import ast
+
+
+--
+2.26.2
+