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

Jelle van der Waa jelle at archlinux.org
Wed May 26 13:08:37 UTC 2021


    Date: Wednesday, May 26, 2021 @ 13:08:37
  Author: jelle
Revision: 946638

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 13:08:31 UTC (rev 946637)
+++ PKGBUILD	2021-05-26 13:08:37 UTC (rev 946638)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-crc16
-pkgver=0.1.1
-pkgrel=6
-arch=(x86_64)
-pkgdesc='Python library for calculating CRC16'
-url="https://pypi.org/project/crc16/"
-depends=(python-setuptools python)
-license=('LGPL')
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
-sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
-
-build() {
-  cd "${pkgname#python-}-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname#python-}-$pkgver"
-  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  python -m crc16.test
-}
-
-package() {
-  cd "${pkgname#python-}-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: python-crc16/repos/community-x86_64/PKGBUILD (from rev 946637, python-crc16/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-26 13:08:37 UTC (rev 946638)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-crc16
+pkgver=0.1.1
+pkgrel=7
+arch=(x86_64)
+pkgdesc='Python library for calculating CRC16'
+url="https://pypi.org/project/crc16/"
+depends=(python)
+license=('LGPL')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
+sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
+
+build() {
+  cd "${pkgname#python-}-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname#python-}-$pkgver"
+  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  python -m crc16.test
+}
+
+package() {
+  cd "${pkgname#python-}-$pkgver"
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



More information about the arch-commits mailing list