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

Johannes Löthberg demize at archlinux.org
Sun Mar 14 12:16:50 UTC 2021


    Date: Sunday, March 14, 2021 @ 12:16:49
  Author: demize
Revision: 891062

archrelease: copy trunk to community-testing-any

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

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

Copied: python-unpaddedbase64/repos/community-testing-any/PKGBUILD (from rev 891061, python-unpaddedbase64/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-03-14 12:16:49 UTC (rev 891062)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-unpaddedbase64
+pkgver=2.1.0
+pkgrel=1
+
+pkgdesc='Unpadded Base64'
+url='https://pypi.python.org/pypi/unpaddedbase64/'
+arch=('any')
+license=('Apache')
+
+depends=('python')
+makedepends=('python-pip' 'python-poetry')
+
+source=("python-unpaddedbase64-${pkgver}.tar.gz::https://github.com/matrix-org/python-unpaddedbase64/archive/v$pkgver.tar.gz")
+
+md5sums=('198560f6abb5352be816087938bef0ea')
+
+build() {
+	cd "$srcdir"/python-unpaddedbase64-$pkgver
+	poetry build --format wheel
+}
+
+package() {
+	cd python-unpaddedbase64-$pkgver
+	export PYTHONHASHSEED=0
+	PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps dist/*.whl
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



More information about the arch-commits mailing list