[arch-commits] Commit in python-docs/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Mon Dec 13 19:19:44 UTC 2021
Date: Monday, December 13, 2021 @ 19:19:44
Author: foxboron
Revision: 1072097
archrelease: copy trunk to community-any
Added:
python-docs/repos/community-any/PKGBUILD
(from rev 1072096, python-docs/trunk/PKGBUILD)
Deleted:
python-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-13 19:19:38 UTC (rev 1072096)
+++ PKGBUILD 2021-12-13 19:19:44 UTC (rev 1072097)
@@ -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.10.0
-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=('e85dd6dca2cb740ea1a2fb88b1e556b4eaa898b10b2b61b37d1f7f9913cdab39')
-
-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 1072096, python-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-13 19:19:44 UTC (rev 1072097)
@@ -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.10.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=('0e078571fbfa203bc12a7b59e5092006f6dcd6ba76336b1820d2686d497f85e9')
+
+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