gunicorn.paketlendi
This commit is contained in:
parent
990d943d51
commit
06051b7583
2 changed files with 20 additions and 2 deletions
18
talimatname/genel/gunicorn/talimat
Normal file
18
talimatname/genel/gunicorn/talimat
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Description: Python'da yazılmış (green unicorn) WSGI HTTP sunucu
|
||||||
|
# URL: http://pypi.python.org/pypi/six/
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: python python3 python-pip python3-pip
|
||||||
|
|
||||||
|
name=gunicorn
|
||||||
|
version=19.7.0
|
||||||
|
release=1
|
||||||
|
|
||||||
|
source=(https://github.com/benoitc/${name}/archive/${version}.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${name}-${version}"
|
||||||
|
python setup.py install --root="${PKG}" --prefix=/usr --optimize=1
|
||||||
|
python3 setup.py install --root="${PKG}" --prefix=/usr --optimize=1
|
||||||
|
rm -r "${PKG}/usr/bin/gunicorn_paster"
|
||||||
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Description: milis işletim sistemi web tabanlı yönetim programı
|
# Description: milis işletim sistemi web tabanlı yönetim programı
|
||||||
# URL: https://github.com/milisarge/komutan
|
# URL: https://github.com/milisarge/komutan
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: python python-pip python-yaml
|
# Depends on: python python-pip python-yaml gunicorn
|
||||||
name=komutan
|
name=komutan
|
||||||
name2=mps
|
name2=mps
|
||||||
version=git
|
version=git
|
||||||
release=4
|
release=5
|
||||||
|
|
||||||
source=()
|
source=()
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue