[arch-commits] Commit in python-docs/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Aug 11 19:16:52 UTC 2018
Date: Saturday, August 11, 2018 @ 19:16:52
Author: foxboron
Revision: 371179
archrelease: copy trunk to community-any
Added:
python-docs/repos/community-any/PKGBUILD
(from rev 371178, python-docs/trunk/PKGBUILD)
Deleted:
python-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-11 19:16:45 UTC (rev 371178)
+++ PKGBUILD 2018-08-11 19:16:52 UTC (rev 371179)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.6
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/"
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('5db928eb9d0cbdebaf11b62f3df3a8473bf7e8e9eecad92b4e4364f993502694')
-
-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 371178, python-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-11 19:16:52 UTC (rev 371179)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/"
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('8b8e96afd80f5412178f906bd706bf75fc56f9545bd6a8eb2b23c900bfb2f03a')
+
+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