1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

new port www/py-django-paging 0.2.5

A simple and efficient paginator for django.

WWW: https://github.com/dcramer/django-paging
This commit is contained in:
Tom Judge 2016-03-31 19:08:36 +00:00
parent 49060d673c
commit 8305bf5096
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412288
4 changed files with 26 additions and 0 deletions

View File

@ -1558,6 +1558,7 @@
SUBDIR += py-django-mptt
SUBDIR += py-django-openid-auth
SUBDIR += py-django-overextends
SUBDIR += py-django-paging
SUBDIR += py-django-photologue
SUBDIR += py-django-picklefield
SUBDIR += py-django-pipeline

View File

@ -0,0 +1,20 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= paging
PORTVERSION= 0.2.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
DISTNAME= django-${PORTNAME}-${PORTVERSION}
MAINTAINER= tj@FreeBSD.org
COMMENT= Paging module for Django
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (django-paging-0.2.5.tar.gz) = b35d31b9632766bd1f4747109e38352938df35c5a639d62cae818be543fef2bb
SIZE (django-paging-0.2.5.tar.gz) = 4096

View File

@ -0,0 +1,3 @@
A simple and efficient paginator for django.
WWW: https://github.com/dcramer/django-paging