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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 11:36:10 UTC 2021


    Date: Wednesday, December 1, 2021 @ 11:36:10
  Author: felixonmars
Revision: 1059218

archrelease: copy trunk to community-staging-any

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

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

Copied: python-unpaddedbase64/repos/community-staging-any/PKGBUILD (from rev 1059217, python-unpaddedbase64/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 11:36:10 UTC (rev 1059218)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-unpaddedbase64
+pkgver=2.1.0
+pkgrel=2
+
+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
+	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