[arch-commits] Commit in python-virtualenv-clone/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:41:40 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:41:39
  Author: felixonmars
Revision: 1060997

archrelease: copy trunk to community-staging-any

Added:
  python-virtualenv-clone/repos/community-staging-any/PKGBUILD
    (from rev 1060995, python-virtualenv-clone/trunk/PKGBUILD)
Deleted:
  python-virtualenv-clone/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:41:37 UTC (rev 1060996)
+++ PKGBUILD	2021-12-01 21:41:39 UTC (rev 1060997)
@@ -1,21 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
-
-pkgname='python-virtualenv-clone'
-pkgver=0.5.7
-pkgrel=2
-pkgdesc="A script for cloning a non-relocatable virtualenv."
-arch=('any')
-url="https://github.com/edwardgeorge/virtualenv-clone"
-license=('GPL')
-depends=('python')
-makedepends=('python-setuptools')
-options=('!emptydirs')
-source=(https://files.pythonhosted.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
-sha256sums=('418ee935c36152f8f153c79824bb93eaf6f0f7984bae31d3f48f350b9183501a')
-
-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 1060995, python-virtualenv-clone/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:41:39 UTC (rev 1060997)
@@ -0,0 +1,21 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com
+
+pkgname='python-virtualenv-clone'
+pkgver=0.5.7
+pkgrel=3
+pkgdesc="A script for cloning a non-relocatable virtualenv."
+arch=('any')
+url="https://github.com/edwardgeorge/virtualenv-clone"
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+options=('!emptydirs')
+source=(https://files.pythonhosted.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
+sha256sums=('418ee935c36152f8f153c79824bb93eaf6f0f7984bae31d3f48f350b9183501a')
+
+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