summaryrefslogtreecommitdiff
path: root/dev-python/mysql-connector-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /dev-python/mysql-connector-python
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'dev-python/mysql-connector-python')
-rw-r--r--dev-python/mysql-connector-python/Manifest2
-rw-r--r--dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mysql-connector-python/Manifest b/dev-python/mysql-connector-python/Manifest
index f2f5b37a5ab2..5c81216b796b 100644
--- a/dev-python/mysql-connector-python/Manifest
+++ b/dev-python/mysql-connector-python/Manifest
@@ -1,5 +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 985 BLAKE2B d7ffce473579417dc81a10044dd768399ec11aaa1095e975eec2440a270475e073e483099784a1fd1af9b615310743eeafe1711e34e4c044bb3c2a3e5873ebe9 SHA512 f026c4d6243b125226ad2cdfd01172c39aab6dd0e8c93654532452a310c1394551033799ce685e2c5e1ead8012108259e1c97445278fa40d87e47f6633bb80e7
+EBUILD mysql-connector-python-2.1.7-r1.ebuild 983 BLAKE2B 011b881be64cbc535c28cbd49b599fddd9fad3c46cc1cdab71fc18b4a676bafe6a63c48abdae52ad7f35d1704642f93f8a875ec63b5577b23f13a60fd75af1bb SHA512 da530859a71e8b5838b76a688db1a3aba2a0aa248e3c5e66ac4e059650abe94edfc999d21ec0278ebf0bb26fe67d05495e50e3cd09c5b0cb037272976cfa695f
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 d3b0348b4c0b..17033a7a7b03 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
@@ -26,7 +26,7 @@ RESTRICT="test"
DOCS=( README.txt CHANGES.txt docs/README_DOCS.txt )
python_test() {
- "${EPYTHON}" unittests.py --with-mysql="${EPREFIX%/}/usr" --unix-socket="${T}" --mysql-topdir="${T}"
+ "${EPYTHON}" unittests.py --with-mysql="${EPREFIX}/usr" --unix-socket="${T}" --mysql-topdir="${T}"
}
python_install_all(){