diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-10-13 21:55:54 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-10-13 21:55:54 (GMT) |
commit | 58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2 (patch) | |
tree | dcad51414317cf40bf9108645e52a2268f0aa463 /abs/extra/community/twisted | |
parent | 4cb90e85c107f4a6c7ab1ac92d024f89b084f527 (diff) | |
parent | 12508fdd46f0e5131fb35a46a847ab814220cd8b (diff) | |
download | linhes_pkgbuild-58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2.zip linhes_pkgbuild-58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2.tar.gz linhes_pkgbuild-58fcd5c9e6276eb20bd8598fc177149a2eb8d7e2.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/twisted')
-rw-r--r-- | abs/extra/community/twisted/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/extra/community/twisted/twisted.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/community/twisted/PKGBUILD b/abs/extra/community/twisted/PKGBUILD index e008e92..13fca6b 100644 --- a/abs/extra/community/twisted/PKGBUILD +++ b/abs/extra/community/twisted/PKGBUILD @@ -5,7 +5,7 @@ pkgname=twisted pkgver=10.1.0 -pkgrel=1 +pkgrel=3 pkgdesc="Asynchronous networking framework written in Python." arch=('i686' 'x86_64') url="http://twistedmatrix.com/" @@ -23,7 +23,7 @@ build() { install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - -i ${pkgdir}/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py + -i ${pkgdir}/usr/lib/python2.6/site-packages/twisted/trial/test/scripttest.py sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ - -i ${pkgdir}/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py + -i ${pkgdir}/usr/lib/python2.6/site-packages/twisted/mail/test/pop3testserver.py } diff --git a/abs/extra/community/twisted/twisted.install b/abs/extra/community/twisted/twisted.install index 8e93ffd..62a2cc5 100644 --- a/abs/extra/community/twisted/twisted.install +++ b/abs/extra/community/twisted/twisted.install @@ -7,5 +7,5 @@ post_upgrade() { } post_remove() { - find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f + find /usr/lib/python2.6/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f } |