dev-python/mysql-connector-python: fix protobuf dep
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
265c2f7e21
commit
6675fda57f
@ -654,9 +654,9 @@ There are 2318 Ebuilds in total, 2304 of them have in total 2342 (43 different)
|
||||
|GPL-2+|1|
|
||||
|GPL-2-with-linking-exception|1|
|
||||
|
||||
(Last counted: 03/11/2024)
|
||||
(Last counted: 29/01/2025)
|
||||
|
||||
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
|
||||
|
||||
A big thanks goes to Iris for reviewing this README.
|
||||
Last updated: 03/11/2024
|
||||
Last updated: 29/01/2025
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST mysql-connector-python-8.0.28.gh.tar.gz 15209508 BLAKE2B dbafbe19dc9e65e37598d40d98347902ecf281f4b086d0462df370bf143547881edeead0ad3d50d0fdcb1b861ad01b5123e4dc6884042e7b7e71e5e2e856e943 SHA512 7f03df4dae7766c9c207b408eb0e451c87fd97d84200573cdba3526b812b15c2078fcf3a697d9801b552164c4a0b7e8efe5450036d3c232e8c4402cb61849a6d
|
||||
EBUILD mysql-connector-python-8.0.28-r1.ebuild 1594 BLAKE2B fa3da4e53c746e488c0bad9d9d49dd1b6a66efd2a07b45c2e26b7808316a8c2bc1851d899c30ad70d1d9f45c7e19294806694cdd9b4a926f51fc3d4211c09853 SHA512 14e8ad50936774276d6fec5fc0a4be0ec1b8ef33e040b6eb07d13d0d25bb0c6b67bd99eb5aee854f2457873d06221259062ca3d45ea0be6b53e494edb38f2cdf
|
||||
EBUILD mysql-connector-python-8.0.28-r2.ebuild 1587 BLAKE2B 493b256ba67c3c0e317bf0313d09bbe1ff39383e363d2943c2a72cb66f8cde4928c7e6308254b6455e97c8ee45e2c08adf5ef94e8dbed13751f36a53fe24901c SHA512 92281b18cc6ce085f1ea444dd366a2ebdeeb6bd47317c8d40687dcf49e1c25778b92c2e1212f29572159647458a0f72caebb900ae15110208e65dc563445c936
|
||||
MISC metadata.xml 411 BLAKE2B 9ca6f2b5129a198b4c89f44e62af9405eeea35c67495dc888466c358f280f262e4763f55444c51ab88a640383c6a9a5d08ab0966fb05711fb143c36e45bd66c1 SHA512 d2d67b9401b0573bed4b55530fa28ba08b93cb5fc2d97dd66fe88a7e79fabcc27b128cc0d5efbde830593ba3b2027038331bd6e6e0aea0097f7b273fe9a7651a
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -19,7 +19,7 @@ BDEPEND=">=dev-libs/protobuf-3.6.1"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-db/mysql-connector-c-8.0
|
||||
>=dev-python/protobuf-python-3.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-3.6.1[${PYTHON_USEDEP}]
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
"
|
||||
# tests/mysqld.py does not like MariaDB version strings.
|
Loading…
Reference in New Issue
Block a user