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

Sergej Pupykin spupykin at archlinux.org
Fri Oct 2 11:04:14 UTC 2015


    Date: Friday, October 2, 2015 @ 13:04:14
  Author: spupykin
Revision: 142751

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-02 11:04:00 UTC (rev 142750)
+++ PKGBUILD	2015-10-02 11:04:14 UTC (rev 142751)
@@ -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.4.3
-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=('884ff09c8f91a7a66f7f44e7a0667cf2')
-
-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 142750, python-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-02 11:04:14 UTC (rev 142751)
@@ -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.5.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)
+md5sums=('1a0b03c3df0448596a3e9e1b5d560739')
+
+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