Date: Monday, December 5, 2022 @ 22:18:59
Author: arojas
Revision: 1356654
archrelease: copy trunk to community-x86_64
Added:
python-pypcode/repos/community-x86_64/PKGBUILD
(from rev 1356653, python-pypcode/trunk/PKGBUILD)
Deleted:
python-pypcode/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 +++++++++++++++++++++++++++----------------------------------
1 file changed, 31 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-05 22:18:50 UTC (rev 1356653)
+++ PKGBUILD 2022-12-05 22:18:59 UTC (rev 1356654)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Letu Ren <fantasquex at gmail dot com>
-
-_pyname=pypcode
-pkgname=python-${_pyname}
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="Python bindings to Ghidra's SLEIGH library for disassembly and
lifting to p-code IR"
-url='https://github.com/angr/pypcode'
-license=('custom')
-arch=('x86_64')
-depends=('python' 'python-cffi')
-makedepends=('cmake' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
-checkdepends=('python-pytest')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-
pypcode-memory-unique-ptr.patch::https://patch-diff.githubusercontent.com/raw/angr/pypcode/pull/31.patch)
-sha512sums=('ccb7312d42faa2450fbdb961146507396409c274d2894506acfa14dcae5b97869fad230f1931f1f342e8dccf138b9edc38802bfec1c8b09b959441f28fe4f73f'
-
'9848631798b7c2a0a911ed11e67cad1a7134cc91f5faa95cc05355d10fa5135300c6b9b035760c1ee9d2c89a6053a4cdc96519e129c17f8079f7b1f190d07462')
-b2sums=('fc51208d3cef60afbbf2d5f8d86f02a42c2de59f8e4a55cc9a1dd0e2204c054fe8bc5ee97826399def871a8520bac3b64073c359afa3912165515fe5e50a0bcc'
-
'8d56e67e5899c0294a96138ee13a72c6a280b7b449910f62d29ee2904cfd45daa2093f1990a0cda643cc0ba2dd516e7dde0af22d4633364d60387de6c10637cb')
-
-prepare() {
- cd ${_pyname}-${pkgver}
- patch -Np1 < ../pypcode-memory-unique-ptr.patch
-}
-
-build() {
- cd ${_pyname}-${pkgver}
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd ${_pyname}-${pkgver}
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-pypcode/repos/community-x86_64/PKGBUILD (from rev 1356653,
python-pypcode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-05 22:18:59 UTC (rev 1356654)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Letu Ren <fantasquex at gmail dot com>
+
+_pyname=pypcode
+pkgname=python-${_pyname}
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Python bindings to Ghidra's SLEIGH library for disassembly and
lifting to p-code IR"
+url='https://github.com/angr/pypcode'
+license=('custom')
+arch=('x86_64')
+depends=('python' 'python-cffi')
+makedepends=('cmake' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
+checkdepends=('python-pytest')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('b5cf80efe554a775b2cd582395ac4ac6b16f7f84e24b0168dd5048e83f7bf4cd1b855dc3396cdc0790e56915d8933a465216776743109270033df4872cbec84c')
+b2sums=('33e8125a218b30b38782926225b4c6ef3df472e81e17fefc5152d32ec91862455651f8124a8a9bd350873f70c61e4dd581a813382a3a1f1f3eed119d93443c69')
+
+build() {
+ cd ${_pyname}-${pkgver}
+ python -m build --wheel --no-isolation --skip-dependency-check
+}
+
+package() {
+ cd ${_pyname}-${pkgver}
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: