Python 3.7 is now in Arch Linux
This commit is contained in:
parent
e35a466788
commit
9f85d83169
1
.SRCINFO
1
.SRCINFO
|
@ -18,7 +18,6 @@ pkgbase = python36
|
||||||
depends = zlib
|
depends = zlib
|
||||||
optdepends = tk: for tkinter
|
optdepends = tk: for tkinter
|
||||||
optdepends = sqlite
|
optdepends = sqlite
|
||||||
conflicts = python
|
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = http://www.python.org/ftp/python/3.6.6/Python-3.6.6.tar.xz
|
source = http://www.python.org/ftp/python/3.6.6/Python-3.6.6.tar.xz
|
||||||
sha256sums = d79bc15d456e73a3173a2938f18a17e5149c850ebdedf84a78067f501ee6e16f
|
sha256sums = d79bc15d456e73a3173a2938f18a17e5149c850ebdedf84a78067f501ee6e16f
|
||||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -7,7 +7,6 @@ pkgdesc="Major release 3.6 of the Python high-level programming language"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
url="http://www.python.org/"
|
url="http://www.python.org/"
|
||||||
conflicts=('python') # as long as Python 3.6 is arch linux default
|
|
||||||
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
|
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
|
||||||
makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
|
makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
|
||||||
optdepends=('tk: for tkinter' 'sqlite')
|
optdepends=('tk: for tkinter' 'sqlite')
|
||||||
|
|
Loading…
Reference in New Issue