[arch-commits] Commit in python-virtualenvwrapper/repos/community-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Nov 3 13:36:23 UTC 2019
Date: Sunday, November 3, 2019 @ 13:36:23
Author: foutrelis
Revision: 522518
archrelease: copy trunk to community-any
Added:
python-virtualenvwrapper/repos/community-any/PKGBUILD
(from rev 522517, python-virtualenvwrapper/trunk/PKGBUILD)
Deleted:
python-virtualenvwrapper/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-03 13:36:19 UTC (rev 522517)
+++ PKGBUILD 2019-11-03 13:36:23 UTC (rev 522518)
@@ -1,30 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Sebastien Binet <binet at lblbox>
-
-pkgname=python-virtualenvwrapper
-pkgver=4.8.4
-pkgrel=1
-pkgdesc="Extensions to Ian Bicking's virtualenv tool"
-arch=('any')
-url="https://virtualenvwrapper.readthedocs.io/"
-license=('MIT')
-depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
- 'python-stevedore')
-makedepends=('python-pbr')
-conflicts=('python2-virtualenvwrapper')
-replaces=('python2-virtualenvwrapper')
-source=(https://pypi.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa')
-
-build() {
- cd "$srcdir/virtualenvwrapper-$pkgver"
- python3 setup.py build
-}
-
-package() {
- cd "$srcdir/virtualenvwrapper-$pkgver"
- python3 setup.py install --root="$pkgdir" -O1
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 522517, python-virtualenvwrapper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-03 13:36:23 UTC (rev 522518)
@@ -0,0 +1,30 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Sebastien Binet <binet at lblbox>
+
+pkgname=python-virtualenvwrapper
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="Extensions to Ian Bicking's virtualenv tool"
+arch=('any')
+url="https://virtualenvwrapper.readthedocs.io/"
+license=('MIT')
+depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
+ 'python-stevedore' 'which')
+makedepends=('python-pbr')
+conflicts=('python2-virtualenvwrapper')
+replaces=('python2-virtualenvwrapper')
+source=(https://pypi.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa')
+
+build() {
+ cd "$srcdir/virtualenvwrapper-$pkgver"
+ python3 setup.py build
+}
+
+package() {
+ cd "$srcdir/virtualenvwrapper-$pkgver"
+ python3 setup.py install --root="$pkgdir" -O1
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list