From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysql-python/
Date: Thu, 13 Sep 2018 19:42:18 +0000 (UTC) [thread overview]
Message-ID: <1536867708.1d2c680f6c4d63595d2d57fec8197d88342048d2.vdupras@gentoo> (raw)
commit: 1d2c680f6c4d63595d2d57fec8197d88342048d2
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 19:41:48 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 19:41:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2c680f
dev-python/mysql-python: drop virtual/mysql dependency
Replace it with dev-db/mysql-connector-c
Closes: https://bugs.gentoo.org/665890
Package-Manager: Portage-2.3.49, Repoman-2.3.10
.../mysql-python/mysql-python-1.2.5-r2.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/dev-python/mysql-python/mysql-python-1.2.5-r2.ebuild b/dev-python/mysql-python/mysql-python-1.2.5-r2.ebuild
new file mode 100644
index 00000000000..e82fab99879
--- /dev/null
+++ b/dev-python/mysql-python/mysql-python-1.2.5-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PN="MySQL-python"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python interface to MySQL"
+HOMEPAGE="https://sourceforge.net/projects/mysql-python/ https://pypi.org/project/MySQL-python/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-db/mysql-connector-c"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+ app-arch/unzip
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( HISTORY README.md doc/{FAQ,MySQLdb}.rst )
+
+python_configure_all() {
+ append-flags -fno-strict-aliasing
+}
+
+python_compile_all() {
+ use doc && sphinx-build -b html doc doc/_build/
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( doc/_build/. )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2018-09-13 19:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-13 19:42 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-28 8:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/mysql-python/ Michał Górny
2020-03-28 8:51 Michał Górny
2020-03-15 12:17 Mikle Kolyada
2020-03-08 10:48 Agostino Sarubbo
2020-03-08 10:47 Agostino Sarubbo
2020-03-08 10:46 Agostino Sarubbo
2020-03-08 10:42 Agostino Sarubbo
2020-03-08 10:37 Agostino Sarubbo
2020-03-08 10:28 Agostino Sarubbo
2020-03-08 10:23 Agostino Sarubbo
2019-05-10 4:33 Aaron Bauman
2018-12-22 10:47 Mikle Kolyada
2017-06-30 4:58 Alexis Ballier
2017-05-02 19:15 Michał Górny
2017-01-29 17:15 Fabian Groffen
2016-10-02 10:03 Jeroen Roovers
2016-07-18 17:28 Markus Meier
2016-07-17 16:55 Tobias Klausmann
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=1536867708.1d2c680f6c4d63595d2d57fec8197d88342048d2.vdupras@gentoo \
--to=vdupras@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