mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
add py-8
This commit is contained in:
26
python/py-django/Makefile
Normal file
26
python/py-django/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
# $FreeBSD: head/www/py-django22/Makefile 534966 2020-05-11 23:51:58Z dbaio $
|
||||
|
||||
PORTNAME= django
|
||||
PORTVERSION= 2.2.12
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP https://www.djangoproject.com/m/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
DIST_SUBDIR= python
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= High-level Python Web Framework
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:python/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlparse>=0:python/py-sqlparse@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= cpe python:3.5+ shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
SHEBANG_FILES= django/bin/django-admin.py django/conf/project_template/manage.py-tpl
|
||||
|
||||
#PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR}
|
||||
#MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.13:databases/py-mysqlclient@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-django/distinfo
Normal file
3
python/py-django/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1585742383
|
||||
SHA256 (python/Django-2.2.12.tar.gz) = 69897097095f336d5aeef45b4103dceae51c00afa6d3ae198a2a18e519791b7a
|
||||
SIZE (python/Django-2.2.12.tar.gz) = 8877061
|
||||
10
python/py-django/pkg-descr
Normal file
10
python/py-django/pkg-descr
Normal file
@@ -0,0 +1,10 @@
|
||||
Django is a high-level Python Web framework that encourages rapid development
|
||||
and clean, pragmatic design.
|
||||
|
||||
Developed and used over the past two years by a fast-moving online-news
|
||||
operation, Django was designed from scratch to handle two challenges: the
|
||||
intensive deadlines of a newsroom and the stringent requirements of experienced
|
||||
Web developers. It has convenient niceties for developing content-management
|
||||
systems, but it's an excellent tool for building any Web site.
|
||||
|
||||
WWW: https://www.djangoproject.com/
|
||||
Reference in New Issue
Block a user