[arch-commits] Commit in python-pylink-square/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu Jul 21 08:18:54 UTC 2022
Date: Thursday, July 21, 2022 @ 08:18:53
Author: dvzrv
Revision: 1254975
archrelease: copy trunk to community-any
Added:
python-pylink-square/repos/community-any/PKGBUILD
(from rev 1254974, python-pylink-square/trunk/PKGBUILD)
Deleted:
python-pylink-square/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-21 08:18:20 UTC (rev 1254974)
+++ PKGBUILD 2022-07-21 08:18:53 UTC (rev 1254975)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=pylink-square
-_name_=pylink
-pkgname=python-pylink-square
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Python interface for the SEGGER J-Link"
-arch=(any)
-url="https://github.com/Square/pylink"
-license=(Apache)
-depends=(python-future python-psutil python-six)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-mock python-pytest)
-conflicts=(pylink)
-provides=(pylink)
-replaces=(pylink)
-# sdist on pypi.org has no tests: https://github.com/square/pylink/issues/119
-# source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-source=($_name_-$pkgver.tar.gz::https://github.com/square/pylink/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('42878069fec6d1c9706ed5ae9b6af103d047b05e24c356b74c37cb4ed3b0e31257a66b200b087cbddb8188c4ca10c1c357e71352cc6a74a3f01790fb703860b6')
-b2sums=('1350c553d2cbc6c433c7cff09455bb7e691a9786222f2ed20654b551f1e4591e3c7b6f02f59627491c8498f294d1967de6fb8c521c5aa565651df25b09cd45f5')
-
-build() {
- cd $_name_-$pkgver
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd $_name_-$pkgver
- pytest -v
-}
-
-package() {
- cd $_name_-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -vDm 644 *.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
Copied: python-pylink-square/repos/community-any/PKGBUILD (from rev 1254974, python-pylink-square/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-21 08:18:53 UTC (rev 1254975)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=pylink-square
+_name_=pylink
+pkgname=python-pylink-square
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Python interface for the SEGGER J-Link"
+arch=(any)
+url="https://github.com/Square/pylink"
+license=(Apache)
+depends=(python-future python-psutil python-six)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-mock python-pytest)
+conflicts=(pylink)
+provides=(pylink)
+replaces=(pylink)
+# sdist on pypi.org has no tests: https://github.com/square/pylink/issues/119
+# source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+source=($_name_-$pkgver.tar.gz::https://github.com/square/pylink/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('23f2d1d44687678ce225995123c8700bf829c6e1ace5a58743e85fea47c417aae88072a07a1f6f09646b8e0b764f4477a1b4dfc6fba3a861419b014988f8487d')
+b2sums=('4a92992bb899b5073b34c248f3ee6682c9208e9f2d2a2b0962c6ec20f2a261e5259c0f02d448b53cb347523113ee384116b2f16efee02ed19fa6ad5a61021cba')
+
+build() {
+ cd $_name_-$pkgver
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd $_name_-$pkgver
+ pytest -v
+}
+
+package() {
+ cd $_name_-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -vDm 644 *.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
More information about the arch-commits
mailing list