dev-python/django-extensions - 4.1 (hering-overlay)

Search

Install

Install this version:

emerge -a =dev-python/django-extensions-4.1

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

autounmask =dev-python/django-extensions-4.1

Or alternatively:

emerge --autounmask-write -a =dev-python/django-extensions-4.1

Package Information

Description:
A collection of custom extensions for the Django Framework
Homepage:
https://github.com/django-extensions/django-extensions
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{8..15} )

inherit distutils-r1 pypi

DESCRIPTION="A collection of custom extensions for the Django Framework"
HOMEPAGE="https://github.com/django-extensions/django-extensions"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

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

DOCS=( README.rst CHANGELOG.md )

Inherited Eclasses

Dependencies

DEPEND

dev-python/setuptools[]

RDEPEND

dev-python/django[]