Package Details: python-git 3.14.0a3.r78.gaeb9b65aa26-1

Git Clone URL: https://aur.archlinux.org/python-git.git (read-only, click to copy)
Package Base: python-git
Description: The Python programming language
Upstream URL: https://www.python.org/
Licenses: PSF-2.0
Submitter: yan12125
Maintainer: a821
Last Packager: a821
Votes: 3
Popularity: 0.000000
First Submitted: 2017-02-14 17:52 (UTC)
Last Updated: 2024-12-28 14:29 (UTC)

Dependencies (22)

Required by (0)

Sources (1)

Pinned Comments

yan12125 commented on 2017-02-14 17:58 (UTC)

For existing python-git users: the GitPython library has moved to https://aur.archlinux.org/packages/python-gitpython. Now this packages hosts git snapshots of CPython.

Latest Comments

« First ‹ Previous 1 2 3 4

dundee commented on 2016-06-28 11:10 (UTC)

Fixed, thanks!

yan12125 commented on 2016-06-25 06:26 (UTC)

The python config directory is now called /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu instead of /usr/lib/python${_pybasever}/config-3.6m. As a result the following two lines failed: ln -sf ../../libpython${_pybasever}m.so \ "${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}mlibpython${_pybasever}m.so" sed -i "s|$srcdir/${_pkgname}:||" "$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile"

dundee commented on 2016-04-27 11:54 (UTC)

Thanks, added.

yan12125 commented on 2016-04-27 11:12 (UTC)

Hello, could you add `#branch=default` to the source URL? Sometimes the latest commit in cpython's hg repo is on 2.7 branch, for example https://hg.python.org/cpython/rev/2ef61a4747eb.

dundee commented on 2015-09-23 13:19 (UTC)

Please update _pybasever (3.6) and do not conflict with python (do not create symlinks). Thanks