* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-polymorphic/
@ 2024-04-14 14:58 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2024-04-14 14:58 UTC (permalink / raw
To: gentoo-commits
commit: a9805fa340bf55f325e66b296e778885c49bb5c5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:57:22 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:57:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9805fa3
dev-python/django-polymorphic: Fix variable order
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild b/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild
index 20939e77899e..9f7d8b0b2c6e 100644
--- a/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild
+++ b/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild
@@ -19,8 +19,8 @@ SRC_URI="
"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-polymorphic/
@ 2024-04-14 14:58 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2024-04-14 14:58 UTC (permalink / raw
To: gentoo-commits
commit: 07b41dad021e5cb52bc7c8da359c792b9fbd7bd9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:54:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 14:57:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b41dad
dev-python/django-polymorphic: Clean up post rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild b/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild
index 2de460abaf76..20939e77899e 100644
--- a/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild
+++ b/dev-python/django-polymorphic/django-polymorphic-3.1-r1.ebuild
@@ -15,9 +15,8 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/jazzband/django-polymorphic/archive/v${PV}.tar.gz
- -> ${P//_/-}.gh.tar.gz
+ -> ${P}.gh.tar.gz
"
-S="${WORKDIR}/${P//_/-}"
LICENSE="BSD"
KEYWORDS="~amd64 ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-polymorphic/
@ 2025-05-21 5:38 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2025-05-21 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 06ef910efe60113aab4d930341a51ba9eff04a9d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 05:16:30 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 21 05:38:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ef910e
dev-python/django-polymorphic: Bump to 4.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-polymorphic/Manifest | 1 +
.../django-polymorphic-4.1.0.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/django-polymorphic/Manifest b/dev-python/django-polymorphic/Manifest
index 8e9f411138ab..fb56af597d39 100644
--- a/dev-python/django-polymorphic/Manifest
+++ b/dev-python/django-polymorphic/Manifest
@@ -1 +1,2 @@
DIST django-polymorphic-4.0.0.gh.tar.gz 104146 BLAKE2B 10b80b40e93048df9e116e0c6a5f9b38e6e31c2c40644d2066176f8d17649b8af7091a4fa8fdff3c16a32163707adbcb52d6a247592630d85336cd2c9ff11321 SHA512 ca21831a2acc6775568898d53d47b221c8b971eb2a41c3b621ea8af3ae52875cfa2b98d04bd4cd8f1d556fe2c9932a3de44bdb8554302cb82ce0dc19d06abdb2
+DIST django-polymorphic-4.1.0.gh.tar.gz 104197 BLAKE2B b76ee07790fc1b88e3f75460adb43d78505e2acce0298872aff9bbcb00bab67e78b4fed228b50a2228c17f22f8fba7a3bb4918281b2535daf3c2273437037d20 SHA512 ef6eab91812d8cd0762648f90b2411ee6d748790e6285e6ea8aea8362c67d9a7433d18726a60b155a1d9f75bf929ed36c447504421d800d04d6e4731e73bb7f1
diff --git a/dev-python/django-polymorphic/django-polymorphic-4.1.0.ebuild b/dev-python/django-polymorphic/django-polymorphic-4.1.0.ebuild
new file mode 100644
index 000000000000..571d4c5b9596
--- /dev/null
+++ b/dev-python/django-polymorphic/django-polymorphic-4.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+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-3.2[$PYTHON_USEDEP]
+"
+BDEPEND="
+ test? (
+ $(python_gen_impl_dep sqlite)
+ ${RDEPEND}
+ dev-python/dj-database-url[${PYTHON_USEDEP}]
+ dev-python/pytest-django[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-21 5:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 5:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-polymorphic/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-04-14 14:58 Michał Górny
2024-04-14 14:58 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox