Install this version:
emerge -a =dev-python/django-picklefield-3.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/django-picklefield-3.4.0
Or alternatively:
emerge --autounmask-write -a =dev-python/django-picklefield-3.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.4.0 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1
DESCRIPTION="Pickled object field for Django"
HOMEPAGE="https://github.com/gintas/django-picklefield"
SRC_URI="https://github.com/gintas/django-picklefield/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-python/django-4.2[${PYTHON_USEDEP}]
"
DOCS=( README.rst )
python_test() {
"${EPYTHON}" -m django test -v2 --settings=tests.settings || die "Tests fail with ${EPYTHON}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | django-picklefield-3.4.0.gh.tar.gz | 12253 bytes | https://github.com/gintas/django-picklefield/archive/v3.4.0.tar.gz |