Date: Monday, December 19, 2022 @ 14:44:37
  Author: mtorromeo
Revision: 1361563

archrelease: copy trunk to community-x86_64

Added:
  python-setproctitle/repos/community-x86_64/PKGBUILD
    (from rev 1361562, 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-12-19 14:44:34 UTC (rev 1361562)
+++ PKGBUILD    2022-12-19 14:44:37 UTC (rev 1361563)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-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"
-}

Copied: python-setproctitle/repos/community-x86_64/PKGBUILD (from rev 1361562, 
python-setproctitle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-19 14:44:37 UTC (rev 1361563)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=python-setproctitle
+pkgver=1.3.2
+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=('b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd')
+
+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"
+}

Reply via email to