[arch-commits] Commit in python-virtualenv-clone/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 15:42:41 UTC 2020
Date: Monday, November 9, 2020 @ 15:42:41
Author: felixonmars
Revision: 747105
archrelease: copy trunk to community-staging-any
Added:
python-virtualenv-clone/repos/community-staging-any/
python-virtualenv-clone/repos/community-staging-any/PKGBUILD
(from rev 747104, python-virtualenv-clone/trunk/PKGBUILD)
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Copied: python-virtualenv-clone/repos/community-staging-any/PKGBUILD (from rev 747104, python-virtualenv-clone/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 15:42:41 UTC (rev 747105)
@@ -0,0 +1,20 @@
+# 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:
More information about the arch-commits
mailing list