diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 16:13:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 16:13:00 +0000 |
commit | 78a12152c9703cb104fdcfc89d75531a8e79ddaf (patch) | |
tree | 55bfa0bae44e3dd2647783014497cbf3f1d32370 /packages/nonworking | |
parent | cc1759e0dbf2f33f10ea6e620db4d543941f3e9c (diff) |
python-egenix-md-base 2.0.6 update to 3.0.0 and bring back from nonworking
Diffstat (limited to 'packages/nonworking')
-rw-r--r-- | packages/nonworking/python/python-egenix-mx-base_2.0.6.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/nonworking/python/python-egenix-mx-base_2.0.6.bb b/packages/nonworking/python/python-egenix-mx-base_2.0.6.bb deleted file mode 100644 index b31cd20cad..0000000000 --- a/packages/nonworking/python/python-egenix-mx-base_2.0.6.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "The eGenix.com mx Extensions for Python are a collection of professional quality Python software \ -tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text \ -processing, date/time processing and web site programming." -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "EGENIX" -SRCNAME = "egenix-mx-base" -PR = "r1" - -SRC_URI = "http://www.egenix.com/files/python/egenix-mx-base-${PV}.tar.gz \ - file://gcc4.patch;patch=1" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -export INCLUDE = "${STAGING_INCDIR}/${PYTHON_DIR}" -export LIB = "${STAGING_LIBDIR}" - -FILES_${PN} += "${datadir}" |