Date: Thursday, May 4, 2023 @ 20:25:04
Author: arojas
Revision: 1458811
archrelease: copy trunk to community-any
Added:
python-archinfo/repos/community-any/PKGBUILD
(from rev 1458810, python-archinfo/trunk/PKGBUILD)
Deleted:
python-archinfo/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 20:24:54 UTC (rev 1458810)
+++ PKGBUILD 2023-05-04 20:25:04 UTC (rev 1458811)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pyname=archinfo
-pkgname=python-${_pyname}
-pkgver=9.2.27
-pkgrel=2
-pkgdesc='Classes with architecture-specific information useful to other
projects'
-url='https://github.com/angr/archinfo'
-arch=('any')
-license=('custom:BSD2')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
-optdepends=(
- 'python-capstone'
- 'python-unicorn'
- 'python-keystone'
- 'python-pyvex'
-)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('97f90c23cc9c3074bd5bbd9f222f7f687569156b8c5c83884af7a8e396f8f3c6223c186b87eb27f72e9851b0097dbc055cabcfdc259382f07b2a946e5a1d6c99')
-b2sums=('fa75601d5c08b0d1648b352c0be97f2576af09cdb31b7d362877d948a071df51166176958769900cb718f2bc57cac1dc0d76d8663bf6a4efb5fdbfb025ccfefc')
-
-build() {
- cd "${_pyname}-${pkgver}"
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd "${_pyname}-${pkgver}"
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-archinfo/repos/community-any/PKGBUILD (from rev 1458810,
python-archinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 20:25:04 UTC (rev 1458811)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pyname=archinfo
+pkgname=python-${_pyname}
+pkgver=9.2.49
+pkgrel=1
+pkgdesc='Classes with architecture-specific information useful to other
projects'
+url='https://github.com/angr/archinfo'
+arch=('any')
+license=('custom:BSD2')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
+optdepends=(
+ 'python-capstone'
+ 'python-unicorn'
+ 'python-keystone'
+ 'python-pyvex'
+)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d98f7bfcaca493b82f6e11c8a84324b60d3b69154f29cbe2d9882712e13592b0971f600c3d461d764c67cf7afde12995110ca349f75030c013ef379e21f9c55e')
+b2sums=('faa6344f873efb0b376d07214502d0ffc767315a3b605c45184580622b199ce385c0c44141435f103cf8c39084c11d767a40520b986c3c3947db4f52a3e270bc')
+
+build() {
+ cd "${_pyname}-${pkgver}"
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd "${_pyname}-${pkgver}"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: