From 4ff0e6a7cd15b8238795b17354356d6c33a58936 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 14 Dec 2016 23:32:43 -0500 Subject: Removing python2-django-extensions: This package is in [community] repo --- pcr/python2-django-extensions/PKGBUILD | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 pcr/python2-django-extensions/PKGBUILD diff --git a/pcr/python2-django-extensions/PKGBUILD b/pcr/python2-django-extensions/PKGBUILD deleted file mode 100644 index b7a12e16e..000000000 --- a/pcr/python2-django-extensions/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Maintainer (Arch): Jeremy "Ichimonji10" Audet -# Contributor (Arch): Dominik Kozaczko -# Contributor (Arch): Alper Kanat -# Contributor (Arch): Apkawa -# Contributor (Arch): Schnouki -# Maintainer: Omar Vega Ramos -# -# namcap warns that python2-django and python2-six are unnecessary dependencies. -# This is untrue. -# -# This package was formerly named `django-extensions`. As a result, this package -# must provide and conflict with that package. - -pkgname=python2-django-extensions -_pkgname=django-extensions -pkgver=1.5.5 -pkgrel=1 -pkgdesc='A collection of custom extensions for the Django Framework.' -arch=(any) -url='http://github.com/django-extensions/django-extensions' -license=(MIT) -depends=(python2-django python2-six) -makedepends=(python2-setuptools) -optdepends=( - 'graphviz: to graph Django models' - 'python2-werkzeug: to use the Werkzeug debugger in the embedded web server' -) -provides=(django-extensions) -conflicts=(django-extensions) -options=(!emptydirs) -source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('4ee4fe0559137a74df3d7692406d1efaa7c47fe903442f211b926104f193e436') - -package() { - cd "${srcdir}/${_pkgname}-${pkgver}" - python2 setup.py install --root="${pkgdir}/" --optimize=1 - install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3