Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 427296

Summary: dev-python/django-tables2-0.11.0 - Table/data-grid framework for Django
Product: Gentoo Linux Reporter: José Romildo Malaquias <jrmalaq>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: jlec, python
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/bradleyayers/django-tables2/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: django-tables2-0.11.0.ebuild

Description José Romildo Malaquias 2012-07-20 11:39:07 UTC
Created attachment 318702 [details]
django-tables2-0.11.0.ebuild

Please add django-tables2 to portage.

django-tables2 is a django app for creating HTML tables. It simplifies the task of turning sets of data into HTML tables. It has native support for pagination and sorting. It does for HTML tables what django.forms does for HTML forms. e.g.

Its features include:

* Any iterable can be a data-source, but special support for Django querysets is included.
* The builtin UI does not rely on JavaScript.
* Support for automatic table generation based on a Django model.
* Supports custom column functionality via subclassing.
* Pagination.
* Column based table sorting.
* Template tag to enable trivial rendering to HTML.
* Generic view mixin for use in Django 1.3.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-12-12 11:30:43 UTC
Do you still wish for this package to be added to portage

What is it that goes wrong with 

~/improvise/dev-python/django-tables2 $ python /mnt/gen2/TmpDir/portage/dev-python/django-tables2-0.11.0/work/django-tables2-0.11.0/setup.py test

??
What setting is missing from 
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils
?
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-04-08 14:18:30 UTC
Added, thanks for the ebuild