diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-25 00:57:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-25 00:57:58 +0000 |
commit | a0a6a9203a15e13fcbc60d3f59ad37c59f1d5ba6 (patch) | |
tree | 9068de4d113d6bc94c0ef0d9573f9956ac03808f /packages/python | |
parent | 52fc464946f780b1302fe9ac47176415faf5ef9a (diff) | |
parent | 5f4f99dd916ac86e40b58decb2a0163067edce58 (diff) |
merge of 0999703813e827e2010766c4f16c850b72e85f01
and 6c47e659bdc5f5f73c5abe5b762e5ba029bb05bf
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyflakes_0.2.0.bb | 11 | ||||
-rw-r--r-- | packages/python/python-pyvisa_0.9.7.bb | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/packages/python/python-pyflakes_0.2.0.bb b/packages/python/python-pyflakes_0.2.0.bb new file mode 100644 index 0000000000..77fed35e7a --- /dev/null +++ b/packages/python/python-pyflakes_0.2.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "SourceCode Test Utility" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "BSD" +SRCNAME = "pyflakes" + +SRC_URI = "http://www.divmod.org/static/projects/pyflakes/pyflakes-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/packages/python/python-pyvisa_0.9.7.bb b/packages/python/python-pyvisa_0.9.7.bb new file mode 100644 index 0000000000..54ece76300 --- /dev/null +++ b/packages/python/python-pyvisa_0.9.7.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A Python package with bindings to the 'Virtual Instrument Software Architecture' \ +(VISA) library, in order to control measurement devices and test equipment via GPIB, RS232, or USB." +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "BSD" +SRCNAME = "PyVISA" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyvisa/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |