[arch-commits] Commit in python-bincopy/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Fri Sep 2 21:18:32 UTC 2022


    Date: Friday, September 2, 2022 @ 21:18:32
  Author: dvzrv
Revision: 1291003

archrelease: copy trunk to community-any

Added:
  python-bincopy/repos/community-any/PKGBUILD
    (from rev 1291002, python-bincopy/trunk/PKGBUILD)
Deleted:
  python-bincopy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 21:18:22 UTC (rev 1291002)
+++ PKGBUILD	2022-09-02 21:18:32 UTC (rev 1291003)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=bincopy
-pkgname=python-bincopy
-pkgver=17.10.2
-pkgrel=1
-pkgdesc="Mangling of various file formats that conveys binary information"
-arch=(any)
-url="https://github.com/eerimoq/bincopy"
-license=(MIT)
-depends=(python-argparse-addons python-humanfriendly python-pyelftools)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('bdda0342271a93be6be47791b3cca64bf0c40e24b59ae6d6e92656b4dee0aa3e2f23c5b88d6ac8566fe0d8fff5e3696736ec3edb5f456c6424655bf28857021f')
-b2sums=('8aa9e897f0d732217182755d2c4d3b2166dbc877d4005031af9164efe5c9fd76aeeea92a0172a9cd791dd7c926f8f724055f010605dc9c18e0c16aac24545e56')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-bincopy/repos/community-any/PKGBUILD (from rev 1291002, python-bincopy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 21:18:32 UTC (rev 1291003)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=bincopy
+pkgname=python-bincopy
+pkgver=17.10.3
+pkgrel=1
+pkgdesc="Mangling of various file formats that conveys binary information"
+arch=(any)
+url="https://github.com/eerimoq/bincopy"
+license=(MIT)
+depends=(python-argparse-addons python-humanfriendly python-pyelftools)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('23d944e4e18a93153cfd6d214c3d437c2462aeb2e7cee7ffc82e5bfe0cb7e052bdaaf62fee0f963d3e135324dc1cdc2b50ad59e3e4b5174e9df1c91c8f8b673e')
+b2sums=('128b1095d80e3a93078d774cda3364709d13604b8f6561b1e34fcf27a1794cfc3f339a0efceeac8ab9e83b8d73793c24cd0bf02b30a0702ba321ba238f2cdd91')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list