Autogenerated commit at 2023-05-09 13:30:01.521142
This commit is contained in:
parent
49a5c78815
commit
aca1c76fe1
@ -1,16 +1,17 @@
|
||||
pkgbase = ahriman
|
||||
pkgdesc = ArcH linux ReposItory MANager
|
||||
pkgver = 2.3.0
|
||||
pkgrel = 1
|
||||
pkgver = 2.8.0
|
||||
pkgrel = 2
|
||||
url = https://github.com/arcan1s/ahriman
|
||||
arch = any
|
||||
license = GPL3
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
depends = devtools
|
||||
depends = devtools<=20230307
|
||||
depends = git
|
||||
depends = pyalpm
|
||||
depends = python-cerberus
|
||||
depends = python-inflection
|
||||
depends = python-passlib
|
||||
depends = python-requests
|
||||
@ -21,21 +22,24 @@ pkgbase = ahriman
|
||||
optdepends = mercurial: -hg packages support
|
||||
optdepends = python-aioauth-client: web server with OAuth2 authorization
|
||||
optdepends = python-aiohttp: web server
|
||||
optdepends = python-aiohttp-apispec>=3.0.0: web server
|
||||
optdepends = python-aiohttp-cors: web server
|
||||
optdepends = python-aiohttp-debugtoolbar: web server with enabled debug panel
|
||||
optdepends = python-aiohttp-jinja2: web server
|
||||
optdepends = python-aiohttp-security: web server with authorization
|
||||
optdepends = python-aiohttp-session: web server with authorization
|
||||
optdepends = python-boto3: sync to s3
|
||||
optdepends = python-cryptography: web server with authorization
|
||||
optdepends = python-requests-unixsocket: client report to web server by unix socket
|
||||
optdepends = python-jinja: html report generation
|
||||
optdepends = rsync: sync by using rsync
|
||||
optdepends = subversion: -svn packages support
|
||||
backup = etc/ahriman.ini
|
||||
backup = etc/ahriman.ini.d/logging.ini
|
||||
source = https://github.com/arcan1s/ahriman/releases/download/2.3.0/ahriman-2.3.0-src.tar.xz
|
||||
source = https://github.com/arcan1s/ahriman/releases/download/2.8.0/ahriman-2.8.0-src.tar.xz
|
||||
source = ahriman.sysusers
|
||||
source = ahriman.tmpfiles
|
||||
sha512sums = 95f29cf7a5058f7c66fc7e5c711c7a5cc88347125723a47c8474af0f683e7c7a3e96a8bd078630bc98108c768bda869cedac2d2f83e43b350db225f6bd96facd
|
||||
sha512sums = e4ce360ca54aa6f7ef6fabd7d06310abb13d10e1a58d05154125b7e7c1cdea13d20a19b86384f447a9bf91aeb2853373d5939f786edf6f2230636ec90271bfaa
|
||||
sha512sums = 53d37efec812afebf86281716259f9ea78a307b83897166c72777251c3eebcb587ecee375d907514781fb2a5c808cbb24ef9f3f244f12740155d0603bf213131
|
||||
sha512sums = 62b2eccc352d33853ef243c9cddd63663014aa97b87242f1b5bc5099a7dbd69ff3821f24ffc58e1b7f2387bd4e9e9712cc4c67f661b1724ad99cdf09b3717794
|
||||
|
||||
|
@ -1,25 +1,28 @@
|
||||
# Maintainer: Evgeniy Alekseev
|
||||
|
||||
pkgname='ahriman'
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgver=2.8.0
|
||||
pkgrel=2
|
||||
pkgdesc="ArcH linux ReposItory MANager"
|
||||
arch=('any')
|
||||
url="https://github.com/arcan1s/ahriman"
|
||||
license=('GPL3')
|
||||
depends=('devtools' 'git' 'pyalpm' 'python-inflection' 'python-passlib' 'python-requests' 'python-setuptools' 'python-srcinfo')
|
||||
depends=('devtools<=20230307' 'git' 'pyalpm' 'python-cerberus' 'python-inflection' 'python-passlib' 'python-requests' 'python-setuptools' 'python-srcinfo')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel')
|
||||
optdepends=('breezy: -bzr packages support'
|
||||
'darcs: -darcs packages support'
|
||||
'mercurial: -hg packages support'
|
||||
'python-aioauth-client: web server with OAuth2 authorization'
|
||||
'python-aiohttp: web server'
|
||||
'python-aiohttp-apispec>=3.0.0: web server'
|
||||
'python-aiohttp-cors: web server'
|
||||
'python-aiohttp-debugtoolbar: web server with enabled debug panel'
|
||||
'python-aiohttp-jinja2: web server'
|
||||
'python-aiohttp-security: web server with authorization'
|
||||
'python-aiohttp-session: web server with authorization'
|
||||
'python-boto3: sync to s3'
|
||||
'python-cryptography: web server with authorization'
|
||||
'python-requests-unixsocket: client report to web server by unix socket'
|
||||
'python-jinja: html report generation'
|
||||
'rsync: sync by using rsync'
|
||||
'subversion: -svn packages support')
|
||||
@ -49,6 +52,6 @@ package() {
|
||||
install -Dm644 "$srcdir/$pkgname.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
|
||||
}
|
||||
|
||||
sha512sums=('95f29cf7a5058f7c66fc7e5c711c7a5cc88347125723a47c8474af0f683e7c7a3e96a8bd078630bc98108c768bda869cedac2d2f83e43b350db225f6bd96facd'
|
||||
sha512sums=('e4ce360ca54aa6f7ef6fabd7d06310abb13d10e1a58d05154125b7e7c1cdea13d20a19b86384f447a9bf91aeb2853373d5939f786edf6f2230636ec90271bfaa'
|
||||
'53d37efec812afebf86281716259f9ea78a307b83897166c72777251c3eebcb587ecee375d907514781fb2a5c808cbb24ef9f3f244f12740155d0603bf213131'
|
||||
'62b2eccc352d33853ef243c9cddd63663014aa97b87242f1b5bc5099a7dbd69ff3821f24ffc58e1b7f2387bd4e9e9712cc4c67f661b1724ad99cdf09b3717794')
|
||||
|
Loading…
Reference in New Issue
Block a user