dev-python/django-browser-reload - 1.13.0 (guru)

Search

Install

Install this version:

emerge -a =dev-python/django-browser-reload-1.13.0

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

autounmask =dev-python/django-browser-reload-1.13.0

Or alternatively:

emerge --autounmask-write -a =dev-python/django-browser-reload-1.13.0

Package Information

Description:
Automatically reload your browser in development
Homepage:
https://github.com/adamchainz/django-browser-reload https://pypi.org/project/django-browser-reload/
License:
MIT

Ebuild Details

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

EAPI=8

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

inherit distutils-r1

DESCRIPTION="Automatically reload your browser in development"
HOMEPAGE="
	https://github.com/adamchainz/django-browser-reload
	https://pypi.org/project/django-browser-reload/
"
SRC_URI="https://github.com/adamchainz/django-browser-reload/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

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

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

BDEPEND="
	test? (
		dev-python/pytest-django[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/asgiref[]
	dev-python/django[]

BDEPEND

	test? (
		dev-python/pytest-django[]
	)

Manifest for 1.13.0

Type File Size Source URLs
DIST django-browser-reload-1.13.0.gh.tar.gz 31384 bytes https://github.com/adamchainz/django-browser-reload/archive/refs/tags/1.13.0.tar.gz