From 24609f885740959118a6f69fd1f391411fe18dbc Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 14 Feb 2018 10:39:11 -0500 Subject: Removing python-django-cms --- pcr/python-django-cms/PKGBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 pcr/python-django-cms/PKGBUILD diff --git a/pcr/python-django-cms/PKGBUILD b/pcr/python-django-cms/PKGBUILD deleted file mode 100644 index 7f9e5bf8e..000000000 --- a/pcr/python-django-cms/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor (Arch): Baptiste Jonglez -# Contributor (Arch): Fabio Volpe -# Contributor (Arch): Apkawa -# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières - -# parabola changes and rationale: -# - added replaces for previous pkgname 'django-cms' (2018-02-01) -# - added makedepends: python-setuptools python2-setuptools - -pkgname=("python-django-cms" "python2-django-cms") -pkgbase="python-django-cms" -pkgver=3.4.1 -pkgrel=1 -pkgdesc="An Advanced Django CMS" -url="https://django-cms.org" -arch=('any') -license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools') -source=("$pkgname-$pkgver.tar.gz::https://github.com/divio/django-cms/archive/$pkgver.tar.gz") -md5sums=('458e98b6b83edc60088eb48edba16b84') - -package_python-django-cms() { - depends=("python-django" "python-django-classy-tags" "python-django-formtools" "python-treebeard" "python-django-sekizai" "python-djangocms-admin-style") - cd django-cms-$pkgver - python setup.py install --root="${pkgdir}/" --optimize=1 -} - -package_python2-django-cms() { - depends=("python2-django" "python2-django-classy-tags" "python2-django-formtools" "python2-treebeard" "python2-django-sekizai" "python2-djangocms-admin-style") - replaces=("django-cms") - cd django-cms-$pkgver - python setup.py install --root="${pkgdir}/" --optimize=1 -} -- cgit v1.2.3