Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462484 - dev-python/fdb-1.4.3 - Set of Firebird RDBMS bindings for python (New package)
Summary: dev-python/fdb-1.4.3 - Set of Firebird RDBMS bindings for python (New package)
Status: RESOLVED OBSOLETE
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: http://pypi.python.org/pypi/fdb/
Whiteboard:
Keywords: EBUILD, Inclusion
Depends on:
Blocks:
 
Reported: 2013-03-20 14:00 UTC by Vincent Hardy
Modified: 2021-11-11 16:10 UTC (History)
1 user (show)

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


Attachments
dev-python/fdb ebuild (fdb-1.4.ebuild,470 bytes, text/plain)
2014-04-10 16:41 UTC, Vincent Hardy
Details
Python script to check FDB installation (checkfdb.py,776 bytes, text/plain)
2015-01-23 19:34 UTC, Vincent Hardy
Details
Console output (checkfdb.png,14.76 KB, image/png)
2015-01-23 19:37 UTC, Vincent Hardy
Details
demo database (employee.fdb.xz,67.98 KB, application/octet-stream)
2015-01-23 19:44 UTC, Vincent Hardy
Details
last version of my ebuild (1.4.3) (fdb-1.4.3.ebuild,468 bytes, text/plain)
2015-01-23 19:46 UTC, Vincent Hardy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hardy 2013-03-20 14:00:50 UTC
fdb is a set of Firebird RDBMS bindings for python. It works on Python 2.6+ and Python 3.x.

(replacement for dev-python/kinterbasdb)

Reproducible: Always
Comment 1 Vincent Hardy 2014-04-10 16:41:29 UTC
Created attachment 374700 [details]
dev-python/fdb ebuild

fdb-1.4.ebuild
Comment 2 Vincent Hardy 2015-01-23 19:34:28 UTC
Created attachment 394722 [details]
Python script to check FDB installation

This python script checks the proper working of the FDB library.
It is very short and simple to understand.
Comment 3 Vincent Hardy 2015-01-23 19:37:11 UTC
Created attachment 394724 [details]
Console output

if FDB library works properly, the console output of checkfdb.py should display this console output.
Comment 4 Vincent Hardy 2015-01-23 19:44:45 UTC
Created attachment 394726 [details]
demo database

employee.fdb is a demo database supplied with each binary release of Firebird
(both windows and linux).
 
Default Windows path :
  C:\Program Files\Firebird\Firebird_2_5\examples\empbuild\EMPLOYEE.FDB 
Default linux path :
  /opt/firebird/examples/empbuild/employee.fdb

Required to run checkfdb.py (decompress and copy to /var/firebird/)
Comment 5 Vincent Hardy 2015-01-23 19:46:18 UTC
Created attachment 394728 [details]
last version of my ebuild (1.4.3)
Comment 6 Vincent Hardy 2021-11-11 16:10:48 UTC
this package is obsolete now.
See new Python Firebird driver : https://pypi.org/project/firebird-driver/