Source: pyenv
Section: python
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 automake,
 bash,
 bats,
 dh-sequence-bash-completion,
 dh-sequence-python3,
 make,
 git <!nocheck>,
 pkgconf,
 pkg-config,
 python3-all,
Standards-Version: 4.6.2
Homepage: https://github.com/pyenv/pyenv
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyenv
Vcs-Git: https://salsa.debian.org/python-team/packages/pyenv.git

Package: pyenv
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 build-essential,
 curl,
 expat,
 libauthen-sasl-perl,
 libbz2-dev,
 libcgi-pm-perl,
 liberror-perl,
 libffi-dev,
 libio-socket-ssl-perl,
 liblwp-protocol-https-perl,
 liblzma-dev,
 libmediawiki-api-perl,
 libncurses-dev,
 libreadline-dev,
 libsqlite3-dev,
 libssl-dev,
 libterm-readkey-perl,
 libwww-perl,
 libxml2-dev,
 libxmlsec1-dev,
 llvm,
 make,
 pcre2-utils,
 python3:any,
 tk-dev,
 wget,
 xz-utils,
 zlib1g-dev,
Suggests: git,
 libsecret-1-dev,
 python3-openssl,
 python3-requests,
 python3-tk-dbg,
Description: Simple Python Version Management: pyenv
 pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.