mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- Repocopy py-django111 --> py-django20 and update to 2.0
This commit is contained in:
parent
e093e333bb
commit
7a82b0f923
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455897
@ -1644,6 +1644,7 @@
|
||||
SUBDIR += py-django110
|
||||
SUBDIR += py-django111
|
||||
SUBDIR += py-django18
|
||||
SUBDIR += py-django20
|
||||
SUBDIR += py-django_compressor
|
||||
SUBDIR += py-django_openstack_auth
|
||||
SUBDIR += py-django_polymorphic
|
||||
|
70
www/py-django20/Makefile
Normal file
70
www/py-django20/Makefile
Normal file
@ -0,0 +1,70 @@
|
||||
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
https://www.djangoproject.com/m/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 20
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
DIST_SUBDIR= python
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= High-level Python Web Framework
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= cpe python:3.4+ shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
SHEBANG_FILES= django/bin/django-admin.py \
|
||||
django/conf/project_template/manage.py-tpl
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django18 \
|
||||
${PYTHON_PKGNAMEPREFIX}django11[01]
|
||||
CPE_VENDOR= djangoproject
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
|
||||
OPTIONS_DEFINE= DOCS FASTCGI HTMLDOCS
|
||||
OPTIONS_DEFAULT= SQLITE
|
||||
|
||||
OPTIONS_GROUP= DATABASE
|
||||
OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE
|
||||
|
||||
HTMLDOCS_DESC= Install HTML documentation (requires Sphinx)
|
||||
|
||||
PLIST_FILES= man/man1/django-admin.1.gz
|
||||
|
||||
HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${FLAVOR}
|
||||
PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${FLAVOR}
|
||||
MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${FLAVOR}
|
||||
SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
|
||||
FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup@${FLAVOR}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MHTMLDOCS} && empty(PORT_OPTIONS:MDOCS)
|
||||
IGNORE= you cannot build documentation with DOCS option disabled
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
post-build-HTMLDOCS-on:
|
||||
cd ${WRKSRC}/docs && ${MAKE} html
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation"
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
post-install-HTMLDOCS-on:
|
||||
${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-django20/distinfo
Normal file
3
www/py-django20/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1512872928
|
||||
SHA256 (python/Django-2.0.tar.gz) = 9614851d4a7ff8cbd32b73c6076441f377c45a5bbff7e771798fb02c43c31f47
|
||||
SIZE (python/Django-2.0.tar.gz) = 7997472
|
10
www/py-django20/pkg-descr
Normal file
10
www/py-django20/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/
|
Loading…
Reference in New Issue
Block a user