[arch-commits] Commit in python-virtualenv-clone/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 10:37:13 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:37:13
Author: foutrelis
Revision: 750181
archrelease: copy trunk to community-staging-any
Added:
python-virtualenv-clone/repos/community-staging-any/PKGBUILD
(from rev 750180, python-virtualenv-clone/trunk/PKGBUILD)
Deleted:
python-virtualenv-clone/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:37:11 UTC (rev 750180)
+++ PKGBUILD 2020-11-11 10:37:13 UTC (rev 750181)
@@ -1,20 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
-
-pkgname='python-virtualenv-clone'
-pkgver=0.5.4
-pkgrel=2
-pkgdesc="A script for cloning a non-relocatable virtualenv."
-arch=('any')
-url="https://github.com/edwardgeorge/virtualenv-clone"
-license=('GPL')
-depends=('python-setuptools')
-options=('!emptydirs')
-source=(https://files.pythonhosted.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
-sha256sums=('665e48dd54c84b98b71a657acb49104c54e7652bce9c1c4f6c6976ed4c827a29')
-
-package() {
- cd "$srcdir/virtualenv-clone-$pkgver"
- python3 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-virtualenv-clone/repos/community-staging-any/PKGBUILD (from rev 750180, python-virtualenv-clone/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:37:13 UTC (rev 750181)
@@ -0,0 +1,20 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname='python-virtualenv-clone'
+pkgver=0.5.4
+pkgrel=3
+pkgdesc="A script for cloning a non-relocatable virtualenv."
+arch=('any')
+url="https://github.com/edwardgeorge/virtualenv-clone"
+license=('GPL')
+depends=('python-setuptools')
+options=('!emptydirs')
+source=(https://files.pythonhosted.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
+sha256sums=('665e48dd54c84b98b71a657acb49104c54e7652bce9c1c4f6c6976ed4c827a29')
+
+package() {
+ cd "$srcdir/virtualenv-clone-$pkgver"
+ python3 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list