Build fixed.
Search Criteria
Package Details: python-telegram 0.19.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-telegram.git (read-only, click to copy) |
---|---|
Package Base: | python-telegram |
Description: | Python API for the tdlib library |
Upstream URL: | https://github.com/alexander-akhmetov/python-telegram |
Keywords: | Python Telegram |
Licenses: | MIT |
Conflicts: | python-telegram-bot |
Submitter: | j.r |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-23 20:05 (UTC) |
Last Updated: | 2025-03-25 12:15 (UTC) |
Dependencies (15)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libssl.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libtdAUR (libtd-gitAUR, libtd-devAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-telegram-textAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- openssl-1.1 (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Required by (2)
Sources (1)
Latest Comments
dreieck commented on 2025-03-25 12:15 (UTC)
Galicarnax commented on 2024-12-23 09:43 (UTC) (edited on 2024-12-23 09:44 (UTC) by Galicarnax)
If setuptools_scm
cannot determine the version, one fix is to export the version manually by adding a line into build()
:
build() {
cd "$_pkgsrc"
export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
python -m build --wheel --no-isolation
}
berligostr commented on 2024-10-08 07:49 (UTC)
attempt to build a package on manjaro xahea 24.1.0 ends with the error LookupError: setuptools-scm was unable to detect version for /var/tmp/pamac-build-kostya/python-telegram/src/python-telegram-0.19.0 since the build switched to setuptools_scm, it would be good to transfer pkgbuild from tar.gz to git clone. to check the assumption, the .git directory was placed in the previously downloaded python-telegram-0.19.0.tar.gz after that the build completed without errors
Galicarnax commented on 2024-08-12 04:51 (UTC)
Same thing with the latest version:
ERROR Missing dependencies:
setuptools_scm[toml]>=6.2
==> ERROR: A failure occurred in build().
Aborting...
dwarve commented on 2024-08-10 09:44 (UTC)
ERROR Missing dependencies:
setuptools_scm[toml]>=6.2
==> ERROR: A failure occurred in build().
Aborting...
Pinned Comments