move in Python submenu, misc cosmetic changes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10825 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2a562d6297
commit
3e4758c284
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -26,6 +26,7 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-egenix-mx
|
define Package/python-egenix-mx
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
DEPENDS:=python-core
|
DEPENDS:=python-core
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.kid-templating.org/dist/0.9.6/dist
|
PKG_SOURCE_URL:=http://www.kid-templating.org/dist/0.9.6/dist
|
||||||
PKG_MD5SUM:=31e7156698a6f214b4067afb9e13728f
|
PKG_MD5SUM:=31e7156698a6f214b4067afb9e13728f
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
PKG_BUILD_DEPENDS:=python
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-kid
|
define Package/python-kid
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
DEPENDS:=python-core
|
DEPENDS:=python-core
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.initd.org/pub/software/psycopg/
|
PKG_SOURCE_URL:=http://www.initd.org/pub/software/psycopg/
|
||||||
PKG_MD5SUM:=a31f79f68d6d32898d6f24e11369a106
|
PKG_MD5SUM:=a31f79f68d6d32898d6f24e11369a106
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
PKG_BUILD_DEPENDS:=python
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-psycopg
|
define Package/python-psycopg
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=PostgreSQL database adapter for Python
|
TITLE:=PostgreSQL database adapter for Python
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://pyevent.googlecode.com/files/
|
PKG_SOURCE_URL:=http://pyevent.googlecode.com/files/
|
||||||
PKG_MD5SUM:=584912c92d08bf005283fb29a47a6e4d
|
PKG_MD5SUM:=584912c92d08bf005283fb29a47a6e4d
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
PKG_BUILD_DEPENDS:=python
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-event
|
define Package/python-event
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Python interface to libevent
|
TITLE:=Python interface to libevent
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/mysql-python
|
PKG_SOURCE_URL:=@SF/mysql-python
|
||||||
PKG_MD5SUM:=532268f02870bea18c1d465e88afff30
|
PKG_MD5SUM:=532268f02870bea18c1d465e88afff30
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
PKG_BUILD_DEPENDS:=python
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-mysql
|
define Package/python-mysql
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=MySQL database adapter for Python
|
TITLE:=MySQL database adapter for Python
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://pypcap.googlecode.com/files
|
PKG_SOURCE_URL:=http://pypcap.googlecode.com/files
|
||||||
PKG_MD5SUM:=034c3cbbfa81aa19e8f685b767c65764
|
PKG_MD5SUM:=034c3cbbfa81aa19e8f685b767c65764
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
PKG_BUILD_DEPENDS:=python
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-pcap
|
define Package/python-pcap
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Python interface to lipcap
|
TITLE:=Python interface to lipcap
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/
|
PKG_SOURCE_URL:=http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/
|
||||||
PKG_MD5SUM:=b4a185e936848370fcc1a5b17755b641
|
PKG_MD5SUM:=b4a185e936848370fcc1a5b17755b641
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
PKG_BUILD_DEPENDS:=python
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -24,9 +25,12 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-sqlite
|
define Package/python-sqlite
|
||||||
|
SUBMENU:=Python
|
||||||
|
SECTION:=lang
|
||||||
|
CATEGORY:=Languages
|
||||||
TITLE:=SQLite database adapter for Python
|
TITLE:=SQLite database adapter for Python
|
||||||
URL:=http://www.initd.org/tracker/pysqlite/wiki/pysqlite
|
URL:=http://www.initd.org/tracker/pysqlite/wiki/pysqlite
|
||||||
DEPENDS:= +libsqlite3
|
DEPENDS:=python-core +libsqlite3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-sqlite/description
|
define Package/python-sqlite/description
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -26,10 +26,11 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/twisted/default
|
define Package/twisted/default
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
DEPENDS:=python-core
|
|
||||||
URL:=http://twistedmatrix.com/
|
URL:=http://twistedmatrix.com/
|
||||||
|
DEPENDS:=python-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/twisted/default/description
|
define Package/twisted/default/description
|
||||||
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
PKG_MD5SUM:=8a3e9a5b814388d7907c639105cb2365
|
PKG_MD5SUM:=8a3e9a5b814388d7907c639105cb2365
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
PKG_BUILD_DEPENDS:=python
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
@ -26,6 +27,7 @@ ifneq ($(MAKECMDGOALS),download)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/python-yapsnmp
|
define Package/python-yapsnmp
|
||||||
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Python interface to Net-SNMP
|
TITLE:=Python interface to Net-SNMP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user