Skip to content

Instantly share code, notes, and snippets.

@sseemayer
Created December 9, 2013 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sseemayer/7869929 to your computer and use it in GitHub Desktop.
Save sseemayer/7869929 to your computer and use it in GitHub Desktop.
python2-billiard 3.3.0.10 PKGBUILD
# Maintainer: Benjamin A. Shelton <zancarius@gmail.com>
# Source: https://github.com/zancarius/archlinux-pkgbuilds
pkgname=python2-billiard
pkgver=3.3.0.10
pkgrel=1
pkgdesc="Python multiprocessing fork with improvements and bugfixes."
arch=('i686' 'x86_64')
url="http://pypi.python.org/pypi/billiard"
license=(BSD)
depends=(python2)
makedepends=(python2-distribute)
source=("http://pypi.python.org/packages/source/b/billiard/billiard-${pkgver}.tar.gz")
md5sums=('3a74d133fc47fe4a8a8356e0f1889e65')
package () {
cd "${srcdir}/billiard-${pkgver}"
python2 setup.py install --root="${pkgdir}/" --optimize=1
install -Dm0664 "${srcdir}/billiard-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment