[arch-commits] Commit in python-hexdump/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 15 10:51:16 UTC 2020


    Date: Sunday, November 15, 2020 @ 10:51:15
  Author: felixonmars
Revision: 754400

archrelease: copy trunk to community-staging-any

Added:
  python-hexdump/repos/community-staging-any/
  python-hexdump/repos/community-staging-any/PKGBUILD
    (from rev 754399, python-hexdump/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: python-hexdump/repos/community-staging-any/PKGBUILD (from rev 754399, python-hexdump/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-15 10:51:15 UTC (rev 754400)
@@ -0,0 +1,20 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: knucker <www.knucker[at]gmail.com>
+
+pkgname=python-hexdump
+_name=${pkgname/python-/}
+pkgver=3.3
+pkgrel=5
+pkgdesc='Library and tool to work with hex and binary data'
+url='https://pypi.org/project/hexdump/'
+arch=('any')
+license=('Public Domain')
+depends=('python')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.zip)
+sha512sums=('3299f6a29dcf4293616c5ea652397429ee844ca30964ee0fc784fb2a93252b75eb28fb797640e26477eb6b291aa38e14ad5046d8b4488dc4e03bd79b9449898b')
+
+package() {
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list