Compare commits

..

2 Commits

Author SHA1 Message Date
8b9088d9c9 upgpkg: thumbor 7.0.0a5-4 2021-03-16 14:06:01 +01:00
c5a0210f66 Initial upload: python-derpconf 0.8.3-1 2021-03-16 14:04:14 +01:00
4 changed files with 46 additions and 3 deletions

14
python-derpconf/.SRCINFO Normal file
View File

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

28
python-derpconf/PKGBUILD Normal file
View File

@@ -0,0 +1,28 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
pkgname=python-derpconf
_name=${pkgname#python-}
pkgver=0.8.3
pkgrel=1
pkgdesc="abstract loading of configuration files"
arch=('any')
url="https://github.com/globocom/derpconf"
license=('MIT')
depends=(python)
makedepends=('python-setuptools')
source=("https://github.com/globocom/derpconf/archive/v$pkgver.tar.gz")
b2sums=('b1ab949f512314a57d5708eb7b7ed9b642207060207c3e68035ddd21c21a40b44cf44b28b7a0a27a6d1dbe4147603135339de03d3c7ec4936eb7c30399570bd6')
build() {
cd $_name-$pkgver
python setup.py build
}
package() {
cd $_name-$pkgver
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

View File

@@ -1,7 +1,7 @@
pkgbase = thumbor pkgbase = thumbor
pkgdesc = open-source photo thumbnail service pkgdesc = open-source photo thumbnail service
pkgver = 7.0.0a5 pkgver = 7.0.0a5
pkgrel = 3 pkgrel = 4
url = https://github.com/thumbor/thumbor url = https://github.com/thumbor/thumbor
arch = x86_64 arch = x86_64
license = MIT license = MIT
@@ -15,6 +15,7 @@ pkgbase = thumbor
depends = python-tornado depends = python-tornado
depends = gifsicle depends = gifsicle
depends = python-libthumbor depends = python-libthumbor
depends = python-derpconf
backup = etc/thumbor.conf backup = etc/thumbor.conf
source = https://github.com/thumbor/thumbor/archive/7.0.0a5.tar.gz source = https://github.com/thumbor/thumbor/archive/7.0.0a5.tar.gz
source = thumbor.service source = thumbor.service

View File

@@ -2,12 +2,12 @@
pkgname=thumbor pkgname=thumbor
pkgver=7.0.0a5 pkgver=7.0.0a5
pkgrel=3 pkgrel=4
pkgdesc="open-source photo thumbnail service" pkgdesc="open-source photo thumbnail service"
arch=('x86_64') arch=('x86_64')
url="https://github.com/thumbor/thumbor" url="https://github.com/thumbor/thumbor"
license=('MIT') license=('MIT')
depends=(python python-colorful python-pycurl python-opencv python-exiv2 python-cairosvg python-tornado gifsicle python-libthumbor) depends=(python python-colorful python-pycurl python-opencv python-exiv2 python-cairosvg python-tornado gifsicle python-libthumbor python-derpconf)
makedepends=(python-setuptools) makedepends=(python-setuptools)
backup=("etc/thumbor.conf") backup=("etc/thumbor.conf")
source=("https://github.com/thumbor/thumbor/archive/$pkgver.tar.gz" source=("https://github.com/thumbor/thumbor/archive/$pkgver.tar.gz"