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

Kpcyrd kpcyrd at archlinux.org
Thu Jan 23 00:11:44 UTC 2020


    Date: Thursday, January 23, 2020 @ 00:11:40
  Author: kpcyrd
Revision: 554658

archrelease: copy trunk to community-any

Added:
  python-pwntools/repos/community-any/PKGBUILD
    (from rev 554657, python-pwntools/trunk/PKGBUILD)
Deleted:
  python-pwntools/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 00:11:24 UTC (rev 554657)
+++ PKGBUILD	2020-01-23 00:11:40 UTC (rev 554658)
@@ -1,49 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[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.0.0"
-pkgrel=3
-pkgdesc="A CTF framework and exploit development library"
-arch=('any')
-url='https://github.com/Gallopsled/pwntools'
-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=("${pkgname}-${pkgver}.tar.gz::https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
-sha256sums=('31b114914fe78929516ded8cf0bd02d91051c506d91640216b635646b3e47164')
-b2sums=('117fc85c22976dbac41f326b9545c9f4141af61b6408118b74defd0bd0aa4a084b00dd64f723ad79fe0e1a1aecdcf4995bff4c6cbd3ed3d2c72c94d104666013')
-
-build() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command
-  install -D -m 644 LICENSE-pwntools.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  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 554657, python-pwntools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-23 00:11:40 UTC (rev 554658)
@@ -0,0 +1,49 @@
+# Maintainer: kpcyrd <kpcyrd[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.0.1"
+pkgrel=1
+pkgdesc="A CTF framework and exploit development library"
+arch=('any')
+url='https://github.com/Gallopsled/pwntools'
+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=("${pkgname}-${pkgver}.tar.gz::https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
+sha256sums=('5598bf8ebb96264dab3663d296be3dfe783451cf3535ad611d094a7c550d467f')
+b2sums=('9003e0ef0ceaa3e1a089de68f94c854e65c12ce4e21d3b3aadfa0c777f7aa168f02869b34ccdede04b17d53a5ad8ea8b0d91a20ea0d73496b814847a3ce4b423')
+
+build() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build --only-use-pwn-command
+  install -D -m 644 LICENSE-pwntools.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list