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

Search

Install

Install this version:

emerge -a =dev-python/sqlite3-to-mysql-2.5.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/sqlite3-to-mysql-2.5.8

Or alternatively:

emerge --autounmask-write -a =dev-python/sqlite3-to-mysql-2.5.8

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.8 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}]"

Inherited Eclasses

Dependencies

RDEPEND

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