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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 10:08:23 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:08:22
  Author: foutrelis
Revision: 751425

archrelease: copy trunk to community-staging-any

Added:
  python-dephell-shells/repos/community-staging-any/PKGBUILD
    (from rev 751424, python-dephell-shells/trunk/PKGBUILD)
Deleted:
  python-dephell-shells/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:08:20 UTC (rev 751424)
+++ PKGBUILD	2020-11-12 10:08:22 UTC (rev 751425)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=dephell_shells
-pkgname=python-dephell-shells
-pkgver=0.1.3
-pkgrel=4
-pkgdesc="Activate virtual environment for current shell"
-arch=('any')
-url="https://github.com/dephell/${_pkgname}"
-license=('MIT')
-depends=('python-attrs' 'python-pexpect' 'python-shellingham')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('420de1c53cfd6c4a6b11aef5d8a93701b479ab6ef72bae8e0b5b51167e7ba1f9')
-b2sums=('29c29131e428af3b9680056f1ace55eedc6e4efa8ad115e78a4879fdb6665abc40752e1d4d1ab46a932ba4cae9d17f3ee887ccd8a617663415386ca7b4e2a335')
-
-prepare() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    # pycache slipped into release tarballs
-    find . -name \*.pyc -delete
-}
-
-build(){
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py build
-}
-
-check() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python -m pytest
-}
-
-package() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-shells/repos/community-staging-any/PKGBUILD (from rev 751424, python-dephell-shells/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:08:22 UTC (rev 751425)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=dephell_shells
+pkgname=python-dephell-shells
+pkgver=0.1.3
+pkgrel=5
+pkgdesc="Activate virtual environment for current shell"
+arch=('any')
+url="https://github.com/dephell/${_pkgname}"
+license=('MIT')
+depends=('python-attrs' 'python-pexpect' 'python-shellingham')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('420de1c53cfd6c4a6b11aef5d8a93701b479ab6ef72bae8e0b5b51167e7ba1f9')
+b2sums=('29c29131e428af3b9680056f1ace55eedc6e4efa8ad115e78a4879fdb6665abc40752e1d4d1ab46a932ba4cae9d17f3ee887ccd8a617663415386ca7b4e2a335')
+
+prepare() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    # pycache slipped into release tarballs
+    find . -name \*.pyc -delete
+}
+
+build(){
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py build
+}
+
+check() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python -m pytest
+}
+
+package() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list