Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/
Date: Wed, 06 Nov 2019 21:23:16
Message-Id: 1573075386.0ffe8a747f7e5426e90a86965cd7c7f6e2e138bd.prometheanfire@gentoo
1 commit: 0ffe8a747f7e5426e90a86965cd7c7f6e2e138bd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 6 21:22:53 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 6 21:23:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffe8a74
7
8 dev-python/mysqlclient: 1.4.5 fix S dir
9
10 Fixes: https://bugs.gentoo.org/699478
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/mysqlclient/mysqlclient-1.4.5.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild
18 index 775e9169940..aea2ab9f288 100644
19 --- a/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild
20 +++ b/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild
21 @@ -10,7 +10,6 @@ inherit distutils-r1
22 DESCRIPTION="Fork of MySQL-python"
23 HOMEPAGE="https://pypi.org/project/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python"
24 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${PF}.tar.gz"
25 -S="${WORKDIR}/${P}.post1"
26
27 SLOT="0"
28 LICENSE="GPL-2"