[arch-commits] Commit in python-pwntools/repos/community-testing-any (4 files)
Kpcyrd
kpcyrd at archlinux.org
Mon Nov 30 01:35:25 UTC 2020
Date: Monday, November 30, 2020 @ 01:35:24
Author: kpcyrd
Revision: 766518
archrelease: copy trunk to community-testing-any
Added:
python-pwntools/repos/community-testing-any/PKGBUILD
(from rev 766517, python-pwntools/trunk/PKGBUILD)
python-pwntools/repos/community-testing-any/pwn.conf
(from rev 766517, python-pwntools/trunk/pwn.conf)
Deleted:
python-pwntools/repos/community-testing-any/PKGBUILD
python-pwntools/repos/community-testing-any/pwn.conf
----------+
PKGBUILD | 128 ++++++++++++++++++++++++++++++-------------------------------
pwn.conf | 4 -
2 files changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-30 01:35:08 UTC (rev 766517)
+++ PKGBUILD 2020-11-30 01:35:24 UTC (rev 766518)
@@ -1,64 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Ding Xiao <tinocodfcdsa10 at mails.tsinghua.edu.cn>
-# Contributor: Firmy <firmianay at gmail.com>
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.3.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=('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 "${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-testing-any/PKGBUILD (from rev 766517, python-pwntools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-30 01:35:24 UTC (rev 766518)
@@ -0,0 +1,64 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Ding Xiao <tinocodfcdsa10 at mails.tsinghua.edu.cn>
+# Contributor: Firmy <firmianay at gmail.com>
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.3.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-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 "${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:
Deleted: pwn.conf
===================================================================
--- pwn.conf 2020-11-30 01:35:08 UTC (rev 766517)
+++ pwn.conf 2020-11-30 01:35:24 UTC (rev 766518)
@@ -1,2 +0,0 @@
-[update]
-interval=never
Copied: python-pwntools/repos/community-testing-any/pwn.conf (from rev 766517, python-pwntools/trunk/pwn.conf)
===================================================================
--- pwn.conf (rev 0)
+++ pwn.conf 2020-11-30 01:35:24 UTC (rev 766518)
@@ -0,0 +1,2 @@
+[update]
+interval=never
More information about the arch-commits
mailing list