Skip to content
Snippets Groups Projects
Commit 4716ba8e authored by Alexander Rødseth's avatar Alexander Rødseth
Browse files

upgpkg: 5.0.6-10

parent 62f6bb5b
No related branches found
Tags 5.0.6-10
No related merge requests found
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.com.ve>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Manuel "ekerazha" C. (www.ekerazha.com)
# Contributor: Manuel C.
pkgname=python-configobj
pkgver=5.0.6
pkgrel=9
pkgdesc='Simple but powerful config file reader and writer for Python'
arch=('any')
pkgrel=10
pkgdesc='Simple config file reader and writer'
arch=(any)
url='https://github.com/DiffSK/configobj'
license=('BSD')
depends=('python-six')
makedepends=('python')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/DiffSK/configobj/archive/v$pkgver.tar.gz")
sha256sums=('2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e')
license=(BSD)
depends=(python-six)
makedepends=(git python-setuptools)
source=("git+$url#commit=3e2f4cca81b60171e6b3e23619f6f4929a13322e") # latest master, ref FS#68893
sha256sums=(SKIP)
package() {
cd "configobj-$pkgver"
cd configobj
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment