Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427296 - dev-python/django-tables2-0.11.0 - Table/data-grid framework for Django
Summary: dev-python/django-tables2-0.11.0 - Table/data-grid framework for Django
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/bradleyayers/djang...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-07-20 11:39 UTC by José Romildo Malaquias
Modified: 2015-04-08 14:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
django-tables2-0.11.0.ebuild (django-tables2-0.11.0.ebuild,485 bytes, text/plain)
2012-07-20 11:39 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
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