-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathtemplate
More file actions
26 lines (25 loc) · 1.01 KB
/
Copy pathtemplate
File metadata and controls
26 lines (25 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template file for 'python3-virtualenv'
pkgname=python3-virtualenv
version=21.4.1
revision=1
build_style=python3-pep517
make_check_args="
--deselect tests/unit/create/test_creator.py::test_venv_fails_not_inline"
hostmakedepends="hatchling hatch-vcs"
depends="python3-platformdirs python3-distlib python3-filelock
python3-python-discovery"
checkdepends="${depends} python3-pytest-xdist python3-pytest-mock python3-flaky
python3-pytest-env python3-pytest-timeout python3-time-machine python3-devel
python3-pip python3-packaging"
short_desc="Virtual Python environment builder"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://virtualenv.pypa.io/"
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
checksum=2ca543c713b72840ceffd94e9bdedfbd09a661defa1f7f69e5429ad4059442e2
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
post_install() {
mv $DESTDIR/usr/bin/virtualenv $DESTDIR/usr/bin/virtualenv3
vlicense LICENSE
}