summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill2008-04-14 01:06:00 +0000
committerNicolas Thill2008-04-14 01:06:00 +0000
commitbe2d27d99e474fa7c843dce932974ab675adb203 (patch)
treed80f507c3300af1c1a2270effafbe7f3b03c0d18
parent734fce615ba30b48b66ebd84f7b1efc800848d67 (diff)
downloadarchive-be2d27d99e474fa7c843dce932974ab675adb203.tar.gz
move in Python submenu, misc cosmetic changes
SVN-Revision: 10825
-rw-r--r--lang/egenix-mx/Makefile3
-rw-r--r--lang/kid/Makefile4
-rw-r--r--lang/psycopg/Makefile4
-rw-r--r--lang/pyevent/Makefile4
-rw-r--r--lang/pymysql/Makefile4
-rw-r--r--lang/pypcap/Makefile4
-rw-r--r--lang/pysqlite/Makefile8
-rw-r--r--lang/twisted/Makefile5
-rw-r--r--lang/yapsnmp/Makefile4
9 files changed, 29 insertions, 11 deletions
diff --git a/lang/egenix-mx/Makefile b/lang/egenix-mx/Makefile
index 496de826e2..7e5001b2a6 100644
--- a/lang/egenix-mx/Makefile
+++ b/lang/egenix-mx/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -26,6 +26,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-egenix-mx
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
DEPENDS:=python-core
diff --git a/lang/kid/Makefile b/lang/kid/Makefile
index 139cbad5ea..0e93eeeb3e 100644
--- a/lang/kid/Makefile
+++ b/lang/kid/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.kid-templating.org/dist/0.9.6/dist
PKG_MD5SUM:=31e7156698a6f214b4067afb9e13728f
+
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
@@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-kid
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
DEPENDS:=python-core
diff --git a/lang/psycopg/Makefile b/lang/psycopg/Makefile
index a1f32248fb..288b754964 100644
--- a/lang/psycopg/Makefile
+++ b/lang/psycopg/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.initd.org/pub/software/psycopg/
PKG_MD5SUM:=a31f79f68d6d32898d6f24e11369a106
+
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
@@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-psycopg
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=PostgreSQL database adapter for Python
diff --git a/lang/pyevent/Makefile b/lang/pyevent/Makefile
index 0a48e49d04..01d93a4c26 100644
--- a/lang/pyevent/Makefile
+++ b/lang/pyevent/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pyevent.googlecode.com/files/
PKG_MD5SUM:=584912c92d08bf005283fb29a47a6e4d
+
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
@@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-event
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Python interface to libevent
diff --git a/lang/pymysql/Makefile b/lang/pymysql/Makefile
index 2375f6faa9..c0b6701c60 100644
--- a/lang/pymysql/Makefile
+++ b/lang/pymysql/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/mysql-python
PKG_MD5SUM:=532268f02870bea18c1d465e88afff30
+
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
@@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-mysql
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=MySQL database adapter for Python
diff --git a/lang/pypcap/Makefile b/lang/pypcap/Makefile
index ba7933f342..23d6645e69 100644
--- a/lang/pypcap/Makefile
+++ b/lang/pypcap/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pypcap.googlecode.com/files
PKG_MD5SUM:=034c3cbbfa81aa19e8f685b767c65764
+
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
@@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-pcap
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Python interface to lipcap
diff --git a/lang/pysqlite/Makefile b/lang/pysqlite/Makefile
index e9431198ef..b1629fbf5b 100644
--- a/lang/pysqlite/Makefile
+++ b/lang/pysqlite/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/
PKG_MD5SUM:=b4a185e936848370fcc1a5b17755b641
+
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
@@ -24,9 +25,12 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-sqlite
+ SUBMENU:=Python
+ SECTION:=lang
+ CATEGORY:=Languages
TITLE:=SQLite database adapter for Python
URL:=http://www.initd.org/tracker/pysqlite/wiki/pysqlite
- DEPENDS:= +libsqlite3
+ DEPENDS:=python-core +libsqlite3
endef
define Package/python-sqlite/description
diff --git a/lang/twisted/Makefile b/lang/twisted/Makefile
index 6cab30276a..03a557634a 100644
--- a/lang/twisted/Makefile
+++ b/lang/twisted/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -26,10 +26,11 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/twisted/default
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
- DEPENDS:=python-core
URL:=http://twistedmatrix.com/
+ DEPENDS:=python-core
endef
define Package/twisted/default/description
diff --git a/lang/yapsnmp/Makefile b/lang/yapsnmp/Makefile
index b9404c06f1..ce597c1c11 100644
--- a/lang/yapsnmp/Makefile
+++ b/lang/yapsnmp/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=8a3e9a5b814388d7907c639105cb2365
+
PKG_BUILD_DEPENDS:=python
PKG_FIXUP = libtool
@@ -26,6 +27,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-yapsnmp
+ SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Python interface to Net-SNMP