Search Criteria
Package Details: python37 3.7.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python37.git (read-only, click to copy) |
---|---|
Package Base: | python37 |
Description: | Major release 3.7 of the Python high-level programming language |
Upstream URL: | https://www.python.org/ |
Keywords: | python python3 |
Licenses: | custom |
Provides: | python |
Submitter: | 5long |
Maintainer: | greut (jrd) |
Last Packager: | greut |
Votes: | 33 |
Popularity: | 0.055977 |
First Submitted: | 2019-11-14 21:23 (UTC) |
Last Updated: | 2023-06-14 07:53 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-gitAUR)
- libnsl (libnsl-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- mpdecimal (make)
- sqlite (sqlite-fossilAUR) (make)
- tk (tk-fossilAUR) (make)
- mpdecimal (optional) – for decimal
- sqlite (sqlite-fossilAUR) (optional)
- tk (tk-fossilAUR) (optional) – for tkinter
- xz (xz-gitAUR) (optional) – for lzma
Required by (13032)
- 0wgram (requires python) (make)
- 10ff-git (requires python)
- 10moons-driver-t503 (requires python)
- 10moons-driver-t503 (requires python) (make)
- 1panel (requires python) (make)
- 2048-py (requires python)
- 20kly (requires python)
- 20kly-git (requires python)
- 2s2h (requires python) (make)
- 2s2h-git (requires python) (make)
- 2s2h-otr-exporter (requires python) (make)
- 2s2h-otr-exporter-git (requires python) (make)
- 3dtk-svn (requires python)
- 3dtk-svn (requires python) (optional)
- 3to2 (requires python)
- 4bulk-git (requires python)
- 64gram-desktop (requires python) (make)
- 8852bu-dkms-git (requires python)
- a2ln (requires python)
- a7800 (requires python) (make)
- Show 13012 more...
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10
5long commented on 2019-11-15 14:05 (UTC)
@ashep: you might wanna manually import the GPG key from the upstream maintainer. See the wiki: https://wiki.archlinux.org/index.php/PKGBUILD#validpgpkeys for how to do it.
Also, if you're using some kind of AUR helper (in my case, it's
yay
), it should automatically import the GPG key for you.5long commented on 2019-11-15 14:03 (UTC)
Thanks for all your feed back. I just removed the
check()
section with 3.7.5-2.At first I thought that it's up to the users who decide if they would run check() or not when building a package. You can skip the check() phase in makepkg.conf(5). What drives me made the decision is: some of the tests just don't pass and I probably can't fix them anyway.
But still, the tests are gonna run in
build()
phase since the default build method is "PGO build", which is still kinda slow.chrismax commented on 2019-11-15 13:21 (UTC)
@Nomalag I also noticed this when I switched back to python36.
Nomalag commented on 2019-11-15 12:07 (UTC)
Is the check section really necessary? The python36 doesn't have it and the tests take more than an hour on my machine.
chrismax commented on 2019-11-15 09:59 (UTC)
Hi thanks for submitting this python package :) During the build I encountered this failure:
== Tests result: FAILURE ==
395 tests OK.
1 test failed: test_curses
9 tests skipped: test_devpoll test_kqueue test_msilib test_ossaudiodev test_startfile test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 23 min 56 sec Tests result: FAILURE
ashep commented on 2019-11-15 02:40 (UTC) (edited on 2019-11-15 02:40 (UTC) by ashep)
==> Validating source files with sha512sums... Python-3.7.5.tar.xz ... Passed Python-3.7.5.tar.xz.asc ... Skipped dont-make-libpython-readonly.patch ... Passed 0001-compileall-Fix-ddir-when-recursing.patch ... Passed ==> Verifying source file signatures with gpg... Python-3.7.5.tar.xz ... FAILED (unknown public key 2D347EA6AA65421D) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build python37.
« First ‹ Previous 1 .. 5 6 7 8 9 10