mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/django-js-asset: Bump to 3.1.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST django_js_asset-3.0.1.tar.gz 7701 BLAKE2B c504f193b904c8ee3e528ccb69a71629c8a1e392e8e62f05cc1b19f9876d0b7e71de287c218ce5677a3a08d1f32064fc152a954e880403f223e45239698b4489 SHA512 db41a938338696a2dfc3fea6843598a99714c927358c31dfadac41cac743b8f98f7b38e00169496cd2ff54b6d1496bb644c1ccf47c632de767d2964318c9778d
|
||||
DIST django_js_asset-3.1.0.tar.gz 9388 BLAKE2B e909dcdf06562f0d6733bb4fbac64ef5af47df04bab0d3a074bae93e3c159e3bf93ad00f97c7ed6da952b77fb0bec4feb1cf1d987ec49ce3d3a6b31ff8c3f9dd SHA512 ebe2d051148b9a7c573caec8423ecfc4b1bda1f717735efa79ec825f52aac84efb0008a1292b3e0fca153570bfbcbbb651cb0bac17304b0d8f95a1cbcbd60962
|
||||
DIST django_js_asset-3.1.2.tar.gz 9471 BLAKE2B 975bbadd6c342ed200f8f3abe9b94e034bc65bb41f6f64ac6b54ece193fdf10eb143cb83d314a26128449af021cfe139f9ee5d53d821fba0c664570c73688316 SHA512 e564bbac86a2d2663e3bb36b677bdb2c12b3ec43501ff624dcacc808994bea40764da541ca8410c0473c8fbfc290d21b565655b4d1b1dc115bcb7a2f6066115e
|
||||
|
||||
36
dev-python/django-js-asset/django-js-asset-3.1.2.ebuild
Normal file
36
dev-python/django-js-asset/django-js-asset-3.1.2.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Script tag with additional attributes for django.forms.Media"
|
||||
HOMEPAGE="
|
||||
https://github.com/matthiask/django-js-asset/
|
||||
https://pypi.org/project/django-js-asset/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-4.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
${RDEPEND}
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
cd tests || die
|
||||
local -x DJANGO_SETTINGS_MODULE=testapp.settings
|
||||
"${EPYTHON}" manage.py test -v 2 || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user