diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/django-configurations | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/django-configurations')
4 files changed, 0 insertions, 75 deletions
diff --git a/dev-python/django-configurations/Manifest b/dev-python/django-configurations/Manifest deleted file mode 100644 index 18ca1796f913..000000000000 --- a/dev-python/django-configurations/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-configurations-2.5.1.tar.gz 43225 BLAKE2B 1b9cd14ea50d03500cc05790e831832f6e4e3a917903eb48aa40c2d2dd46a59684ce82b484229fd912a18bcdef4d1887989489b4ab461740f981a87c3a7914f5 SHA512 5584446a1b48a0c080401b377786864a905a28337e2912c71ba586ad438df6efeb74c2de1058b77d79f3ba7db85dd443f05dc81013576d301a43bad6736e72e2 diff --git a/dev-python/django-configurations/django-configurations-2.5.1.ebuild b/dev-python/django-configurations/django-configurations-2.5.1.ebuild deleted file mode 100644 index 4db7a6cab749..000000000000 --- a/dev-python/django-configurations/django-configurations-2.5.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A helper for organizing Django settings" -HOMEPAGE=" - https://pypi.org/project/django-configurations/ - https://github.com/jazzband/django-configurations/ - https://django-configurations.readthedocs.io/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/django-3.2[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/django-cache-url[${PYTHON_USEDEP}] - dev-python/dj-database-url[${PYTHON_USEDEP}] - dev-python/dj-email-url[${PYTHON_USEDEP}] - dev-python/dj-search-url[${PYTHON_USEDEP}] - ) -" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -PATCHES=( - # Update for dj-database-url == 2.2.0 - # https://github.com/jazzband/django-configurations/issues/387 - "${FILESDIR}/${P}-test.patch" -) - -python_test() { - local -x DJANGO_SETTINGS_MODULE=tests.settings.main - local -x DJANGO_CONFIGURATION=Test - PYTHONPATH=. django-cadmin test -v2 || die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/django-configurations/files/django-configurations-2.5.1-test.patch b/dev-python/django-configurations/files/django-configurations-2.5.1-test.patch deleted file mode 100644 index c32586f7c3e8..000000000000 --- a/dev-python/django-configurations/files/django-configurations-2.5.1-test.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/test_values.py b/tests/test_values.py -index 55478e6..0b37907 100644 ---- a/tests/test_values.py -+++ b/tests/test_values.py -@@ -377,6 +377,7 @@ class ValueTests(TestCase): - 'default': { - 'CONN_HEALTH_CHECKS': False, - 'CONN_MAX_AGE': 0, -+ 'DISABLE_SERVER_SIDE_CURSORS': False, - 'ENGINE': 'django.db.backends.sqlite3', - 'HOST': '', - 'NAME': ':memory:', diff --git a/dev-python/django-configurations/metadata.xml b/dev-python/django-configurations/metadata.xml deleted file mode 100644 index bdd4b4a72183..000000000000 --- a/dev-python/django-configurations/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">django-configurations</remote-id> - <remote-id type="github">jazzband/django-configurations</remote-id> - </upstream> -</pkgmetadata> |
