[arch-commits] Commit in python-billiard/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 3 14:23:25 UTC 2022


    Date: Saturday, September 3, 2022 @ 14:23:24
  Author: felixonmars
Revision: 1292502

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-03 14:23:10 UTC (rev 1292501)
+++ PKGBUILD	2022-09-03 14:23:24 UTC (rev 1292502)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Benjamin A. Shelton <zancarius at gmail.com>
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
-
-pkgname=python-billiard
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Python multiprocessing fork with improvements and bugfixes."
-arch=('x86_64')
-url="https://pypi.org/project/billiard/"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-case' 'python-psutil')
-source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz")
-sha512sums=('af208a9bb38b35ecc5f36cf284da85fcab6954bbd213635cc7b82d699ac35bc5343f33b93e603ec358b70f138b432bf7e9f940c1290570ebf02b2227bc46739a')
-
-prepare() {
-  cd billiard-$pkgver
-  sed -i 's/< *5/<6/' requirements/test.txt
-}
-
-build() {
-  cd billiard-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd billiard-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd billiard-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm664 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-billiard/repos/community-x86_64/PKGBUILD (from rev 1292501, python-billiard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-03 14:23:24 UTC (rev 1292502)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Benjamin A. Shelton <zancarius at gmail.com>
+# Source: https://github.com/zancarius/archlinux-pkgbuilds
+
+pkgname=python-billiard
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="Python multiprocessing fork with improvements and bugfixes."
+arch=('x86_64')
+url="https://pypi.org/project/billiard/"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-case' 'python-psutil')
+source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz")
+sha512sums=('242a0974e64a54bb568ea33a329af546ed075a0f65008cf374fdcbce0ce3ff5108e8fdeb6c2cc78e91516cf9bf8aef9ed0b1ed56b94c9aae500d83bb33cd4c39')
+
+prepare() {
+  cd billiard-$pkgver
+  sed -i 's/< *5/<6/' requirements/test.txt
+}
+
+build() {
+  cd billiard-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd billiard-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd billiard-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm664 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list