From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0C7F138334 for ; Wed, 6 Nov 2019 21:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BA25E0827; Wed, 6 Nov 2019 21:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5E58E0827 for ; Wed, 6 Nov 2019 21:23:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96BFD34C9C0 for ; Wed, 6 Nov 2019 21:23:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B7DC824 for ; Wed, 6 Nov 2019 21:23:12 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1573075386.0ffe8a747f7e5426e90a86965cd7c7f6e2e138bd.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mysqlclient/mysqlclient-1.4.5.ebuild X-VCS-Directories: dev-python/mysqlclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 0ffe8a747f7e5426e90a86965cd7c7f6e2e138bd X-VCS-Branch: master Date: Wed, 6 Nov 2019 21:23:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07879a23-10b2-4885-ac9c-cd97dad2a898 X-Archives-Hash: 9407ef47f6d47fdf7b169617eb63054d commit: 0ffe8a747f7e5426e90a86965cd7c7f6e2e138bd Author: Matthew Thode gentoo org> AuthorDate: Wed Nov 6 21:22:53 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Nov 6 21:23:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffe8a74 dev-python/mysqlclient: 1.4.5 fix S dir Fixes: https://bugs.gentoo.org/699478 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode gentoo.org> dev-python/mysqlclient/mysqlclient-1.4.5.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild index 775e9169940..aea2ab9f288 100644 --- a/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild +++ b/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild @@ -10,7 +10,6 @@ inherit distutils-r1 DESCRIPTION="Fork of MySQL-python" HOMEPAGE="https://pypi.org/project/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${PF}.tar.gz" -S="${WORKDIR}/${P}.post1" SLOT="0" LICENSE="GPL-2"