commit:     e59766d278e664344b81c8c49f2b9ef8b52376ae
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jul 10 03:24:53 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jul 10 03:25:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e59766d2

dev-python/vharfbuzz: fix package_dir

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch     | 11 +++++++++++
 dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild                   |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/dev-python/vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch 
b/dev-python/vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch
new file mode 100644
index 000000000..7a4693959
--- /dev/null
+++ b/dev-python/vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -29,7 +29,7 @@
+         "Development Status :: 4 - Beta"
+ 
+     ],
+-    'package_dir': {'':'Lib'},
++    'package_dir': {'':'lib'},
+     'packages': ["vharfbuzz"]
+ ,
+ }

diff --git a/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild 
b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
index 2f638053f..ccd729de8 100644
--- a/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
+++ b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
@@ -21,4 +21,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-fix-package-dir.patch" )
+
 distutils_enable_sphinx docs dev-python/sphinxcontrib-napoleon

Reply via email to