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

Sergej Pupykin spupykin at archlinux.org
Tue Jan 10 17:08:06 UTC 2017


    Date: Tuesday, January 10, 2017 @ 17:08:05
  Author: spupykin
Revision: 206606

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-10 17:07:50 UTC (rev 206605)
+++ PKGBUILD	2017-01-10 17:08:05 UTC (rev 206606)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.5.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/"
-license=('GPL')
-depends=()
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-md5sums=('ce477e18ee00df24ced180cfba3393d4')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" >$pkgdir/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" >$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 206605, python-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-10 17:08:05 UTC (rev 206606)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/"
+license=('GPL')
+depends=()
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('a487ecf75efef3d355f3d8a12a3391a38e95c3a088d6d694d66b6fdc79dd4ff4')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* "$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" >"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" >"$pkgdir"/etc/profile.d/$pkgname.csh
+}



More information about the arch-commits mailing list