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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 18:55:14 UTC 2022


    Date: Monday, August 29, 2022 @ 18:55:14
  Author: felixonmars
Revision: 1285561

archrelease: copy trunk to community-x86_64

Added:
  python-billiard/repos/community-x86_64/PKGBUILD
    (from rev 1285560, 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-08-29 18:55:01 UTC (rev 1285560)
+++ PKGBUILD	2022-08-29 18:55:14 UTC (rev 1285561)
@@ -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=3.6.4.0
-pkgrel=3
-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=('9f2a44024e45c4e7667472a0a3ade7caae755ec7c163929433f818e4b87165218b9cc9545bdee2254e7159c206e525306e383d38906b00fd5428bd1616c39b8f')
-
-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 1285560, python-billiard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 18:55:14 UTC (rev 1285561)
@@ -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.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/
+}



More information about the arch-commits mailing list