[arch-commits] Commit in python2-docs/repos/community-any (4 files)

Sergej Pupykin spupykin at archlinux.org
Tue Jan 19 13:24:49 UTC 2016


    Date: Tuesday, January 19, 2016 @ 14:24:48
  Author: spupykin
Revision: 157638

archrelease: copy trunk to community-any

Added:
  python2-docs/repos/community-any/PKGBUILD
    (from rev 157637, python2-docs/trunk/PKGBUILD)
  python2-docs/repos/community-any/python2-docs.install
    (from rev 157637, python2-docs/trunk/python2-docs.install)
Deleted:
  python2-docs/repos/community-any/PKGBUILD
  python2-docs/repos/community-any/python2-docs.install

----------------------+
 PKGBUILD             |   44 ++++++++++++++++++++++----------------------
 python2-docs.install |   20 ++++++++++----------
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-19 13:24:39 UTC (rev 157637)
+++ PKGBUILD	2016-01-19 13:24:48 UTC (rev 157638)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python2-docs
-pkgver=2.7.10
-pkgrel=1
-pkgdesc="Set of HTML documentation for python."
-arch=('any')
-url="http://docs.python.org/"
-license=('GPL')
-install=python2-docs.install
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('545fef39b52b15641f6936c623150c63')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python2/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
-  find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
-}

Copied: python2-docs/repos/community-any/PKGBUILD (from rev 157637, python2-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-19 13:24:48 UTC (rev 157638)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python2-docs
+pkgver=2.7.11
+pkgrel=1
+pkgdesc="Set of HTML documentation for python."
+arch=('any')
+url="http://docs.python.org/"
+license=('GPL')
+install=python2-docs.install
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('37e1bf28393653575899a00280091af6')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python2/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
+  find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
+}

Deleted: python2-docs.install
===================================================================
--- python2-docs.install	2016-01-19 13:24:39 UTC (rev 157637)
+++ python2-docs.install	2016-01-19 13:24:48 UTC (rev 157638)
@@ -1,10 +0,0 @@
-post_install() {
-    echo
-    echo "Add the following line to your ~/.bashrc "
-    echo "export PYTHONDOCS=/usr/share/doc/python2/html/"
-    echo
-}
-
-post_upgrade() {
-    post_install
-}

Copied: python2-docs/repos/community-any/python2-docs.install (from rev 157637, python2-docs/trunk/python2-docs.install)
===================================================================
--- python2-docs.install	                        (rev 0)
+++ python2-docs.install	2016-01-19 13:24:48 UTC (rev 157638)
@@ -0,0 +1,10 @@
+post_install() {
+    echo
+    echo "Add the following line to your ~/.bashrc "
+    echo "export PYTHONDOCS=/usr/share/doc/python2/html/"
+    echo
+}
+
+post_upgrade() {
+    post_install
+}



More information about the arch-commits mailing list