Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415989 - dev-python/prettytable-python-0.6 - Python interface to print pretty tabular data
Summary: dev-python/prettytable-python-0.6 - Python interface to print pretty tabular ...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://code.google.com/p/prettytable/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-05-14 19:48 UTC by Bryan Duff
Modified: 2014-10-30 09:36 UTC (History)
1 user (show)

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


Attachments
Ebuild in dev-python/prettytable-python (prettytable-python-0.6.ebuild,989 bytes, text/plain)
2012-05-14 19:49 UTC, Bryan Duff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Duff 2012-05-14 19:48:39 UTC
From the homepage:
"PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables"

Reproducible: Always

Steps to Reproduce:
1. ebuild prettytable-python-0.6.ebuild digest
2. emerge prettytable-python
3. success!
Actual Results:  
Installed package

Expected Results:  
Installed package

This is a new ebuild that adds this library to python land.
Comment 1 Bryan Duff 2012-05-14 19:49:52 UTC
Created attachment 311783 [details]
Ebuild in dev-python/prettytable-python

Ebuild in dev-python/prettytable-python

Based off the mysql-python ebuild.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-12-12 09:46:42 UTC
Do you still wish for this to be added to portage?

This appears still be be a current version, however the ebuild needs finishing and correcting.


RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"

        'Programming Language :: Python',
        'Programming Language :: Python :: 2.6',
        'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: 3',
        'License :: OSI Approved :: BSD License',
 
Notice at least 2 things wrong?

    test_suite = "prettytable_test"

    prettytable_test.py

Cloning from another ebuild makes for only a start, not for a finish as well.
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-12-12 10:10:18 UTC
Also, no reason to call this prettytable-python rather than just prettytable.