From 4025db6362f22b5c1217b2284d72612700e413c2 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Mon, 29 Nov 2021 17:18:15 +0100 Subject: [PATCH] testing/py3-django-cors-headers: remove The package is already provided in community, no need to have it twice. --- testing/py3-django-cors-headers/APKBUILD | 31 ------------------------ 1 file changed, 31 deletions(-) delete mode 100644 testing/py3-django-cors-headers/APKBUILD diff --git a/testing/py3-django-cors-headers/APKBUILD b/testing/py3-django-cors-headers/APKBUILD deleted file mode 100644 index c71c3e9f3ed..00000000000 --- a/testing/py3-django-cors-headers/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Leonardo Arena -# Maintainer: Justin Berthault -pkgname=py3-django-cors-headers -pkgver=3.8.0 -pkgrel=1 -pkgdesc="Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)" -options="!check" # Requires running django instance -url="https://github.com/OttoYiu/django-cors-headers" -arch="noarch" -license="MIT" -depends="py3-django" -makedepends="py3-setuptools" -checkdepends="py3-tz py3-mock py3-pytest py3-coverage py3-pytest-cov" -source="https://files.pythonhosted.org/packages/source/d/django-cors-headers/django-cors-headers-$pkgver.tar.gz" -builddir="$srcdir"/django-cors-headers-$pkgver - -build() { - python3 setup.py --quiet build -} - -check() { - python3 runtests.py ./tests -} - -package() { - python3 setup.py --quiet install --prefix=/usr --root="$pkgdir" -} - -sha512sums=" -b763e679558af12cb7e22c137e45a9b3f2ccc7cae2ddaa06792b35e721fae3c6f43daf4b015b567496f93d4f32b4751c56db06edf4e74a535c4fb9a1280da763 django-cors-headers-3.8.0.tar.gz -" -- GitLab