python3-django: initial commit, version 4.2.7

This commit is contained in:
Tim Biermann 2024-02-19 01:29:37 +01:00
parent 81aafec41e
commit 867d9f0c61
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 7139 additions and 0 deletions

7115
python3-django/.footprint Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30LIR0t67Om4BkcLKPIKrpnWtIadgU0AzjPBfZM/MVWPaY4egJmgSRa8319rPdV7yLDwtCO24YnqcDjSuRTszwY=
SHA256 (Pkgfile) = 91c8d5c36a6da02f2ef8e0fd8f1137d012ee52dc313ced1e5328536ba4ca6f9d
SHA256 (.footprint) = b6e6e2a98cbd775b80fae83743422d3860e93bdb4b5d66c9c5b92cebcf17a558
SHA256 (Django-4.2.7.tar.gz) = 8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41

19
python3-django/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: A high-level Python web framework that encourages rapid development and clean, pragmatic design
# URL: https://www.djangoproject.com/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-asgiref python3-pytz python3-sqlparse
# Optional: python3-argon2_cffi python3-psycopg2
name=python3-django
version=4.2.7
release=1
source=(https://pypi.org/packages/source/D/Django/Django-$version.tar.gz)
build() {
cd Django-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}