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

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 30 20:18:02 UTC 2021


    Date: Tuesday, November 30, 2021 @ 20:18:01
  Author: felixonmars
Revision: 1057943

archrelease: copy trunk to community-staging-any

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

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

Copied: python-speaklater/repos/community-staging-any/PKGBUILD (from rev 1057939, python-speaklater/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-11-30 20:18:01 UTC (rev 1057943)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: warddr <aur at warddr.eu>
+# Submitter: Frank Smit <frank/61924/nl>
+
+pkgname=python-speaklater
+pkgver=1.3
+pkgrel=10
+pkgdesc="Implements a lazy string for python useful for use with gettext."
+arch=('any')
+url="https://pypi.python.org/pypi/speaklater"
+license=("BSD")
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz")
+md5sums=('e8d5dbe36e53d5a35cff227e795e8bbf')
+
+package() {
+    cd speaklater-$pkgver
+    python setup.py install --root="$pkgdir" --prefix=/usr
+
+    install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list