Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
DISTUTILS_SINGLE_IMPL=1
PYTHON_REQ_USE="sqlite?"
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
DESCRIPTION="An object-relational mapper for Python developed at Canonical"
HOMEPAGE="https://storm.canonical.com/ https://pypi.python.org/pypi/storm"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/fixtures[${PYTHON_USEDEP}] )"
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
DOCS="tests/tutorial.txt"
pkg_setup() {
+ append-cflags -fno-strict-aliasing
python-single-r1_pkg_setup
}