summaryrefslogtreecommitdiff
path: root/dev-python/django-taggit
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/django-taggit
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/django-taggit')
-rw-r--r--dev-python/django-taggit/Manifest1
-rw-r--r--dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild44
-rw-r--r--dev-python/django-taggit/metadata.xml13
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/django-taggit/Manifest b/dev-python/django-taggit/Manifest
deleted file mode 100644
index 6e3785f6d2f8..000000000000
--- a/dev-python/django-taggit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-taggit-6.1.0.gh.tar.gz 146478 BLAKE2B 3480f0a2c3b6e5ee48789bf00331da623d54218ef36e80e60797287fdb9953ae382e90d1bcdcbe8ff9af440530a12b573a17b0218e6f81a5f40c6d26a61b81a7 SHA512 60060e9674f7cca24704d786c5dd7bf985ce4891ed0c2bfed532f1033b97e2fca45b52eeacd475eda17062bb5e11605ebdef745cc45e1ca77a8e654aad1f80e1
diff --git a/dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild b/dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild
deleted file mode 100644
index 0f94d60047ca..000000000000
--- a/dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple tagging for Django"
-HOMEPAGE="
- https://github.com/jazzband/django-taggit/
- https://pypi.org/project/django-taggit/
-"
-SRC_URI="
- https://github.com/jazzband/django-taggit/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- >=dev-python/django-4.1[${PYTHON_USEDEP}]
- dev-python/djangorestframework[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( pytest-django )
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=()
-
- if has_version "dev-python/unidecode[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- # https://github.com/jazzband/django-taggit/issues/856
- tests/test_models.py::TestSlugification::test_old_slugs
- )
- fi
-
- epytest -o DJANGO_SETTINGS_MODULE=tests.settings
-}
diff --git a/dev-python/django-taggit/metadata.xml b/dev-python/django-taggit/metadata.xml
deleted file mode 100644
index 95637aaadbca..000000000000
--- a/dev-python/django-taggit/metadata.xml
+++ /dev/null
@@ -1,13 +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>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">django-taggit</remote-id>
- <remote-id type="github">jazzband/django-taggit</remote-id>
- </upstream>
-</pkgmetadata>