move <efl> (Enlightenment Foundation Libraries) and bindings into own feed <feeds/efl> and add entry to <feeds.conf.default>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14065 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko
2009-01-17 00:18:37 +00:00
parent 44b2b1032c
commit 3d34b88c8f
23 changed files with 0 additions and 1306 deletions

View File

@ -1,51 +0,0 @@
#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id: Makefile 13786 2008-12-31 15:02:25Z lars $
include $(TOPDIR)/rules.mk
PKG_NAME:=python-e_dbus
PKG_REV:=38564
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$(PKG_NAME)
PKG_BUILD_DEPENDS:=cython python
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
define Package/python-e_dbus
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=python-e_dbus
DEPENDS:=python-core ecore eina dbus edbus dbus-python
endef
define Package/python-e_dbus/description
e_dbus python bindings
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr")
endef
define Package/python-e_dbus/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call BuildPackage,python-e_dbus))

View File

@ -1,15 +0,0 @@
diff -ruN python-e_dbus-r38564.orig/setup.py python-e_dbus-r38564/setup.py
--- python-e_dbus-r38564.orig/setup.py 2009-01-13 10:14:45.000000000 +0100
+++ python-e_dbus-r38564/setup.py 2009-01-13 10:15:46.000000000 +0100
@@ -1,10 +1,7 @@
import sys
import os
-from ez_setup import use_setuptools
-use_setuptools("0.6c9")
-
-from setuptools import setup, Extension
+from distutils.core import setup, Extension
import subprocess
import shlex

View File

@ -1,51 +0,0 @@
#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id: Makefile 13786 2008-12-31 15:02:25Z lars $
include $(TOPDIR)/rules.mk
PKG_NAME:=python-ecore
PKG_REV:=38564
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$(PKG_NAME)
PKG_BUILD_DEPENDS:=cython python
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
define Package/python-ecore
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=python-ecore
DEPENDS:=python-core ecore evas eina python-evas
endef
define Package/python-ecore/description
ecore python bindings
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr")
endef
define Package/python-ecore/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call BuildPackage,python-ecore))

View File

@ -1,24 +0,0 @@
diff -ruN python-ecore-r38564.orig/setup.py python-ecore-r38564/setup.py
--- python-ecore-r38564.orig/setup.py 2009-01-13 10:27:34.000000000 +0100
+++ python-ecore-r38564/setup.py 2009-01-13 11:08:26.000000000 +0100
@@ -1,10 +1,7 @@
import sys
import os
-from ez_setup import use_setuptools
-use_setuptools('0.6c9')
-
-from setuptools import setup, find_packages, Extension
+from distutils.core import setup, Extension
import subprocess
import shlex
@@ -143,7 +140,7 @@
long_description=long_description,
keywords='wrapper binding enlightenment abstraction event ecore',
classifiers=trove_classifiers,
- packages=find_packages(),
+ packages=['ecore', 'ecore.x', 'ecore.evas', 'ecore.imf'],
install_requires=['python-evas>=0.3.1'],
setup_requires=['python-evas>=0.3.1'],
ext_modules=[ecoremodule, ecoreevasmodule, ecorexmodule,

View File

@ -1,51 +0,0 @@
#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id: Makefile 13786 2008-12-31 15:02:25Z lars $
include $(TOPDIR)/rules.mk
PKG_NAME:=python-edje
PKG_REV:=38564
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$(PKG_NAME)
PKG_BUILD_DEPENDS:=cython python
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
define Package/python-edje
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=python-edje
DEPENDS:=python-core edje evas ecore eina python-evas
endef
define Package/python-edje/description
edje python bindings
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr")
endef
define Package/python-edje/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call BuildPackage,python-edje))

View File

