upgpkg: python-derpconf 0.8.4-1

upstream release
This commit is contained in:
2024-01-13 14:28:57 +01:00
parent 874a071aa3
commit f9fcb2c0d3
2 changed files with 7 additions and 10 deletions

View File

@@ -1,14 +1,13 @@
pkgbase = python-derpconf pkgbase = python-derpconf
pkgdesc = abstract loading of configuration files pkgdesc = abstract loading of configuration files
pkgver = 0.8.3 pkgver = 0.8.4
pkgrel = 1 pkgrel = 1
url = https://github.com/globocom/derpconf url = https://github.com/globocom/derpconf
arch = any arch = any
license = MIT license = MIT
makedepends = python-setuptools makedepends = python-setuptools
depends = python depends = python
source = https://github.com/globocom/derpconf/archive/v0.8.3.tar.gz source = https://github.com/globocom/derpconf/archive/0.8.4.tar.gz
b2sums = b1ab949f512314a57d5708eb7b7ed9b642207060207c3e68035ddd21c21a40b44cf44b28b7a0a27a6d1dbe4147603135339de03d3c7ec4936eb7c30399570bd6 b2sums = d0457481147a3ed8fa059f7022fede1577eca70a2818560e662715c58d995bee6a972925b01566d8f564f807ba8885a53a5e162de96f698ef9b7aaeb35f9da3b
pkgname = python-derpconf pkgname = python-derpconf

View File

@@ -2,20 +2,19 @@
pkgname=python-derpconf pkgname=python-derpconf
_name=${pkgname#python-} _name=${pkgname#python-}
pkgver=0.8.3 pkgver=0.8.4
pkgrel=1 pkgrel=1
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')
makedepends=('python-setuptools') makedepends=('python-setuptools')
source=("https://github.com/globocom/derpconf/archive/v$pkgver.tar.gz") source=("https://github.com/globocom/derpconf/archive/$pkgver.tar.gz")
b2sums=('b1ab949f512314a57d5708eb7b7ed9b642207060207c3e68035ddd21c21a40b44cf44b28b7a0a27a6d1dbe4147603135339de03d3c7ec4936eb7c30399570bd6') b2sums=('d0457481147a3ed8fa059f7022fede1577eca70a2818560e662715c58d995bee6a972925b01566d8f564f807ba8885a53a5e162de96f698ef9b7aaeb35f9da3b')
build() { build() {
cd $_name-$pkgver cd $_name-$pkgver
python setup.py build python setup.py build
} }
@@ -25,4 +24,3 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
} }