dev-python/django-multiselectfield - 0.1.13 (slonko)

Search

Package Information

Description:
Django multiple select field
Homepage:
https://github.com/goinnn/django-multiselectfield
License:
LGPL-3

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )

inherit distutils-r1

DESCRIPTION="Django multiple select field"
HOMEPAGE="https://github.com/goinnn/django-multiselectfield"
SRC_URI="https://github.com/goinnn/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

DOCS=( README.rst )

python_test() {
	"${EPYTHON}" example/run_tests.py || die "Tests fail with ${EPYTHON}"
}

USE Flags

Dependencies

DEPEND

dev-python/django[${PYTHON_USEDEP}]

RDEPEND

dev-python/django[${PYTHON_USEDEP}]

Manifest for 0.1.13

Type File Size Source URLs
DIST django-multiselectfield-0.1.13.gh.tar.gz 19656 bytes https://github.com/goinnn/django-multiselectfield/archive/v0.1.13.tar.gz