@ -1,24 +0,0 @@
diff -ruN python-edje-r38564.orig/setup.py python-edje-r38564/setup.py
--- python-edje-r38564.orig/setup.py 2009-01-13 11:11:36.000000000 +0100
+++ python-edje-r38564/setup.py 2009-01-13 11:13:17.000000000 +0100
@@ -1,10 +1,7 @@
import sys
import os
-from ez_setup import use_setuptools
-use_setuptools('0.6c9')
-
-from setuptools import setup, find_packages, Extension
+from distutils.core import setup, Extension
import subprocess
import shlex
@@ -128,7 +125,7 @@
long_description=long_description,
keywords='wrapper binding enlightenment graphics raster evas canvas theme',
classifiers=trove_classifiers,
- packages=find_packages(),
+ packages=['edje'],
install_requires=['python-evas>=0.3.1'],
setup_requires=['python-evas>=0.3.1'],
ext_modules=[edjemodule],

View File

@ -1,51 +0,0 @@
#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id: Makefile 13786 2008-12-31 15:02:25Z lars $
include $(TOPDIR)/rules.mk
PKG_NAME:=python-etk
PKG_REV:=38564
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$(PKG_NAME)
PKG_BUILD_DEPENDS:=cython python
include $(INCLUDE_DIR)/package.mk
-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
define Package/python-etk
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=python-etk
DEPENDS:=python-core etk
endef
define Package/python-etk/description
etk python bindings
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr")
endef
define Package/python-etk/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call BuildPackage,python-etk))

View File

@ -1,24 +0,0 @@
diff -ruN python-etk-r38564.orig/setup.py python-etk-r38564/setup.py
--- python-etk-r38564.orig/setup.py 2009-01-13 11:20:07.000000000 +0100
+++ python-etk-r38564/setup.py 2009-01-13 11:22:59.000000000 +0100
@@ -1,10 +1,7 @@
import sys
import os
-from ez_setup import use_setuptools
-use_setuptools('0.6c9')
-
-from setuptools import setup, find_packages, Extension
+from distutils.core import setup, Extension
from distutils.sysconfig import get_python_inc
from glob import glob
import commands
@@ -74,7 +71,7 @@
long_description = long_description,
keywords = 'wrapper binding ui etk graphics',
classifiers = trove_classifiers,
- packages = find_packages(),
+ packages = ['etk'],
install_requires = ['python-evas>=0.2.1', 'python-ecore>=0.2.1'],
setup_requires = ['python-evas>=0.2.1', 'python-ecore>=0.2.1'],
headers = headers,

View File

@ -1,51 +0,0 @@
#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# $Id: Makefile 13786 2008-12-31 15:02:25Z lars $
include $(TOPDIR)/rules.mk
PKG_NAME:=python-evas
PKG_REV:=38564
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$(PKG_NAME)
PKG_BUILD_DEPENDS:=cython python
include $(INCLUDE_DIR)/package.mk
include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)
define Package/python-evas
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=python-evas
DEPENDS:=python-core evas eina
endef
define Package/python-evas/description
evas python bindings
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr")
endef
define Package/python-evas/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call BuildPackage,python-evas))

View File

@ -1,24 +0,0 @@
diff -ruN python-evas-r38564.orig/setup.py python-evas-r38564/setup.py
--- python-evas-r38564.orig/setup.py 2009-01-13 10:17:27.000000000 +0100
+++ python-evas-r38564/setup.py 2009-01-13 10:24:35.000000000 +0100
@@ -1,10 +1,7 @@
import sys
import os
-from ez_setup import use_setuptools
-use_setuptools('0.6c9')
-
-from setuptools import setup, find_packages, Extension
+from distutils.core import setup, Extension
from distutils.command.install_headers import install_headers
from distutils.sysconfig import get_python_inc
import subprocess
@@ -142,7 +139,7 @@
long_description=long_description,
keywords='wrapper binding enlightenment graphics raster evas canvas',
classifiers=trove_classifiers,
- packages=find_packages(),
+ packages=['evas'],
headers=headers,
ext_modules=[evasmodule],
zip_safe=False,