dev-python/sqlite3-to-mysql - 2.5.6 (inode64-overlay)

Search

Package Information

Description:
A simple Python tool to transfer data from SQLite 3 to MySQL
Homepage:
https://github.com/techouse/sqlite3-to-mysql
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.5.6 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=standalone

inherit distutils-r1 pypi

DESCRIPTION="A simple Python tool to transfer data from SQLite 3 to MySQL"
HOMEPAGE="https://github.com/techouse/sqlite3-to-mysql"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test"

DOCS="CHANGELOG.md"

RDEPEND=">=dev-python/click-8.1.3[${PYTHON_USEDEP}]
	dev-python/mysql-connector-python[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	dev-python/pytimeparse2[${PYTHON_USEDEP}]
	>=dev-python/simplejson-3.19.1[${PYTHON_USEDEP}]
	dev-python/tabulate[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.65.0[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	>=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}]"

Dependencies

RDEPEND

>=dev-python/click-8.1.3[${PYTHON_USEDEP}]
	dev-python/mysql-connector-python[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	dev-python/pytimeparse2[${PYTHON_USEDEP}]
	>=dev-python/simplejson-3.19.1[${PYTHON_USEDEP}]
	dev-python/tabulate[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.65.0[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	>=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}]