mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 21:17:16 +08:00
Revert the python-eventlet upgrade - it made Blink stop working.
This reverts commit 5d90159644
.
This commit is contained in:
parent
5cb260fadb
commit
99ac29515b
@ -7,17 +7,17 @@
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
_pkgname=eventlet
|
||||
_pkgname=python-eventlet-0.8
|
||||
pkgname=python-eventlet
|
||||
pkgver=0.9.16
|
||||
pkgver=0.8.11
|
||||
pkgrel=1
|
||||
pkgdesc="Eventlet is a networking library written in Python."
|
||||
arch=('any')
|
||||
license=('LGPL')
|
||||
depends=('python' 'python-greenlet')
|
||||
url="http://eventlet.net/"
|
||||
source=("http://pypi.python.org/packages/source/e/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('4728e3bd7f72763c1e5dccac0296f8ea')
|
||||
url="http://wiki.secondlife.com/wiki/Eventlet"
|
||||
source=("http://download.ag-projects.com/SipClient/${_pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('7450420f50e0fa1b264ff9b6f9da4761')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user