public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/files/
@ 2020-07-07 19:58 Brian Evans
  0 siblings, 0 replies; only message in thread
From: Brian Evans @ 2020-07-07 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f5ef47bb53485eef03ec1ece06dd95ebb5487e2f
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  7 19:58:02 2020 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jul  7 19:58:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ef47bb

dev-db/mycli: Fix patch install locations

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch b/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
index bee5934e5dd..7c802a80333 100644
--- a/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
+++ b/dev-db/mycli/files/mycli-1.21.1-fix-test-install.patch
@@ -1,12 +1,11 @@
 --- a/setup.py	2020-04-19 16:15:15.000000000 -0400
 +++ b/setup.py	2020-07-07 13:56:25.181039348 -0400
-@@ -85,7 +85,8 @@
+@@ -85,7 +85,7 @@
      author_email='mycli-dev@googlegroups.com',
      version=version,
      url='http://mycli.net',
 -    packages=find_packages(),
-+    packages=find_packages("mycli"),
-+    package_dir={"": "mycli"},
++    packages=find_packages(exclude=["*.test","*.test.*","test.*","test"]),
      package_data={'mycli': ['myclirc', 'AUTHORS', 'SPONSORS']},
      description=description,
      long_description=description,


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-07 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-07 19:58 [gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/files/ Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox