| Summary: | dev-python/prettytable-python-0.6 - Python interface to print pretty tabular data | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Bryan Duff <bduff> |
| Component: | [OLD] Library | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | enhancement | CC: | python |
| Priority: | Normal | Keywords: | EBUILD |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://code.google.com/p/prettytable/ | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Ebuild in dev-python/prettytable-python | ||
|
Description
Bryan Duff
2012-05-14 19:48:39 UTC
Created attachment 311783 [details]
Ebuild in dev-python/prettytable-python
Ebuild in dev-python/prettytable-python
Based off the mysql-python ebuild.
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.
Also, no reason to call this prettytable-python rather than just prettytable. |