From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysql-connector-python/
Date: Wed, 24 Feb 2016 19:39:52 +0000 (UTC) [thread overview]
Message-ID: <1456342778.9745633a269dce6c26e69e01f11b2c299dbc5f70.grknight@gentoo> (raw)
commit: 9745633a269dce6c26e69e01f11b2c299dbc5f70
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 19:39:38 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 19:39:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9745633a
dev-python/mysql-connector-python: Version bump to 2.1.3 and EAPI to 6
Package-Manager: portage-2.2.27
dev-python/mysql-connector-python/Manifest | 1 +
.../mysql-connector-python-2.1.3.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/mysql-connector-python/Manifest b/dev-python/mysql-connector-python/Manifest
index 81b6ab9..8677e18 100644
--- a/dev-python/mysql-connector-python/Manifest
+++ b/dev-python/mysql-connector-python/Manifest
@@ -1,2 +1,3 @@
DIST mysql-connector-python-2.0.3.tar.gz 210699 SHA256 b07a42c6c1d0476d47315428df89f3fd84626d1df18045babdaa182a6a331ec8 SHA512 2c9c6ee8042c3a694b7a88841176db682ae17def03e6a9628e098b5652d387eca882cbf1ec3e6d963c3b3913f66bc63e26ce7cc82a5f9fba01dfe00fcb574d7c WHIRLPOOL 41fe675d60b24a73f959117fb9ab85257d821f6f53f7f8f2ca0029aa17100ef30b7201f71dffd52bc64bca3e435f725bb9fac573078b852161507991990f6aca
DIST mysql-connector-python-2.1.1.tar.gz 260751 SHA256 5306e982592fbd4adbdc6a89f198f175ac1a7353c7c57def59e1d2e74b954cb3 SHA512 02eef242c186ed648454225bbb75931fa7099d1286cb3425224e86c57ba5e7cca3bb2216892109c8be366596e76c671d4ebde7c6641fc39869cbffeb3738597c WHIRLPOOL 57b7390403b54727fac4cd0d92323190ac37e9f8b18bc588cef569d336b8db2fa36b5ddeaf1887ecff4e61ffab941a156c858ff626060536e8d7cdca6102e53e
+DIST mysql-connector-python-2.1.3.tar.gz 271939 SHA256 c6b5975de7117c41cb7364f2fb99c7f2e58b33c670b74a2d3c5b4a91a52720e3 SHA512 52c865beae4088bbd3b49ede15f3d2de27fa160ff2bff579d4845f32e2963213c7b31f76689cb040b370e698f63d84adebd2b178df427f472741561c70ab61a8 WHIRLPOOL f5b9cf827880dafd625d01e52525177c183a771d5ce696ac4dc5bb2859f80ed4120ca31a137098dd40a4c84334d2485ec575120edf5669a8f02936747846c318
diff --git a/dev-python/mysql-connector-python/mysql-connector-python-2.1.3.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-2.1.3.ebuild
new file mode 100644
index 0000000..6169fc3
--- /dev/null
+++ b/dev-python/mysql-connector-python/mysql-connector-python-2.1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit distutils-r1
+
+DESCRIPTION="Python client library for MariaDB/MySQL"
+HOMEPAGE="https://dev.mysql.com/downloads/connector/python/"
+SRC_URI="https://dev.mysql.com/get/Downloads/Connector-Python/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="examples"
+
+DOCS=( README.txt CHANGES.txt docs/README_DOCS.txt )
+
+python_install_all(){
+ distutils-r1_python_install_all
+ if use examples ; then
+ dodoc -r examples
+ fi
+}
next reply other threads:[~2016-02-24 19:40 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 19:39 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-19 18:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/mysql-connector-python/ Mike Gilbert
2016-11-19 18:05 Mike Gilbert
2018-02-22 21:38 Thomas Deutschmann
2018-06-01 20:00 Brian Evans
2018-07-16 13:43 Virgil Dupras
2019-10-21 13:58 Brian Evans
2019-12-29 13:06 David Seifert
2020-02-14 15:30 Thomas Deutschmann
2020-03-28 8:34 Michał Górny
2020-04-11 21:50 Thomas Deutschmann
2020-06-16 22:01 Thomas Deutschmann
2020-07-26 1:46 Thomas Deutschmann
2020-08-05 22:59 Sam James
2020-08-07 11:44 Agostino Sarubbo
2020-08-07 11:53 Agostino Sarubbo
2020-10-20 18:56 Thomas Deutschmann
2020-11-25 16:34 Thomas Deutschmann
2020-11-26 19:48 Sam James
2020-11-27 16:04 Agostino Sarubbo
2020-11-27 16:18 Michał Górny
2021-01-21 22:32 Thomas Deutschmann
2021-02-03 14:28 Agostino Sarubbo
2021-02-03 14:30 Agostino Sarubbo
2021-04-26 1:03 Thomas Deutschmann
2021-04-26 1:10 Thomas Deutschmann
2021-04-26 1:15 Thomas Deutschmann
2021-05-11 10:02 Agostino Sarubbo
2021-05-11 10:03 Agostino Sarubbo
2021-05-12 15:38 Thomas Deutschmann
2021-05-15 18:02 Sam James
2021-08-04 19:13 Thomas Deutschmann
2021-09-05 20:01 Agostino Sarubbo
2021-09-06 5:40 Agostino Sarubbo
2021-09-08 0:42 Sam James
2021-09-08 6:16 Michał Górny
2021-11-14 3:49 Thomas Deutschmann
2021-12-18 15:09 Arthur Zamarin
2021-12-18 18:10 Sam James
2021-12-18 18:27 Michał Górny
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=1456342778.9745633a269dce6c26e69e01f11b2c299dbc5f70.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