Date: Thursday, May 4, 2023 @ 08:39:34
Author: foxboron
Revision: 1458735
archrelease: copy trunk to community-any
Added:
python-docs/repos/community-any/PKGBUILD
(from rev 1458734, python-docs/trunk/PKGBUILD)
Deleted:
python-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 08:39:27 UTC (rev 1458734)
+++ PKGBUILD 2023-05-04 08:39:34 UTC (rev 1458735)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.11.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=('f1a0232c4369aeed67207d8695ae49a83735c825b993c932423839744eace110')
-
-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 1458734,
python-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 08:39:34 UTC (rev 1458735)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.11.3
+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=('8af1ff8163810b328a0f9ce0e88fc430b0fe6a54a99dfd3265dded3bf547ccb9')
+
+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
+}