[arch-commits] Commit in python2-docs/repos/community-any (4 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Jul 3 09:48:04 UTC 2017
Date: Monday, July 3, 2017 @ 09:48:04
Author: spupykin
Revision: 242151
archrelease: copy trunk to community-any
Added:
python2-docs/repos/community-any/PKGBUILD
(from rev 242150, python2-docs/trunk/PKGBUILD)
python2-docs/repos/community-any/python2-docs.install
(from rev 242150, 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 2017-07-03 09:47:54 UTC (rev 242150)
+++ PKGBUILD 2017-07-03 09:48:04 UTC (rev 242151)
@@ -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.12
-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=('b56e889461a298fd2debba7767653daa')
-
-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 242150, python2-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-07-03 09:48:04 UTC (rev 242151)
@@ -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.13
+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=(https://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('af2b5e474a5cbb950447f531137b136b98ea3bb68fbf4b1061011db29c0d9977')
+
+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 2017-07-03 09:47:54 UTC (rev 242150)
+++ python2-docs.install 2017-07-03 09:48:04 UTC (rev 242151)
@@ -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 242150, python2-docs/trunk/python2-docs.install)
===================================================================
--- python2-docs.install (rev 0)
+++ python2-docs.install 2017-07-03 09:48:04 UTC (rev 242151)
@@ -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