diff options
Diffstat (limited to 'dev-python/django-js-asset')
-rw-r--r-- | dev-python/django-js-asset/Manifest | 5 | ||||
-rw-r--r-- | dev-python/django-js-asset/django-js-asset-2.2.0.ebuild (renamed from dev-python/django-js-asset/django-js-asset-2.1.0.ebuild) | 5 | ||||
-rw-r--r-- | dev-python/django-js-asset/files/django-js-asset-2.1.0-hatchling.patch | 29 |
3 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/django-js-asset/Manifest b/dev-python/django-js-asset/Manifest index 451ecac728bb..a7e644c74c0f 100644 --- a/dev-python/django-js-asset/Manifest +++ b/dev-python/django-js-asset/Manifest @@ -1,4 +1,3 @@ -AUX django-js-asset-2.1.0-hatchling.patch 793 BLAKE2B 512232967ff1958f0cf5c5e81ded52d2266b5cfc86988cf5ca04d9414dcb77bd5d0b9c50cf6b50cf2146a240c94e0c2b33c47e23b9a380f04de9babd610b152f SHA512 739379bfe2622ea56c1c7253ededc813ed6b094acf70d36dc58f0cf1ae993aadc936b1d69950be4918abc8c59e0096d366288dbeb8ef7531ca18f512cf299d67 -DIST django_js_asset-2.1.0.tar.gz 7734 BLAKE2B a3bc41ea91721cb7a91749b0e682352b9d527ab5c2c493eaef42d63f9443975924efae3a2abf1df1bf3fdf8a339036cc67e8a881f3f0aca0f4eec1cfc5589904 SHA512 d2e80bccd173c09b2401e8d6b202d5526afaf17089d0855849a7eb2ad66525b9a171eb134fdc28fabb3dc701f89e88740312c2e34326d5aa42cd7510502384cc -EBUILD django-js-asset-2.1.0.ebuild 829 BLAKE2B 241172b4e3be1760b63fe9e2548c6a8236d969e972dacb41ddd75883778fff82333fc7378aab7c55db11d2916366489ebd45f56b4112f0e56a5c2e2cf5f47bca SHA512 0f2bb85ff3163213ccc2121e1e30288140bb71ef1b865c9567b47bfa70242f95fb810808085f6638174b592d484d33c0b33353141b8d4b51e70b197427de7c23 +DIST django_js_asset-2.2.0.tar.gz 7904 BLAKE2B 2200ffec739325e01070c53247eb613162bbb09447ea370d3c74bd721c0431cac78e188ac826b6292281b48adfff6789faafdc5c606121262b11c90aeb1900b3 SHA512 23a415fcbc76b9885a1b2831ec87ba64e79019b5595e3865c283c4e558e4cd986b5ab39f25e07308575320684dcc449e1d2029b8f145955f448a9f70bae34951 +EBUILD django-js-asset-2.2.0.ebuild 724 BLAKE2B 2bc60fdb32249935e73c17cbfa6be2d7149219540fcb469be8639e2824c25814be6d2797a45611ebb8bb71df7e69f708c9d4151a88cf7608fbfe171ef70cb332 SHA512 6b2f2297f1a4197aabc41808431be040bc180c0f0f9c46b42469639782992fc9ca80e730a941e1fcab62197985b786a3465f5347a6cf899e928736076f81d3ed MISC metadata.xml 408 BLAKE2B c8db9d533cb5e50da5e8e78232d7723f4fba34aae72887329e3f80b6022446ccefd842d21b47a72c76f0801afc095f066a324b17f13586e66d8d091f4e824d42 SHA512 3b4dc889011addf71fd0326368315a22b639ac0b3397175e6e3bc0f2ae031290c0b3f06387c81609d2f0005ba9439ceff4382b4e7df834902f87a3678657ac44 diff --git a/dev-python/django-js-asset/django-js-asset-2.1.0.ebuild b/dev-python/django-js-asset/django-js-asset-2.2.0.ebuild index 524084cf255c..94a57b485d5b 100644 --- a/dev-python/django-js-asset/django-js-asset-2.1.0.ebuild +++ b/dev-python/django-js-asset/django-js-asset-2.2.0.ebuild @@ -29,11 +29,6 @@ BDEPEND=" ) " -PATCHES=( - # https://github.com/matthiask/django-js-asset/pull/12 - "${FILESDIR}/${P}-hatchling.patch" -) - python_test() { cd tests || die local -x DJANGO_SETTINGS_MODULE=testapp.settings diff --git a/dev-python/django-js-asset/files/django-js-asset-2.1.0-hatchling.patch b/dev-python/django-js-asset/files/django-js-asset-2.1.0-hatchling.patch deleted file mode 100644 index 194d97192b3c..000000000000 --- a/dev-python/django-js-asset/files/django-js-asset-2.1.0-hatchling.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 440ad305e76a0a948e0df54eb9b92b59c1ac9cb9 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Tue, 12 Dec 2023 18:17:50 +0100 -Subject: [PATCH] Fix building with hatchling-1.19 - -Explicitly specify package name, as hatchling-1.19 now does not include -packages that do not match the project name by default, and raises -an error instead. ---- - pyproject.toml | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/pyproject.toml b/pyproject.toml -index cf963d8..478d8fc 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -42,6 +42,9 @@ tests = [ - [project.urls] - Homepage = "https://github.com/matthiask/django-js-asset/" - -+[tool.hatch.build.targets.wheel] -+packages = ["js_asset"] -+ - [tool.hatch.version] - path = "js_asset/__init__.py" - --- -2.43.0 - |