[arch-commits] Commit in python-setproctitle/repos/community-x86_64 (2 files)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Tue Aug 16 13:28:07 UTC 2022


    Date: Tuesday, August 16, 2022 @ 13:28:07
  Author: mtorromeo
Revision: 1266627

archrelease: copy trunk to community-x86_64

Added:
  python-setproctitle/repos/community-x86_64/PKGBUILD
    (from rev 1266626, python-setproctitle/trunk/PKGBUILD)
Deleted:
  python-setproctitle/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-16 13:27:59 UTC (rev 1266626)
+++ PKGBUILD	2022-08-16 13:28:07 UTC (rev 1266627)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=python-setproctitle
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Allows a python process to change its process title"
-license=("BSD")
-url="https://github.com/dvarrazzo/py-setproctitle"
-depends=('python')
-makedepends=(python-setuptools python-wheel python-build python-installer)
-checkdepends=('python-pytest' 'procps-ng')
-arch=('x86_64')
-source=(https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
-sha256sums=('ecf28b1c07a799d76f4326e508157b71aeda07b84b90368ea451c0710dbd32c0')
-
-build() {
-    cd "$srcdir"/setproctitle-$pkgver
-    python -m build --wheel --no-isolation
-}
-
-check() {
-    local _pyver=$(python -c "import sys; print('{0}.{1}'.format(*sys.version_info[:2]))")
-    cd "$srcdir"/setproctitle-$pkgver/build/lib.linux-$CARCH-$_pyver
-    python -m pytest ../../tests
-}
-
-package_python-setproctitle() {
-    cd "$srcdir"/setproctitle-$pkgver
-    python -m installer --destdir="$pkgdir" dist/*.whl
-    install -m0644 -D COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}

Copied: python-setproctitle/repos/community-x86_64/PKGBUILD (from rev 1266626, python-setproctitle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-16 13:28:07 UTC (rev 1266627)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=python-setproctitle
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Allows a python process to change its process title"
+license=("BSD")
+url="https://github.com/dvarrazzo/py-setproctitle"
+depends=('python')
+makedepends=(python-setuptools python-wheel python-build python-installer)
+checkdepends=('python-pytest' 'procps-ng')
+arch=('x86_64')
+source=(https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
+sha256sums=('3d134c2effeb945e8227f7d3d24ea8ad49c03c87ac91a8d67bf967730fa9daba')
+
+build() {
+    cd "$srcdir"/setproctitle-$pkgver
+    python -m build --wheel --no-isolation
+}
+
+check() {
+    local _pyver=$(python -c "import sys; print('{0}{1}'.format(*sys.version_info[:2]))")
+    cd "$srcdir"/setproctitle-$pkgver/build/lib.linux-$CARCH-cpython-$_pyver
+    python -m pytest ../../tests
+}
+
+package_python-setproctitle() {
+    cd "$srcdir"/setproctitle-$pkgver
+    python -m installer --destdir="$pkgdir" dist/*.whl
+    install -m0644 -D COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}



More information about the arch-commits mailing list