summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7b4517d24f580e7c185c37c819db7aecb3459289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#Automatically generated by pip2arch on 2017-11-21

# Maintainer: oneup <oneup40 at gmail dot com>

pkgname=python2-mulpyplexer
pkgver=0.08
pkgrel=1
pkgdesc="A module that multiplexes interactions with lists of python objects."
url="https://github.com/zardus/mulpyplexer"
depends=('python2' )
makedepends=('python2-distribute' )
license=('BSD')
arch=('any')
source=('https://pypi.python.org/packages/37/98/d9313a5f3d491729b7902ac70783022f08150e6036e7d1e565ea342db968/mulpyplexer-0.08.tar.gz'
        'https://raw.githubusercontent.com/zardus/mulpyplexer/master/LICENSE')
md5sums=('6f966ae86553780269cb29e1787ea788'
         '92da168ebb0065f567f0ea48bed0f512')

build() {
    cd $srcdir/mulpyplexer-0.08
    python2 setup.py build
}

package() {
    cd $srcdir/mulpyplexer-0.08
    python2 setup.py install --root="$pkgdir" --optimize=1 
    install -Dm644 $srcdir/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}