Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-virtualenvwrapper


Commits:
ce5d7a81 by Chih-Hsuan Yen at 2024-02-02T14:03:34+08:00
Fix version reported by pip

A wrong version was used during the build:

$ pip show virtualenvwrapper | grep Version
Version: 0.0.0

Now the correct version is reported:

$ pip show virtualenvwrapper | grep Version
Version: 6.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ url="https://virtualenvwrapper.readthedocs.io/";
 license=('MIT')
 depends=('python-virtualenv' 'python-virtualenv-clone' 'python-stevedore'
          'which')
-makedepends=('python-pbr' 'python-setuptools')
+makedepends=('python-pbr' 'python-setuptools' 'python-setuptools-scm')
 
source=(https://pypi.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
 sha256sums=('d467beac5a44be00fb5cd1bcf332398c3dab5fb3bd3af7815ea86b4d6bb3d3a4')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenvwrapper/-/commit/ce5d7a81eee3534133c183ed261a23e3981cf162

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenvwrapper/-/commit/ce5d7a81eee3534133c183ed261a23e3981cf162
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to