Drop Python2 support. Round 4
This commit is contained in:
@@ -4,12 +4,12 @@ _realname=beaker
|
||||
pkgbase="python-${_realname}"
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=1.11.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('PSF')
|
||||
url="http://beaker.groovie.org/"
|
||||
depends=("python" "python3-setuptools")
|
||||
depends=("python" "python-setuptools")
|
||||
provides=("python3-${_realname}")
|
||||
conflicts=("python3-${_realname}")
|
||||
replaces=("python3-${_realname}")
|
||||
|
||||
Reference in New Issue
Block a user