[arch-commits] Commit in python-clint/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 15:48:56 UTC 2020
Date: Monday, November 9, 2020 @ 15:48:55
Author: felixonmars
Revision: 747161
archrelease: copy trunk to community-staging-any
Added:
python-clint/repos/community-staging-any/
python-clint/repos/community-staging-any/PKGBUILD
(from rev 747158, python-clint/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: python-clint/repos/community-staging-any/PKGBUILD (from rev 747158, python-clint/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 15:48:55 UTC (rev 747161)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
+
+pkgname=python-clint
+pkgver=0.5.1
+pkgrel=9
+pkgdesc='Module for developing command line applications'
+arch=('any')
+url='https://pypi.python.org/pypi/clint/'
+license=('custom:ISC')
+depends=('python')
+source=("https://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz")
+sha256sums=('05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa')
+
+package() {
+ cd "clint-$pkgver"
+
+ python setup.py install \
+ --install-data="/usr/share/doc/$pkgname" --root="$pkgdir"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list