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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 15:49:37 UTC 2020


    Date: Monday, November 9, 2020 @ 15:49:36
  Author: foutrelis
Revision: 747174

archrelease: copy trunk to community-staging-any

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

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

Copied: python-unpaddedbase64/repos/community-staging-any/PKGBUILD (from rev 747173, python-unpaddedbase64/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 15:49:36 UTC (rev 747174)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-unpaddedbase64
+pkgver=1.1.0
+pkgrel=6
+
+pkgdesc='Unpadded Base64'
+url='https://pypi.python.org/pypi/unpaddedbase64/'
+arch=('any')
+license=('Apache')
+
+depends=('python')
+makedepends=('python-setuptools')
+
+source=("python-unpaddedbase64-${pkgver}.tar.gz::https://github.com/matrix-org/python-unpaddedbase64/archive/v$pkgver.tar.gz")
+
+md5sums=('e765e946f15e84eeb0dc512259a7d15b')
+
+build() {
+	cd "$srcdir"/python-unpaddedbase64-$pkgver
+	python setup.py build
+}
+
+package() {
+	cd python-unpaddedbase64-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



More information about the arch-commits mailing list