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

2020-12-12 Thread Morten Linderud via arch-commits
Date: Saturday, December 12, 2020 @ 16:23:14
  Author: foxboron
Revision: 773431

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 16:23:11 UTC (rev 773430)
+++ PKGBUILD2020-12-12 16:23:14 UTC (rev 773431)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('276c558f6763f52297dee92fb8e3f36edc538d395ecbbd419ae61bbe224a3647')
-
-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 773430, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 16:23:14 UTC (rev 773431)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.9.1
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('2b909713db4d73d5046aa56283d905e7c3c3d1f189ff95f3bd3f1cf5def39a74')
+
+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
+}


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

2020-12-02 Thread Morten Linderud via arch-commits
Date: Wednesday, December 2, 2020 @ 18:22:39
  Author: foxboron
Revision: 769242

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-02 18:22:31 UTC (rev 769241)
+++ PKGBUILD2020-12-02 18:22:39 UTC (rev 769242)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.6
-pkgrel=2
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('4433b71f363efd72c70474fd8e5ea2224e149f2c0c9d4c55c395c8f83013d64e')
-
-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 769241, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-02 18:22:39 UTC (rev 769242)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('276c558f6763f52297dee92fb8e3f36edc538d395ecbbd419ae61bbe224a3647')
+
+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
+}


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 10:36:58
  Author: foxboron
Revision: 712433

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 10:36:50 UTC (rev 712432)
+++ PKGBUILD2020-09-26 10:36:58 UTC (rev 712433)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.5
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('293cf0f428debb50e99aef5c8e7fb646e111a873b9527d452c459e7327ebee2f')
-
-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 712432, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 10:36:58 UTC (rev 712433)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.6
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('4433b71f363efd72c70474fd8e5ea2224e149f2c0c9d4c55c395c8f83013d64e')
+
+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
+}


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

2020-07-23 Thread Morten Linderud via arch-commits
Date: Thursday, July 23, 2020 @ 16:36:42
  Author: foxboron
Revision: 665012

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 16:36:34 UTC (rev 665011)
+++ PKGBUILD2020-07-23 16:36:42 UTC (rev 665012)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.4
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('9729231cdaa85640c91b741a05e307bed0c222fbb35b59d73927468850f70cae')
-
-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 665011, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 16:36:42 UTC (rev 665012)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.5
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('293cf0f428debb50e99aef5c8e7fb646e111a873b9527d452c459e7327ebee2f')
+
+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
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:21:37
  Author: foxboron
Revision: 663756

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:21:30 UTC (rev 663755)
+++ PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('e12135b29ef231fce0d20c5865cf7fb37cecea11f2304e389325b04e9281558a')
-
-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 663755, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('9729231cdaa85640c91b741a05e307bed0c222fbb35b59d73927468850f70cae')
+
+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
+}


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

2020-02-26 Thread Morten Linderud via arch-commits
Date: Wednesday, February 26, 2020 @ 19:50:33
  Author: foxboron
Revision: 583118

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-26 19:50:24 UTC (rev 583117)
+++ PKGBUILD2020-02-26 19:50:33 UTC (rev 583118)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('528532d6c33b35d107322eecf2400fc6b6482a150ca50f7b656d438b256e698b')
-
-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 583117, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-26 19:50:33 UTC (rev 583118)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('e12135b29ef231fce0d20c5865cf7fb37cecea11f2304e389325b04e9281558a')
+
+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
+}


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:58:30
  Author: foxboron
Revision: 538846

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 13:58:22 UTC (rev 538845)
+++ PKGBUILD2019-12-22 13:58:30 UTC (rev 538846)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('858d717dfe117c94bd608c97a45a3d6b8319066b3c70f32eb15e5aaeccedcfac')
-
-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 538845, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 13:58:30 UTC (rev 538846)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('528532d6c33b35d107322eecf2400fc6b6482a150ca50f7b656d438b256e698b')
+
+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
+}


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

2019-11-16 Thread Morten Linderud via arch-commits
Date: Saturday, November 16, 2019 @ 17:05:39
  Author: foxboron
Revision: 529607

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-16 17:05:31 UTC (rev 529606)
+++ PKGBUILD2019-11-16 17:05:39 UTC (rev 529607)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.7.4
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('af668cf1d9bc4fc11b3cfb7dc0f62b5e058ea5a453b8c709276d426ad9fd4907')
-
-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 529606, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-16 17:05:39 UTC (rev 529607)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('858d717dfe117c94bd608c97a45a3d6b8319066b3c70f32eb15e5aaeccedcfac')
+
+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
+}


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

2019-09-14 Thread Morten Linderud via arch-commits
Date: Saturday, September 14, 2019 @ 14:56:30
  Author: foxboron
