[arch-commits] Commit in python-docs/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Jul 14 13:21:38 UTC 2020
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
===================================================================
--- PKGBUILD 2020-07-14 13:21:30 UTC (rev 663755)
+++ PKGBUILD 2020-07-14 13:21:37 UTC (rev 663756)
@@ -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.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)
+++ PKGBUILD 2020-07-14 13:21:37 UTC (rev 663756)
@@ -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.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
+}
More information about the arch-commits
mailing list