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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 21:38:33 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:38:33
  Author: felixonmars
Revision: 1062643

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:38:24 UTC (rev 1062642)
+++ PKGBUILD	2021-12-02 21:38:33 UTC (rev 1062643)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=helpdev
-pkgname=python-${_pkg}
-pkgver=0.7.1
-pkgrel=4
-pkgdesc="Helping users and developers to get information about the environment to report bugs"
-arch=(any)
-url="https://gitlab.com/dpizetta/helpdev"
-license=(MIT CCPL)
-depends=(python-importlib-metadata python-psutil)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pip)
-#PyPi does not have tests nor LICENSE
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/-/archive/v${pkgver}/${_pkg}-v${pkgver}.tar.bz2)
-sha256sums=('b52f83d6d3935500da42b434747569660d526cd36e88069bd67a8747cca488fc')
-
-build() {
-  cd ${_pkg}-v${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-v${pkgver}
-  PYTHONPATH="${PWD}/build/lib/" pytest tests
-}
-
-package() {
-  cd ${_pkg}-v${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 LICENSE.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-helpdev/repos/community-staging-any/PKGBUILD (from rev 1062642, python-helpdev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:38:33 UTC (rev 1062643)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=helpdev
+pkgname=python-${_pkg}
+pkgver=0.7.1
+pkgrel=5
+pkgdesc="Helping users and developers to get information about the environment to report bugs"
+arch=(any)
+url="https://gitlab.com/dpizetta/helpdev"
+license=(MIT CCPL)
+depends=(python-importlib-metadata python-psutil)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pip)
+#PyPi does not have tests nor LICENSE
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/-/archive/v${pkgver}/${_pkg}-v${pkgver}.tar.bz2)
+sha256sums=('b52f83d6d3935500da42b434747569660d526cd36e88069bd67a8747cca488fc')
+
+build() {
+  cd ${_pkg}-v${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-v${pkgver}
+  PYTHONPATH="${PWD}/build/lib/" pytest tests
+}
+
+package() {
+  cd ${_pkg}-v${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 LICENSE.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list