[arch-commits] Commit in python-pwntools/repos/community-any (4 files)
Date: Monday, November 30, 2020 @ 01:25:09 Author: kpcyrd Revision: 766516 archrelease: copy trunk to community-any Added: python-pwntools/repos/community-any/PKGBUILD (from rev 766515, python-pwntools/trunk/PKGBUILD) python-pwntools/repos/community-any/pwn.conf (from rev 766515, python-pwntools/trunk/pwn.conf) Deleted: python-pwntools/repos/community-any/PKGBUILD python-pwntools/repos/community-any/pwn.conf --+ PKGBUILD | 128 ++--- pwn.conf |4 - 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-11-30 01:24:52 UTC (rev 766515) +++ PKGBUILD2020-11-30 01:25:09 UTC (rev 766516) @@ -1,64 +0,0 @@ -# Maintainer: kpcyrd -# Maintainer: Levente Polyak -# Contributor: Ding Xiao -# Contributor: Firmy - -pkgname=python-pwntools -_pyname=pwntools -pkgver=4.3.0 -pkgrel=1 -pkgdesc='CTF framework and exploit development library' -url='https://github.com/Gallopsled/pwntools' -arch=('any') -license=('MIT' 'GPL2' 'BSD') -depends=('python' - 'python-mako' - 'python-pyelftools' - 'python-capstone' - 'ropgadget' - 'python-pyserial' - 'python-requests' - 'python-pip' - 'python-pygments' - 'python-pysocks' - 'python-dateutil' - 'python-packaging' - 'python-psutil' - 'python-intervaltree' - 'python-sortedcontainers' - 'python-unicorn' - 'python-paramiko' - 'ropgadget' - 'python-setuptools') -makedepends=('pandoc') -source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz -pwn.conf) -sha256sums=('29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8' -'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89') -b2sums=('512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f' - 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07') - -prepare() { - cd ${_pyname}-${pkgver} - sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py -} - -build() { - cd ${_pyname}-${pkgver} - python setup.py build -} - -check() { - cd "${_pyname}-${pkgver}" - PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn' -} - -package() { - cd ${_pyname}-${pkgver} - python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command - install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc" - install -Dm 644 LICENSE-pwntools.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" - rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md} -} - -# vim:set ts=2 sw=2 et: Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 766515, python-pwntools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-11-30 01:25:09 UTC (rev 766516) @@ -0,0 +1,64 @@ +# Maintainer: kpcyrd +# Maintainer: Levente Polyak +# Contributor: Ding Xiao +# Contributor: Firmy + +pkgname=python-pwntools +_pyname=pwntools +pkgver=4.3.1 +pkgrel=2 +pkgdesc='CTF framework and exploit development library' +url='https://github.com/Gallopsled/pwntools' +arch=('any') +license=('MIT' 'GPL2' 'BSD') +depends=('python' + 'python-mako' + 'python-pyelftools' + 'python-capstone' + 'ropgadget' + 'python-pyserial' + 'python-requests' + 'python-pip' + 'python-pygments' + 'python-pysocks' + 'python-dateutil' + 'python-packaging' + 'python-psutil' + 'python-intervaltree' + 'python-sortedcontainers' + 'python-unicorn' + 'python-paramiko' + 'ropgadget' + 'python-setuptools') +makedepends=('pandoc') +source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz +pwn.conf) +sha256sums=('9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629' +'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89') +b2sums=('7461bf36e010852843cd89f8bd5cfa25ab9a4b9d638b695b66c82727f82ab40c4612923664b9cbdc8b37fa7aaabd1fdc192afdf25a59994d121fcfbfb74c22ea' + 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07') + +prepare() { + cd ${_pyname}-${pkgver} + sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py +} + +build() { + cd ${_pyname}-${pkgver} + python setup.py build +} + +check() { + cd "${_pyname}-${pkgver}" + PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn' +} + +package() { + cd ${_pyname}-${pkgver} + python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command + install -Dm 644 "${srcdir}/pwn.conf" -t "${pk
[arch-commits] Commit in python-pwntools/repos/community-any (4 files)
Date: Tuesday, October 20, 2020 @ 22:08:35 Author: kpcyrd Revision: 727741 archrelease: copy trunk to community-any Added: python-pwntools/repos/community-any/PKGBUILD (from rev 727740, python-pwntools/trunk/PKGBUILD) python-pwntools/repos/community-any/pwn.conf (from rev 727740, python-pwntools/trunk/pwn.conf) Deleted: python-pwntools/repos/community-any/PKGBUILD python-pwntools/repos/community-any/pwn.conf --+ PKGBUILD | 128 ++--- pwn.conf |4 - 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-10-20 22:08:25 UTC (rev 727740) +++ PKGBUILD2020-10-20 22:08:35 UTC (rev 727741) @@ -1,64 +0,0 @@ -# Maintainer: kpcyrd -# Maintainer: Levente Polyak -# Contributor: Ding Xiao -# Contributor: Firmy - -pkgname=python-pwntools -_pyname=pwntools -pkgver=4.2.1 -pkgrel=1 -pkgdesc='CTF framework and exploit development library' -url='https://github.com/Gallopsled/pwntools' -arch=('any') -license=('MIT' 'GPL2' 'BSD') -depends=('python' - 'python-mako' - 'python-pyelftools' - 'python-capstone' - 'ropgadget' - 'python-pyserial' - 'python-requests' - 'python-pip' - 'python-pygments' - 'python-pysocks' - 'python-dateutil' - 'python-packaging' - 'python-psutil' - 'python-intervaltree' - 'python-sortedcontainers' - 'python-unicorn' - 'python-paramiko' - 'ropgadget' - 'python-setuptools') -makedepends=('pandoc') -source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz -pwn.conf) -sha256sums=('8f1a4bf7b668de6b222df887fdd820b7ff05547e7ff9a13ebbd10eecf43c7a78' -'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89') -b2sums=('03859b6cf470698160c14b812cffc47ae4b5256c2c2f8082ffd60d4b91de6c83473063d6daa0ff512a4165faec15e28d2252ec64a459e9e164ad7c4a875189e2' - 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07') - -prepare() { - cd ${_pyname}-${pkgver} - sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py -} - -build() { - cd ${_pyname}-${pkgver} - python setup.py build -} - -check() { - cd "${_pyname}-${pkgver}" - PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn' -} - -package() { - cd ${_pyname}-${pkgver} - python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command - install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc" - install -Dm 644 LICENSE-pwntools.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" - rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md} -} - -# vim:set ts=2 sw=2 et: Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 727740, python-pwntools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-10-20 22:08:35 UTC (rev 727741) @@ -0,0 +1,64 @@ +# Maintainer: kpcyrd +# Maintainer: Levente Polyak +# Contributor: Ding Xiao +# Contributor: Firmy + +pkgname=python-pwntools +_pyname=pwntools +pkgver=4.3.0 +pkgrel=1 +pkgdesc='CTF framework and exploit development library' +url='https://github.com/Gallopsled/pwntools' +arch=('any') +license=('MIT' 'GPL2' 'BSD') +depends=('python' + 'python-mako' + 'python-pyelftools' + 'python-capstone' + 'ropgadget' + 'python-pyserial' + 'python-requests' + 'python-pip' + 'python-pygments' + 'python-pysocks' + 'python-dateutil' + 'python-packaging' + 'python-psutil' + 'python-intervaltree' + 'python-sortedcontainers' + 'python-unicorn' + 'python-paramiko' + 'ropgadget' + 'python-setuptools') +makedepends=('pandoc') +source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz +pwn.conf) +sha256sums=('29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8' +'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89') +b2sums=('512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f' + 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07') + +prepare() { + cd ${_pyname}-${pkgver} + sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py +} + +build() { + cd ${_pyname}-${pkgver} + python setup.py build +} + +check() { + cd "${_pyname}-${pkgver}" + PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn' +} + +package() { + cd ${_pyname}-${pkgver} + python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command + install -Dm 644 "${srcdir}/pwn.conf" -t "${pk
[arch-commits] Commit in python-pwntools/repos/community-any (4 files)
Date: Sunday, July 12, 2020 @ 13:38:18 Author: kpcyrd Revision: 663328 archrelease: copy trunk to community-any Added: python-pwntools/repos/community-any/PKGBUILD (from rev 663327, python-pwntools/trunk/PKGBUILD) python-pwntools/repos/community-any/pwn.conf (from rev 663327, python-pwntools/trunk/pwn.conf) Deleted: python-pwntools/repos/community-any/PKGBUILD python-pwntools/repos/community-any/pwn.conf --+ PKGBUILD | 134 + pwn.conf |4 - 2 files changed, 66 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-07-12 13:37:54 UTC (rev 663327) +++ PKGBUILD2020-07-12 13:38:18 UTC (rev 663328) @@ -1,70 +0,0 @@ -# Maintainer: kpcyrd -# Maintainer: Levente Polyak -# Contributor: Ding Xiao -# Contributor: Firmy - -pkgname=python-pwntools -_pyname=pwntools -pkgver=4.1.1 -pkgrel=1 -pkgdesc='CTF framework and exploit development library' -url='https://github.com/Gallopsled/pwntools' -arch=('any') -license=('MIT' 'GPL2' 'BSD') -depends=('python' - 'python-mako' - 'python-pyelftools' - 'python-capstone' - 'ropgadget' - 'python-pyserial' - 'python-requests' - 'python-pip' - 'python-pygments' - 'python-pysocks' - 'python-dateutil' - 'python-packaging' - 'python-psutil' - 'python-intervaltree' - 'python-sortedcontainers' - 'python-unicorn' - 'python-paramiko' - 'ropgadget' - 'python-setuptools') -makedepends=('pandoc') -source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz -pwn.conf -# cherry-pick patch for [update] config section - https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch) -sha256sums=('da3a32aa5deacf906a96c559b3b237e3f79b76afe76fe87ca66892e58ac83b8f' -'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89' -'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0') -b2sums=('e30782b4872c42113e3307dfd493364322681c7cfdc9ba1345207598420a25fdb00be5448e4adfc648798c712b0721b060c0d6fdffa991061d43d5024a81dc1b' - 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07' - 'b41a77d6e3a799ff937c1b04713919d5357fa371a0f730ddc83ff8253d463cb86b89bcf705724fd68a9c4fb8567821cfbc85be6723d6b43d916cff9385413363') - -prepare() { - cd ${_pyname}-${pkgver} - sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py - - patch --forward --strip=1 --input="${srcdir}/433d92619b98b916bee21865df066e005f28dc80.patch" -} - -build() { - cd ${_pyname}-${pkgver} - python setup.py build -} - -check() { - cd "${_pyname}-${pkgver}" - PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn' -} - -package() { - cd ${_pyname}-${pkgver} - python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command - install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc" - install -Dm 644 LICENSE-pwntools.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" - rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md} -} - -# vim:set ts=2 sw=2 et: Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 663327, python-pwntools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-07-12 13:38:18 UTC (rev 663328) @@ -0,0 +1,64 @@ +# Maintainer: kpcyrd +# Maintainer: Levente Polyak +# Contributor: Ding Xiao +# Contributor: Firmy + +pkgname=python-pwntools +_pyname=pwntools +pkgver=4.2.1 +pkgrel=1 +pkgdesc='CTF framework and exploit development library' +url='https://github.com/Gallopsled/pwntools' +arch=('any') +license=('MIT' 'GPL2' 'BSD') +depends=('python' + 'python-mako' + 'python-pyelftools' + 'python-capstone' + 'ropgadget' + 'python-pyserial' + 'python-requests' + 'python-pip' + 'python-pygments' + 'python-pysocks' + 'python-dateutil' + 'python-packaging' + 'python-psutil' + 'python-intervaltree' + 'python-sortedcontainers' + 'python-unicorn' + 'python-paramiko' + 'ropgadget' + 'python-setuptools') +makedepends=('pandoc') +source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz +pwn.conf) +sha256sums=('8f1a4bf7b668de6b222df887fdd820b7ff05547e7ff9a13ebbd10eecf43c7a78' +'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89') +b2sums=('03859b6cf470698160c14b812cffc47ae4b5256c2c2f8082ffd60d4b91de6c83473063d6daa0ff512a4165faec15e28d2252ec64a459e9e164ad7c4a875189e2' + 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb143
[arch-commits] Commit in python-pwntools/repos/community-any (4 files)
Date: Thursday, June 4, 2020 @ 13:03:23 Author: kpcyrd Revision: 638903 archrelease: copy trunk to community-any Added: python-pwntools/repos/community-any/PKGBUILD (from rev 638902, python-pwntools/trunk/PKGBUILD) python-pwntools/repos/community-any/pwn.conf (from rev 638902, python-pwntools/trunk/pwn.conf) Deleted: python-pwntools/repos/community-any/PKGBUILD python-pwntools/repos/community-any/pwn.conf --+ PKGBUILD | 140 ++--- pwn.conf |4 - 2 files changed, 72 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-04 13:03:13 UTC (rev 638902) +++ PKGBUILD2020-06-04 13:03:23 UTC (rev 638903) @@ -1,70 +0,0 @@ -# Maintainer: kpcyrd -# Maintainer: Levente Polyak -# Contributor: Ding Xiao -# Contributor: Firmy - -pkgname=python-pwntools -_pyname=pwntools -pkgver=4.1.0 -pkgrel=1 -pkgdesc='CTF framework and exploit development library' -url='https://github.com/Gallopsled/pwntools' -arch=('any') -license=('MIT' 'GPL2' 'BSD') -depends=('python' - 'python-mako' - 'python-pyelftools' - 'python-capstone' - 'ropgadget' - 'python-pyserial' - 'python-requests' - 'python-pip' - 'python-pygments' - 'python-pysocks' - 'python-dateutil' - 'python-packaging' - 'python-psutil' - 'python-intervaltree' - 'python-sortedcontainers' - 'python-unicorn' - 'python-paramiko' - 'ropgadget' - 'python-setuptools') -makedepends=('pandoc') -source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz -pwn.conf -# cherry-pick patch for [update] config section - https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch) -sha256sums=('b421e579eb00fff56d5041e7283250f5754e39a2e381b145dc44ced22450bc30' -'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89' -'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0') -b2sums=('2ebb14383a0777002c8d6c1874a25f40fed3fbe81820ee49e9a7730573f42e5a02c2b18e602cc7c7de93744bf9247a880797b995b2bf3def395953d2887cb46d' - 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07' - 'b41a77d6e3a799ff937c1b04713919d5357fa371a0f730ddc83ff8253d463cb86b89bcf705724fd68a9c4fb8567821cfbc85be6723d6b43d916cff9385413363') - -prepare() { - cd ${_pyname}-${pkgver} - sed 's|>=1.0.2rc1||' -i setup.py - - patch --forward --strip=1 --input="${srcdir}/433d92619b98b916bee21865df066e005f28dc80.patch" -} - -build() { - cd ${_pyname}-${pkgver} - python setup.py build -} - -check() { - cd "${_pyname}-${pkgver}" - PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn' -} - -package() { - cd ${_pyname}-${pkgver} - python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command - install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc" - install -Dm 644 LICENSE-pwntools.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" - rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md} -} - -# vim:set ts=2 sw=2 et: Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 638902, python-pwntools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-04 13:03:23 UTC (rev 638903) @@ -0,0 +1,70 @@ +# Maintainer: kpcyrd +# Maintainer: Levente Polyak +# Contributor: Ding Xiao +# Contributor: Firmy + +pkgname=python-pwntools +_pyname=pwntools +pkgver=4.1.1 +pkgrel=1 +pkgdesc='CTF framework and exploit development library' +url='https://github.com/Gallopsled/pwntools' +arch=('any') +license=('MIT' 'GPL2' 'BSD') +depends=('python' + 'python-mako' + 'python-pyelftools' + 'python-capstone' + 'ropgadget' + 'python-pyserial' + 'python-requests' + 'python-pip' + 'python-pygments' + 'python-pysocks' + 'python-dateutil' + 'python-packaging' + 'python-psutil' + 'python-intervaltree' + 'python-sortedcontainers' + 'python-unicorn' + 'python-paramiko' + 'ropgadget' + 'python-setuptools') +makedepends=('pandoc') +source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz +pwn.conf +# cherry-pick patch for [update] config section + https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch) +sha256sums=('da3a32aa5deacf906a96c559b3b237e3f79b76afe76fe87ca66892e58ac83b8f' +'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89' +'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0') +b2sums=('e307
[arch-commits] Commit in python-pwntools/repos/community-any (4 files)
Date: Friday, May 8, 2020 @ 14:45:11 Author: kpcyrd Revision: 625691 archrelease: copy trunk to community-any Added: python-pwntools/repos/community-any/PKGBUILD (from rev 625690, python-pwntools/trunk/PKGBUILD) python-pwntools/repos/community-any/pwn.conf (from rev 625690, python-pwntools/trunk/pwn.conf) Deleted: python-pwntools/repos/community-any/PKGBUILD python-pwntools/repos/community-any/pwn.conf --+ PKGBUILD | 140 ++--- pwn.conf |4 - 2 files changed, 72 insertions(+), 72 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-05-08 14:44:55 UTC (rev 625690) +++ PKGBUILD2020-05-08 14:45:11 UTC (rev 625691) @@ -1,70 +0,0 @@ -# Maintainer: kpcyrd -# Maintainer: Levente Polyak -# Contributor: Ding Xiao -# Contributor: Firmy - -pkgname=python-pwntools -_pyname=pwntools -pkgver=4.0.1 -pkgrel=3 -pkgdesc='CTF framework and exploit development library' -url='https://github.com/Gallopsled/pwntools' -arch=('any') -license=('MIT' 'GPL2' 'BSD') -depends=('python' - 'python-mako' - 'python-pyelftools' - 'python-capstone' - 'ropgadget' - 'python-pyserial' - 'python-requests' - 'python-pip' - 'python-pygments' - 'python-pysocks' - 'python-dateutil' - 'python-packaging' - 'python-psutil' - 'python-intervaltree' - 'python-sortedcontainers' - 'python-unicorn' - 'python-tox' - 'python-paramiko' - 'ropgadget' - 'python-setuptools') -source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz -pwn.conf -# cherry-pick patch for [update] config section - https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch) -sha256sums=('5598bf8ebb96264dab3663d296be3dfe783451cf3535ad611d094a7c550d467f' -'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89' -'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0') -b2sums=('9003e0ef0ceaa3e1a089de68f94c854e65c12ce4e21d3b3aadfa0c777f7aa168f02869b34ccdede04b17d53a5ad8ea8b0d91a20ea0d73496b814847a3ce4b423' - 'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07' - 'b41a77d6e3a799ff937c1b04713919d5357fa371a0f730ddc83ff8253d463cb86b89bcf705724fd68a9c4fb8567821cfbc85be6723d6b43d916cff9385413363') - -prepare() { - cd ${_pyname}-${pkgver} - sed 's|>=1.0.2rc1||' -i setup.py - - patch --forward --strip=1 --input="${srcdir}/433d92619b98b916bee21865df066e005f28dc80.patch" -} - -build() { - cd ${_pyname}-${pkgver} - python setup.py build -} - -check() { - cd "${_pyname}-${pkgver}" - PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn' -} - -package() { - cd ${_pyname}-${pkgver} - python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command - install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc" - install -Dm 644 LICENSE-pwntools.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" - rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md} -} - -# vim:set ts=2 sw=2 et: Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 625690, python-pwntools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-05-08 14:45:11 UTC (rev 625691) @@ -0,0 +1,70 @@ +# Maintainer: kpcyrd +# Maintainer: Levente Polyak +# Contributor: Ding Xiao +# Contributor: Firmy + +pkgname=python-pwntools +_pyname=pwntools +pkgver=4.1.0 +pkgrel=1 +pkgdesc='CTF framework and exploit development library' +url='https://github.com/Gallopsled/pwntools' +arch=('any') +license=('MIT' 'GPL2' 'BSD') +depends=('python' + 'python-mako' + 'python-pyelftools' + 'python-capstone' + 'ropgadget' + 'python-pyserial' + 'python-requests' + 'python-pip' + 'python-pygments' + 'python-pysocks' + 'python-dateutil' + 'python-packaging' + 'python-psutil' + 'python-intervaltree' + 'python-sortedcontainers' + 'python-unicorn' + 'python-paramiko' + 'ropgadget' + 'python-setuptools') +makedepends=('pandoc') +source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz +pwn.conf +# cherry-pick patch for [update] config section + https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch) +sha256sums=('b421e579eb00fff56d5041e7283250f5754e39a2e381b145dc44ced22450bc30' +'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89' +'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0') +b2sums=('2ebb1438