summaryrefslogtreecommitdiff
path: root/dev-python/django-polymorphic
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-20 07:21:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-20 07:21:47 +0000
commitc7371d3c8593cd0df4882126e2acb55d8a27eb8a (patch)
treeb981a287ca9b4e8f36f92914cfaeece9c2bf9015 /dev-python/django-polymorphic
parentba10f58d46cba1682d942a091e127dc14c3813e9 (diff)
downloadbaldeagleos-repo-c7371d3c8593cd0df4882126e2acb55d8a27eb8a.tar.gz
baldeagleos-repo-c7371d3c8593cd0df4882126e2acb55d8a27eb8a.tar.xz
baldeagleos-repo-c7371d3c8593cd0df4882126e2acb55d8a27eb8a.zip
Adding metadata
Diffstat (limited to 'dev-python/django-polymorphic')
-rw-r--r--dev-python/django-polymorphic/Manifest3
-rw-r--r--dev-python/django-polymorphic/django-polymorphic-4.10.2.ebuild58
-rw-r--r--dev-python/django-polymorphic/django-polymorphic-4.10.4.ebuild (renamed from dev-python/django-polymorphic/django-polymorphic-4.9.0.ebuild)5
3 files changed, 4 insertions, 62 deletions
diff --git a/dev-python/django-polymorphic/Manifest b/dev-python/django-polymorphic/Manifest
index fa67106da2c8..7cccc91f768e 100644
--- a/dev-python/django-polymorphic/Manifest
+++ b/dev-python/django-polymorphic/Manifest
@@ -1,4 +1,3 @@
-DIST django-polymorphic-4.10.2.gh.tar.gz 336528 BLAKE2B a44687d9ec385300f582060ee173dcafc823657ecdad20690279bfb500ad653370a9ce53f8d50dc8c3577e2386febda2774a805d33784366bfbd5ecc449e641c SHA512 958aa476f5b98df3d92fa26ef447c49ab3ea507f8311d4c31a8206e1bf0797956299525dffb73387ea7503346e08a2cf8effa0df131ecc12b2444ba60f090dad
DIST django-polymorphic-4.10.3.gh.tar.gz 336534 BLAKE2B bac9ba266486ad8e51eea6eecad8a1fcdf1ac78495af033a8195893e100e2505dc90c4f085fc41f9f922296c791089cc47bb0ff459b2e0986bb997b748350976 SHA512 58ef83c0da3cac1c2ae784c31f07260ad4d2970a5b397bc3f77289b411e76d040f88c6c48c909805523fee49f74b647816599619856ba678e0ec3ff04418c66e
-DIST django-polymorphic-4.9.0.gh.tar.gz 308462 BLAKE2B 4c932c074d18d44ddcfa492c211ace9748be9e9159b2b2a023a9c1b20c886acc350d74c71dd48636aea06410b153d3c2c574890ca85f89dcc4bf4630f3bb2e53 SHA512 0a3e84d0e110cdc91d7ffc76cddee00ad763060b5ee1bcd523e0f6605e01e7a632a31871ec7d5383e135aede75f466b3f5fd367c765d4d8a9b2ffab2b4839ff9
+DIST django-polymorphic-4.10.4.gh.tar.gz 337203 BLAKE2B 57ef0c5b63462b3d2f95918a0cecb3af7be7b0ae39e5bbc36e794e9cea24315df07e731b5fbc39bb0cdc0d66f4bbcbaec60358eab6dce7f8d5c7841e66b293f3 SHA512 810269dd8369417864ed496acb5947ee568635fbcf03e2b3846dce3dd3a8d3432bd3b7b4023d287727f5e00baee5595d1df94b0821facb9c5a886a2233d29341
DIST django-polymorphic-4.9.1.gh.tar.gz 308612 BLAKE2B c882cf193079df08256f9b2234b110ba69d0563d48d0743171faf2994f2ae4fe2a3428d554b03b629d48d88e0140bcb53c19a9809496e5d65fa4c6987221be3c SHA512 d0fa5c727d3c0f553686210042c12fc1304048622295f2d48b4962102c3fbce0d041dbf5097a2c019ec502f8a8abb67d761d5812a48bd74ca031bc21dcc7c2f9
diff --git a/dev-python/django-polymorphic/django-polymorphic-4.10.2.ebuild b/dev-python/django-polymorphic/django-polymorphic-4.10.2.ebuild
deleted file mode 100644
index 3e9c4723e04f..000000000000
--- a/dev-python/django-polymorphic/django-polymorphic-4.10.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
-HOMEPAGE="
- https://github.com/jazzband/django-polymorphic/
- https://pypi.org/project/django-polymorphic/
-"
-SRC_URI="
- https://github.com/jazzband/django-polymorphic/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/django-4.2[$PYTHON_USEDEP]
-"
-BDEPEND="
- test? (
- $(python_gen_impl_dep sqlite)
- ${RDEPEND}
- dev-python/dj-database-url[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=( pytest-{django,mock} )
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_IGNORE=(
- # requires playwright
- src/polymorphic/tests/test_admin.py
- src/polymorphic/tests/examples/views/test.py
- src/polymorphic/tests/examples/integrations/extra_views/test.py
- src/polymorphic/tests/examples/integrations/reversion/test.py
- # require django-test-migrations
- src/polymorphic/tests/test_migrations
- src/polymorphic/tests/test_serialization.py
- )
- local EPYTEST_DESELECT=(
- # TODO: no clue what's wrong with this, can't repro in venv
- src/polymorphic/tests/test_orm.py::PolymorphicTests::test_base_manager
- src/polymorphic/tests/test_orm.py::PolymorphicTests::test_default_manager
- )
-
- rm -f conftest.py || die
- epytest -o addopts=
-}
diff --git a/dev-python/django-polymorphic/django-polymorphic-4.9.0.ebuild b/dev-python/django-polymorphic/django-polymorphic-4.10.4.ebuild
index 0cb1fb652ba7..aa91f2161455 100644
--- a/dev-python/django-polymorphic/django-polymorphic-4.9.0.ebuild
+++ b/dev-python/django-polymorphic/django-polymorphic-4.10.4.ebuild
@@ -33,14 +33,15 @@ BDEPEND="
)
"
-EPYTEST_PLUGINS=( pytest-django )
+EPYTEST_PLUGINS=( pytest-{django,mock} )
distutils_enable_tests pytest
python_test() {
local EPYTEST_IGNORE=(
# requires playwright
src/polymorphic/tests/test_admin.py
- src/polymorphic/tests/examples/views/test.py
+ # some of them require playwright, others break subsequent tests
+ src/polymorphic/tests/examples
# require django-test-migrations
src/polymorphic/tests/test_migrations
src/polymorphic/tests/test_serialization.py