diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-04-08 08:01:46 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-04-08 08:07:35 +0200 |
| commit | 6bda6452a4c5c1c3f7ee440f45acdb9ad350d8a6 (patch) | |
| tree | 3dd62e9047ce1a7eee6d1782eae40d20b1a9ef3f /dev-python/accessible-pygments/files/accessible-pygments-0.0.3-test-install.patch | |
| parent | 220f0db51115859d9b902c60b9744477a499f096 (diff) | |
| download | gentoo-6bda6452a4c5c1c3f7ee440f45acdb9ad350d8a6.tar.gz gentoo-6bda6452a4c5c1c3f7ee440f45acdb9ad350d8a6.tar.bz2 gentoo-6bda6452a4c5c1c3f7ee440f45acdb9ad350d8a6.zip | |
dev-python/accessible-pygments: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/accessible-pygments/files/accessible-pygments-0.0.3-test-install.patch')
| -rw-r--r-- | dev-python/accessible-pygments/files/accessible-pygments-0.0.3-test-install.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/accessible-pygments/files/accessible-pygments-0.0.3-test-install.patch b/dev-python/accessible-pygments/files/accessible-pygments-0.0.3-test-install.patch deleted file mode 100644 index 3680c8de0f04..000000000000 --- a/dev-python/accessible-pygments/files/accessible-pygments-0.0.3-test-install.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 6c7fe42cb8e67f369d2cba3872a9b45d8380ae07 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Thu, 9 Mar 2023 13:27:06 +0100 -Subject: [PATCH] Exclude "test" package from being installed - -Add `test` to excludes for `find_packages()`, to prevent the package -from wrongly installing the `test` directory into site-packages, e.g.: - - /usr/lib/python3.11/site-packages/test ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index a124748..36db5d7 100644 ---- a/setup.py -+++ b/setup.py -@@ -53,7 +53,7 @@ setup ( - - url='https://github.com/Quansight-Labs/accessible-pygments', - -- packages=find_packages(), -+ packages=find_packages(exclude=['test']), - install_requires=[ - 'pygments >= 1.5' - ], --- -2.39.2 - |
