[arch-commits] Commit in python-pwntools/repos/community-any (4 files)

Kpcyrd kpcyrd at archlinux.org
Tue Jun 1 19:43:04 UTC 2021


    Date: Tuesday, June 1, 2021 @ 19:43:04
  Author: kpcyrd
Revision: 953075

archrelease: copy trunk to community-any

Added:
  python-pwntools/repos/community-any/PKGBUILD
    (from rev 953074, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-any/pwn.conf
    (from rev 953074, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-any/PKGBUILD
  python-pwntools/repos/community-any/pwn.conf

----------+
 PKGBUILD |  130 ++++++++++++++++++++++++++++++-------------------------------
 pwn.conf |    4 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 19:42:47 UTC (rev 953074)
+++ PKGBUILD	2021-06-01 19:43:04 UTC (rev 953075)
@@ -1,65 +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.5.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'
-         'python-colored-traceback'
-         'python-rpyc'
-         'ropgadget')
-makedepends=('pandoc' 'python-setuptools')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        pwn.conf)
-sha256sums=('0661601cdc59108da6f9c4538f7208e65074b797941f0509841b1a7b5c2de392'
-            '50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('13f4e0ecbca87f66ce7068fa5559452199af7d45ad9674f15248b487fcc18dba5999d1abc01c59b27431c53c13c262e0c78f81bfa04805e099b855396f6d869b'
-        '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 953074, python-pwntools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-01 19:43:04 UTC (rev 953075)
@@ -0,0 +1,65 @@
+# 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.5.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'
+         'python-colored-traceback'
+         'python-rpyc'
+         'ropgadget')
+makedepends=('pandoc' 'python-setuptools')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        pwn.conf)
+sha256sums=('fcf4e7373f522201e661c6baf6bf4305c61091ba73f60e95fb0a4c0c29c7043b'
+            '50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('70b431bdecbdcd4b65dbb215451f4d59c5e24bc66fa0ef44ba3d78e6e49674b298e693f1726221cd198e580e3c78f8e0a3ff36b4ccdba6dcdbb54973502ade25'
+        '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	2021-06-01 19:42:47 UTC (rev 953074)
+++ pwn.conf	2021-06-01 19:43:04 UTC (rev 953075)
@@ -1,2 +0,0 @@
-[update]
-interval=never

Copied: python-pwntools/repos/community-any/pwn.conf (from rev 953074, python-pwntools/trunk/pwn.conf)
===================================================================
--- pwn.conf	                        (rev 0)
+++ pwn.conf	2021-06-01 19:43:04 UTC (rev 953075)
@@ -0,0 +1,2 @@
+[update]
+interval=never



More information about the arch-commits mailing list