From 23d897b9d2350accefe8784c08cde55b648a0a75 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 26 Jun 2013 00:00:44 -0600 Subject: clean up dependencies of parabolaweb-utils (past and future versions) - remove libre/django13: it has since upgraded to django=1.4 - fix libre/python2-cssmin-fredj: had metadata from python2-django-countries - add libre/python2-bencode: I don't know why it wasn't added. - add libre/python2-jsmin: re-licensed from JSON to MIT. --- libre/python2-bencode/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libre/python2-bencode/PKGBUILD (limited to 'libre/python2-bencode/PKGBUILD') diff --git a/libre/python2-bencode/PKGBUILD b/libre/python2-bencode/PKGBUILD new file mode 100644 index 000000000..762d55cad --- /dev/null +++ b/libre/python2-bencode/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Luke Shumaker + +_pkgname=bencode +pkgname=python2-bencode +pkgver=1.0 +pkgdesc="BitTorrent bencode module as leight-weight, standalone package" +url="http://pypi.python.org/pypi/BitTorrent-bencode" +license=('custom:BitTorrent Open Source License') + +pkgrel=1 +arch=('any') +depends=('python2') +makedepends=('python2-distribute') +source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz + bittorrent-osl.txt) + +package(){ + cd "$srcdir/$_pkgname-$pkgver" + python2 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 "$srcdir"/bittorrent-osl.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +md5sums=('400dd42ff346eb7db91245403f8f2b7b' + '016d959cb9f7a319e48d9699c4ef2f42') -- cgit v1.2.3