[arch-commits] Commit in python-docs/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Dec 2 18:22:39 UTC 2020
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
===================================================================
--- PKGBUILD 2020-12-02 18:22:31 UTC (rev 769241)
+++ PKGBUILD 2020-12-02 18:22:39 UTC (rev 769242)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.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)
+++ PKGBUILD 2020-12-02 18:22:39 UTC (rev 769242)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.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
+}
More information about the arch-commits
mailing list