summaryrefslogtreecommitdiff
path: root/dev-python/django-cors-headers
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-cors-headers
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/django-cors-headers')
-rw-r--r--dev-python/django-cors-headers/Manifest1
-rw-r--r--dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild31
-rw-r--r--dev-python/django-cors-headers/metadata.xml12
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/django-cors-headers/Manifest b/dev-python/django-cors-headers/Manifest
deleted file mode 100644
index e70d0907ec18..000000000000
--- a/dev-python/django-cors-headers/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-cors-headers-4.9.0.gh.tar.gz 40976 BLAKE2B 9c32af42fd7b4666c7ae0a16227a3994df8472e9572531acdd5a0f3dc17151d4cce852a2c75254fe75d7c4b48ea4a5fb9577e02b7f6b878ca4af83e46ab83015 SHA512 d655369b149bafcf5fea560c40ab4b69f2e49143e9565806f013101fe5a4de902d6f4bf9961056d10f931537df6dcb36d763138b8a25a3c17971ad5349b6f1b3
diff --git a/dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild
deleted file mode 100644
index 573a367d6255..000000000000
--- a/dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild
+++ /dev/null
@@ -1,31 +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="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
-HOMEPAGE="
- https://github.com/adamchainz/django-cors-headers/
- https://pypi.org/project/django-cors-headers/
-"
-SRC_URI="
- https://github.com/adamchainz/django-cors-headers/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/asgiref-3.6[${PYTHON_USEDEP}]
- >=dev-python/django-4.2[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( pytest-django )
-distutils_enable_tests pytest
diff --git a/dev-python/django-cors-headers/metadata.xml b/dev-python/django-cors-headers/metadata.xml
deleted file mode 100644
index e79b7850cd58..000000000000
--- a/dev-python/django-cors-headers/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>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">adamchainz/django-cors-headers</remote-id>
- <remote-id type="pypi">django-cors-headers</remote-id>
- </upstream>
-</pkgmetadata>