yenc: update to yenc-0.4.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-06 20:31:09 +01:00
parent 48b2583b42
commit a054d81eaa
3 changed files with 13 additions and 14 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="yenc"
PKG_VERSION="0.3"
PKG_VERSION="0.4.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -1,13 +0,0 @@
diff -Naur yenc-0.3/setup.py yenc-0.3.patch/setup.py
--- yenc-0.3/setup.py 2008-06-13 16:17:21.000000000 +0200
+++ yenc-0.3.patch/setup.py 2010-10-19 00:20:41.249504605 +0200
@@ -25,8 +25,7 @@
##=============================================================================
-
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
setup(
name = "yenc",

View File

@ -0,0 +1,12 @@
diff -Naur yenc-0.4.0/setup.py yenc-0.4.0.patch/setup.py
--- yenc-0.4.0/setup.py 2011-09-06 09:04:33.000000000 +0200
+++ yenc-0.4.0.patch/setup.py 2012-11-06 20:15:14.369125798 +0100
@@ -21,7 +21,7 @@
#
##=============================================================================
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
setup(
name = "yenc",