- update py-django to 1.5.1

- update HOMEPAGE, MASTER_SITES and README
- regen PLIST

tweaks and ok from Ryan Boggs (maintainer)
This commit is contained in:
benoit 2013-05-13 08:59:22 +00:00
parent 11bec4ea06
commit 8e9872ea09
4 changed files with 363 additions and 113 deletions

View File

@ -1,21 +1,21 @@
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:44:48 espie Exp $
# $OpenBSD: Makefile,v 1.28 2013/05/13 08:59:22 benoit Exp $
COMMENT = high-level Python web framework
MODPY_EGG_VERSION = 1.4.5
MODPY_EGG_VERSION = 1.5.1
LNAME = django
DISTNAME = Django-${MODPY_EGG_VERSION}
PKGNAME = py-${LNAME}-${MODPY_EGG_VERSION}
CATEGORIES = www
HOMEPAGE = http://www.djangoproject.com/
HOMEPAGE = https://www.djangoproject.com/
MAINTAINER = Ryan Boggs <rmboggs@gmail.com>
# BSD License
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}/m/releases/${MODPY_EGG_VERSION:R}/
MASTER_SITES = ${MASTER_SITE_PYPI:=D/Django/}
MODULES = lang/python

View File

@ -1,2 +1,2 @@
SHA256 (Django-1.4.5.tar.gz) = Dh6MQhcplnK7+UBJlHF/yi2NS3pPe4s7dNQT4f2oFCg=
SIZE (Django-1.4.5.tar.gz) = 7735582
SHA256 (Django-1.5.1.tar.gz) = iF+ty7iWPAzNpdnSzKeSlwsCibTmYkBrLeK3Nv9GEj0=
SIZE (Django-1.5.1.tar.gz) = 8028963

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.2 2011/06/02 13:41:41 ajacoutot Exp $
$OpenBSD: README,v 1.3 2013/05/13 08:59:26 benoit Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -38,3 +38,10 @@ process:
$ env LC_CTYPE=en_US.UTF-8 ./manage.py runserver
or configure your application server to pass this setting.
Python 3
========
Django 1.5 is the first Django release with support for
Python 3 (specifically, Python 3.2 and newer). Python 3
support is still considered experimental so please use at
your own risk.