dev-python/mysql-replication: new package, add 0.31

This commit is contained in:
Alarig Le Lay 2023-03-30 16:26:13 +02:00
parent 1c830f8ff3
commit b796976695
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST mysql-replication-0.31.tar.gz 45791 BLAKE2B dfb552ecca209683c6380ae80e35dea55931063777cce44600d9785d94fc76af362586d506ad8511d56a152f8e7f59e3561cd24fd9ab2f8041f4f049a9cb972f SHA512 d5ce2258390dc8ead5462c5aa3c63131d29465c2911b196736a652b157414dfba25f7801e3ec27c0be4791c70278733e4acd2e44c03a4ce6787126c55dfc8de7

View File

@ -0,0 +1,22 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy )
inherit distutils-r1
DESCRIPTION="Pure Python Implementation of MySQL replication protocol"
HOMEPAGE="
https://pypi.org/project/mysql-replication/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/pymysql[${PYTHON_USEDEP}]
"