summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-17 21:35:43 +0200
committerMichał Górny <mgorny@gentoo.org>2025-10-17 22:06:58 +0200
commit20d42f391f2ca6064b9ec3763f03d07c06cb5711 (patch)
tree9f28105242202fb636655f9c4af1b1b13a0e8380 /dev-python
parentfa4aec29a0f1feb76b91a1c9c7cc2ef84b1bc902 (diff)
downloadgentoo-20d42f391f2ca6064b9ec3763f03d07c06cb5711.tar.gz
gentoo-20d42f391f2ca6064b9ec3763f03d07c06cb5711.tar.bz2
gentoo-20d42f391f2ca6064b9ec3763f03d07c06cb5711.zip
dev-python/django-template-partials: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-template-partials/Manifest1
-rw-r--r--dev-python/django-template-partials/django-template-partials-25.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/django-template-partials/Manifest b/dev-python/django-template-partials/Manifest
index 8df68660747f..fc2479f01a17 100644
--- a/dev-python/django-template-partials/Manifest
+++ b/dev-python/django-template-partials/Manifest
@@ -1,2 +1 @@
-DIST django_template_partials-25.1.tar.gz 17272 BLAKE2B ffe041046d7c30cd928ad4023263431381104d7d5c48d6c146a465063365700c34fec9d42ebced83092bf6ccbf9e240b791cfd87ee3c38404d952ddba48c44f6 SHA512 f8971d7a5e6afd0ca02e9bb4620f601b267afc0bf7ee99acae0e785b4fa2a9f6eeb9014958e19524c61d47379eea9d97411225707d93ea93f64d169ca5e066ee
DIST django_template_partials-25.2.tar.gz 17787 BLAKE2B e471e8a1b8844352ae7b880e3f4b2ab858ff847a0a1980e80cf50048bfe623869f43fafd0d76ae07f2c6c8e28c95175e5d33bed743cb8930ef7cb5fce4686d74 SHA512 be5b71b498b5828169ef1ad0a79097cd3fe88a0bf6ff9e82d5f7466fd0939855cd053a2349924d0e99cd35553df809a6cc73e383734b62fb8450e3f9b270f2aa
diff --git a/dev-python/django-template-partials/django-template-partials-25.1.ebuild b/dev-python/django-template-partials/django-template-partials-25.1.ebuild
deleted file mode 100644
index b74eb8e6aa94..000000000000
--- a/dev-python/django-template-partials/django-template-partials-25.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Reusable named inline partials for the Django Template Language"
-HOMEPAGE="
- https://github.com/carltongibson/django-template-partials/
- https://pypi.org/project/django-template-partials/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/django[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- ${RDEPEND}
- )
-"
-
-python_test() {
- "${EPYTHON}" -m django test --settings=tests.settings -v 2 ||
- die "Tests failed with ${EPYTHON}"
-}