mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
aur/flexget to 1.2.320-1
This commit is contained in:
parent
873ac1be41
commit
c973f84194
2 changed files with 5383 additions and 6 deletions
5367
aur/flexget/ChangeLog
Normal file
5367
aur/flexget/ChangeLog
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=flexget
|
||||
_pkgname=FlexGet
|
||||
pkgver=1.2.283
|
||||
pkgver=1.2.320
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
|
||||
|
@ -17,7 +17,7 @@ depends=('python2'
|
|||
# documented in FlexGet.egg-info/requires.txt
|
||||
'python2-feedparser>=5.1.3'
|
||||
'python2-sqlalchemy>=0.7.5'
|
||||
'python2-sqlalchemy<0.9.99'
|
||||
'python2-sqlalchemy<=1.999'
|
||||
'python2-yaml'
|
||||
'python2-beautifulsoup4>=4.1'
|
||||
'python2-beautifulsoup4<4.4'
|
||||
|
@ -35,7 +35,7 @@ depends=('python2'
|
|||
'python2-tvrage' #AUR#
|
||||
'python2-tmdb3' #AUR#
|
||||
'python2-pynzb' #AUR#
|
||||
'python2-apscheduler' #AUR#
|
||||
'python2-apscheduler' #AUR#
|
||||
# undocumented in FlexGet.egg-info/requires.txt
|
||||
)
|
||||
optdepends=('python2-guppy: for memusage plugin' #AUR#
|
||||
|
@ -49,13 +49,23 @@ makedepends=('python2-paver'
|
|||
|
||||
source=("https://pypi.python.org/packages/source/F/FlexGet/${_pkgname}-${pkgver}.tar.gz"
|
||||
'flexget.service'
|
||||
"http://download.flexget.com/ChangeLog"
|
||||
)
|
||||
|
||||
sha256sums=('277f79c9c04e918e5d55c0e7d56663c614cb2b9959f9669a79881aea0dfa8996'
|
||||
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa')
|
||||
changelog=ChangeLog
|
||||
|
||||
sha256sums=('d659dd7dce6bcb37a1e608e928b88b3f33ae667bfc6350a258b7c9042269b5b7'
|
||||
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa'
|
||||
'dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6')
|
||||
prepare() {
|
||||
cd "${_pkgname}"-"${pkgver}"
|
||||
|
||||
msg "Patching shebangs to point to python2"
|
||||
sed -i 's/\(python\)/\12/' flexget{,/ui}/__init__.py
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
cd "${_pkgname}"-"${pkgver}"
|
||||
|
||||
# Python setup
|
||||
python2 setup.py install --root="${pkgdir}"/ --prefix=/usr --optimize=1 || return 1
|
||||
|
|
Loading…
Reference in a new issue