mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
python3-Django: update to 2.2.12
This commit is contained in:
parent
13eeac7ef4
commit
064ce2a580
3 changed files with 23 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
python-Django
|
22
srcpkgs/python3-Django/template
Normal file
22
srcpkgs/python3-Django/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python3-Django'
|
||||
pkgname=python3-Django
|
||||
version=2.2.12
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="Django-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pytz python3-setuptools"
|
||||
short_desc="High-level Python3 Web framework"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.djangoproject.com/"
|
||||
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
|
||||
checksum=69897097095f336d5aeef45b4103dceae51c00afa6d3ae198a2a18e519791b7a
|
||||
alternatives="django:django-admin:/usr/bin/django-admin3"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
rm -f ${DESTDIR}/usr/bin/django-admin.py*
|
||||
mv ${DESTDIR}/usr/bin/django-admin{,3}
|
||||
}
|
1
srcpkgs/python3-Django/update
Normal file
1
srcpkgs/python3-Django/update
Normal file
|
@ -0,0 +1 @@
|
|||
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue