[arch-commits] Commit in python-clint/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Apr 21 12:48:01 UTC 2017


    Date: Friday, April 21, 2017 @ 12:48:00
  Author: arodseth
Revision: 224111

archrelease: copy trunk to community-any

Added:
  python-clint/repos/community-any/PKGBUILD
    (from rev 224110, python-clint/trunk/PKGBUILD)
Deleted:
  python-clint/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-21 12:47:51 UTC (rev 224110)
+++ PKGBUILD	2017-04-21 12:48:00 UTC (rev 224111)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
-
-pkgbase=python-clint
-pkgname=(python-clint python2-clint)
-pkgver=0.5.1
-pkgrel=4
-pkgdesc='Module for developing commandline applications'
-arch=('any')
-url='http://pypi.python.org/pypi/clint/'
-license=('custom:ISC')
-makedepends=('python' 'python2')
-source=("http://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz")
-sha256sums=('05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa')
-
-prepare() {
-  cp -a clint-$pkgver{,-py2}
-}
-
-package_python-clint() {
-  depends=('python')
-
-  cd "clint-$pkgver"
-
-  python setup.py install \
-    --install-data="/usr/share/doc/$pkgname" --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-clint() {
-  depends=('python2')
-
-  cd "clint-$pkgver-py2"
-
-  python2 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:

Copied: python-clint/repos/community-any/PKGBUILD (from rev 224110, python-clint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-21 12:48:00 UTC (rev 224111)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <rodseth at gmail.com>
+
+pkgbase=python-clint
+pkgname=(python-clint python2-clint)
+pkgver=0.5.1
+pkgrel=5
+pkgdesc='Module for developing command line applications'
+arch=('any')
+url='https://pypi.python.org/pypi/clint/'
+license=('custom:ISC')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz")
+sha256sums=('05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa')
+
+prepare() {
+  cp -a clint-$pkgver{,-py2}
+}
+
+package_python-clint() {
+  depends=('python')
+
+  cd "clint-$pkgver"
+
+  python setup.py install \
+    --install-data="/usr/share/doc/$pkgname" --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-clint() {
+  depends=('python2')
+
+  cd "clint-$pkgver-py2"
+
+  python2 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