Revision: 510542

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 14:56:22 UTC (rev 510541)
+++ PKGBUILD2019-09-14 14:56:30 UTC (rev 510542)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.7.2
-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=('36fb7f797208f23e98d17734c945ee91f9825da2d8ce37ba2d0bcb137bee33ba')
-
-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 510541, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 14:56:30 UTC (rev 510542)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.7.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('af668cf1d9bc4fc11b3cfb7dc0f62b5e058ea5a453b8c709276d426ad9fd4907')
+
+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
+}


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

2018-12-29 Thread Morten Linderud via arch-commits
Date: Saturday, December 29, 2018 @ 20:06:49
  Author: foxboron
Revision: 418912

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-29 20:06:37 UTC (rev 418911)
+++ PKGBUILD2018-12-29 20:06:49 UTC (rev 418912)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.7.1
-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=('78fdfce38a5c9887232f016bcb2f0b9030626196a5e737b958e10b20caa003a8')
-
-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 418911, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-29 20:06:49 UTC (rev 418912)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.7.2
+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=('36fb7f797208f23e98d17734c945ee91f9825da2d8ce37ba2d0bcb137bee33ba')
+
+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
+}


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

2018-11-16 Thread Morten Linderud via arch-commits
Date: Friday, November 16, 2018 @ 22:18:53
  Author: foxboron
Revision: 408487

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-16 22:18:41 UTC (rev 408486)
+++ PKGBUILD2018-11-16 22:18:53 UTC (rev 408487)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# 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
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 408486, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-16 22:18:53 UTC (rev 408487)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.7.1
+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=('78fdfce38a5c9887232f016bcb2f0b9030626196a5e737b958e10b20caa003a8')
+
+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
+}


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

2018-08-11 Thread Morten Linderud via arch-commits
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
===
--- PKGBUILD2018-08-11 19:16:45 UTC (rev 371178)
+++ PKGBUILD2018-08-11 19:16:52 UTC (rev 371179)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# 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)
+++ PKGBUILD2018-08-11 19:16:52 UTC (rev 371179)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# 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
+}


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

2018-07-05 Thread Morten Linderud via arch-commits
Date: Thursday, July 5, 2018 @ 17:55:54
  Author: foxboron
Revision: 353030

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-05 17:55:47 UTC (rev 353029)
+++ PKGBUILD2018-07-05 17:55:54 UTC (rev 353030)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.5
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('2d09f070d7b1cea6ccececc559c5d9c013b047bb8d6e10eb5a1a3e1cc5d1f0c8')
-
-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 353029, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-05 17:55:54 UTC (rev 353030)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# 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
+}


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

2018-04-21 Thread Morten Linderud via arch-commits
Date: Saturday, April 21, 2018 @ 20:35:09
  Author: foxboron
Revision: 317268

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-21 20:35:01 UTC (rev 317267)
+++ PKGBUILD2018-04-21 20:35:09 UTC (rev 317268)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.4
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('c0ad3e364ff0ff0cb1a904e96f3d8e59b71effbb1e5d1b3ddc0561365f87b417')
-
-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 317267, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-21 20:35:09 UTC (rev 317268)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.5
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('2d09f070d7b1cea6ccececc559c5d9c013b047bb8d6e10eb5a1a3e1cc5d1f0c8')
+
+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
+}


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

2017-12-20 Thread Morten Linderud via arch-commits
Date: Wednesday, December 20, 2017 @ 19:37:11
  Author: foxboron
Revision: 275067

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-20 19:35:58 UTC (rev 275066)
+++ PKGBUILD2017-12-20 19:37:11 UTC (rev 275067)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.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)
-sha256sums=('a07a3c8d36fbe107ae3c172ae665dca9c8d9fbbbd7dc4618859a9bab4042bebb')
-
-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 275066, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-20 19:37:11 UTC (rev 275067)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://docs.python.org/3/archives/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('c0ad3e364ff0ff0cb1a904e96f3d8e59b71effbb1e5d1b3ddc0561365f87b417')
+
+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
+}


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

2017-10-06 Thread Sergej Pupykin
Date: Friday, October 6, 2017 @ 11:20:03
  Author: spupykin
Revision: 261882

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-06 11:19:50 UTC (rev 261881)
+++ PKGBUILD2017-10-06 11:20:03 UTC (rev 261882)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.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)
-sha256sums=('ef9d75d4d117cb18b9c5e1aca971e342d942f0d20e49c5b7aa20beb98fff8fc2')
-
-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 261881, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-06 11:20:03 UTC (rev 261882)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.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)
+sha256sums=('a07a3c8d36fbe107ae3c172ae665dca9c8d9fbbbd7dc4618859a9bab4042bebb')
+
+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
+}


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

2017-07-25 Thread Sergej Pupykin
Date: Tuesday, July 25, 2017 @ 17:23:16
  Author: spupykin
