Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions srcpkgs/virtualenvwrapper/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Template file for 'virtualenvwrapper'
pkgname=virtualenvwrapper
version=4.8.4
revision=9
build_style=python3-module
pycompile_module="virtualenvwrapper"
hostmakedepends="python3-setuptools python3-pbr"
version=6.1.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm python3-pbr"
depends="python3-virtualenv python3-virtualenv-clone python3-stevedore"
short_desc="Enhancements to virtualenv"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://virtualenvwrapper.readthedocs.io/"
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa
distfiles="${PYPI_SITE}/v/virtualenvwrapper/virtualenvwrapper-${version}.tar.gz"
checksum=112e7ea34a9a3ce90aaea54182f0d3afef4d1a913eeb75e98a263b4978cd73c6

post_install() {
vlicense LICENSE
Expand Down