summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python-ao_0.82.oe1
-rw-r--r--python/python-constraint_0.2.3.oe1
-rw-r--r--python/python-hmm_0.4.oe1
-rw-r--r--python/python-mad_0.5.1.oe1
-rw-r--r--python/python-ogg_1.3.oe1
-rw-r--r--python/python-pygtk-0_0.6.12.oe30
-rw-r--r--python/python-scapy_0.9.17.oe1
-rw-r--r--python/python-vorbis_1.3.oe1
8 files changed, 37 insertions, 0 deletions
diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe
index 83f36ee1ed..6c23a87b96 100644
--- a/python/python-ao_0.82.oe
+++ b/python/python-ao_0.82.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "Python AO Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe
index f56395a437..71241882a5 100644
--- a/python/python-constraint_0.2.3.oe
+++ b/python/python-constraint_0.2.3.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "The constraint package is a constraint \
satisfaction problem solver written in 100% pure Python, using \
constraint propagation algorithms. So far, facilities are \
diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe
index 83618051ac..8b1b0f7264 100644
--- a/python/python-hmm_0.4.oe
+++ b/python/python-hmm_0.4.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "Hmm is a python module providing an implementation of Hidden Markov \
Model and associated algorithms (Viterbi and Baum-Welsh). It uses Numeric \
Python to speed up the computations."
diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe
index a803cf20db..e76c15d09a 100644
--- a/python/python-mad_0.5.1.oe
+++ b/python/python-mad_0.5.1.oe
@@ -1,3 +1,4 @@
+LICENSE = LGPL
DESCRIPTION = "Python libmad Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
diff --git a/python/python-ogg_1.3.oe b/python/python-ogg_1.3.oe
index b3664e8cb5..f2c70957ab 100644
--- a/python/python-ogg_1.3.oe
+++ b/python/python-ogg_1.3.oe
@@ -1,3 +1,4 @@
+LICENSE = LGPL
DESCRIPTION = "Python Ogg Vorbis Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
diff --git a/python/python-pygtk-0_0.6.12.oe b/python/python-pygtk-0_0.6.12.oe
index e69de29bb2..24289a09a5 100644
--- a/python/python-pygtk-0_0.6.12.oe
+++ b/python/python-pygtk-0_0.6.12.oe
@@ -0,0 +1,30 @@
+LICENSE = LGPL
+DESCRIPTION = "Python GTK+ 1.2 Bindings"
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Rob Taylor <robtaylor@fastmail.fm>"
+DEPENDS = "gtk+-1.2 python"
+RDEPENDS = "python-core python-shell python-re"
+SRCNAME = "pygtk"
+PR = "r4"
+
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/python-pygtk-${PV}"
+
+
+SRC_URI = "ftp://ftp.gtk.org/pub/gtk/python/v1.2/${SRCNAME}-${PV}.tar.gz \
+ file://remove-imlib-et-al;patch=1"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit autotools pkgconfig
+
+FILES_${PN} = "${libdir}/python2.3/"
+
+do_configure_prepend() {
+ echo ${LDFLAGS} > /tmp/ldflags
+ rm aclocal.m4
+}
+
+do_stage() {
+ autotools_stage_includes
+}
+
diff --git a/python/python-scapy_0.9.17.oe b/python/python-scapy_0.9.17.oe
index 86bf4e6d06..3a42abe794 100644
--- a/python/python-scapy_0.9.17.oe
+++ b/python/python-scapy_0.9.17.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "Scapy is a powerful interactive packet manipulation tool, \
packet generator, network scanner, network discovery, packet sniffer, etc. \
It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, \
diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe
index fa4b094d21..e89f8f41f9 100644
--- a/python/python-vorbis_1.3.oe
+++ b/python/python-vorbis_1.3.oe
@@ -1,3 +1,4 @@
+LICENSE = LGPL
DESCRIPTION = "Python Vorbis Bindings"
SECTION = "devel/python"
PRIORITY = "optional"