upgpkg: python-derpconf 0.8.4-3
add missing dep; formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-derpconf
|
pkgbase = python-derpconf
|
||||||
pkgdesc = abstract loading of configuration files
|
pkgdesc = abstract loading of configuration files
|
||||||
pkgver = 0.8.4
|
pkgver = 0.8.4
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/globocom/derpconf
|
url = https://github.com/globocom/derpconf
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
@@ -10,7 +10,8 @@ pkgbase = python-derpconf
|
|||||||
makedepends = python-wheel
|
makedepends = python-wheel
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python
|
depends = python
|
||||||
source = https://github.com/globocom/derpconf/archive/0.8.4.tar.gz
|
depends = python-six
|
||||||
|
source = python-derpconf-0.8.4.tar.gz::https://github.com/globocom/derpconf/archive/0.8.4.tar.gz
|
||||||
b2sums = d0457481147a3ed8fa059f7022fede1577eca70a2818560e662715c58d995bee6a972925b01566d8f564f807ba8885a53a5e162de96f698ef9b7aaeb35f9da3b
|
b2sums = d0457481147a3ed8fa059f7022fede1577eca70a2818560e662715c58d995bee6a972925b01566d8f564f807ba8885a53a5e162de96f698ef9b7aaeb35f9da3b
|
||||||
|
|
||||||
pkgname = python-derpconf
|
pkgname = python-derpconf
|
||||||
|
@@ -3,14 +3,14 @@
|
|||||||
pkgname=python-derpconf
|
pkgname=python-derpconf
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
pkgver=0.8.4
|
pkgver=0.8.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="abstract loading of configuration files"
|
pkgdesc='abstract loading of configuration files'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/globocom/derpconf"
|
url='https://github.com/globocom/derpconf'
|
||||||
license=(MIT)
|
license=(MIT)
|
||||||
depends=(python)
|
depends=(python python-six)
|
||||||
makedepends=(python-build python-installer python-wheel python-setuptools)
|
makedepends=(python-build python-installer python-wheel python-setuptools)
|
||||||
source=("https://github.com/globocom/derpconf/archive/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||||
b2sums=('d0457481147a3ed8fa059f7022fede1577eca70a2818560e662715c58d995bee6a972925b01566d8f564f807ba8885a53a5e162de96f698ef9b7aaeb35f9da3b')
|
b2sums=('d0457481147a3ed8fa059f7022fede1577eca70a2818560e662715c58d995bee6a972925b01566d8f564f807ba8885a53a5e162de96f698ef9b7aaeb35f9da3b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@@ -21,7 +21,7 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd $_name-$pkgver
|
cd $_name-$pkgver
|
||||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
Reference in New Issue
Block a user