mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
relocate aur/flexget to alarm/flexget to 1.2.36-1
This commit is contained in:
parent
84fde2b5cd
commit
081b14399e
2 changed files with 42 additions and 33 deletions
42
alarm/flexget/PKGBUILD
Normal file
42
alarm/flexget/PKGBUILD
Normal file
|
@ -0,0 +1,42 @@
|
|||
pkgname=flexget
|
||||
_pkgname=FlexGet
|
||||
pkgver=1.2.36
|
||||
pkgrel=1
|
||||
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
|
||||
arch=(any)
|
||||
url="http://flexget.com/"
|
||||
license=('MIT')
|
||||
depends=('python2'
|
||||
# documented in FlexGet.egg-info/requires.txt
|
||||
'python2-feedparser>=5.1.3'
|
||||
'python2-sqlalchemy>=0.9.1'
|
||||
'python2-yaml'
|
||||
'python2-beautifulsoup4<4.4'
|
||||
'python2-html5lib>=0.11'
|
||||
'python2-pyrss2gen' #AUR#
|
||||
'python2-progressbar'
|
||||
'python2-rpyc' #AUR#
|
||||
'python2-jinja'
|
||||
'python2-requests>=1.0'
|
||||
'python2-dateutil-2.1'
|
||||
'python2-jsonschema>=2.0' #AUR#
|
||||
'python2-tvrage' #AUR#
|
||||
'python2-tmdb3' #AUR#
|
||||
# undocumented in FlexGet.egg-info/requires.txt
|
||||
'python2-certifi>=0.0.7' #AUR# # possibly required by python2-requests
|
||||
'python2-pynzb' #AUR#
|
||||
)
|
||||
optdepends=('python2-guppy: for memusage plugin' #AUR#
|
||||
'python2-transmissionrpc: Transmission support' #AUR#
|
||||
'python2-cherrypy: web interface'
|
||||
'python2-flask: web interface'
|
||||
'python2-pynzb: nzb support')
|
||||
makedepends=('python2-distribute')
|
||||
source=("http://download.flexget.com/${_pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('4e21ce7efdf31e30cd9ffb5914d84ee6')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python2 setup.py install --root="${pkgdir}/" optimize=1
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
# Maintainer: Amr Hassan <amr.hassan@gmail.com>
|
||||
# Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
|
||||
pkgname=flexget
|
||||
_pkgname=FlexGet
|
||||
pkgver=1.1.99
|
||||
pkgrel=1
|
||||
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
|
||||
arch=(any)
|
||||
url="http://flexget.com/"
|
||||
depends=('python2' 'python2-cherrypy' 'python2-progressbar'
|
||||
'python2-pynzb' 'python2-pyrss2gen' 'python2-sqlalchemy-0.7.9'
|
||||
'python2-html5lib' 'python2-beautifulsoup4'
|
||||
'python2-beautifulsoup3>=3.2' 'python2-yaml' 'python2-feedparser'
|
||||
'python2-flask' 'python2-requests' 'python2-certifi>=0.0.7'
|
||||
'python2-chardet>=1.0.0' 'python2-dateutil' 'python2-tvrage'
|
||||
'python2-jsonschema')
|
||||
optdepends=('pytransmissionrpc: Transmission support')
|
||||
makedepends=('python2-distribute')
|
||||
license=('MIT')
|
||||
#install=('flexget.install')
|
||||
source=("http://download.flexget.com/archive/${_pkgname}-${pkgver}.tar.gz")
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
||||
python2 setup.py install --root=${pkgdir}/ optimize=1
|
||||
|
||||
chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-1.1-py2.7.egg-info/*
|
||||
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
|
||||
md5sums=('63d86d83b4274dbfe6f597925f938bab')
|
Loading…
Reference in a new issue