mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Update cherrypy to 3.7.0
This commit is contained in:
parent
1098b0dc57
commit
70e2dbbfd0
@ -1,9 +1,7 @@
|
|||||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
|
||||||
|
|
||||||
pkgbase=cherrypy
|
pkgbase=cherrypy
|
||||||
pkgname=('python2-cherrypy' 'python3-cherrypy')
|
pkgname=('python2-cherrypy' 'python3-cherrypy')
|
||||||
pkgver=3.3.0
|
pkgver=3.7.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A pythonic, object-oriented web development framework"
|
pkgdesc="A pythonic, object-oriented web development framework"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('python2' 'python3')
|
makedepends=('python2' 'python3')
|
||||||
@ -11,7 +9,7 @@ url="http://www.cherrypy.org"
|
|||||||
license=('BSD')
|
license=('BSD')
|
||||||
categories=('programming')
|
categories=('programming')
|
||||||
source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz")
|
source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz")
|
||||||
md5sums=('4ac4af5ac21a893f07221cbd7ec4be11')
|
sha512sums=('e8ad7eba4074aba65b1b7368cae90c1a5bd5f58217e05fe96a82e591d1e4e544555b815e19019373574f8545a80a52884e4015f6b39512b2f6fa4dc5e80f1253')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cp -r CherryPy-${pkgver} build2
|
cp -r CherryPy-${pkgver} build2
|
||||||
|
Loading…
Reference in New Issue
Block a user