python-Django: drop package
This commit is contained in:
parent
c870042161
commit
9d4b1b8932
2 changed files with 0 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
|||
# Template file for 'python-Django'
|
||||
pkgname=python-Django
|
||||
version=1.11.29
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="Django-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python-pytz python-setuptools"
|
||||
short_desc="High-level Python2 Web framework"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.djangoproject.com/"
|
||||
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
|
||||
checksum=4200aefb6678019a0acf0005cd14cfce3a5e6b9b90d06145fcdd2e474ad4329c
|
||||
alternatives="django:django-admin:/usr/bin/django-admin2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
rm -f ${DESTDIR}/usr/bin/django-admin.py*
|
||||
mv ${DESTDIR}/usr/bin/django-admin{,2}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ignore="*a* *b* *rc* [2-9]*"
|
Loading…
Reference in a new issue