Import py27-django-mathjax-0.0.5 as wip/py-django-mathjax.
Django-mathjax is an application to easy include MathJax bin your django projects as dependency, and easy configure django settings.
This commit is contained in:
parent
e5246461d6
commit
8e7c949f9e
4 changed files with 42 additions and 0 deletions
3
py-django-mathjax/DESCR
Normal file
3
py-django-mathjax/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Django-mathjax is an application to easy include MathJax
|
||||
bin your django projects as dependency, and easy configure
|
||||
django settings.
|
19
py-django-mathjax/Makefile
Normal file
19
py-django-mathjax/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/10/06 23:06:21 jihbed Exp $
|
||||
|
||||
DISTNAME= django-mathjax-0.0.5
|
||||
EGG_NAME= django_mathjax-0.0.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math www python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/d/django-mathjax/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://github.com/kaleidos/django-mathjax
|
||||
COMMENT= MathJax easy integration with django
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
15
py-django-mathjax/PLIST
Normal file
15
py-django-mathjax/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/10/06 23:06:21 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/django_mathjax/__init__.py
|
||||
${PYSITELIB}/django_mathjax/__init__.pyc
|
||||
${PYSITELIB}/django_mathjax/__init__.pyo
|
||||
${PYSITELIB}/django_mathjax/templatetags/__init__.py
|
||||
${PYSITELIB}/django_mathjax/templatetags/__init__.pyc
|
||||
${PYSITELIB}/django_mathjax/templatetags/__init__.pyo
|
||||
${PYSITELIB}/django_mathjax/templatetags/mathjax.py
|
||||
${PYSITELIB}/django_mathjax/templatetags/mathjax.pyc
|
||||
${PYSITELIB}/django_mathjax/templatetags/mathjax.pyo
|
5
py-django-mathjax/distinfo
Normal file
5
py-django-mathjax/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/10/06 23:06:21 jihbed Exp $
|
||||
|
||||
SHA1 (django-mathjax-0.0.5.tar.gz) = 3c231b5e807cf34c64d671822145b4ae6bde150a
|
||||
RMD160 (django-mathjax-0.0.5.tar.gz) = 0aaed22d4bd820a198a0e2943eadcc497a3a6ebd
|
||||
Size (django-mathjax-0.0.5.tar.gz) = 2367 bytes
|
Loading…
Reference in a new issue