From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/mysql-connector-python/Manifest | 5 ++- .../mysql-connector-python-2.1.7-r1.ebuild | 4 +-- .../mysql-connector-python-2.1.7.ebuild | 37 ---------------------- .../mysql-connector-python-8.0.18.ebuild | 4 +-- 4 files changed, 6 insertions(+), 44 deletions(-) delete mode 100644 dev-python/mysql-connector-python/mysql-connector-python-2.1.7.ebuild (limited to 'dev-python/mysql-connector-python') diff --git a/dev-python/mysql-connector-python/Manifest b/dev-python/mysql-connector-python/Manifest index 86abd7f2c980..f2f5b37a5ab2 100644 --- a/dev-python/mysql-connector-python/Manifest +++ b/dev-python/mysql-connector-python/Manifest @@ -1,6 +1,5 @@ DIST mysql-connector-python-2.1.7.tar.gz 11781659 BLAKE2B 332092059a32249e449f99540beb9eebf80e9381cef4560208412a19385894eb2193f02d5a20aceafe9644b8a225926a02d57c3acc89ba7d321b6d0f9c7c4d76 SHA512 f88c3a6dd3c3c1cd5c16165daef801dbcc7ea9163406273dd751e25687a57dcdf4ffbcdb65bb107e8cd9d7c91029823f625dc19ab34116398263fa074598880a DIST mysql-connector-python-8.0.18.tar.gz 12037201 BLAKE2B 54dc45c9ecc09bad755bafec2b3b73e35368f742f30c8644764c8c892c6f79c3b6b438cf38dd9ebc878cd76d5d74d71be6668a903b57b3d0feaba9ff6f5b58cc SHA512 cb441a6388de8609b56e4d9885ae2491d207c7b1e3bb387341d55853d383eff6e268e34feb32b42797c7b210d35f9d6dbc302ea4c9ed2441a76b91ea66d504b2 -EBUILD mysql-connector-python-2.1.7-r1.ebuild 998 BLAKE2B 1d20c7310fafac0ed7afa9ae13509da7bcdda58fe1a435d22de4c86a797ff9d0bcdae5874167622263078199b63169c92034ad9b0a056c0dfc7b875ff5e57cff SHA512 d29a7dac07978fff4439a479dc382da3e6631d20bc0d4cc6a8cd36ff4eb89a20758797ac1528a013cea96c52bde4b03ee38684fcb8f608f69d58adff142a5191 -EBUILD mysql-connector-python-2.1.7.ebuild 969 BLAKE2B f81f9239c2540ef7920e7fd8f32871eb986bb516694493591ff22bd67b2fee4ed632a62848a545611b5fbf8b7787dd9373352aad5832f19dc3953bf3f61f395a SHA512 8c452683dcd41732868ed212776d50fc050f6cceac4e3ec0490eeb8bea3f0b60514b11a45843f4074cb585b6ee5bfd28e455e773dc28b75655d9314b8cf3fe6c -EBUILD mysql-connector-python-8.0.18.ebuild 1493 BLAKE2B 6dc643fe409a1c6e3af0253688d460695bb77bbef73fd2d5bc3bb853beb99172167404b973e67ebd5282380762521b44aa1739fefc9da60d500d4b8e54288d74 SHA512 aef5caf50d743f498f1396aee590e4607046fa20a6a1cde7b4cff2fb80f006abf92ac00f245e5303374824909c878155e3cb5aa4a93418db6682be8aca3d31d3 +EBUILD mysql-connector-python-2.1.7-r1.ebuild 985 BLAKE2B d7ffce473579417dc81a10044dd768399ec11aaa1095e975eec2440a270475e073e483099784a1fd1af9b615310743eeafe1711e34e4c044bb3c2a3e5873ebe9 SHA512 f026c4d6243b125226ad2cdfd01172c39aab6dd0e8c93654532452a310c1394551033799ce685e2c5e1ead8012108259e1c97445278fa40d87e47f6633bb80e7 +EBUILD mysql-connector-python-8.0.18.ebuild 1483 BLAKE2B edc92a5a406b6b71abaa1ca4cde3c7f79901054cf2c413c06b44aa39f737fd10f56fe6ed32d45f2fe44ceb7ecdd4c116729630f08cec2a3404e66b03e8d997d4 SHA512 955a5d5bca969940acc080188ad58a7e0675d72e3465685ea66926a2587cccf2fd0cd317798fe9db06a8349adcdd3b0747521be19ff6ec4cd64d5eb2c408dbf3 MISC metadata.xml 336 BLAKE2B 280111bac38fbd60e25601789026033a61dab0c2706af1874a765aa3a697cdba5d5b051a0dc28490782cf135104f92e793c68d02b74bdcffdd113252b9a3ac7d SHA512 27da38ceaf7dc44250dcb4651e2d171f1ccf0d5a3a2c04845dc6369e1a264b71ea909f7d799d3eabbd989f4c9c37c201f511887956613bf7176697da63378838 diff --git a/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild index 00b4a6a06cac..d3b0348b4c0b 100644 --- a/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild +++ b/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python client library for MariaDB/MySQL" diff --git a/dev-python/mysql-connector-python/mysql-connector-python-2.1.7.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-2.1.7.ebuild deleted file mode 100644 index 0c7f5c8eefd0..000000000000 --- a/dev-python/mysql-connector-python/mysql-connector-python-2.1.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5} ) -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 test" - -# tests/mysqld.py does not like MariaDB version strings. -# See the regex MySQLServerBase._get_version. -DEPEND="test? ( dev-db/mysql[server(+)] )" - -# Tests currently fail. -# mysql.connector.errors.DatabaseError: 1300 (HY000): Invalid utf8 character string: '' -RESTRICT="test" - -DOCS=( README.txt CHANGES.txt docs/README_DOCS.txt ) - -python_test() { - "${EPYTHON}" unittests.py --with-mysql="${EPREFIX%/}/usr" --unix-socket="${T}" -} - -python_install_all(){ - distutils-r1_python_install_all - if use examples ; then - dodoc -r examples - fi -} diff --git a/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild index af4e24caa31b..5a3e307aa1d3 100644 --- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild +++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.18.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Python client library for MariaDB/MySQL" -- cgit v1.2.3