diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 17:09:56 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 17:09:56 +0100 |
commit | a2ffe681426126a4c64ad5b92f850d2804c37645 (patch) | |
tree | 9a8813f1b13f8af03357ffe4ac2c2c2e0844ae16 /extra/twisted/Pkgfile | |
parent | a02f0a5839b01065181ce845a25919e6a4f4cc93 (diff) | |
download | nutyx-pakxe-a2ffe681426126a4c64ad5b92f850d2804c37645.tar.gz nutyx-pakxe-a2ffe681426126a4c64ad5b92f850d2804c37645.tar.bz2 nutyx-pakxe-a2ffe681426126a4c64ad5b92f850d2804c37645.tar.xz nutyx-pakxe-a2ffe681426126a4c64ad5b92f850d2804c37645.zip |
twisted dans ouvert
Diffstat (limited to 'extra/twisted/Pkgfile')
-rwxr-xr-x | extra/twisted/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/twisted/Pkgfile b/extra/twisted/Pkgfile deleted file mode 100755 index ab49d3ed3..000000000 --- a/extra/twisted/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Communication mode asynchrone écrit en Python -# URL: http://twistedmatrix.com/trac/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: pycrypto,zope-interface -# Run on: pycrypto,zope-interface - -name=twisted -version=10.2.0 -release=1 -source=(http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-$version.tar.bz2) - -build() { - cd Twisted-$version - python2 setup.py install --prefix=/usr --root=$PKG --optimize=1 - - install -D -m644 LICENSE "$PKG/usr/share/licenses/$name/LICENSE" - - sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - -i $PKG/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py - sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - -i $PKG/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py -} |