distutilscross: convert to new package format

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2014-01-21 02:07:28 +01:00
parent 37eced3f74
commit c8c16f044f
15 changed files with 25 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="OSS"
PKG_SITE="http://pyyaml.org/"
PKG_URL="http://pyyaml.org/download/pyyaml/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="Python yaml"
PKG_BUILD_DEPENDS="toolchain Python distutilscross yaml"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host yaml"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="PyYAML: a next generation YAML parser and emitter for Python."

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="MIT"
PKG_SITE="http://twistedmatrix.com/"
PKG_URL="http://twistedmatrix.com/Releases/Conch/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="Python TwistedCore pyasn1 pycrypto"
PKG_BUILD_DEPENDS="toolchain Python distutilscross TwistedCore"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host TwistedCore"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="TwistedConch: an SSHv2 implementation written in Python"

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="MIT"
PKG_SITE="http://twistedmatrix.com/"
PKG_URL="http://twistedmatrix.com/Releases/Core/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="Python"
PKG_BUILD_DEPENDS="toolchain Python distutilscross"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="TwistedCore: An event-based networking framework for Internet applications"

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="MIT"
PKG_SITE="http://twistedmatrix.com/"
PKG_URL="http://twistedmatrix.com/Releases/Names/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="Python TwistedCore"
PKG_BUILD_DEPENDS="toolchain Python distutilscross TwistedCore"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host TwistedCore"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="TwistedNames: Name resolution part of Twisted framework"

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="MIT"
PKG_SITE="http://twistedmatrix.com/"
PKG_URL="http://twistedmatrix.com/Releases/Web/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="Python TwistedCore"
PKG_BUILD_DEPENDS="toolchain Python distutilscross TwistedCore"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host TwistedCore"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="TwistedWeb: An event-based networking framework for Internet applications"

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="MIT"
PKG_SITE="http://twistedmatrix.com/"
PKG_URL="http://twistedmatrix.com/Releases/Words/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="Python TwistedCore"
PKG_BUILD_DEPENDS="toolchain Python distutilscross TwistedCore"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host TwistedCore"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="TwistedWords: An event-based networking framework for Internet applications"

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="free"
PKG_SITE="http://wokkel.ik.nu/"
PKG_URL="http://wokkel.ik.nu/releases/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="Python TwistedWords"
PKG_BUILD_DEPENDS="toolchain Python distutilscross TwistedWords"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host TwistedWords"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="wokkel: Wokkel is a Python module for experimenting with future enhancements to TwistedWords"

View File

@@ -24,7 +24,7 @@ PKG_LICENSE="OSS"
PKG_SITE="http://zope.org/Products/ZopeInterface/"
PKG_URL="http://www.zope.org/Products/ZopeInterface/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="Python"
PKG_BUILD_DEPENDS="toolchain Python distutilscross"
PKG_BUILD_DEPENDS="toolchain Python distutilscross:host"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="zopeinterface: zope.interface package from Zope 3"