dev-python/marshmallow-sqlalchemy - 1.4.2 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/marshmallow-sqlalchemy-1.4.2

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

autounmask =dev-python/marshmallow-sqlalchemy-1.4.2

Or alternatively:

emerge --autounmask-write -a =dev-python/marshmallow-sqlalchemy-1.4.2

Package Information

Description:
SQLAlchemy integration with the marshmallow (de)serialization library
Homepage:
https://github.com/marshmallow-code/marshmallow-sqlalchemy
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=(  python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="SQLAlchemy integration with the marshmallow (de)serialization library"
HOMEPAGE="https://github.com/marshmallow-code/marshmallow-sqlalchemy"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	<dev-python/sqlalchemy-3.0[${PYTHON_USEDEP}]
	>=dev-python/marshmallow-3.18.0[${PYTHON_USEDEP}]
	>=dev-python/sqlalchemy-1.4.40[${PYTHON_USEDEP}]
"
BDEPEND="
	${RDEPEND}
	test? (
		dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/marshmallow-sqlalchemy | euse -E <flag> -p dev-python/marshmallow-sqlalchemy | euse -D <flag> -p dev-python/marshmallow-sqlalchemy

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	<dev-python/sqlalchemy-3.0[]
	>=dev-python/marshmallow-3.18.0[]
	>=dev-python/sqlalchemy-1.4.40[]

BDEPEND

	
	<dev-python/sqlalchemy-3.0[]
	>=dev-python/marshmallow-3.18.0[]
	>=dev-python/sqlalchemy-1.4.40[]

	test? (
		dev-python/pytest-lazy-fixtures[]
	)