Revision: 246346

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-25 17:23:05 UTC (rev 246345)
+++ PKGBUILD2017-07-25 17:23:16 UTC (rev 246346)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.1
-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=('dd705377ab2bd7c23238a74b8bb54ee46ebf1247db224bd439ad058f7ee8e336')
-
-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 246345, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-25 17:23:16 UTC (rev 246346)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.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)
+sha256sums=('ef9d75d4d117cb18b9c5e1aca971e342d942f0d20e49c5b7aa20beb98fff8fc2')
+
+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
+}


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

2017-03-24 Thread Sergej Pupykin
Date: Friday, March 24, 2017 @ 16:28:04
  Author: spupykin
Revision: 218672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-24 16:27:52 UTC (rev 218671)
+++ PKGBUILD2017-03-24 16:28:04 UTC (rev 218672)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# 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
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 218671, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-24 16:28:04 UTC (rev 218672)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.6.1
+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=('dd705377ab2bd7c23238a74b8bb54ee46ebf1247db224bd439ad058f7ee8e336')
+
+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
+}


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

2017-01-10 Thread Sergej Pupykin
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
===
--- PKGBUILD2017-01-10 17:07:50 UTC (rev 206605)
+++ PKGBUILD2017-01-10 17:08:05 UTC (rev 206606)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# 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)
+++ PKGBUILD2017-01-10 17:08:05 UTC (rev 206606)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# 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
+}


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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 13:45:57
  Author: spupykin
Revision: 181428

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-27 13:45:49 UTC (rev 181427)
+++ PKGBUILD2016-06-27 13:45:57 UTC (rev 181428)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.5.1
-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=('dec9b2626ba2862009422012269a1b61')
-
-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 181427, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-27 13:45:57 UTC (rev 181428)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# 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
+}


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

2016-01-13 Thread Sergej Pupykin
Date: Wednesday, January 13, 2016 @ 18:57:54
  Author: spupykin
Revision: 156318

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-13 17:57:42 UTC (rev 156317)
+++ PKGBUILD2016-01-13 17:57:54 UTC (rev 156318)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# 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
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 156317, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-13 17:57:54 UTC (rev 156318)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.5.1
+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=('dec9b2626ba2862009422012269a1b61')
+
+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
+}


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

2015-10-02 Thread Sergej Pupykin
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
===
--- PKGBUILD2015-10-02 11:04:00 UTC (rev 142750)
+++ PKGBUILD2015-10-02 11:04:14 UTC (rev 142751)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# 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)
+++ PKGBUILD2015-10-02 11:04:14 UTC (rev 142751)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# 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
+}


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

2015-03-12 Thread Sergej Pupykin
Date: Thursday, March 12, 2015 @ 12:34:26
  Author: spupykin
Revision: 129124

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-12 11:34:18 UTC (rev 129123)
+++ PKGBUILD2015-03-12 11:34:26 UTC (rev 129124)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.2
-pkgrel=2
-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=('83e28d25143dce6851c2aaed1705a556')
-
-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 129123, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-12 11:34:26 UTC (rev 129124)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@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
+}


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

2015-01-28 Thread Sergej Pupykin
Date: Wednesday, January 28, 2015 @ 12:03:12
  Author: spupykin
Revision: 126693

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-28 11:03:11 UTC (rev 126692)
+++ PKGBUILD2015-01-28 11:03:12 UTC (rev 126693)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.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=('4cf953253ed9fd0f64fac5d49e7d806f')
-
-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 126691, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-28 11:03:12 UTC (rev 126693)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.2
+pkgrel=2
+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=('83e28d25143dce6851c2aaed1705a556')
+
+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
+}


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

2014-10-13 Thread Sergej Pupykin
Date: Monday, October 13, 2014 @ 11:41:03
  Author: spupykin
Revision: 120599

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 09:40:53 UTC (rev 120598)
+++ PKGBUILD2014-10-13 09:41:03 UTC (rev 120599)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.1
-pkgrel=4
-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=('SKIP')
-
-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 120598, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 09:41:03 UTC (rev 120599)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.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=('4cf953253ed9fd0f64fac5d49e7d806f')
+
+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
+}


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

2014-08-08 Thread Sergej Pupykin
Date: Friday, August 8, 2014 @ 12:31:46
  Author: spupykin
Revision: 117027

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-08 10:31:34 UTC (rev 117026)
+++ PKGBUILD2014-08-08 10:31:46 UTC (rev 117027)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.1
-pkgrel=3
-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=('aa23ff2d485068f554a12996800c4628')
-
-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 117026, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-08 10:31:46 UTC (rev 117027)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.1
+pkgrel=4
+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=('SKIP')
+
+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
+}



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

