Initial import of Django, a very cool Python Web framework.
This package uses a static SVN snapshot. Gives wiz something to play with :-)
This commit is contained in:
parent
c13a7dfec8
commit
ff515cfe1d
4 changed files with 1058 additions and 0 deletions
5
py-django/DESCR
Normal file
5
py-django/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Django is a high-level Python Web framework that encourages rapid development
|
||||
and clean, pragmatic design. Django was designed to make common Web-development
|
||||
tasks fast and easy.
|
||||
|
||||
This is a SVN snapsnot, be careful when reporting problems.
|
20
py-django/Makefile
Normal file
20
py-django/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/05/30 20:19:02 jsonn Exp $
|
||||
|
||||
DISTNAME= django-0.95pre3007
|
||||
PKGNAME= ${PYPKGPREFIX}-django-0.95pre3007
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ftp://packages.stura.uni-rostock.de/misc/
|
||||
|
||||
MAINTAINER= joerg@NetBSD.org
|
||||
HOMEPAGE= http://www.djangoproject.com/
|
||||
COMMENT= Django, a high-level Python Web framework
|
||||
|
||||
PYDISTUTILSPKG= # yes
|
||||
PYBINMODULE= # yes
|
||||
PYTHON_VERSIONS_ACCEPTED= 24
|
||||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py24-setuptools
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1028
py-django/PLIST
Normal file
1028
py-django/PLIST
Normal file
File diff suppressed because it is too large
Load diff
5
py-django/distinfo
Normal file
5
py-django/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/05/30 20:19:03 jsonn Exp $
|
||||
|
||||
SHA1 (django-0.95pre3007.tar.gz) = 11bb7fc8b45ccafcc4391235e8930a29d5854747
|
||||
RMD160 (django-0.95pre3007.tar.gz) = ccdec5efd89d0e8a7b7a824eeab7d724eee366a6
|
||||
Size (django-0.95pre3007.tar.gz) = 2548870 bytes
|
Loading…
Reference in a new issue