[arch-commits] Commit in python-blessings/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Nov 30 20:24:12 UTC 2021
Date: Tuesday, November 30, 2021 @ 20:24:12
Author: felixonmars
Revision: 1058207
archrelease: copy trunk to community-staging-any
Added:
python-blessings/repos/community-staging-any/
python-blessings/repos/community-staging-any/PKGBUILD
(from rev 1058204, python-blessings/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: python-blessings/repos/community-staging-any/PKGBUILD (from rev 1058204, python-blessings/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-11-30 20:24:12 UTC (rev 1058207)
@@ -0,0 +1,22 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Andrey Mikhaylenko <neithere at gmail dot com>
+
+pkgname=python-blessings
+_pkgname=blessings
+pkgver=1.7
+pkgrel=8
+pkgdesc="A thin, practical wrapper around terminal coloring, styling, and positioning"
+url="https://github.com/erikrose/blessings"
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-distribute')
+#options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz")
+md5sums=('38555a2bba0ace706aec58444368e022')
+
+package() {
+ cd "$srcdir/blessings-$pkgver"
+ python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-blessings/LICENSE"
+}
More information about the arch-commits
mailing list