[arch-commits] Commit in python-pyct/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 12:07:20 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:07:19
  Author: foutrelis
Revision: 1061872

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:07:19 UTC (rev 1061871)
+++ PKGBUILD	2021-12-02 12:07:19 UTC (rev 1061872)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=pyct
-pkgname=python-${_pkg}
-pkgver=0.4.8
-pkgrel=4
-pkgdesc="Python packaging Common Tasks"
-arch=(any)
-url="https://github.com/pyviz-dev/pyct"
-license=(BSD)
-depends=(python-param)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-requests python-yaml)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('23d7525b5a1567535c093aea4b9c33809415aa5f018dd77f6eb738b1226df6f7')
-
-build() {
-    cd ${_pkg}-${pkgver}
-    python setup.py build
-}
-
-check() {
-    cd ${_pkg}-${pkgver}
-    pytest pyct -v --pyargs
-}
-
-package() {
-    cd ${_pkg}-${pkgver}
-    python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-
-    install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-pyct/repos/community-staging-any/PKGBUILD (from rev 1061869, python-pyct/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:07:19 UTC (rev 1061872)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=pyct
+pkgname=python-${_pkg}
+pkgver=0.4.8
+pkgrel=5
+pkgdesc="Python packaging Common Tasks"
+arch=(any)
+url="https://github.com/pyviz-dev/pyct"
+license=(BSD)
+depends=(python-param)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-requests python-yaml)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('23d7525b5a1567535c093aea4b9c33809415aa5f018dd77f6eb738b1226df6f7')
+
+build() {
+    cd ${_pkg}-${pkgver}
+    python setup.py build
+}
+
+check() {
+    cd ${_pkg}-${pkgver}
+    pytest pyct -v --pyargs
+}
+
+package() {
+    cd ${_pkg}-${pkgver}
+    python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+
+    install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list