2014-08-07 Thread Sergej Pupykin
Date: Thursday, August 7, 2014 @ 19:38:17
  Author: spupykin
Revision: 116999

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-07 17:38:09 UTC (rev 116998)
+++ PKGBUILD2014-08-07 17:38:17 UTC (rev 116999)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.1
-pkgrel=2
-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=('a0c1b1e77ad39da6aaaf87218cab4658')
-
-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 116998, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-07 17:38:17 UTC (rev 116999)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.1
+pkgrel=3
+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=('aa23ff2d485068f554a12996800c4628')
+
+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
+}



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

2014-07-30 Thread Sergej Pupykin
Date: Wednesday, July 30, 2014 @ 19:37:12
  Author: spupykin
Revision: 116599

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-30 17:37:01 UTC (rev 116598)
+++ PKGBUILD2014-07-30 17:37:12 UTC (rev 116599)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.1
-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=('0d1a1d18b716765fcf8bb396ab77ddf9')
-
-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 116598, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-30 17:37:12 UTC (rev 116599)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.1
+pkgrel=2
+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=('a0c1b1e77ad39da6aaaf87218cab4658')
+
+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
+}



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

2014-07-25 Thread Sergej Pupykin
Date: Friday, July 25, 2014 @ 18:36:44
  Author: spupykin
Revision: 116348

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-25 16:36:35 UTC (rev 116347)
+++ PKGBUILD2014-07-25 16:36:44 UTC (rev 116348)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('cdbef126ee7ef0908352fabc4dc5bee5')
-
-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 116347, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-25 16:36:44 UTC (rev 116348)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.1
+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=('0d1a1d18b716765fcf8bb396ab77ddf9')
+
+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
+}



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

2014-03-31 Thread Sergej Pupykin
Date: Monday, March 31, 2014 @ 13:26:45
  Author: spupykin
Revision: 108655

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-31 11:26:37 UTC (rev 108654)
+++ PKGBUILD2014-03-31 11:26:45 UTC (rev 108655)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.4
-pkgrel=1
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('81d3756044c4af97b61ebf003a301a07')
-
-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 108654, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-31 11:26:45 UTC (rev 108655)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('cdbef126ee7ef0908352fabc4dc5bee5')
+
+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
+}



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

2014-02-13 Thread Sergej Pupykin
Date: Thursday, February 13, 2014 @ 17:52:30
  Author: spupykin
Revision: 105684

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-13 16:52:07 UTC (rev 105683)
+++ PKGBUILD2014-02-13 16:52:30 UTC (rev 105684)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.3
-pkgrel=2
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('ed20d57923a9f76f62f6122aa12be08f')
-
-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 105683, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-13 16:52:30 UTC (rev 105684)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.4
+pkgrel=1
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('81d3756044c4af97b61ebf003a301a07')
+
+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
+}



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 10:49:30
  Author: spupykin
Revision: 101983

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 09:49:19 UTC (rev 101982)
+++ PKGBUILD2013-12-03 09:49:30 UTC (rev 101983)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.3
-pkgrel=1
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('ed20d57923a9f76f62f6122aa12be08f')
-
-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 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 101982, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 09:49:30 UTC (rev 101983)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.3
+pkgrel=2
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('ed20d57923a9f76f62f6122aa12be08f')
+
+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
+}



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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:48:58
  Author: spupykin
Revision: 101849

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 10:48:52 UTC (rev 101848)
+++ PKGBUILD2013-12-02 10:48:58 UTC (rev 101849)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.2
-pkgrel=1
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('b5eee2b290338fb08c1512bfc79bb999')
-
-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 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 101848, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 10:48:58 UTC (rev 101849)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.3
+pkgrel=1
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('ed20d57923a9f76f62f6122aa12be08f')
+
+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 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
+}



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

2013-05-20 Thread Sergej Pupykin
Date: Monday, May 20, 2013 @ 11:55:14
  Author: spupykin
Revision: 91147

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-20 09:54:51 UTC (rev 91146)
+++ PKGBUILD2013-05-20 09:55:14 UTC (rev 91147)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.1
-pkgrel=1
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('e730def6cc4d6dddb076aae82661b6d6')
-
-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 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 91146, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-20 09:55:14 UTC (rev 91147)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.2
+pkgrel=1
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('b5eee2b290338fb08c1512bfc79bb999')
+
+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 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
+}



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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:42:08
  Author: spupykin
Revision: 88421

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 12:41:57 UTC (rev 88420)
+++ PKGBUILD2013-04-17 12:42:08 UTC (rev 88421)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.0
-pkgrel=2
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('d8de7264eb5b03b54044825b765324c7')
-
-build() {
-  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 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 88420, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 12:42:08 UTC (rev 88421)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('e730def6cc4d6dddb076aae82661b6d6')
+
+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 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
+}