Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2015/09/02 12:38:53 joerg Exp $
# $NetBSD: Makefile,v 1.15 2016/08/28 15:48:36 wiz Exp $
DISTNAME= Django-1.4.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,8 +10,6 @@ HOMEPAGE= http://www.djangoproject.com/
COMMENT= Django, a high-level Python Web framework (LTS version)
LICENSE= modified-bsd
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
USE_LANGUAGES= # empty
REPLACE_PYTHON= ${WRKSRC}/django/bin/*.py
REPLACE_PYTHON+= ${WRKSRC}/django/bin/profiling/*.py
@@ -20,7 +18,7 @@ REPLACE_PYTHON+= ${WRKSRC}/django/contrib/admin/static/admin/js/*.py
REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/*.py
PYTHON_VERSIONED_DEPENDENCIES= flup
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # use py-django if you want python-3.x support
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # use py-django if you want python-3.x support
.include "options.mk"
+2 -1
View File
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.8 2015/09/02 12:38:53 joerg Exp $
$NetBSD: distinfo,v 1.9 2015/11/04 02:47:26 agc Exp $
SHA1 (Django-1.4.22.tar.gz) = cedd81e52f794c6f69b9a71c65e90f16570783c7
RMD160 (Django-1.4.22.tar.gz) = 9752ac40519f5d74969ba199b0637c5ad221102b
SHA512 (Django-1.4.22.tar.gz) = 03e833d95d8ffacf8cb753b8b8c15edc145830add322ad166c574a9a7428ed308082ffea7a73bcdb7315f489270fd84a38d1a8b12c090dfb9d68da5d281cef68
Size (Django-1.4.22.tar.gz) = 7802249 bytes
+3 -3
View File
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.4 2015/03/26 22:13:52 jperkin Exp $
# $NetBSD: options.mk,v 1.6 2016/07/09 13:04:14 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.django
PKG_SUPPORTED_OPTIONS= mysql oracle pgsql sqlite
@@ -10,7 +10,7 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mysqldb
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mysqldb
PLIST.mysql= yes
.endif
@@ -26,6 +26,6 @@ PLIST.pgsql= yes
.if !empty(PKG_OPTIONS:Msqlite)
DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sqlite2
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-sqlite2
PLIST.sqlite= yes
.endif