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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 19:25:15 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:25:15
  Author: felixonmars
Revision: 1062400

archrelease: copy trunk to community-staging-any

Added:
  python-plumbum/repos/community-staging-any/PKGBUILD
    (from rev 1062399, python-plumbum/trunk/PKGBUILD)
Deleted:
  python-plumbum/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 19:25:06 UTC (rev 1062399)
+++ PKGBUILD	2021-12-02 19:25:15 UTC (rev 1062400)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=python-plumbum
-_name=plumbum
-pkgver=1.7.1
-pkgrel=2
-pkgdesc='A small yet feature-rich Python library for shell script-like programs, and more'
-url='https://github.com/tomerfiliba/plumbum'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'python-setuptools-scm')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('d6648acce8e84045cd8c2fc4a90c427fd5ab5a39e49e7a1f10b20ffbca20cc42636183325501e5b577631e4f1c5a1b3e7cae12ec6b89ff853e5a50946c15f3c7')
-b2sums=('28d9616c3bcb13f1e9cf9c47b4533c62caf630d7eab998e86023256b568f8f038444f8741bb902ed999f04f480bc09159aab075d184f497b00a452bfac57c996')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  PYTHONPATH=. python -c 'import plumbum'
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-plumbum/repos/community-staging-any/PKGBUILD (from rev 1062399, python-plumbum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 19:25:15 UTC (rev 1062400)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=python-plumbum
+_name=plumbum
+pkgver=1.7.1
+pkgrel=3
+pkgdesc='A small yet feature-rich Python library for shell script-like programs, and more'
+url='https://github.com/tomerfiliba/plumbum'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python-setuptools-scm')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('d6648acce8e84045cd8c2fc4a90c427fd5ab5a39e49e7a1f10b20ffbca20cc42636183325501e5b577631e4f1c5a1b3e7cae12ec6b89ff853e5a50946c15f3c7')
+b2sums=('28d9616c3bcb13f1e9cf9c47b4533c62caf630d7eab998e86023256b568f8f038444f8741bb902ed999f04f480bc09159aab075d184f497b00a452bfac57c996')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  PYTHONPATH=. python -c 'import plumbum'
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list