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 =================================================================== --- PKGBUILD 2019-09-14 14:56:22 UTC (rev 510541) +++ PKGBUILD 2019-09-14 14:56:30 UTC (rev 510542) @@ -1,24 +0,0 @@ -# Maintainer: Morten Linderud <foxbo...@archlinux.org> -# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> -# 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) +++ PKGBUILD 2019-09-14 14:56:30 UTC (rev 510542) @@ -0,0 +1,24 @@ +# Maintainer: Morten Linderud <foxbo...@archlinux.org> +# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> +# 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 +}