Search Criteria
Package Details: python-gnutls 3.1.10-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gnutls.git (read-only, click to copy) |
---|---|
Package Base: | python-gnutls |
Description: | GnuTLS bindings for Python |
Upstream URL: | https://github.com/AGProjects/python3-gnutls |
Licenses: | LGPL-2.1+ |
Conflicts: | python3-gnutls |
Provides: | python3-gnutls |
Replaces: | python3-gnutls |
Submitter: | josemslopes |
Maintainer: | josemslopes |
Last Packager: | josemslopes |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-30 11:42 (UTC) |
Last Updated: | 2024-01-14 18:35 (UTC) |
Dependencies (6)
- gnutls (gnutls-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-twisted
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
josemslopes commented on 2024-01-14 18:35 (UTC)
@dreleck Thanks for your feedback. I updated the package.
dreieck commented on 2023-12-22 16:35 (UTC)
Please download your source file to a distinctive filename. If
$SRCDEST
is set, all downloads end up in a single directory, andrelease-3.1.10.tar.gz
is likely ambigue.(Prefix
${pkgname}-${pkgver}.tar.gz::
to thesource
entry.)Regards and thanks for maintaining!
dreieck commented on 2023-12-22 16:35 (UTC)
Please move away from using
setup.py
directly and usepython -m build
,python -m installer
with the approproatemakedepends
, as laid out at https://wiki.archlinux.org/title/Python_Package_Guidelines:Regards and thanks for maintaining!