From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/files/
Date: Tue, 7 Jul 2020 19:58:27 +0000 (UTC) [thread overview]
Message-ID: <1594151882.f5ef47bb53485eef03ec1ece06dd95ebb5487e2f.grknight@gentoo> (raw)
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,
reply other threads:[~2020-07-07 19:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1594151882.f5ef47bb53485eef03ec1ece06dd95ebb5487e2f.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox