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

Felix Yan felixonmars at gemini.archlinux.org
Sun Sep 11 08:00:23 UTC 2022


    Date: Sunday, September 11, 2022 @ 08:00:23
  Author: felixonmars
Revision: 1300467

archrelease: copy trunk to community-x86_64

Added:
  python-billiard/repos/community-x86_64/PKGBUILD
    (from rev 1300466, 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-11 08:00:04 UTC (rev 1300466)
+++ PKGBUILD	2022-09-11 08:00:23 UTC (rev 1300467)
@@ -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.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/
-}

Copied: python-billiard/repos/community-x86_64/PKGBUILD (from rev 1300466, python-billiard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-11 08:00:23 UTC (rev 1300467)
@@ -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.2
+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=('596a4a3c0bb19efe677614218be99e5241da02cea38d0f9dc56a5440451827a0725cdc981c5f4c0a168ce350521aefd46de8d0bbab69c4e57be6c74c1f623039')
+
+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